.basket-bubble{position:fixed;top:0;left:0;width:100%;height:auto;background-color:#4a4a4a;color:#fff;box-sizing:border-box;font-family:UnitRoundedOT,Helvetica Neue,Helvetica,Arial,sans-serif;padding:6px 16px;line-height:1.1rem;z-index:300;visibility:hidden;opacity:0;transition:opacity .4s}@media (min-width:768px){.basket-bubble{position:absolute;top:0;left:0;width:17rem;border-radius:2px}.basket-bubble:after{content:"";position:absolute;bottom:-20px;right:2rem;width:0;height:0;border:10px solid transparent;border-top-color:#4a4a4a;margin-right:-11px}}.basket-bubble__header{height:18px;margin-top:8px;margin-bottom:12px;text-align:center}.basket-bubble__header-icon{display:none}.basket-bubble__progressbar{position:relative;overflow:hidden;height:16px;border-radius:99px;background-color:#ccc;color:#fff;margin-bottom:16px}.basket-bubble__current-amount{box-sizing:border-box;display:inline-block;height:100%;width:25%;vertical-align:middle;padding-left:4%;float:left;background-color:#1d97e2;color:#fff;font-size:.875rem}.basket-bubble__progress-container{box-sizing:border-box;display:inline-block;width:75%;height:100%}.basket-bubble__progress{box-sizing:border-box;border-radius:0 8px 8px 0;height:100%;background-color:#1d97e2;display:inline-block;padding:1px 12px 2px 0;line-height:13px;font-size:13px;vertical-align:top;transition:width .4s;transition-timing-function:ease-out}.basket-bubble--is-filled .basket-bubble__progress-container,.basket-bubble__productinfo{display:none}.basket-bubble--is-filled .basket-bubble__header-icon{display:inline-block;margin-left:1%;vertical-align:text-bottom;width:18px;height:18px;fill:#fff}.basket-bubble--is-filled .basket-bubble__current-amount{width:100%;text-align:center;background-color:#6fbd14}.basket-bubble--is-visible{overflow:visible;box-shadow:0 1px 6px 1px rgba(0,0,0,.31);visibility:visible;opacity:1}.basket-bubble--is-small .basket-bubble__progressbar{display:none}.basket-bubble--is-add-to-all{text-align:center;padding:12px 0 6px}.basket-bubble--is-add-to-all .basket-bubble__added,.basket-bubble--is-add-to-all .basket-bubble__not-added{padding-bottom:4px}.basket-bubble--is-add-to-all .basket-bubble__added svg,.basket-bubble--is-add-to-all .basket-bubble__not-added svg{vertical-align:middle;margin-left:12px}.basket-bubble--is-add-to-all .basket-bubble__header,.basket-bubble--is-add-to-all .basket-bubble__not-added-is-hidden{display:none}.basket-bubble--is-add-to-all .basket-bubble__productinfo{display:block}.basket-bubble--is-error{height:auto;background-color:#1d97e2}.basket-bubble--is-error:after{border-top-color:#1d97e2}.basket-bubble--is-error .basket-bubble__header{height:auto}