Buy $69.98 Free shipping

Men's Leather Ankle Boots with Double Side Zipper and Pointed Toe

$64.98
$99.99
Save $35.01
Size
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1651799308132').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Description

SIZE CHART

Increase your style with these Leather Ankle Boots with Double Side Zipper and Pointed Toes for Men. These boots combine sophistication and fashion-forward details, making them a versatile choice for any fashion-conscious man. The double side zipper adds a modern touch, while the pointed toe design lends a sleek, polished look. Made from high-quality leather, these boots are built to last and provide superior comfort. Whether you're dressing up for a formal event or want to elevate your casual outfit, these ankle boots are the perfect addition to your shoe collection.

MAIN FEATURES

MODERN AND STYLISH DESIGN: These ankle boots feature a modern design with a pointed toe and double side zipper. The combination of these elements creates a contemporary and edgy look that adds that extra touch to any outfit, whether it's a suit or jeans.

PREMIUM LEATHER: Made of high-quality leather, these boots are durable and last a long time. The leather upper not only looks stylish, it also provides a comfortable fit that molds to the shape of your feet over time, ensuring a personalized and comfortable feel.

CONVENIENT DOUBLE SIDE ZIPPER: The double side zipper makes it easy to put on and take off the shoes, saving you time and effort. It also adds a unique detail to the boots, improving their overall aesthetic. The zippers are sturdy and reliable, ensuring long-term functionality.

VERSATILE: These ankle boots are designed to be versatile and fit a variety of occasions and outfits. Whether you're attending a formal event, heading to the office, or going out for the evening, these boots effortlessly elevate your style and make you look your best.

SPECIFICATION

Material: PU + Rubber

Black color

Sizes: 39-48

PACKAGE INCLUDES

1 Pair * Leather Ankle Boots with Double Side Zipper and Pointed Toe for Men

NOTE

Please allow 2-3cm error due to manual measurement. Please make sure you don't mind before purchasing.

Color may not appear exactly as in reality due to variations between computer monitors.