.cart{scrollbar-width:none;justify-content:none;align-items:center;gap:none;border-top:1px solid #949494;flex-direction:column;width:100%;height:100%;padding-top:20px;padding-bottom:90px;display:flex;overflow-y:scroll}.cart__empty-cart{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.cart__empty-cart-text{font-family:var(--font-montserrat),sans-serif;color:#262525;text-align:center;font-size:1.125rem;font-weight:600;line-height:24px}.cart__empty-cart-link{font-family:var(--font-montserrat),sans-serif;color:#fcfdff;background:#262525;border-radius:15px;padding:10px 20px;font-size:1rem;font-weight:600}.cart_cart-item-list{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}@media only screen and (max-width:767px){.cart_cart-item-list{gap:15px}}.cart__checkout-btn-wrapper{position:absolute;bottom:20px;left:0;right:0}.cart__checkout-btn{justify-content:center;align-items:center;gap:none;color:#fcfdff;text-align:center;width:100%;font-family:var(--font-uncage),sans-serif;background:#262525;border-radius:15px;flex-direction:row;padding:20px 0;font-size:1.125rem;font-weight:500;line-height:19.8px;display:flex}@media only screen and (max-width:767px){.cart__checkout-btn{font-size:1rem;line-height:18px}}
html,body{max-width:100vw;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fcfdff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}li,button,a,input,select,textarea,div,span{-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:#0000;outline:none}.app-container{justify-content:none;align-items:none;gap:none;flex-direction:column;width:100%;min-height:100vh;display:flex}
