.cart{display:flex;flex-direction:column;height:calc(var(--viewport-height) - var(--header-height));left:0;overflow:visible;padding-bottom:10px;padding-left:max(16px,(100% - 1680px)/2);padding-right:max(16px,(100% - 1680px)/2);position:absolute;top:100%;width:100%;z-index:-1}.cart>*{margin-left:auto}.cart.is-open{z-index:-1}.cart__inner{background-color:var(--clr-white);border-radius:20px;box-shadow:0 1px 20px 0 rgba(0,5,98,.15);display:flex;flex-direction:column;gap:24px;max-height:100%;max-width:755px;overflow:hidden auto;padding:24px;width:100%}.cart__head{align-items:center;display:flex;gap:12px}.cart__title{padding-left:20px}.cart__close{display:none}.cart__products{display:flex;flex:1 1 auto;flex-direction:column;max-height:665px;min-height:73px;overflow:hidden auto}.cart__bottom{align-items:center;background-color:var(--clr-white);border-radius:12px;box-shadow:0 1px 20px 0 rgba(0,5,98,.15);display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:20px}.cart__total{display:flex;flex-direction:column;gap:4px}.cart__total-label{color:var(--clr-gray-800-08);font-size:16px;font-weight:500;line-height:130%}.cart__total-price{font-weight:600;line-height:120%}.cart__btns{flex-wrap:wrap;gap:8px}.cart__btns,.cart__empty{align-items:center;display:flex}.cart__empty{background-color:var(--clr-white);border-radius:20px;box-shadow:0 1px 20px 0 rgba(0,5,98,.15);flex-direction:column;gap:24px;max-height:100%;max-width:383px;overflow:hidden auto;padding:65px 24px;text-align:center;width:100%}.cart__empty-text{color:var(--clr-gray-800-08);font-size:16px;font-weight:500;line-height:130%}.cart__empty-btns{display:flex;flex-direction:column;gap:8px;max-width:fit-content;min-width:190px}.cart__empty-back,.cart__empty-btn{max-width:100%}@media (width <= 61.99875em){.cart__inner{gap:16px;padding:16px}.cart__title{padding-left:10px}.cart__close{display:flex;margin-left:auto;min-height:36px;min-width:36px;padding:7px}}@media (width <= 47.99875em){.cart{background-color:var(--clr-white);height:var(--viewport-height);left:auto;opacity:1;padding:0;position:fixed;right:-100%;top:0;transition:right .3s;visibility:visible;z-index:10}.cart.is-open{right:0;z-index:50}.cart__inner{border-radius:0;flex:1 1 auto;gap:8px;padding:16px 8px 8px}.cart__head{padding:0 8px 8px}.cart__products{max-height:100%;padding:1px 8px}.cart__bottom{gap:10px;padding:16px 14px}.cart__empty{border-radius:0;box-shadow:none;height:100%;max-width:100%;padding:16px}.cart__empty>:first-child{margin-top:auto}.cart__empty>:last-child{margin-bottom:auto}}@media (width <= 40.62375em){.cart__bottom{flex-direction:column;gap:10px}.cart__total{align-items:center;text-align:center}.cart__btns{justify-content:center}}@media (width <= 29.99875em){.cart__title{padding-left:0}.cart__total-label{font-size:15px}.cart__total-price{font-size:22px}.cart__back,.cart__order{font-size:14px;gap:5px}.cart__back img,.cart__back svg,.cart__order img,.cart__order svg{height:20px;object-fit:cover;width:20px}.cart__empty-text{font-size:15px}}@media (width > 29.99875em) and (width <= 107em){.cart__total-price{font-size:clamp(22px,21.2208243373px + .162335027vw,24px)}}@media (width > 47.99875em) and (width < 81.24875em){.cart__products{padding:1px 8px}}@media (width > 47.99875em){.cart__inner::-webkit-scrollbar{display:block;width:4px}.cart__inner::-webkit-scrollbar-track{background:transparent;border:none;border-radius:3px}.cart__inner::-webkit-scrollbar-thumb{background-color:var(--clr-gray-350);border:none;border-radius:3px;cursor:grab}.cart__inner::-webkit-scrollbar-thumb:active{cursor:grabbing}.cart__products::-webkit-scrollbar{display:block;width:4px}.cart__products::-webkit-scrollbar-track{background:transparent;border:none;border-radius:3px}.cart__products::-webkit-scrollbar-thumb{background-color:var(--clr-gray-350);border:none;border-radius:3px;cursor:grab}.cart__products::-webkit-scrollbar-thumb:active{cursor:grabbing}.cart__empty::-webkit-scrollbar{display:block;width:4px}.cart__empty::-webkit-scrollbar-track{background:transparent;border:none;border-radius:3px}.cart__empty::-webkit-scrollbar-thumb{background-color:var(--clr-gray-350);border:none;border-radius:3px;cursor:grab}.cart__empty::-webkit-scrollbar-thumb:active{cursor:grabbing}}@media (width > 81.24875em){.cart__products{padding:1px 16px}}@media (width > 107em){.cart__total-price{font-size:24px}}