Act Chic Hip-hop Boot-Cut Washed Jeans

$67.98
Color:  Blue
Size:  26
Quantity
Description

This low-rise jeans perfectly highlights your body curves. The boot-cut style brings an innate hip-hop fashion sense. It is washed and distressed, with a slightly retro feel, suitable for any casual occasion.

- Boot-Cut.
- Low-waist.
- Washed.
- Material: 90% Cotton, 10% Polyester.

Size Guide

The size chart below is not specific to brand types but a general guideline for you to follow. When reading the description of a style, look for words like 'fitted', 'loose' or 'oversized' to get an understanding of how the style fits.

The size chart data is for reference only. If you still need help with choosing a size, please contact us directly.

Unisex Size Chart (Tops)

Unisex Size Chart (Bottom)

Women's Size Chart (Bottom)

Refund Policy

*Our return and exchange policy applies to the following countries: US, CA, UK, AU, DE, FR, IT

How to return an item or an entire order

Step 1: Customers may begin the return process by contacting us at info@actchic.com. Please provide the following details:

  • Order number
  • Proof of purchase
  • A video or photo of the faulty product

Step 2: Place your receipt along with the items inside the original packaging.

Step 3: Return label is the responsibility of the customer. Complete all three copies of the Returns Pro-Forma Invoice Form. Insert them into a transparent envelope and attach it to the package without sealing it. These documents are necessary for customs clearance, so ensure all three copies are filled out accurately.

Step 4: Hand the package over to the courier. Once the courier has inspected the return shipment, securely seal the package.

*It usually takes us 1 to 2 business days to confirm your return request. 

Returns

  • We accept returns within 30 days of receiving your order.
  • We accept returns for defective and non-defective products.
  • All returned items must be new and slightly used with their original packaging and tags.
  • Original shipping charges, duties, and taxes are non-refundable and charges for returned items are the responsibility of the customer.
  • Once your return has been delivered to our facility, it can take up to 7-14 business days to process.
  • We are not liable for any returns that are lost or stolen while in transit.
  • Return Address: C/O 13725 Pipeline Ave, Chino, California, United States

*Any items returned that are not eligible will be discarded and your return gift card amount will be adjusted accordingly.

Exchanges

  • Direct exchanges are always free.
  • Once your return package is on its way back to us, your new order will be placed and you'll receive an order confirmation email.
  • Original shipping charges, duties, and taxes are non-refundable and charges for exchanged items are the responsibility of the customer.
  • Exchange orders ship with 10–15 business days.

Refunds

  • PayPal account refunds: Up to 2 days
  • Credit card refunds: 7-14 business days
  • Wallet refunds: Up to 2 days
Reviews
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.