.basket{position:fixed;top:0;right:0;left:0;bottom:0;display:grid;grid-template-columns:47vw 53vw;z-index:10;opacity:0;animation:basket .3s linear forwards}@keyframes basket{0%{opacity:0}to{opacity:1}}body.dark .basket__black{background-color:rgba(255,255,255,.183)}body.light .basket__black{background-color:rgba(0,0,0,.183)}.basket__main{background-color:var(--bg);padding:40px 20px 40px 40px;height:100vh;display:flex;flex-direction:column}.basket__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #a7a7a7;margin-right:20px}.basket__title{font-size:14px;letter-spacing:1px;text-transform:uppercase}.basket__close-button{width:24px;height:24px}.basket__list{overflow-y:auto;flex-grow:1}.basket__info-wrapper{margin-right:20px;border-top:1px solid #a7a7a7}.basket__total{display:flex;justify-content:space-between;padding-top:24px;margin-bottom:8px}.basket__total-label{font-size:14px;letter-spacing:1px;text-transform:uppercase}.basket__total-amount{display:flex;gap:22px;font-size:16px;letter-spacing:1.4px}.basket__total-amount-sale{text-decoration:line-through;text-decoration-thickness:.5px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;opacity:.7;font-size:14px}.basket__delivery-note{font-size:16px;line-height:24px;letter-spacing:1.4px;font-family:Random Grotesque Standard;margin-bottom:60px}body.dark .basket__delivery-note{color:#A7A7A7}body.light .basket__delivery-note{color:#5E5E5E}.basket__checkout-icon{width:24px;height:24px}.basket__checkout-button{font-size:14px;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;display:flex;gap:12px;height:48px;width:100%;align-items:center;justify-content:center;border-radius:4px}.basket__checkout-button--disabled{opacity:.3;cursor:auto}.basket__add-more-button{font-family:Random Grotesque Spacious!important;font-size:14px;letter-spacing:1px;text-transform:uppercase;display:flex;height:48px;width:100%;align-items:center;justify-content:center;border-radius:4px}body.dark .basket__add-more-button{background:#0A0A0A;color:#FDFDFD;border:1px solid #fdfdfd}body.light .basket__add-more-button{border:1px solid #0a0a0a;color:#0A0A0A}body.dark .basket__checkout-button{color:#0A0A0A;background:#FDFDFD}body.light .basket__checkout-button{background:#0A0A0A;color:#FDFDFD}.basket__list-null{flex-grow:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;opacity:.5;margin-right:20px}.basket__list-null-img{width:100px;height:100px}.basket__list-null-title{font-size:14px;letter-spacing:1px;text-align:center;text-transform:uppercase}@media (max-width:1200px){.basket{grid-template-columns:25vw 75vw}}@media (max-width:576px){.basket{display:flex}.basket__main{padding:40px 0 20px 20px;height:100%}.basket__delivery-note{margin-bottom:24px}}