.pm-popup-overlay{z-index:80;-webkit-backdrop-filter:blur(4px);background:#0f0f0f99;animation:.2s ease-out pm-popup-fade;position:fixed;inset:0}@keyframes pm-popup-fade{0%{opacity:0}to{opacity:1}}@keyframes pm-popup-rise{0%{opacity:0;transform:translate(-50%,calc(16px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes pm-popup-rise-mobile{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.pm-popup{z-index:90;color:#1a1a1a;background:#fff;border-radius:22px;outline:none;flex-direction:column;width:min(420px,100vw - 32px);max-height:88dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;animation:.26s cubic-bezier(.2,.7,.2,1) pm-popup-rise;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #00000057}@media (max-width:640px){.pm-popup{border-radius:22px 22px 0 0;width:100%;max-height:90dvh;animation:.28s cubic-bezier(.2,.7,.2,1) pm-popup-rise-mobile;inset:auto 0 0;transform:none}}.pm-popup-close{z-index:2;color:#1a1a1a;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 10px #00000029}.pm-popup-close:hover{background:#fff}.pm-popup-img{object-fit:cover;background:#f3f3f3;flex-shrink:0;width:100%;max-height:340px;display:block}.pm-popup-carousel{flex-shrink:0;position:relative}.pm-popup-arrow{color:#1a1a1a;cursor:pointer;background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000002e}.pm-popup-arrow--prev{left:10px}.pm-popup-arrow--next{right:10px}.pm-popup-dots{justify-content:center;gap:6px;display:flex;position:absolute;bottom:10px;left:0;right:0}.pm-popup-dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:7px;height:7px;padding:0}.pm-popup-dot--on{background:#fff}.pm-popup-body{flex-direction:column;gap:10px;padding:20px 22px 24px;display:flex;overflow-y:auto}.pm-popup-title{margin:0;font-size:1.25rem;font-weight:700;line-height:1.25}.pm-popup-text{color:#555;margin:0;font-size:.9rem;line-height:1.5}.pm-popup-product{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.pm-popup-product-name{font-size:1rem;font-weight:600}.pm-popup-product-price{color:#b8860b;font-size:1.05rem;font-weight:700}.pm-popup-cta{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:6px;padding:12px 18px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.pm-popup-cta:hover{opacity:.9}@media (prefers-reduced-motion:reduce){.pm-popup-overlay,.pm-popup{animation:none}}
