.basketpopup{position:fixed;z-index:100;width:100%;pointer-events:none;left:0}.basketpopup--visible .basketpopup__inner{max-height:500px}.basketpopup__wrapper{margin-right:30px}.basketpopup__inner{float:right;max-width:500px;background:#fff;text-align:left;pointer-events:all;box-shadow:0 0 20px rgba(0,0,0,.15);overflow:hidden;max-height:0;-webkit-transition:max-height .7s ease;transition:max-height .7s ease}.basketpopup__header{padding:.7rem .8rem;background:#e10514;color:#fff;font-weight:700;text-align:center}.basketpopup__content{padding:2rem}.basketpopup__articles{margin-bottom:.7rem}.basketpopup__article{display:-webkit-flex;display:flex;align-items:center;padding:.5em 0;border-bottom:1px solid #c9c9c9;font-weight:500}.basketpopup__image{flex:0 0 50px}.basketpopup__image img{max-width:50px;max-height:50px}.basketpopup__title{flex:auto;word-break:break-word;padding:0 1rem;align-self:flex-start}.basketpopup__variant{margin-top:.5rem;font-size:.75em}.basketpopup__infos{text-align:right;align-self:flex-start}.basketpopup__price{white-space:nowrap;margin-bottom:1em}.basketpopup__amount{font-size:.75em;white-space:nowrap}.basketpopup__totals{margin-bottom:.4rem}.basketpopup__total{padding-bottom:.5em;display:-webkit-flex;display:flex;width:100%}.basketpopup__total--morearticles .basketpopup__totaltext{font-size:.75em}.basketpopup__total--total .basketpopup__totalvalue{font-weight:700}.basketpopup__totaltext{flex:1 0 auto;font-weight:700;color:#000}.basketpopup__totalvalue{text-align:right;font-weight:500}.basketpopup__button{padding:.5rem 0;display:block}