.cart-drawer-shell{position:fixed;inset:0;z-index:3000;visibility:hidden;pointer-events:none}.cart-drawer-shell.is-open{visibility:visible;pointer-events:auto}.cart-drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(22,17,31,.48);opacity:0;transition:opacity .32s ease;cursor:pointer}.is-open .cart-drawer-backdrop{opacity:1}.cart-drawer{position:absolute;top:0;right:0;width:min(440px,100%);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 50px rgba(32,24,48,.18);transform:translateX(102%);transition:transform .38s cubic-bezier(.22,.75,.25,1);color:#211d2b}.is-open .cart-drawer{transform:translateX(0)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #ece8f1}.cart-drawer-head span{color:#6554e8;font-size:10px;font-weight:900;letter-spacing:1.3px}.cart-drawer-head h2{margin:4px 0 0;font-size:21px}.cart-drawer-head h2 small{color:#8b8492;font-size:13px}.cart-drawer-head>button{width:39px;height:39px;display:grid;place-items:center;border:1px solid #e4deeb;border-radius:50%;background:#fff;cursor:pointer}.cart-drawer-items{flex:1;overflow:auto;padding:5px 24px}.cart-drawer-item{display:grid;grid-template-columns:86px 1fr;gap:15px;padding:19px 0;border-bottom:1px solid #eeeaf2}.cart-mini-cover{height:116px;display:flex;flex-direction:column;justify-content:center;padding:9px;border-radius:3px 7px 7px 3px;color:#fff;text-align:center;box-shadow:0 8px 17px rgba(30,20,45,.12)}.cart-mini-cover.magenta{background:linear-gradient(145deg,#b51e70,#731650)}.cart-mini-cover.blue{background:linear-gradient(145deg,#087aa8,#07557c)}.cart-mini-cover.green{background:linear-gradient(145deg,#78a82d,#3d761f)}.cart-mini-cover.orange{background:linear-gradient(145deg,#bd7021,#8f421c)}.cart-mini-cover small{font-size:6px}.cart-mini-cover strong{margin:13px 0;font-size:12px}.cart-mini-cover span{font-size:9px;font-weight:900}.cart-item-copy h3{margin:0 0 5px;font-size:14px;line-height:1.35}.cart-item-copy p{margin:0 0 9px;color:#8b8492;font-size:11px}.cart-item-copy>strong{font-size:15px}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:13px}.cart-quantity{display:flex;align-items:center;border:1px solid #ded7e6;border-radius:6px;overflow:hidden}.cart-quantity button{width:28px;height:28px;display:grid;place-items:center;border:0;background:#faf9fc;cursor:pointer}.cart-quantity span{min-width:28px;text-align:center;font-size:12px;font-weight:800}.cart-remove{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:#9a5260;font-size:11px;cursor:pointer}.cart-drawer-footer{padding:20px 24px 22px;border-top:1px solid #e8e2ed;background:#fff;box-shadow:0 -12px 30px rgba(48,37,65,.05)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:800}.cart-drawer-footer>p{margin:7px 0 16px;color:#8b8492;font-size:11px}.cart-drawer-footer>button{width:100%;min-height:49px;border:0;border-radius:8px;background:#5f3dc4;color:#fff;font-weight:900;cursor:pointer}.cart-drawer-footer .continue-shopping{min-height:36px;margin-top:7px;background:transparent;color:#5f3dc4}.cart-drawer-empty{flex:1;display:grid;place-content:center;justify-items:center;padding:30px;text-align:center}.cart-drawer-empty>span{width:74px;height:74px;display:grid;place-items:center;border-radius:50%;background:#f1edff;color:#6554e8}.cart-drawer-empty h3{margin:18px 0 6px}.cart-drawer-empty p{max-width:280px;margin:0;color:#817989;font-size:13px;line-height:1.6}.cart-drawer-empty a{margin-top:20px;padding:12px 24px;border-radius:7px;background:#5f3dc4;color:#fff;font-weight:800;text-decoration:none}@media(max-width:480px){.cart-drawer-footer,.cart-drawer-head,.cart-drawer-items{padding-inline:18px}.cart-drawer-item{grid-template-columns:76px 1fr}.cart-mini-cover{height:105px}}@media(prefers-reduced-motion:reduce){.cart-drawer,.cart-drawer-backdrop{transition:none}}.cart-mini-image{width:86px;height:116px;object-fit:cover;border-radius:3px 7px 7px 3px;background:#f5f5f5;box-shadow:0 8px 17px rgba(30,20,45,.12)}@media(max-width:480px){.cart-mini-image{width:76px;height:105px}}