.basket-select{display:flex;flex-wrap:wrap;align-items:center}.basket-select__text{padding:.5625rem 0;display:inline-block}.basket-select__button,.basket-select__edit-button,.basket-select__icon{border:0;outline:0;background:0 0;color:#7d8698}.basket-select__button,.basket-select__icon{padding:0 6px}.basket-select__icon{font-size:1.125rem;line-height:1}.basket-select__count{padding:.25rem;min-width:1.25rem;display:inline-block;background-color:currentColor;color:#fff;border-radius:50%;line-height:1;font-size:.75rem;margin-left:.375rem;text-align:center}.basket-select__edit-button{position:relative;width:2.5rem;height:2.5rem;border:.0625rem solid #7d8698}.basket-select__edit-button:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity .3s,background .3s;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) center/10px no-repeat}.basket-select__item--active .basket-select__button{color:currentColor}.basket-select__item{padding:0;border-bottom:2px solid transparent;display:flex;align-items:center;transition:.3s;position:relative;display:flex;margin:.625rem .75rem}.basket-select__item:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:currentColor;transition:.3s ease-out;transform:scale(0)}.basket-select__item--active:after,.basket-select__item:not(.basket-select__item--edit):hover:after{transform:scale(1)}.vbasket-modal{max-width:445px;margin:auto}