sabrianna 5vzRegjuBP4 unsplash 1
.whatsapp-float-right-middle { position: fixed; top: 50%; right: 20px; transform: translateY(-50%); width: 55px; height: 55px; background-color: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.3); z-index: 9999; transition: all 0.3s ease; } .whatsapp-float-right-middle:hover { background-color: #1ebe5d; transform: translateY(-50%) scale(1.1); }

New Handmade Jewelry Collection

N

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

T

In our store, you will be able to find all types of jewelry to impress your other half.

zheng angela NAj5Zt2Dd6Ek unsplash
pexels tima miroshnichenko 62163111

I'll show you how! Let's create something together.

Vitae turpis massa sed elementum tempus egestas. Nulla at volutpat diam ut venenatis tellus in metus vulputate. Duis ut diam quam nulla porttitor massa. Mauris a diam maecenas sed enim ut sem viverra. Lacus vestibulum sed arcu non odio euismod lacinia at. Rhoncus aenean vel elit scelerisque.

С

All Categories

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

Free
Delivery
Money Back Guarantee
24/7
Support
High
quality
dylan prohaska 3WNhvTu31CAA unsplash

"Caroline made me a custom necklace that exceeded my expectations. She got it done quickly and beautifully and at a reasonable price."

P

pexels luca de massis 91316297
Mable Perry

San Jose, CA

G

Get Inspired

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

Handcrafted & ethically sourced
A collection of Exotic diamonds
Make your life shiny like a jewel

P

Perfect Match
for Every Occasion

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

A

Antique Diamond Necklaces - 20%

Lorem ipsum dolor sit amet, consectetur adipiscing luctus nec mattis, pulvinar.

F

Follow Us

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.

@jewelry.shop

/* WhatsApp 悬浮按钮样式 */ .wa-left-sticky { position: fixed; top: 50%; /* 垂直居中 */ left: 0; /* 紧贴左侧 */ transform: translateY(-50%); /* 确保绝对居中 */ background-color: #25d366; color: white; display: flex; align-items: center; padding: 10px 15px 10px 8px; /* 左边窄,右边宽 */ border-radius: 0 30px 30px 0; /* 右侧圆角,符合边缘贴合感 */ box-shadow: 2px 2px 10px rgba(0,0,0,0.15); z-index: 999999; text-decoration: none; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } /* 图标样式 */ .wa-left-sticky img { width: 24px; height: 24px; } /* 文字样式 */ .wa-left-sticky .wa-text { margin-left: 8px; font-size: 14px; font-weight: 500; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica; } /* 鼠标悬停时的拉伸效果 */ .wa-left-sticky:hover { padding-left: 15px; /* 悬停时向右移出一一点点 */ background-color: #1ebea5; color: #fff; } /* 移动端优化:为了不遮挡内容,手机端建议缩小或只留图标 */ @media (max-width: 768px) { .wa-left-sticky .wa-text { display: none; /* 手机端隐藏文字 */ } .wa-left-sticky { padding: 10px; border-radius: 0 20px 20px 0; } .wa-left-sticky img { width: 20px; height: 20px; } }