EFFORTLESS GLAM RHINESTONE STRAIGHT LEG JEAN

$6.00
Size:  1
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-1539149753700').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

Sometimes the glam life chooses you! The AKIRA Label Effortless Glam Rhinestone Straight Leg Jean is made from a stretchy cotton base denim fabrication and features swirly rhinestone embellished designs throughout. Complete with a straight leg silhouette, a high rise waist, belt loops, a classic five-pocket design, and a front button and zipper closure. For a tasteful full denim fit, consider styling with the coordinating top, The AKIRA Label Effortless Glam Rhinestone Button Down Shirt.

- 98% Cotton 2% Spandex
- Spot Clean Only
- Super Stretchy
- Imported

(all measurements are approximate from size 3)
- 11” Rise
- 32.5” Inseam
- Model is 5'5"
Product ID: 358799

(all measurements are approximate from size 17)
- 13.25” Rise
- 33” Inseam
Product ID: 358806

Shipping & Returns

We will notify you of the parcel delivery progress in real time via email

United States, Canada, Australia, New Zealand, Ireland, Germany, Sweden, France, Italy,etc

Free Shipping On Orders Over $39

Shipping Cost (Orders Under $39) : $7.99—$12.59

Shipping Time: 3-7 days.

Return Policy

We offer 30 Day Guarantee. If ever you're unhappy with the fit as soon as you've tried it on, just send us a DM so we can send you a return or exchange. Our 100% Fit Guarantee & exchanges got you covered! Our Customer Satisfaction is our priority, So please contact Customer service or send a DM and we will be happy to help with any issue with your order.

Security & Privacy

Perisami keeps your payment information safe and secure in accordance with the Perisami Privacy Policy. We also support a variety of payment options , including credit/debit cards (Visa, Mastercard, Discover, American Express, JCB, Diners Club and Maestro, etc.), Digital Wallet (PayPal, Google Pay, Apple Pay, etc.), BNPL (Klarna, Pay after Delivery, etc.) to ensure that your payment details are secure.

The payment methods available for your account may vary depending on your country/region and currency.