.basket-item{display:grid;grid-template-columns:12vw 1fr 24px;grid-gap:40px;gap:40px;margin:40px 0;padding-right:20px}.basket-item__payment{grid-template-columns:12vw 1fr}.basket-item__image{display:flex;align-items:center;justify-content:center;border-radius:4px;min-height:14vw}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{width:70%;height:70%;object-fit:contain}.basket-item__info{display:flex;flex-direction:column;padding:8px 0}.basket-item__delete{height:24px;margin:auto 0}.basket-item__title{font-family:Random Grotesque Standard;font-weight:700;font-size:16px;line-height:24px;letter-spacing:1.4px;margin-bottom:8px}.basket-item__title>span{font-weight:400}.basket-item__volume{font-family:Random Grotesque Standard;font-size:16px;letter-spacing:1.4px}.basket-item__counter{display:flex;align-items:center;gap:16px;flex-grow:1;margin:12px 0}.basket-item__btn{position:relative;width:11px;height:11px}.basket-item__btn:before{bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px}.basket-item__count{margin-top:5px;width:12px;text-align:center}.basket-item__count,.basket-item__current-price{font-family:Random Grotesque Standard;font-size:16px;letter-spacing:1.4px}.basket-item__current-price{display:flex;gap:12px;text-transform:uppercase;color:#5E5E5E}.basket-item__current-price-sale{text-decoration:line-through;text-decoration-thickness:.5px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;opacity:.7;font-size:14px}@media (max-width:1200px){.basket-item{grid-template-columns:20vw 1fr 24px}.basket-item__image{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{min-height:40vw;border-radius:2.4px}.basket-item__delete{height:20px}}