.cart-bar{--bg: var(--COLOR-BG);display:block;position:fixed;left:0;bottom:0;z-index:2001;width:100%;background:var(--bg);box-shadow:0 0 10px #0003;opacity:0;visibility:hidden;transform:translateY(100%);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}.cart-bar[data-position=top]{top:0;bottom:auto;transform:translateY(-100%)}.cart-bar.is-visible{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .5s ease,transform .5s ease,visibility 0s linear 0s}@media only screen and (max-width:1439px){.cart-bar{display:flex;align-items:center;height:auto}}.cart-bar .btn--submit{position:relative;width:100%;transition:color .3s ease,border .3s ease,background .3s linear}.cart-bar .btn--submit span{transition:opacity .3s ease}.cart-bar .btn--submit.is-loading{opacity:1;cursor:default}.cart-bar .btn--submit.is-loading span{opacity:0;transition:opacity 0s}.cart-bar .btn--submit.is-loading:before{content:none}.cart-bar .btn--submit .loader-indeterminate{background-color:var(--btn-text)}.cart-bar .btn--submit .loader--line{transition:opacity .3s ease,visibility 0s linear 0s;background-color:var(--btn-text-alpha-10)}.cart-bar .select-popout{margin-bottom:0}.cart-bar .quantity__selector{width:auto}.cart-bar:focus-within{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .5s ease,transform .5s ease,visibility 0s linear 0s}.cart-bar__form__wrapper{display:flex;align-items:center;gap:12px;height:100%;padding:12px}@media only screen and (max-width:1439px){.cart-bar__form__wrapper{flex:0 1 100%;align-items:stretch}}.cart-bar__form{display:flex;align-items:center;gap:12px;max-width:50%;margin-left:auto}@media only screen and (max-width:767px){.has-multiple-options .cart-bar__form{flex:1 1 auto}}@media only screen and (max-width:1439px){.cart-bar__form{justify-content:space-between;max-width:none}}@media only screen and (max-width:767px){.cart-bar__form{width:100%}}.cart-bar__form .product__selectors{margin:0;display:flex;align-items:stretch;flex-wrap:nowrap;height:50px;padding:0}.cart-bar__form select{height:100%;border:0;margin:0}.cart-bar__form .selector-wrapper{height:100%;min-width:120px;padding-right:5px;border-left:1px solid var(--border)}.cart-bar__form .product__submit{min-width:0;margin:0}.cart-bar__form .product__submit__buttons{display:inline-block;width:auto;margin:0}.cart-bar__form .product__submit__add{position:relative;overflow:hidden;min-height:50px;padding-left:35px;padding-right:35px;margin:0;line-height:0;text-overflow:ellipsis;white-space:nowrap}.cart-bar__form .product__submit__add span.btn__text{display:flex;align-items:center;justify-content:center;line-height:normal}@media only screen and (max-width:1023px){.cart-bar__form .product__submit__add{min-width:200px}}@media only screen and (max-width:767px){.cart-bar__form .product__submit__add{width:100%;min-height:var(--btn-height, 42px);white-space:normal}}.cart-bar__options{display:flex;gap:12px}.cart-bar__mobile-options-btn{display:none;width:100%}.cart-bar__mobile-options-btn button{width:100%;white-space:nowrap}.cart-bar__media{display:flex}.cart-bar__media img{object-fit:cover}.cart-bar__info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;min-width:0;padding-right:10px}.cart-bar__info .cart-bar__product__price{padding:0;gap:6px}@media only screen and (max-width:1439px){.cart-bar__info{flex-wrap:wrap;justify-content:center;padding-right:0;text-align:center}.cart-bar__info:not(:last-child){margin-bottom:15px}}.cart-bar__image{width:50px;height:50px;padding:5px;margin:0 10px 0 0}.cart-bar__image img{display:block;width:100%;height:100%;object-fit:contain}.cart-bar__product__title{line-height:25px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:calc(1.1rem * var(--adjust-body))}@media only screen and (max-width:1439px){.cart-bar__product__title{display:inline;text-align:left;padding:0 3px;white-space:normal}}.cart-bar__product__price{position:relative;display:flex;align-items:center;line-height:25px;padding:0 0 0 10px;margin:0;font-size:calc(.9rem * var(--adjust-body))}@media only screen and (max-width:1439px){.cart-bar__product__price{display:inline;padding:0 3px}}.variant--unavailable .cart-bar__product__price{display:none}@media only screen and (max-width:1439px){.cart-bar__product__price .product__price--sale{padding-right:6px;margin-right:0}}@media only screen and (max-width:1023px){.cart-bar__media,.cart-bar__info,.cart-bar__quantity{display:none}}.cart-bar__submit{margin-right:0}.cart-bar__current-swatch,.cart-bar__menu-swatch{display:none}@media only screen and (max-width:767px){.cart-bar__form__wrapper{padding:10px 12px}.cart-bar__form{width:100%;gap:8px;align-items:stretch}.cart-bar__options{display:flex;flex:0 0 auto;align-items:stretch;gap:8px}.has-complex-mobile-options .cart-bar__options,.has-complex-mobile-options .cart-bar__submit{display:none}.has-complex-mobile-options .cart-bar__mobile-options-btn{display:block}.cart-bar__select__wrapper{min-width:0;height:48px}.cart-bar__select__wrapper--color{order:1;flex:0 0 56px;width:56px}.cart-bar__select__wrapper--size{order:2;flex:0 0 68px;width:68px}.cart-bar__select__wrapper--default{order:3;flex:0 0 82px;width:82px}.cart-bar__select__wrapper .select-popout{width:100%;height:100%}.cart-bar__select__wrapper .select-popout__toggle{display:flex;align-items:center;justify-content:space-between;gap:7px;width:100%;height:48px;min-height:48px;padding:0 10px;border:1px solid rgba(11,11,11,.78);border-radius:8px;background:#fff;color:#0b0b0b}.cart-bar__select__wrapper .select-popout__toggle .icon{flex:0 0 auto;width:12px;height:12px}.cart-bar__select__wrapper .select-popout__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1}.cart-bar__select__wrapper--color .select-popout__toggle{justify-content:center;padding:0 8px}.cart-bar__select__wrapper--color .select-popout__value{display:none}.cart-bar__current-swatch,.cart-bar__menu-swatch{display:inline-block;flex:0 0 auto;border:1px solid rgba(11,11,11,.16);border-radius:50%;background:var(--cart-bar-swatch, #cccccc);background-position:center;background-size:cover}.cart-bar__current-swatch{width:18px;height:18px}.cart-bar__menu-swatch{width:16px;height:16px}.cart-bar__select__wrapper--color .select-popout__list{min-width:158px}.cart-bar__select__wrapper--color .select-popout__option{display:flex;align-items:center;gap:9px}.cart-bar__submit{display:block;flex:1 1 0;min-width:0}.cart-bar__form .product__submit__add{width:100%;min-width:0;min-height:48px;height:48px;padding:0 12px;white-space:nowrap}.has-no-options .cart-bar__submit{flex:1 1 auto}}@media only screen and (max-width:359px){.cart-bar__form__wrapper{padding-inline:9px}.cart-bar__form,.cart-bar__options{gap:6px}.cart-bar__select__wrapper--color{flex-basis:50px;width:50px}.cart-bar__select__wrapper--size{flex-basis:60px;width:60px}.cart-bar__form .product__submit__add{padding-inline:8px;font-size:11px}}@media only screen and (max-width:1439px){.has-no-options .cart-bar__submit{flex:1 1 auto}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/cart-bar.css.map */
