.jpw-popup-modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10000;display:none;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;pointer-events:none}.jpw-popup-modal.active{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.jpw-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9999;pointer-events:none;display:none}.jpw-popup-modal.active .jpw-popup-overlay{display:block}body.jpw-popup-open{overflow:hidden}body.jpw-popup-open #MainContent,body.jpw-popup-open header,body.jpw-popup-open footer{filter:blur(4px);transition:filter .3s ease}.jpw-popup-container{position:relative;width:90%;max-width:600px;max-height:90vh;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1rem;box-shadow:0 16px 48px #0000004d;overflow:hidden;transform:scale(.9);transition:transform .3s cubic-bezier(.34,1.56,.64,1);z-index:10001!important;pointer-events:auto!important;display:flex!important;flex-direction:column;visibility:visible!important;opacity:1!important}.jpw-popup-modal.active .jpw-popup-container{transform:scale(1)!important}.jpw-popup-close{position:absolute!important;top:1rem!important;right:1rem!important;background:#0d1120!important;border:2px solid #0d1120!important;border-radius:50%!important;width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;z-index:100000!important;color:#fff!important;box-shadow:0 4px 12px #0000004d!important;pointer-events:auto!important;visibility:visible!important;opacity:1!important}.jpw-popup-close svg{width:20px;height:20px;stroke:#fff!important;stroke-width:2;pointer-events:none}.jpw-popup-close:hover{background:#1a1f2e!important;transform:rotate(90deg) scale(1.1)!important;box-shadow:0 6px 16px #0006!important}.jpw-popup-content{padding:2rem;overflow-y:auto;max-height:90vh;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;position:relative;z-index:10003;pointer-events:auto!important}.jpw-popup-content button,.jpw-popup-content a,.jpw-popup-content input,.jpw-popup-content select{pointer-events:auto!important;cursor:pointer!important}.jpw-popup-content::-webkit-scrollbar{width:6px}.jpw-popup-content::-webkit-scrollbar-track{background:transparent}.jpw-popup-content::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.jpw-popup-header{margin-bottom:1.5rem}.jpw-popup-title{font-size:1.5rem;font-weight:700;margin:0;color:#0d1120}.jpw-cart-preview{background:#fffc;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:1rem;margin-bottom:1rem;display:flex;gap:1rem;align-items:center}.jpw-cart-items-scroll{display:flex;flex-direction:column;gap:.75rem;width:100%;max-height:300px;overflow-y:auto;padding-right:.5rem}.jpw-cart-item-mini{display:flex;gap:.75rem;align-items:center;padding:.75rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;transition:all .2s ease}.jpw-cart-item-mini:hover{box-shadow:0 2px 8px #0000001a}.jpw-cart-item-mini-image{width:60px;height:60px;border-radius:.375rem;overflow:hidden;background:#f8f9fa;flex-shrink:0}.jpw-cart-item-mini-image img{width:100%;height:100%;object-fit:cover}.jpw-cart-item-mini-info{flex:1;min-width:0}.jpw-cart-item-mini-title{font-weight:600;font-size:.875rem;margin:0 0 .25rem;color:#0d1120;line-height:1.3}.jpw-cart-item-mini-variant{font-size:.75rem;color:#666;margin:0 0 .25rem}.jpw-cart-item-mini-price{font-size:.8125rem;color:#495057;margin:0}.jpw-cart-item-image{width:80px;height:80px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:#f8f9fa}.jpw-cart-item-image img{width:100%;height:100%;object-fit:cover}.jpw-cart-item-info{flex:1;min-width:0}.jpw-cart-item-title{font-weight:700;font-size:1rem;margin:0 0 .25rem;color:#0d1120;line-height:1.3}.jpw-cart-item-details{font-size:.875rem;color:#666;margin:.25rem 0}.jpw-cart-item-price{font-size:1rem;font-weight:600;color:#0d1120;margin:.5rem 0 0}.jpw-order-subtotal{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:1.5rem}.jpw-subtotal-label{font-weight:600;font-size:1rem;color:#0d1120}.jpw-item-count{font-weight:400;color:#666}.jpw-subtotal-amount{font-weight:700;font-size:1.125rem;color:#0d1120}.jpw-popup-actions{display:grid!important;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;visibility:visible!important;opacity:1!important;position:relative;z-index:10}.jpw-btn{padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer!important;transition:all .2s ease;text-align:center;text-decoration:none;display:flex!important;align-items:center;justify-content:center;border:none;font-family:Karla,sans-serif;visibility:visible!important;opacity:1!important;min-height:44px;position:relative;z-index:10004!important;pointer-events:auto!important}.jpw-btn *{pointer-events:none}.jpw-btn-primary{background:#0d1120;color:#fff;border:1px solid #0d1120}.jpw-btn-primary:hover{background:#1a1f2e;transform:translateY(-2px);box-shadow:0 6px 20px #0d11204d}.jpw-btn-secondary{background:#fff;color:#0d1120;border:1px solid rgba(0,0,0,.2)}.jpw-btn-secondary:hover{background:#f8f9fa;border-color:#0000004d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.jpw-pairs-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.jpw-pairs-title{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#0d1120}.jpw-pagination-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem 0 .5rem}.jpw-pagination-dot{width:8px;height:8px;border-radius:50%;background:#0003;cursor:pointer;transition:all .3s ease}.jpw-pagination-dot:hover{background:#0006;transform:scale(1.2)}.jpw-pagination-dot.active{background:#6dc3f7;width:24px;border-radius:4px}.jpw-products-scroll{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;pointer-events:auto!important}.jpw-products-scroll>*{pointer-events:auto!important}.jpw-products-loading{display:flex;align-items:center;justify-content:center;width:100%;padding:2rem}.jpw-spinner{width:40px;height:40px;border:3px solid rgba(109,195,247,.3);border-top-color:#6dc3f7;border-radius:50%;animation:jpw-spin .8s linear infinite}@keyframes jpw-spin{to{transform:rotate(360deg)}}.jpw-product-card{flex:0 0 auto;width:200px;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:.75rem;overflow:visible;position:relative;z-index:1;pointer-events:auto!important;-webkit-user-select:none;user-select:none}.jpw-product-card.added{border-color:#28a745;background:#28a7450d}.jpw-product-card.added:after{content:"\2713  Selected";position:absolute;top:.5rem;right:.5rem;background:#28a745;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;pointer-events:none}.jpw-product-image{width:100%;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:none}.jpw-product-image img{width:100%;height:100%;object-fit:cover;pointer-events:none}.jpw-product-info{padding:1rem;pointer-events:none}.jpw-product-title{font-weight:700;font-size:.875rem;margin:0 0 .5rem;color:#0d1120;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;pointer-events:none}.jpw-product-price{font-size:.875rem;font-weight:600;color:#495057;margin:0 0 .75rem;pointer-events:none}.jpw-product-btn{width:100%;padding:.625rem 1rem;background:#6dc3f7;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer!important;font-family:Karla,sans-serif;position:relative;z-index:10005!important;pointer-events:auto!important;outline:none}.jpw-product-btn:active{background:#5ab3e6}.jpw-product-btn:disabled{opacity:.6;cursor:not-allowed!important}.jpw-product-btn.loading{position:relative;color:transparent}.jpw-product-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:jpw-spin .6s linear infinite}.jpw-product-btn.added{background:#28a745!important;cursor:pointer!important}.jpw-product-btn.added:before{content:"\2713  "}@media screen and (max-width: 749px){.jpw-popup-container{width:95%;max-width:none;max-height:95vh}.jpw-popup-content{padding:1.5rem}.jpw-popup-title{font-size:1.25rem}.jpw-popup-actions{grid-template-columns:1fr;gap:.5rem}.jpw-btn{padding:.75rem 1rem;font-size:.875rem}.jpw-product-card{width:160px}.jpw-product-image{height:160px}.jpw-product-info{padding:.75rem}.jpw-cart-preview{flex-direction:column;text-align:center}.jpw-cart-item-image{width:100px;height:100px;margin:0 auto}}@media screen and (max-width: 480px){.jpw-popup-container{width:100%;max-height:100vh;border-radius:0}.jpw-popup-content{padding:1rem}.jpw-product-card{width:140px}.jpw-product-image{height:140px}}@keyframes jpw-fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.jpw-products-scroll{-ms-overflow-style:none;scrollbar-width:none}.jpw-products-scroll::-webkit-scrollbar{display:none}@media screen and (max-width: 749px){.jpw-products-scroll{scroll-snap-type:x mandatory;scroll-padding:0 1rem}.jpw-product-card{scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/258/assets/jpw-popup.css.map */
