.wig-float{position:fixed;width:60px;height:60px;bottom:25px;right:25px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;box-shadow:2px 2px 10px rgb(0 0 0 / .2);z-index:999999;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.wig-float:hover{transform:scale(1.1)}.wig-icon-svg{width:32px;height:32px;fill:#fff}.wig-product-menu{display:none;position:fixed;bottom:95px;right:25px;background:#fff;width:220px;border-radius:10px;box-shadow:0 5px 20px rgb(0 0 0 / .2);z-index:999998;overflow:hidden;animation:wig-fade-up .3s ease}.wig-menu-header{background:#075E54;color:#fff;padding:10px 15px;font-weight:700;font-size:14px}.wig-menu-item{padding:12px 15px;border-bottom:1px solid #eee;cursor:pointer;font-size:14px;color:#333}.wig-menu-item:hover{background:#f0f0f0;color:#25d366}.wig-modal{display:none;position:fixed;z-index:1000000;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .6);backdrop-filter:blur(2px);overflow-y:auto}.wig-modal-content{background-color:#fff;margin:20px auto;padding:25px;border:0;width:90%;max-width:500px;border-radius:12px;box-shadow:0 10px 25px rgb(0 0 0 / .3);position:relative;animation:wig-slide-up .4s ease}@keyframes wig-slide-up{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes wig-fade-up{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.wig-close{color:#999;float:right;font-size:28px;font-weight:700;cursor:pointer}.wig-form-header{text-align:center;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:10px}.wig-form-header h3{margin:5px 0;color:#075E54}.wig-row{display:flex;gap:10px}.wig-col{flex:1}.wig-form-group{margin-bottom:12px}.wig-form-group label{display:block;margin-bottom:4px;font-weight:600;font-size:13px;color:#444}.wig-form-group input,.wig-form-group select{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px;box-sizing:border-box;background:#fff}.wig-submit-btn{background-color:#25D366;color:#fff;padding:14px;border:none;border-radius:6px;cursor:pointer;width:100%;font-size:16px;font-weight:700;margin-top:15px}.wig-loader{display:none;text-align:center;margin-top:10px;font-size:13px;color:#666}@media only screen and (max-width:600px){.wig-float{bottom:15px;right:15px}.wig-product-menu{bottom:85px;right:15px;width:200px}.wig-modal-content{margin:10% auto;width:92%;padding:20px}.wig-row{flex-direction:column;gap:0}}