.gw-drawer{position:fixed;inset:0;z-index:99999;pointer-events:none}
.gw-drawer.is-open{pointer-events:all}
.gw-drawer__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.5);opacity:0;transition:opacity 0.3s ease}
.gw-drawer.is-open .gw-drawer__overlay{opacity:1}
.gw-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:400px;background:#111;color:#fff;display:flex;flex-direction:column;transform:translateX(100%);transition:transform 0.3s ease;overflow-y:auto}
.gw-drawer.is-open .gw-drawer__panel{transform:translateX(0)}
.gw-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #222}
.gw-drawer__added{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;font-weight:500}
.gw-drawer__tick{width:20px;height:20px;background:#00b4b4;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;flex-shrink:0}
.gw-drawer__close{background:none;border:none;color:#888;font-size:1.1rem;cursor:pointer;padding:0.25rem;line-height:1}
.gw-drawer__product{display:flex;gap:0.75rem;padding:1rem 1.25rem;border-bottom:1px solid #1a1a1a}
.gw-drawer__product img{width:64px;height:64px;object-fit:contain;border-radius:6px;background:#1a1a1a;flex-shrink:0}
.gw-drawer__product-info{flex:1;min-width:0}
.gw-drawer__product-title{font-size:0.8rem;font-weight:600;margin:0 0 0.2rem;color:#fff}
.gw-drawer__product-variant{font-size:0.72rem;color:#888;margin:0 0 0.35rem}
.gw-drawer__product-price{font-size:0.875rem;font-weight:700;color:#00b4b4;margin:0}
.gw-drawer__shipping{padding:0.85rem 1.25rem;border-bottom:1px solid #1a1a1a;background:#0d1a1a}
.gw-drawer__shipping-text{display:flex;align-items:center;gap:0.4rem;margin-bottom:0.5rem;font-size:0.75rem;color:#ccc}
.gw-drawer__shipping-icon{color:#00b4b4;font-size:1rem}
.gw-drawer__shipping-bar{height:4px;background:#222;border-radius:100px;overflow:hidden}
.gw-drawer__shipping-fill{height:100%;background:#00b4b4;border-radius:100px;transition:width 0.4s ease}
.gw-drawer__upsell{padding:1rem 1.25rem;border-bottom:1px solid #1a1a1a}
.gw-drawer__upsell-title{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:#888;margin:0 0 0.75rem}
.gw-drawer__upsell-card{display:flex;gap:0.75rem;align-items:center}
.gw-drawer__upsell-card img{width:56px;height:56px;object-fit:contain;border-radius:6px;background:#1a1a1a;flex-shrink:0}
.gw-drawer__upsell-info{flex:1;min-width:0}
.gw-drawer__upsell-name{font-size:0.78rem;font-weight:600;margin:0 0 0.15rem;color:#fff}
.gw-drawer__upsell-price{font-size:0.8rem;font-weight:700;color:#00b4b4;margin:0}
.gw-drawer__upsell-btn{background:#00b4b4;border:none;color:#fff;font-size:0.7rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;padding:0.45rem 0.75rem;border-radius:4px;cursor:pointer;white-space:nowrap;flex-shrink:0}
.gw-drawer__footer{padding:1rem 1.25rem;margin-top:auto}
.gw-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem;font-size:0.875rem}
.gw-drawer__subtotal span:first-child{color:#888}
.gw-drawer__subtotal span:last-child{font-weight:700;color:#fff}
.gw-drawer__view-cart{display:block;background:#00b4b4;color:#fff;text-align:center;padding:0.85rem;border-radius:6px;font-size:0.8rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none;margin-bottom:0.5rem}
.gw-drawer__continue{display:block;width:100%;background:transparent;border:1px solid #333;color:#888;font-size:0.8rem;font-weight:600;padding:0.75rem;border-radius:6px;cursor:pointer}
