@media only screen and (max-width:1023px){.product-sticky-bar-active{padding-bottom:70px}}.product-sticky-bar{position:fixed;width:100%;left:0;top:var(--header-height);border-bottom:1px solid var(--color-text);background-color:var(--color-body-bg);z-index:12;transition:all .15s ease-out;min-height:var(--header-height)}@media only screen and (max-width:1023px){.product-sticky-bar{top:unset;bottom:0;border-bottom:none;border-top:1px solid var(--color-text)}}.product-sticky-bar:before{content:'';display:block;width:100%;height:30px;position:absolute;top:0;left:0;background-color:inherit;transform:translateY(-100%)}@media only screen and (max-width:1023px){.product-sticky-bar:before{display:none}}.product-sticky-bar .product-form__error-message-wrapper{text-align:center}.bar-without-sticky-header{top:0}@media only screen and (max-width:1023px){.bar-without-sticky-header{top:unset}}.product-sticky-bar[aria-hidden=true]{transform:translateY(-100%);visibility:hidden;opacity:0}@media only screen and (max-width:1023px){.product-sticky-bar[aria-hidden=true]{transform:translateY(100%)}}.product-sticky-bar[aria-hidden=true] .form-select__dropdown{opacity:0}.product-sticky-bar__wrapper{display:flex;justify-content:space-between}.product-sticky-bar__title{padding:25px 20px;margin-bottom:0;border-right:1px solid var(--color-text);width:100%;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-sticky-bar__button{width:calc(100vw / 3);flex-shrink:0;padding:15px;display:flex;align-items:center;flex-direction:column}@media only screen and (max-width:1023px){.product-sticky-bar__button{width:100%}}.product-sticky-bar__button button{margin:0 auto}.product-sticky-bar__options{display:flex}.product-sticky-bar__option{border-right:1px solid var(--color-text);display:block;height:inherit;min-width:auto;width:calc(100vw / 6);padding:0}.product-sticky-bar__option .form-select__btn{padding:25px;width:100%;text-align:center}.product-sticky-bar__option .form-select__btn .form-select__btn-text{margin-right:5px}.product-sticky-bar__option .form-select__btn .icon{position:static;top:unset;right:unset;transform:translateY(0)}.product-sticky-bar__option.form-select--open .form-select__btn .icon{transform:rotate(180deg)}.product-sticky-bar__option .form-select__dropdown{top:100%;left:-1px;right:-1px;border-right:1px solid var(--color-text);border-bottom:1px solid var(--color-text);border-left:1px solid var(--color-text);text-align:center;padding:0 10px 0 10px;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.product-sticky-bar__option .form-select__dropdown .form-select__dropdown-option:last-child{padding-bottom:25px}.form-select__dropdown-option[aria-selected=true] button{text-decoration:underline}.form-select__dropdown-option button.disabled{color:var(--color-bg-secondary);text-decoration:line-through}