/* WishGlass Product Popup Pro 2.1.2 */
.wgppp-popup{position:fixed;z-index:999999;max-width:calc(100vw - 24px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s ease,transform .32s ease,visibility .32s ease;font-family:inherit;overflow:hidden;box-sizing:border-box}.wgppp-popup *{box-sizing:border-box}.wgppp-popup.is-visible{opacity:1;visibility:visible;pointer-events:auto}.wgppp-popup-header{font-size:15px;font-weight:800;padding:18px 20px 10px}.wgppp-popup-products{padding:10px;display:flex;flex-direction:column;gap:8px;max-height:min(72vh,620px);overflow-y:auto;overscroll-behavior:contain}.wgppp-product-card{display:flex;align-items:center;gap:14px;padding:11px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:rgba(255,255,255,.72);min-width:0}.wgppp-product-image{display:block;flex:0 0 94px;width:94px;height:94px}.wgppp-product-image img{display:block;width:94px!important;height:94px!important;object-fit:cover;border-radius:12px}.wgppp-product-info{min-width:0;flex:1;padding:2px 4px}.wgppp-popup-name{display:block;font-weight:800;font-size:15px;line-height:1.55;color:inherit;text-decoration:none!important;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wgppp-popup-price{font-size:14px;font-weight:700;margin:5px 0 9px}.wgppp-popup-price del{opacity:.5;margin-left:6px}.wgppp-popup-button{display:inline-block;text-decoration:none!important;padding:9px 15px;border-radius:9px;color:#fff!important;font-size:13px;font-weight:700;line-height:1.2}.wgppp-button-full{display:block;width:100%;text-align:center}.wgppp-popup-close{position:absolute;top:8px;left:9px;width:30px;height:30px;border:0;background:rgba(0,0,0,.05);border-radius:50%;cursor:pointer;font-size:21px;line-height:1;color:inherit;z-index:3}.wgppp-sale{display:inline-block;font-size:10px;font-weight:700;padding:3px 7px;border-radius:10px;background:#d63638;color:#fff;margin-right:5px}.wgppp-pos-bottom-right{right:16px;bottom:16px}.wgppp-pos-bottom-left{left:16px;bottom:16px}.wgppp-pos-top-right{right:16px;top:16px}.wgppp-pos-top-left{left:16px;top:16px}.wgppp-pos-center{left:50%;top:50%;right:auto;bottom:auto}.wgppp-pos-bottom-center{left:50%;right:auto;bottom:16px;transform:translateX(-50%)}.wgppp-pos-top-center{left:50%;right:auto;top:16px;transform:translateX(-50%)}
.wgppp-popup.anim-slide{transform:translateY(22px)}.wgppp-popup.is-visible.anim-slide{transform:translateY(0)}
.wgppp-popup.wgppp-pos-center.anim-slide{transform:translate(-50%,calc(-50% + 22px))}.wgppp-popup.wgppp-pos-center.is-visible.anim-slide{transform:translate(-50%,-50%)}
.wgppp-popup.wgppp-pos-bottom-center.anim-slide{transform:translate(-50%,22px)}.wgppp-popup.wgppp-pos-bottom-center.is-visible.anim-slide{transform:translate(-50%,0)}
.wgppp-popup.wgppp-pos-top-center.anim-slide{transform:translate(-50%,-22px)}.wgppp-popup.wgppp-pos-top-center.is-visible.anim-slide{transform:translate(-50%,0)}
.wgppp-popup.anim-fade{transform:none}.wgppp-popup.is-visible.anim-fade{transform:none}.wgppp-popup.anim-zoom{transform:scale(.94)}.wgppp-popup.is-visible.anim-zoom{transform:scale(1)}
.wgppp-popup.wgppp-pos-center.anim-zoom{transform:translate(-50%,-50%) scale(.94)}.wgppp-popup.wgppp-pos-center.is-visible.anim-zoom{transform:translate(-50%,-50%) scale(1)}
.wgppp-popup.wgppp-pos-bottom-center.anim-zoom{transform:translateX(-50%) scale(.94)}.wgppp-popup.wgppp-pos-bottom-center.is-visible.anim-zoom{transform:translateX(-50%) scale(1)}
.wgppp-popup.wgppp-pos-top-center.anim-zoom{transform:translateX(-50%) scale(.94)}.wgppp-popup.wgppp-pos-top-center.is-visible.anim-zoom{transform:translateX(-50%) scale(1)}
@media(max-width:600px){.wgppp-popup.wgppp-mobile{left:auto;right:auto;top:auto;bottom:auto;width:var(--wgppp-mobile-width)!important;max-width:var(--wgppp-mobile-width);margin:0}.wgppp-popup.wgppp-mobile.wgppp-pos-bottom-center{left:50%;bottom:10px;transform:translateX(-50%)}.wgppp-popup.wgppp-mobile.wgppp-pos-top-center{left:50%;top:10px;transform:translateX(-50%)}.wgppp-popup.wgppp-mobile.wgppp-pos-center{left:50%;top:50%;transform:translate(-50%,-50%)}.wgppp-popup.wgppp-mobile.wgppp-pos-bottom-right{right:10px;bottom:10px}.wgppp-popup.wgppp-mobile.wgppp-pos-bottom-left{left:10px;bottom:10px}.wgppp-popup.wgppp-mobile.wgppp-pos-top-right{right:10px;top:10px}.wgppp-popup.wgppp-mobile.wgppp-pos-top-left{left:10px;top:10px}.wgppp-popup-products{max-height:68vh;padding:var(--wgppp-mobile-pad);gap:var(--wgppp-mobile-gap)}.wgppp-product-card{gap:11px;padding:9px;border-radius:12px}.wgppp-product-image,.wgppp-product-image img{width:var(--wgppp-mobile-img)!important;height:var(--wgppp-mobile-img)!important;flex-basis:var(--wgppp-mobile-img)}.wgppp-popup-name{font-size:calc(13px * var(--wgppp-mobile-scale) / 100);line-height:1.5}.wgppp-popup-price{font-size:calc(13px * var(--wgppp-mobile-scale) / 100)}.wgppp-popup-button{font-size:calc(12px * var(--wgppp-mobile-scale) / 100);padding:8px 11px}.wgppp-popup-header{padding:15px var(--wgppp-mobile-pad) 8px;font-size:calc(14px * var(--wgppp-mobile-scale) / 100)}}
