#ajax-cart-drawer{position:fixed;top:0;right:-550px;width:550px;max-width:100%;height:100vh;background:#fff;z-index:999999;transition:right 0.3s ease;box-shadow:-5px 0 20px rgb(0 0 0 / .15);overflow-y:auto}#ajax-cart-drawer.open{right:0}.drawer-content{padding:25px}.drawer-content h3{margin:0 0 20px;font-size:24px;font-weight:600}.ajax-cart-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:999998;opacity:0;visibility:hidden;transition:all .3s ease}.ajax-cart-overlay.active{opacity:1;visibility:visible}.drawer-close{position:absolute;top:15px;right:15px;border:none;background:#fff0;font-size:28px;cursor:pointer;line-height:1}#upsell-area{margin-bottom:30px}.upsell-item{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:15px;background:#fafafa}.upsell-item img{width:90px;height:90px;object-fit:cover;flex-shrink:0}.upsell-content{flex:1}.upsell-item h4{margin:0 0 5px;font-size:16px;line-height:1.4}.upsell-item span{display:block;margin-bottom:10px;font-weight:600;color:#333}.add-upsell{display:inline-block;background:#27ae60;color:#fff;border:none;padding:10px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:.3s}.add-upsell:hover{background:#219150}.add-upsell.added{background:#2c3e50;cursor:default}.discount-badge{display:inline-block;background:#ff5722;color:#fff;padding:3px 8px;font-size:12px;border-radius:20px;margin-bottom:8px}.drawer-content .woocommerce-checkout{margin-top:30px}.drawer-content .woocommerce form .form-row{margin-bottom:15px}.drawer-content input,.drawer-content select,.drawer-content textarea{width:100%}@media (max-width:768px){#ajax-cart-drawer{width:100%;right:-100%}.upsell-item{flex-direction:column;text-align:center}.upsell-item img{width:120px;height:120px}.add-upsell{width:100%}.drawer-content{padding:20px}}