.lb-add-cart{align-items:center;color:#fff;cursor:pointer;display:inline-flex;height:32px;position:relative;transition:all .2s;vertical-align:middle}.lb-add-cart__content{align-items:center;background:var(--color-theme);border-radius:5px;display:flex;flex:1;height:100%;justify-content:center;padding:0 10px}.lb-add-cart__content:hover{background:var(--color-theme-hover)}.lb-add-cart__more{align-items:center;background:#a3181d;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;height:100%;justify-content:center;width:25px}.lb-add-cart--round .lb-add-cart__content{border-radius:16px;padding-left:15px}.lb-add-cart--round .lb-add-cart__more{border-bottom-right-radius:16px;border-top-right-radius:16px;padding-right:5px}.lb-add-cart--bags .lb-add-cart__content{border-bottom-right-radius:0;border-top-right-radius:0}.lb-add-cart.is-disabled{cursor:not-allowed}.lb-add-cart.is-disabled .lb-add-cart__more{background:#b5b5b5}.lb-add-cart.is-disabled .lb-add-cart__content{background:#bebebe;color:#fafafa}.lb-add-cart__dropdown{position:absolute;right:0;top:42px;z-index:10}.lb-add-cart__dropdown:after{background:#fff;border-left:1px solid var(--color-theme);border-top:1px solid var(--color-theme);border-top-left-radius:1px;content:"";display:block;height:5px;position:absolute;right:10px;top:-3px;transform:rotate(45deg);width:5px}.lb-add-cart__dropdown ul{background:#fff;border:1px solid var(--color-theme);border-radius:5px;box-shadow:0 2px 4px #0003;color:#333;min-width:100px;padding:0 10px;position:relative}.lb-add-cart__dropdown li{border-bottom:1px dashed #eee;overflow:hidden;padding:10px;text-align:center;transition:all .2s ease;white-space:nowrap}.lb-add-cart__dropdown li:last-child{border-bottom:none}.lb-add-cart__dropdown li:hover{color:var(--color-theme)}.addcart-enter-active,.addcart-leave-active{transition:all .2s ease}.addcart-enter-from,.addcart-leave-to{opacity:0;transform:translateY(5px)}.addcart-enter-ro,.addcart-leave-from{opacity:1;transform:translateY(0)}
