.amount-adjuster{display:inline-block;width:50px;height:30px;margin:0;vertical-align:top;border:1px solid var(--font_heavy);background-color:#fff;vertical-align:middle;border-radius:3px;overflow:hidden}@media(max-width:450px){.amount-adjuster{width:30px}}.amount-adjuster__input{display:inline-block;height:100%;width:60%;text-align:center;font-size:18px;line-height:28px;border:none;box-sizing:border-box;padding:0}@media(max-width:915px){.amount-adjuster__input{width:100%}}@media(max-width:450px){.amount-adjuster__input{font-size:15px}}.amount-adjuster__adjuster{background:#fff;display:inline-block;height:30px;width:40%;vertical-align:top;border-left:1px solid #000}@media(max-width:915px){.amount-adjuster__adjuster{display:none}}.amount-adjuster__adjuster div{display:flex;width:8px;height:14px;margin:auto;cursor:pointer;justify-content:center;align-items:center}.amount-adjuster__adjuster div svg{width:8px;transform:rotate(90deg)}.amount-adjuster__adjuster div:first-child{position:relative}.amount-adjuster__adjuster div:first-child svg{transform:rotate(-90deg)}.basket-item{margin-bottom:15px;text-align:left;padding:8px}@media(max-width:650px){.basket-item{margin-bottom:30px}}.basket-item:last-child{margin-bottom:0}.basket-item__wrapper{position:relative;display:grid;grid-template-areas:"image info checkout";grid-template-columns:80px 1fr 180px;color:var(--font_heavy)}.basket-item__wrapper--small{grid-template-columns:80px 120px 180px}@media(max-width:650px){.basket-item__wrapper{padding:0;grid-template-areas:"image info" "image checkout";grid-template-columns:1fr 1fr;-moz-column-gap:8px;column-gap:8px}}.basket-item__extra-category{display:inline-block;width:15px;height:15px;vertical-align:middle;transition:.25s ease-out;text-transform:capitalize;box-shadow:0 0 10px 0 rgba(0,0,0,.6)}.basket-item__extra-category-container{line-height:17px}.basket-item__extra-category.basket-item__extra-category--side-basket{margin:0;padding:0}.basket-item__extra-category__wrapper{font-size:13px;color:#989899;text-transform:capitalize}.basket-item__extra-category--not-color{width:auto;height:auto;text-transform:capitalize;border:none;box-shadow:none}.basket-item__message{position:relative;max-height:0;overflow:hidden;background-color:#d4432f;color:#fff;text-align:left;animation:slide-down 4s ease-out}.basket-item__message__arrow{position:absolute;top:7.5px;height:15px;width:15px;right:10px;transform:rotate(90deg)}.basket-item__img{display:flex;grid-area:image}.basket-item__img img{display:block;max-width:80px;max-height:80px;margin:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media(max-width:650px){.basket-item__img img{margin:0;max-width:120px;max-height:120px;width:100%}}.basket-item__title{margin:0 0 8px;font-weight:700;word-break:break-all}@media(max-width:450px){.basket-item__title{font-size:14px}}.basket-item__adjuster,.basket-item__price{display:inline-block;vertical-align:middle}.basket-item__price{margin-left:15px;width:calc(100% - 80px);text-align:left;font-size:15px}@media(max-width:450px){.basket-item__price{font-size:13px;margin-left:8px;width:calc(100% - 53px)}}.basket-item__price p{margin:0 0 5px;font-size:13px}@media(max-width:450px){.basket-item__price p{font-size:11px}}.basket-item__info{grid-area:info;padding:0 15px}@media(max-width:650px){.basket-item__info{padding:0;text-align:right}}.basket-item__checkout{display:flex;align-items:center;position:relative;grid-area:checkout;padding:0}.basket-item__checkout p{width:100%;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.basket-item__remove{display:inline-block;vertical-align:middle;cursor:pointer}.basket-item__remove,.basket-item__remove svg{width:15px;height:15px}.basket-item__preview-basket{display:inline-block;width:calc(100% - 105px);padding-left:10px;box-sizing:border-box}.basket-item .measurments{display:none}@keyframes slide-down{0%{max-height:0;padding:5px 15px;opacity:0}20%{max-height:50px;opacity:1}80%{max-height:50px;padding:5px 15px;opacity:1}to{display:none;max-height:0;padding:0 15px;opacity:0}}.preview-basket{position:absolute;top:100%;right:0;width:420px;z-index:10;padding:30px 15px 0 0}@media(max-width:915px){.preview-basket{display:none}}.preview-basket__items-wrapper{padding:8px 5px 0;max-height:calc(100vh - 120px);overflow-y:auto;border-radius:6px;box-shadow:0 0 20px -4px rgba(0,0,0,.6);background:var(--body_color)}.preview-basket__items-wrapper--marketplace{max-height:calc(100vh - 150px)}.preview-basket__message{padding:5px;color:var(--font_heavy);text-align:center}.preview-basket .cart-item__wrapper:last-child{border-bottom:none}.preview-basket__button{position:sticky;bottom:15px;width:80%;margin:0 auto 15px}.slide-preview-basket-enter-active,.slide-preview-basket-leave-active{transition:.5s}.slide-preview-basket-enter,.slide-preview-basket-leave-to{opacity:0;transform:translateX(30px)}