.basket-product{display:flex;gap:2rem;position:relative}@media (max-width:530px){.basket-product{gap:1.2rem}}.basket-product__img-block{flex:0 0 auto}.basket-product__img{border:.1rem solid #f3f3f3;border-radius:1rem;height:15rem;width:15rem}@media (max-width:530px){.basket-product__img{height:10rem;width:10rem}}.basket-product__info{display:flex;flex:1 1 auto;flex-direction:column;gap:2rem;justify-content:space-between}@media (max-width:530px){.basket-product__info{gap:1rem}}.basket-product__top{align-items:start;display:flex;gap:7rem;justify-content:space-between}.basket-product__title{color:#1c1f2a;font-family:var(--font-family-second);font-size:2.4rem;font-weight:500;line-height:100%}@media (max-width:530px){.basket-product__title{display:-webkit-box;font-size:1.8rem;height:9rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}}.basket-product__delete{align-items:start;color:#1c1f2a;display:flex;flex:0 0 auto;font-family:var(--font-family-second);font-size:1.4rem;font-weight:400;gap:.5rem;line-height:120%;opacity:.5}@media (max-width:530px){.basket-product__delete{bottom:2rem;left:1.4rem;position:absolute}}.basket-product__delete:before{background:url(../img/trash.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;flex:0 0 auto;height:1.2rem;width:1.2rem}.basket-product__count{align-items:center;background:#f3f3f3;border-radius:.6rem;display:flex;gap:.5rem;max-width:-moz-max-content;max-width:max-content;padding:.2rem}.basket-product__count-btn{align-items:center;background:#da291c;display:flex;justify-content:center;padding:1rem;transition:all .3s ease}.basket-product__count-btn:disabled{background:#1c1f2a20;cursor:disabled}.basket-product__count-btn:first-child{border-radius:.5rem 0 0 .5rem}.basket-product__count-btn:last-child{border-radius:0 .5rem .5rem 0}.basket-product__count-btn_svg{height:1.2rem;width:1.2rem}.basket-product__count-text{color:#1c1f2a;font-family:var(--font-family-second);font-size:1.6rem;font-weight:500;line-height:100%;margin-bottom:-.5rem;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:2rem}@media (max-width:530px){.basket-product__count-text{font-size:1.4rem}}.basket-product__bottom{align-items:end;display:flex;justify-content:space-between}.basket-product__price-block{align-items:end;display:flex;flex-direction:column}.basket-product__price-old{color:#1c1f2a;font-family:var(--font-family-second);font-size:1.8rem;font-weight:500;line-height:100%;opacity:.5;text-decoration:line-through}@media (max-width:530px){.basket-product__price-old{font-size:1.4rem}}.basket-product__price{color:#da291c;font-family:var(--font-family-second);font-size:2.4rem;font-weight:500;line-height:100%}@media (max-width:530px){.basket-product__price{font-size:1.8rem}}.basket-product .hidden-disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html{--refRes:1350;font-size:calc(100vw/var(--refRes)*10)}@media (min-width:1920px){html{--refRes:1750}}@media (max-width:1024px){html{--refRes:768}}@media (max-width:530px){html{--refRes:390}}.basket__wrapper{padding-bottom:5rem;padding-top:12rem;padding-inline:11rem}@media (max-width:1024px){.basket__wrapper{padding-bottom:4rem;padding-inline:0}}.basket__row{align-items:start;display:grid;gap:3rem;grid-template-columns:63rem 1fr}@media (max-width:1024px){.basket__row{gap:5rem;grid-template-columns:1fr}}@media (max-width:530px){.basket__row{gap:3rem}}.basket__detail{border:.2rem solid #f3f3f3;border-radius:1.3rem;padding:5rem 3rem}@media (min-width:1025px){.basket__detail{position:sticky;top:11rem}}@media (max-width:1024px){.basket__detail{padding:3rem 2rem}}.basket__detail-title{color:#1c1f2a;font-family:var(--font-family-second);font-size:2.4rem;font-weight:500;line-height:100%;margin-bottom:2.5rem}@media (max-width:1024px){.basket__detail-title{font-weight:600;margin-bottom:2rem}}.basket__detail-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.basket__detail-item{align-items:center;display:flex;gap:2rem;justify-content:space-between}.basket__detail-name{color:#1c1f2a;font-family:var(--font-family-second);font-size:1.6rem;font-weight:300;line-height:100%}@media (max-width:530px){.basket__detail-name{font-size:1.4rem}}.basket__detail-name_weight{font-size:1.8rem;font-weight:400}.basket__detail-info{color:#1c1f2a;font-family:var(--font-family-second);font-size:2.4rem;font-weight:500;line-height:100%}.basket__detail-info_red{color:#da291c;font-size:2.8rem}@media (max-width:1024px){.basket__detail-info_red{font-size:3.2rem}}.basket__detail-btn{font-size:1.6rem;padding:2rem;text-align:center}.basket__heading{color:#1c1f2a;font-family:var(--font-family-second);font-size:4.2rem;font-weight:500;line-height:100%;margin-bottom:2rem}.basket__item:not(:last-child){border-bottom:.1rem solid #f3f3f3;margin-bottom:2rem;padding-bottom:2rem}@media (max-width:530px){.basket__item{padding-bottom:2rem}}.basket-list-empty{margin-block:4rem}.basket-list-empty__wrapper{display:flex;justify-content:center;margin-inline:4rem}.basket-list-empty__block{background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;height:20.5rem;place-content:center;width:44rem}.basket-list-empty__heading{font-size:4.2rem;font-weight:500;line-height:100%;margin-bottom:1rem}.basket-list-empty__heading,.basket-list-empty__text{color:#1c1f2a;font-family:var(--font-family-second);text-align:center}.basket-list-empty__text{font-size:1.6rem;font-weight:400;line-height:120%}.basket-list-empty__text:not(:last-of-type){margin-bottom:1rem}.basket-list-empty__text_bold{display:inline;font-weight:700}.basket-list-empty__btn{font-size:1.6rem;margin-top:3rem;padding:1.9rem;text-align:center;width:100%}html[data-v-0597d8eb]{--refRes:1350;font-size:calc(100vw/var(--refRes)*10)}@media (min-width:1920px){html[data-v-0597d8eb]{--refRes:1750}}@media (max-width:1024px){html[data-v-0597d8eb]{--refRes:768}}@media (max-width:530px){html[data-v-0597d8eb]{--refRes:390}}.basket-skeleton[data-v-0597d8eb]{background:#fff;bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;z-index:10}.basket-skeleton__inner[data-v-0597d8eb]{background-color:#00000054;height:100%}.basket-skeleton__first[data-v-0597d8eb]{height:18rem;margin-bottom:4rem}@media (max-width:1024px){.basket-skeleton__first[data-v-0597d8eb]{height:20rem;margin-bottom:1rem}}.basket-skeleton__heading[data-v-0597d8eb]{border-radius:1rem;height:4rem;left:14rem;overflow:hidden;position:absolute;top:15.5rem;width:30rem}@media (min-width:1920px){.basket-skeleton__heading[data-v-0597d8eb]{left:32rem}}@media (max-width:1024px){.basket-skeleton__heading[data-v-0597d8eb]{left:1.5rem}}.basket-skeleton__crumbs[data-v-0597d8eb]{border-radius:1rem;height:2rem;left:14rem;overflow:hidden;position:absolute;top:11.5rem;width:13rem}@media (min-width:1920px){.basket-skeleton__crumbs[data-v-0597d8eb]{left:32rem}}@media (max-width:1024px){.basket-skeleton__crumbs[data-v-0597d8eb]{left:1.5rem}}.basket-skeleton__basket[data-v-0597d8eb]{border-radius:1rem;display:grid;gap:3rem;grid-auto-rows:15rem;grid-template-columns:1fr;left:14rem;position:absolute;top:22rem;width:64rem}@media (min-width:1920px){.basket-skeleton__basket[data-v-0597d8eb]{left:32rem}}@media (max-width:1024px){.basket-skeleton__basket[data-v-0597d8eb]{gap:4rem;left:0;padding-inline:1.5rem;width:100%}}.basket-skeleton__basket-item[data-v-0597d8eb],.basket-skeleton__total[data-v-0597d8eb]{border-radius:1rem;overflow:hidden}.basket-skeleton__total[data-v-0597d8eb]{height:36rem;position:absolute;right:14rem;top:16rem;width:40rem}@media (min-width:1920px){.basket-skeleton__total[data-v-0597d8eb]{right:32rem}}@media (max-width:1024px){.basket-skeleton__total[data-v-0597d8eb]{display:none}}.skeleton-box[data-v-0597d8eb]{background-color:#dcdadc9c;display:inline-block;height:100%;overflow:hidden;position:relative;width:100%}.skeleton-box[data-v-0597d8eb]:after{animation:shimmer-0597d8eb 2s infinite;background-image:linear-gradient(90deg,#fff0,#fff3 20%,#ffffff80 60%,#fff0);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate(-100%)}@keyframes shimmer-0597d8eb{to{transform:translate(100%)}}
