jersey-1997com
Login
Register
Please fill in the information below
${data.errors && data.errors[0]}
First Name
First name is required.
Contains invalid characters
Last Name
Last name is required.
Contains invalid characters
Email
Email is required
Please enter a valid email.
Password
Password is required.
Password must be between 6-16 characters long.
Subscribe to get latest offers and discounts.
Create my account
Already have an account?
Login
/* 店匠WhatsApp悬浮按钮强制放大 */ .shoplazza-floating-button, .floating-btn-container { transform: scale(1.8) !important; /* 放大倍数,1.8倍刚好,想更大改成2 */ transform-origin: bottom right !important; /* 从右下角放大,不会超出屏幕 */ z-index: 99999 !important; /* 强制放在最上层,不被其他元素挡住 */ } .shoplazza-floating-button img { width: 100% !important; height: 100% !important; object-fit: contain !important; /* 保证图标放大后不模糊 */ }