.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}}
.chat-widget{z-index:100;position:fixed;bottom:50px;right:50px}@media only screen and (max-width:1024px){.chat-widget{bottom:40px;right:40px}}@media only screen and (max-width:767px){.chat-widget{bottom:30px;right:20px}}.chat-widget__content-wrapper{--item-dimension:50px}.chat-widget__contact-list{flex-direction:column;justify-content:center;align-items:center;gap:10px;height:180px;list-style:none;display:flex;position:relative}.chat-widget__contact:first-child{--move-down:calc(100% + (2*var(--item-dimension)) + 20px)}.chat-widget__contact:nth-child(2){--move-down:calc(100% + (1*var(--item-dimension)) + 10px)}.chat-widget__contact:nth-child(3){--move-down:calc(100% + 10px)}.chat-widget__contact{z-index:10;width:var(--item-dimension);height:var(--item-dimension);opacity:0;transform:translateY(var(--move-down));animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards;position:relative}.chat-widget__contact-list.show-list .chat-widget__contact{animation-name:shwoWidget}.chat-widget__contact-list.hide-list .chat-widget__contact{animation-name:hideWidget}.chat-widget__link,.chat-widget__link svg{width:100%;height:100%}.chat-widget__control{width:var(--item-dimension);height:var(--item-dimension);cursor:pointer;justify-content:center;align-items:center;gap:none;z-index:50;background-color:#ff6060;border:none;border-radius:50%;outline:none;flex-direction:row;margin-top:10px;display:flex;position:relative}.chat-widget__control.active svg path{stroke:#fcfdff;stroke-width:2px}@keyframes shwoWidget{0%{transform:translateY(var(--move-down));opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes hideWidget{0%{opacity:1;transform:translateY(0)}to{transform:translateY(var(--move-down));opacity:0}}
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}
