muxoSearch
Women's White Nappa Leather Sneakers with Gold Star and Beige Heel Tab - White / US 11

Easecoo

Women's White Nappa Leather Sneakers with Gold Star and Beige Heel Tab - White / US 11

.features-container { display: flex; flex-wrap: wrap; gap: 24px; } .feature-item { flex: 1 1 45%; display: flex; align-items: center; gap: 16px; padding: 14px 0; min-width: 260px; } .feature-item img { width: 64px; height: 64px; } .feature-title { font-weight: 600; font-size: 18px; color: #1a1a1a; line-height: 1.2; } .feature-title a { color: #1a1a1a; text-decoration: underline; transition: all 0.2s; } .feature-title a:hover { color: #007acc; } .feature-desc { font-size: 15px; color: #555; line-height: 1.5; } @media (max-width: 768px) { .features-container { flex-direction: column; } .feature-item { flex: 1 1 100%; } } h2 { text-align: center; margin-bottom: 20px; } .tab-container { display: flex; border-bottom: 2px solid #ddd; margin-bottom: 20px; } .tab { flex: 1; text-align: center; padding: 10px; cursor: pointer; font-weight: bold; border-bottom: 2px solid transparent; transition: color 0.3s, border-bottom 0.3s; user-select: none; outline-offset: 2px; } .tab.active { border-bottom: 2px solid #000; color: #000; } .tab:focus { outline: 2px solid #007acc; } .content { display: none; } .content.active { display: block; } ul { list-style-type: disc; padding-left: 20px; } .icon-row { display: flex; justify-content: space-around; margin-top: 20px; } .icon { text-align: center; } h2 { text-align: left; margin-bottom: 20px; } table { width: 100%; border-collapse: collapse; text-align: center; } th, td { padding: 12px 10px; border: 1px solid #e0e0e0; } th { background-color: #f7f7f7; font-weight: bold; text-transform: uppercase; font-size: auto; text-align: center; } tr:nth-child(even) { text-align: center; background-color: #f9f9f9; } .highlight { color: #ff6f00; font-weight: bold; } .dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; background-color: #ff6f00; } .dot.gray { background-color: #cccccc; } .dot.cross { width: 12px; height: 2px; background-color: #ff6f00; border-radius: 1px; display: inline-block; } @media (max-width: 768px) { table { } th, td { padding: 8px; } h2 { } } Nappa Leather Made with ultra-soft, high-grade Nappa leather for a luxurious feel. LWG Certified Produced under Leather Working Group standards for sustainable practices. Classic meets contemporary in these White Leather Sneakers with Gold Star and Beige Heel Tab. Designed to deliver everyday style with a luxe twist, these sneakers fuse comfort, elegance, and street-ready flair in a silhouette that’s both timeless and trend-savvy. Details Size & Fit Care Sizes (Women): US 5.5-13 Color: White Upper: 77% sheepskin leather, 23% cow leather Lining: 41% cotton, 31% cow leather, 28% sheepskin leather Sole: 100% rubber Beige suede heel tab Extra Double Lace, both beige and ochre yellow Signature Appeal: Metallic star and color contrast elevate a classic look. Versatility: Ideal for styling with denim, athleisure, dresses, or skirts. All-Day Comfort: Cushioned insole and soft lining keep your feet feeling great. Effortless Style: Minimalist yet bold — perfect for everyday wear or casual outings. Italy Leather Plush Comfort LWG Certified True-to-Size Fit: Available in US sizes 5.5-13, designed to provide a comfortable fit for various foot shapes. Relaxed Fit: The sneakers are designed to provide ample room for comfort throughout the day. Use a soft suede brush for the upper and a damp cloth for the sole. Avoid soaking or machine washing. Beyond Compare Compare Easecoo Designed Brands Price $150.00 $695.00 Savings (%) 83% Italy Leather Free Shipping X Free Returns function bindTabs(containerSelector) { const container = document.querySelector(containerSelector); if (!container) return; const tabContainer = container.querySelector('.tab-container'); if (!tabContainer) return; // 克隆tabContainer替换,防止重复绑定事件 const newTabContainer = tabContainer.cloneNode(true); tabContainer.parentNode.replaceChild(newTabContainer, tabContainer); const tabs = newTabContainer.querySelectorAll('.tab'); const contents = container.querySelectorAll('.content'); function activateTab(tab) { const targetId = tab.getAttribute('data-target'); if (!targetId) return; tabs.forEach(t => { t.classList.remove('active'); t.setAttribute('aria-selected', 'false'); t.setAttribute('tabindex', '-1'); }); tab.classList.add('active'); tab.setAttribute('aria-selected', 'true'); tab.setAttribute('tabindex', '0'); tab.focus(); contents.forEach(c => { if (c.id === targetId) { c.classList.add('active'); c.setAttribute('aria-hidden', 'false'); } else { c.classList.remove('active'); c.setAttribute('aria-hidden', 'true'); } }); } newTabContainer.addEventListener('click', e => { const tab = e.target.closest('.tab'); if (!tab) return; activateTab(tab); }); // 键盘支持:方向键、Home、End、回车、空格 newTabContainer.addEventListener('keydown', e => { const key = e.key; const target = e.target; if (!target.classList.contains('tab')) return; const tabsArr = Array.from(tabs); const index = tabsArr.indexOf(target); if (index === -1) return; let newIndex; if (key === 'ArrowRight' || key === 'ArrowDown') { e.preventDefault(); newIndex = (index + 1) % tabsArr.length; tabsArr[newIndex].focus(); } else if (key === 'ArrowLeft' || key === 'ArrowUp') { e.preventDefault(); newIndex = (index - 1 + tabsArr.length) % tabsArr.length; tabsArr[newIndex].focus(); } else if (key === 'Home') { e.preventDefault(); tabsArr[0].focus(); } else if (key === 'End') { e.preventDefault(); tabsArr[tabsArr.length - 1].focus(); } else if (key === 'Enter' || key === ' ') { e.preventDefault(); activateTab(target); } }); } // 页面初次加载绑定 document.addEventListener('DOMContentLoaded', () => { bindTabs('#product-info'); }); /* 如果你有变体切换刷新 #product-info 内容,记得手动调用: bindTabs('#product-info'); */

1 offer

Prices shown in AUD, converted from USD at recent daily rates — the retailer charges in USD, so the final amount may differ. Prices are set by third-party retailers and can change — confirm on their site before buying. muxo may earn a commission from these links, at no extra cost to you.