.apple-cart-drawer-root{position:fixed;inset:0;z-index:1000000;visibility:hidden;pointer-events:none;transition:visibility .35s ease}.apple-cart-drawer-root.is-open{visibility:visible;pointer-events:auto}.apple-cart-backdrop{position:absolute;inset:0;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transition:opacity .35s cubic-bezier(.16,1,.3,1)}.apple-cart-drawer-root.is-open .apple-cart-backdrop{opacity:1}.apple-cart-panel{position:absolute;top:0;right:0;bottom:0;width:440px;max-width:95vw;background:#fff;box-shadow:-8px 0 32px #00000029,-2px 0 8px #0000000a;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Montserrat,sans-serif;color:#1d1d1f;box-sizing:border-box;z-index:2}.apple-cart-drawer-root.is-open .apple-cart-panel{transform:translate(0)}.apple-cart-handle{display:none}.apple-cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.08)}.apple-cart-title-wrap{display:flex;align-items:center;gap:10px}.apple-cart-status-badge{display:flex;align-items:center;justify-content:center}.apple-cart-header h2{margin:0;font-size:19px;font-weight:700;letter-spacing:-.015em;color:#1d1d1f}.apple-cart-close-btn{width:32px;height:32px;border-radius:50%;border:none;background:#f2f2f7;color:#6e6e73;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.apple-cart-close-btn:hover{background:#e5e5ea;color:#1d1d1f}.apple-cart-body{flex:1;overflow-y:auto;padding:16px 24px;-webkit-overflow-scrolling:touch}.apple-cart-items{display:flex;flex-direction:column;gap:16px}.apple-cart-item{display:flex;gap:16px;padding:16px;border-radius:12px;background:#fbfbfd;border:1px solid rgba(0,0,0,.06);position:relative;transition:background .2s,border-color .2s}.apple-cart-item.is-highlighted{background:#f0f7ff;border-color:#0071e3}.apple-cart-item-img{width:72px;height:72px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#e5e5ea;border:1px solid rgba(0,0,0,.04)}.apple-cart-item-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.apple-cart-item-title{font-size:15px;font-weight:600;color:#1d1d1f;margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apple-cart-item-spec{font-size:13px;color:#6e6e73;line-height:1.35}.apple-cart-item-finish{font-size:12px;color:#86868b;line-height:1.35}.apple-cart-item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding-top:6px;border-top:1px dashed rgba(0,0,0,.06)}.apple-cart-item-price{font-size:14px;font-weight:700;color:#1d1d1f}.apple-cart-item-remove{font-size:12px;color:#86868b;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;transition:color .15s}.apple-cart-item-remove:hover{color:#ff3b30}.apple-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;text-align:center}.apple-cart-empty-graphic{color:#8e8e93;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.apple-cart-empty-title{font-size:17px;font-weight:600;margin:0 0 6px;color:#1d1d1f}.apple-cart-empty-sub{font-size:14px;color:#86868b;margin:0 0 24px;max-width:260px;line-height:1.45}.apple-cart-footer{padding:20px 24px;border-top:1px solid rgba(0,0,0,.08);background:#fafafc;display:flex;flex-direction:column;gap:14px}.apple-cart-subtotal-row{display:flex;align-items:baseline;justify-content:space-between}.apple-cart-subtotal-label{font-size:14px;color:#6e6e73;font-weight:500}.apple-cart-subtotal-val{font-size:20px;font-weight:700;letter-spacing:-.015em;color:#1d1d1f}.apple-cart-trust-badges{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:500;color:#34c759;padding:8px 12px;background:#eef9f0;border-radius:8px}.apple-cart-cta-group{display:flex;flex-direction:column;gap:10px}.apple-cart-btn-primary{display:flex;align-items:center;justify-content:center;height:48px;background:#111;color:#fff!important;font-size:15px;font-weight:600;border-radius:980px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.apple-cart-btn-primary:hover{background:#2a2a2e;transform:scale(1.01);box-shadow:0 4px 12px #0003}.apple-cart-btn-secondary{display:flex;align-items:center;justify-content:center;height:44px;background:#fff;color:#1d1d1f!important;font-size:14px;font-weight:600;border-radius:980px;text-decoration:none;border:1px solid rgba(0,0,0,.12);cursor:pointer;transition:background .15s,border-color .15s}.apple-cart-btn-secondary:hover{background:#f5f5f7;border-color:#0003}.apple-cart-link-continue{background:none;border:none;color:#86868b;font-size:13px;font-weight:500;padding:6px;cursor:pointer;text-align:center;transition:color .15s}.apple-cart-link-continue:hover{color:#1d1d1f}body.apple-cart-open{overflow:hidden}@media(max-width:640px){.apple-cart-panel{inset:auto 0 0;width:100vw;max-width:100vw;max-height:88vh;border-radius:20px 20px 0 0;transform:translateY(100%)}.apple-cart-drawer-root.is-open .apple-cart-panel{transform:translateY(0)}.apple-cart-handle{display:block;width:40px;height:4px;border-radius:999px;background:#d1d1d6;margin:10px auto 0}.apple-cart-header{padding:14px 20px}.apple-cart-body{padding:12px 20px}.apple-cart-footer{padding:16px 20px max(24px,env(safe-area-inset-bottom,24px))}}
