.basket-item{grid-template-columns:150px 1fr 24px;gap:40px;margin:40px 0;padding-right:20px;display:grid}.basket-item__payment{grid-template-columns:150px 1fr}.basket-item__image{border-radius:4px;justify-content:center;align-items:center;height:200px;min-height:200px;display:flex}body.dark .basket-item__image{background:linear-gradient(225.21deg,#2c2c2c -45.31%,#1e1e1e 90.76%)}body.light .basket-item__image{background:linear-gradient(224.19deg,#f8f8f8 -45.64%,#d4d4d4 103.65%)}.basket-item__image>img{object-fit:contain;width:70%;height:70%}.basket-item__info{flex-direction:column;padding:8px 0;display:flex}.basket-item__delete{height:24px;margin:auto 0}.basket-item__title{letter-spacing:1.4px;margin-bottom:8px;font-family:Random Grotesque Standard;font-size:16px;font-weight:700;line-height:24px}.basket-item__title>span{font-weight:400}.basket-item__volume{letter-spacing:1.4px;font-family:Random Grotesque Standard;font-size:16px}.basket-item__counter{flex-grow:1;align-items:center;gap:16px;margin:12px 0;display:flex}.basket-item__btn{width:11px;height:11px;position:relative}.basket-item__btn:before{content:"";position:absolute;inset:-10px}.basket-item__count{letter-spacing:1.4px;text-align:center;width:12px;margin-top:5px;font-family:Random Grotesque Standard;font-size:16px}.basket-item__current-price{text-transform:uppercase;letter-spacing:1.4px;color:#5e5e5e;gap:12px;font-family:Random Grotesque Standard;font-size:16px;display:flex}.basket-item__current-price-sale{opacity:.7;font-size:14px;text-decoration:line-through;text-decoration-thickness:.5px}@media (max-width:1200px){.basket-item{grid-template-columns:20vw 1fr 24px}.basket-item__image{height:24vw;min-height:24vw}.basket-item__payment{grid-template-columns:20vw 1fr}}@media (max-width:576px){.basket-item{grid-template-columns:30vw 1fr 20px;gap:12px}.basket-item__payment{grid-template-columns:30vw 1fr;margin:32px 0}.basket-item__image{border-radius:2.4px;height:40vw;min-height:40vw}.basket-item__delete{height:20px}}
/*# sourceMappingURL=953e41a6e152a738.css.map*/