.CartDrawer_drawer__DiVxA{position:fixed;top:0;right:-100%;width:450px;height:100vh;background:#fff;z-index:1001;transition:right .3s ease-out;display:flex;flex-direction:column;box-shadow:-5px 0 15px rgba(0,0,0,.1)}.CartDrawer_drawer--open__DrkQ3{right:0}@media(max-width:480px){.CartDrawer_drawer__DiVxA{width:100%}}.CartDrawer_drawer__header__2C6zr{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.CartDrawer_drawer__title__6S65r{font-size:18px;font-weight:700;margin:0}.CartDrawer_drawer__closeBtn__opUup{background:none;border:none;padding:0;cursor:pointer}.CartDrawer_drawer__content__M5A_n{flex-grow:1;overflow-y:auto;padding:0 24px}.CartDrawer_drawer__footer__jqnlF{padding:24px;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:12px}.CartDrawer_drawer__checkoutBtn__vw87K{width:100%;padding:18px;background:#000;color:#fff;border:1px solid #000;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.CartDrawer_drawer__checkoutBtn__vw87K:hover{background:#333}.CartDrawer_drawer__oneClickBtn__y2Ug5{width:100%;padding:18px;background:#fff;color:#000;border:1px solid #e5e5e5;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s}.CartDrawer_drawer__oneClickBtn__y2Ug5:hover{border-color:#000}.CartDrawer_drawer__continueBtn__ms_cV{background:none;border:none;padding:8px;font-size:14px;font-weight:500;text-decoration:underline;cursor:pointer;margin-top:4px}.CartDrawer_drawer__continueBtn__ms_cV:hover{color:#757575}.CartDrawer_drawer__empty__snmgt,.CartDrawer_drawer__loading__ALobD{padding:40px 0;text-align:center;color:#757575}.CartDrawer_overlay__GWWqR{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);z-index:1000;opacity:0;visibility:hidden;transition:all .3s}.CartDrawer_overlay--active__ubaWD{opacity:1;visibility:visible}