.cart-drawer{background:var(--cu-bg, #FFF8EE);color:var(--cu-text, #1F1B16);width:min(420px,100vw)!important;border-left:1px solid var(--cu-light, #FFE3B8)}.cart-drawer__header{padding:1rem 1.25rem;border-bottom:1px solid var(--cu-light, #FFE3B8);background:var(--cu-bg, #FFF8EE)}.cart-drawer__header .btn-close{min-width:44px;min-height:44px;background-size:1rem;opacity:.7}.cart-drawer__header .btn-close:hover{opacity:1}.cart-drawer__title{font-family:var(--font-heading, "Bebas Neue"),"Oswald","Impact",sans-serif;font-size:1.6rem;letter-spacing:.06em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.6rem;color:var(--cu-text, #1F1B16)}.cart-drawer__count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .55rem;border-radius:999px;background:var(--cu-accent, #F08A1F);color:#fff;font-family:var(--font-body, "Inter"),sans-serif;font-size:.85rem;font-weight:700;letter-spacing:0}.cart-drawer__body{display:flex;flex-direction:column;padding:0;background:var(--cu-bg, #FFF8EE)}.cart-drawer__empty{text-align:center;padding:3rem 1.5rem;color:var(--cu-text-light, #847e77)}.cart-drawer__empty-icon{font-size:3rem;margin-bottom:.75rem}.cart-drawer__list{list-style:none;margin:0;padding:.75rem 1rem;flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.cart-drawer__item{display:flex;gap:.85rem;padding:.75rem;background:#fff;border:1px solid var(--cu-light, #FFE3B8);border-radius:14px;box-shadow:0 1px 2px #1f1b160a,0 2px 6px #1f1b160d}.cart-drawer__thumb{flex:0 0 auto;width:72px;height:72px;border-radius:10px;overflow:hidden;background:var(--cu-light, #FFE3B8);display:flex;align-items:center;justify-content:center}.cart-drawer__thumb img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__thumb-fallback{font-size:1.8rem;opacity:.6}.cart-drawer__item-body{flex:1 1 auto;display:flex;flex-direction:column;gap:.4rem;min-width:0}.cart-drawer__item-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-drawer__item-title{font-weight:600;font-size:.98rem;line-height:1.25;color:var(--cu-text, #1F1B16);word-break:break-word}.cart-drawer__item-mods{font-size:.78rem;line-height:1.35;color:var(--cu-text-light, #847e77)}.cart-drawer__item-unit{font-size:.8rem;color:var(--cu-text-light, #847e77)}.cart-drawer__remove{flex:0 0 auto;min-width:36px;min-height:36px;border:none;background:transparent;color:var(--cu-text-light, #847e77);font-size:1.5rem;line-height:1;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.cart-drawer__remove:hover,.cart-drawer__remove:focus-visible{background:#c8102e14;color:#c8102e;outline:none}.cart-drawer__item-foot{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.15rem}.cart-drawer__qty{display:inline-flex;align-items:center;border:1px solid var(--cu-light, #FFE3B8);border-radius:999px;background:var(--cu-bg, #FFF8EE);overflow:hidden}.cart-drawer__qty-btn{min-width:36px;min-height:36px;border:none;background:transparent;color:var(--cu-accent-dark, #ca6400);font-size:1.1rem;font-weight:700;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.cart-drawer__qty-btn:hover,.cart-drawer__qty-btn:focus-visible{background:var(--cu-light, #FFE3B8);outline:none}.cart-drawer__qty-value{min-width:28px;text-align:center;font-weight:600;color:var(--cu-text, #1F1B16);padding:0 .15rem}.cart-drawer__line-total{font-size:1rem;color:var(--cu-text, #1F1B16)}.cart-drawer__footer{padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--cu-light, #FFE3B8);background:var(--cu-bg, #FFF8EE);display:flex;flex-direction:column;gap:.6rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:1.05rem;margin-bottom:.25rem}.cart-drawer__subtotal>span{color:var(--cu-text-light, #847e77);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.cart-drawer__subtotal>strong{font-size:1.25rem;color:var(--cu-text, #1F1B16)}.cart-drawer__cta{background:var(--cu-accent, #F08A1F);color:#fff;border:none;border-radius:12px;padding:.85rem 1.25rem;min-height:48px;font-family:var(--font-heading, "Bebas Neue"),sans-serif;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;box-shadow:0 4px 14px #f08a1f40;transition:background .15s,transform .05s,box-shadow .15s}.cart-drawer__cta:hover,.cart-drawer__cta:focus-visible{background:var(--cu-accent-dark, #ca6400);color:#fff;box-shadow:0 6px 18px #f08a1f59;outline:none}.cart-drawer__cta:active{transform:translateY(1px)}.cart-drawer__clear{align-self:center;background:transparent;border:none;color:var(--cu-text-light, #847e77);font-size:.85rem;padding:.5rem .75rem;min-height:36px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.cart-drawer__clear:hover,.cart-drawer__clear:focus-visible{color:#c8102e;outline:none}:root.dark .cart-drawer{background:var(--cu-bg--dm, #0A0A0A);color:var(--cu-text--dm, #F5F1E8);border-left-color:var(--cu-light--dm, #1A1A1A)}:root.dark .cart-drawer__header,:root.dark .cart-drawer__body,:root.dark .cart-drawer__footer{background:var(--cu-bg--dm, #0A0A0A);border-color:var(--cu-light--dm, #1A1A1A)}:root.dark .cart-drawer__item{background:var(--cu-light--dm, #1A1A1A);border-color:#f5f1e814}:root.dark .cart-drawer__item-title,:root.dark .cart-drawer__line-total,:root.dark .cart-drawer__subtotal>strong,:root.dark .cart-drawer__title,:root.dark .cart-drawer__qty-value{color:var(--cu-text--dm, #F5F1E8)}:root.dark .cart-drawer__qty{background:var(--cu-bg--dm, #0A0A0A);border-color:#f5f1e81f}.offcanvas-backdrop.show{opacity:.55}
