.opsim-checkout-popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000000;display:none;padding:40px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.opsim-checkout-popup-wrapper.active{display:flex;justify-content:center;align-items:flex-start}.opsim-checkout-popup-wrapper .opsim-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:-1}.opsim-checkout-popup-wrapper .opsim-popup-container{position:relative;background:#fff;width:100%;max-width:500px;margin:auto;border-radius:12px;border:2px solid var(--opsim-brand,#355872);box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);display:flex;flex-direction:column;animation:opsim-popup-slide 0.3s cubic-bezier(.16,1,.3,1);z-index:1;overflow:hidden}.opsim-popup-top-bar{width:100%;background-color:#fff0;padding:8px 12px;text-align:center;border-radius:10px 10px 0 0}.opsim-popup-top-bar h2{color:var(--opsim-brand,#355872)!important;font-size:0.85rem!important;font-weight:800!important;margin:0!important;text-transform:uppercase;letter-spacing:.5px}@keyframes opsim-popup-slide{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.opsim-checkout-popup-wrapper .opsim-popup-close{position:absolute;top:8px;right:15px;width:28px;height:28px;border-radius:50%;background:#fff0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;color:#333;z-index:10;transition:opacity 0.2s}.opsim-checkout-popup-wrapper .opsim-popup-close:hover{opacity:.7}.opsim-checkout-popup-wrapper .opsim-popup-content{padding:24px;padding-top:5px}.opsim-checkout-popup-wrapper .opsim-popup-header{margin-bottom:0;text-align:center;padding-bottom:12px;border-bottom:1px solid #f0f0f0;margin-left:-24px;margin-right:-24px}.opsim-checkout-popup-wrapper .opsim-popup-header p{font-size:.75rem;color:#6b7280;margin:0;margin-top:-2px}.opsim-checkout-popup-wrapper .opsim-popup-product-summary{background:#fff0;padding:0;margin-bottom:15px;display:flex;flex-direction:column}.opsim-checkout-popup-wrapper .opsim-summary-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0}.opsim-checkout-popup-wrapper .opsim-summary-item:last-child{border-bottom:none}.opsim-checkout-popup-wrapper .opsim-item-image{width:45px;height:45px;border-radius:6px;position:relative;border:1px solid #f0f0f0;flex-shrink:0}.opsim-checkout-popup-wrapper .opsim-item-image img{width:100%;height:100%;object-fit:cover;border-radius:6px}.opsim-checkout-popup-wrapper .opsim-item-qty-badge{position:absolute;top:-6px;right:-6px;width:16px;height:16px;background:var(--opsim-brand,#355872);color:#fff;font-size:9px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff}.opsim-checkout-popup-wrapper .opsim-item-info{flex:1}.opsim-checkout-popup-wrapper .opsim-item-title{font-size:.75rem;font-weight:700;color:#111827;margin:0 0 1px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:calc(0.75rem * 1.4 * 2)}.opsim-checkout-popup-wrapper .opsim-item-price{font-size:.75rem;font-weight:800;color:var(--opsim-brand,#355872)}.opsim-checkout-popup-wrapper .opsim-remove-summary-item{background:#f3f4f6;border:none;color:#9ca3af;cursor:pointer;padding:0;font-size:20px;width:32px;height:32px;min-width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;flex-shrink:0;line-height:1}.opsim-checkout-popup-wrapper .opsim-remove-summary-item:hover{color:#ef4444;background:#fef2f2}.opsim-checkout-popup-wrapper .opsim-summary-item.opsim-removing{position:relative;opacity:.45;pointer-events:none;transition:opacity 0.25s ease}.opsim-checkout-popup-wrapper .opsim-summary-item.opsim-removing::after{content:'';position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid #d1d5db;border-top-color:var(--opsim-brand,#355872);border-radius:50%;animation:opsim-remove-spin 0.6s linear infinite}@keyframes opsim-remove-spin{to{transform:rotate(360deg)}}.opsim-checkout-popup-wrapper .opsim-summary-item.opsim-fade-out{opacity:0;max-height:0;padding-top:0;padding-bottom:0;margin:0;border:none;overflow:hidden;transition:opacity 0.3s ease,max-height 0.35s ease 0.05s,padding 0.35s ease 0.05s,margin 0.35s ease 0.05s}.opsim-checkout-popup-wrapper .opsim-popup-total-bar{display:none}.opsim-checkout-popup-wrapper .opsim-popup-form-container .opsim-modular-checkout-wrapper{border:none;padding:0;background:#fff0;margin-top:0}.opsim-checkout-popup-wrapper .opsim-popup-form-container .opsim-checkout-header{display:none}@media (max-width:500px){.opsim-checkout-popup-wrapper{padding:20px 10px;display:none;align-items:center}.opsim-checkout-popup-wrapper.active{display:flex}.opsim-checkout-popup-wrapper .opsim-popup-container{margin:auto;min-height:auto;max-height:90vh;border-radius:12px;border:2px solid var(--opsim-brand,#355872);overflow-y:auto}}