:root{--black-blue:#0d0c1c;--blue:#2100b1;--blue-2:#3c54dc;--blue-light:#01a2d0;--blue-dark:#271c6b;--focus-blue:#aac0dd;--hover-header:#0b0050;--bg-card-product:#ffffff;--bg-transparent:transparent;--border-card-product:#dee2e6;--color-title-product-card:#101010;--black:#101010;--grey-dark:#383a40;--border-grey-dark:var(--white);--grey:#96999c;--grey-light:#b9bec2;--grey-light-2:#dee2e6;--grey-light-3:#f6f6f6;--white:#ffffff;--bg-white:#ffffff;--static-black:#101010;--statick-black-grey:#1a1a1a;--error:#d80101;--warning:#d80101;--success:#27ae60;--gradient:linear-gradient(70deg,rgba(1,12,40,1) 7%,rgba(19,14,101,1) 30%,rgba(4,1,54,1) 40%);--gradient-static:linear-gradient(70deg,rgba(1,12,40,1) 7%,rgba(19,14,101,1) 30%,rgba(4,1,54,1) 40%)}[data-theme=dark]{--black-blue:var(--white);--blue:#2100b1;--blue-2:#3c54dc;--blue-light:#01a2d0;--blue-dark:#271c6b;--focus-blue:#aac0dd;--hover-header:#0b0050;--bg-card-product:#212121;--bg-transparent:#1a1a1a;--border-card-product:none;--color-title-product-card:#3c54dc;--black:var(--white);--grey-dark:var(--white);--border-grey-dark:#383a40;--grey:#96999c;--grey-light:#b9bec2;--grey-light-2:#dee2e6;--grey-light-3:#1a1a1a;--bg-white:var(--gradient);--error:#d80101;--warning:#d80101;--success:#27ae60;--gradient:radial-gradient(circle,rgba(1,12,40,1) 0%,rgba(4,1,54,1) 100%)}ul{padding:0;margin:0}li{list-style:none}p{padding:0;margin:0}a{text-decoration:none;display:block}a,button{color:inherit}button{border:none;background:rgba(0,0,0,0);cursor:pointer;outline:none;height:-moz-fit-content;height:fit-content;font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400;cursor:default}input{border:none;width:100%;font-family:Inter;font-size:1.4rem;font-weight:400}input::placeholder{color:rgba(36,36,46,.5019607843);font-family:Inter;font-size:1.4rem;font-weight:400}input::-webkit-input-placeholder{color:rgba(36,36,46,.5019607843)}input::-moz-placeholder{color:rgba(36,36,46,.5019607843)}textarea{border:none;width:100%;font-family:Inter;font-size:1.4rem;font-weight:400}textarea::placeholder{font-family:Inter;color:rgba(36,36,46,.5019607843);font-size:1.4rem;font-weight:400}body,html{position:relative;font-family:Inter,sans-serif;color:var(--white);display:flex;flex-direction:column;min-height:100vh;background:var(--white);scroll-behavior:smooth;font-size:16px}@media(max-width:3440px){body,html{font-size:14px}}@media(max-width:2048px){body,html{font-size:10px}}@media(max-width:1024px){body,html{font-size:9px}}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none}img{max-width:100%;object-fit:contain;max-height:100%;width:100%;height:100%}main{background:var(--bg-white);display:flex;flex-direction:column;flex:1 0 auto}.suspense-loader-wrap{flex:1 1;display:flex;align-items:center}.basket{justify-content:space-between}.basket,.basket__wrap{flex:1 1;display:flex;flex-direction:column}.basket__wrap{padding:0 10rem 6rem}@media(max-width:1280px){.basket__wrap{padding:0 3.2rem 3.2rem}}@media(max-width:600px){.basket__wrap{padding:0 1.6rem 3.2rem}}.basket__breadcrumbs{margin-bottom:3.3rem;padding:6rem 10rem 0}@media(max-width:1280px){.basket__breadcrumbs{padding:3.2rem 3.2rem 0}}@media(max-width:600px){.basket__breadcrumbs{padding:3.2rem 1.6rem 0}}.basket__list{border:1px solid var(--grey-light-2);border-radius:1.6rem;flex:1 1;opacity:0;transform:translateY(20px);animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) forwards;overflow:hidden}.basket__item{display:flex;padding:2.4rem 0;justify-content:space-between;border-bottom:1px solid var(--grey-light-2);margin:0 2.4rem;min-height:20rem}.basket__item:last-child{border-bottom:none}.basket__item img{width:14rem;margin-right:2.4rem}.basket__item{overflow:hidden;max-height:400px;transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94),max-height .5s cubic-bezier(.25,.46,.45,.94),margin .5s cubic-bezier(.25,.46,.45,.94),padding .5s cubic-bezier(.25,.46,.45,.94)}.basket__item--removing{opacity:0;transform:translateX(-20px) scale(.98);max-height:0;margin:0;padding-top:0;padding-bottom:0;pointer-events:none;border-bottom:none}.basket__left{display:flex;margin-right:2.4rem;cursor:pointer}.basket__mid{display:flex;flex-direction:column;justify-content:space-between}.basket__card-title{font-size:1.6rem;color:var(--color-title-product-card);font-weight:600}.basket__card-desc{font-size:1.4rem;font-weight:300;color:var(--black);display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.basket__card-price{color:var(--blue-2);font-size:2rem;font-weight:600}.basket__delete{display:flex;flex-direction:column;justify-content:flex-start;width:2rem;min-width:2rem;cursor:pointer}.basket__delete,.basket__delete img{height:-moz-fit-content;height:fit-content}.basket__img-wrap{display:flex;justify-content:center;min-height:100%;flex:1 1;align-items:center}.basket__img{width:20rem;height:20rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInItem{0%{opacity:0;transform:translateY(15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.basket__fullscreen-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(1,1,1,.2);display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}