VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking
VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking

VRIGOO Canvas Crossbody Sling Bag for Travel Trip Hiking

Multi-function Large Shoulder Chest Casual Daypack for Men Women
Vendor by: VRIGOO
$37.99
$37.99
-0%
Color-Army Green
Please select a color
Quantity
Premium Quality Materials
100% Secure Checkout
30-Day Money-Back Guarantee
Package Tracking is available
Shipping

ITEM FEATURES

  • Retro Material】Made of thicker, lightweight and durable canvas material, cotton lining, with top-quality brass and leather zippers accessories. There are shock-absorbing fillers inside to protect electronic equipment.
  • Multi-application】With the zippered and adjustable strap, the bag can wear as a single-shoulder bag or small sling backpack, chest bag, a daily life crossbody bag , etc. Suitable for hiking, running, walking, traveling, just one sling bag will keep your hand free.
  • Compact yet Spacious】Versatile canvas sling bag has plenty of rooms for gadgets, books, water bottle etc. Easy access to small items, perfect for daily use or as a carry-on luggage.
  • Large Capacity】This bag can hold an 11 inch iPad Pro, books, umbrella, water bottle, wallets, keys, earphones, mobile phones, sunglasses, thin coats and more. the front pocket can hold up to 5.5 inch smartphone and power bank as well.
  • Special Design】The side zipper entrance is connected to the main pocket. You can reach into this zip entrance to get the contents of the main pocket. This is a very fast and convenient design. Earphone Hole: you can listen to music with wired earphones without opening the bag. If you need to use this function, please cut a small hole in the rubber ring.ITEM FEATURES

Item Specifications

  • Type: Cross-body sling bag
  • Style: Fashion/Casual / Sport
  • Material: High density canvas
  • Lining: Cotton lining
  • Gender: Unisex / Men / Women / Teenagers
  • Colors: Khaki/Coffee / Army Green
  • Shoulder Strap Length: 73-98 cm / 28.7-38.6 inches
  • Dimensions: 13.78 x 5.71 x 19.69 inches / 35 x 14.5 x 50 cm
  • Weight: 1.8 lb / 0.82 kg

Internal Structure

  • 1 Small zipper pocket in the main pocket
  • 1 Front pocket for sorting small items
  • 1 Small top pocket for earphones and MP3
  • 1 Zipper side entrance for quick access
  • 2 Small pockets on the shoulder strap

 

Carry it any way you want!

  1. Chest Bag
  2. Small Backpack
  3. Single Shoulder Bag

Details of the Unique Fashion Sling Bag

Convenience Design

Cowhide thickened handle bringing you a perfect and comfortable experience.

Large Capacity Space

Can hold daily personal belongings all together.

Quality Hardware Accessories

Can ensure you a longer time usage.

Easily Adjustable Straps

High-grade buckle, easy to use and durable.

Multi-purpose Usage & Model Show

PACKAGE INCLUDED

  • 1 x Sling Crossbody Backpack

WARM TIPS

  • Our sling bag is smaller than backpack but having more capacity . Please refer to the size on our picture before ordering to ensure that meet your actual needs.
  • If there is a peculiar smell when get the bag, please hand wash, hang it dry in cool and ventilated place before use.

The shipping time begins from the date you placed your order. It usually takes 1 to 5 business days to process your order. Once we've processed it, we can then ship it. We'll send you a notification email with shipping and tracking information once it's dispatched. You'll then be able to track your parcel's journey to your front door.

We currently offer two shipping speeds within the most Countries:

  • Standard Shipping option which takes about 7-25 business days to arrive and the carrier will be automatically selected based on the shipping address.
  • Additionally, we offer 3-8 business days Expedited Shipping starting at US$19 and plus additional weight charge is automatically calculated based on each selected product. The final price for both of these options will be given at checkout and is determined by order volume and final destination.


*Receiving time = Processing time + Shipping time (Business days)

Additional Information

  • We only ship and deliver from Monday to Friday (Excluding weekends and holidays) and that all orders placed will be arranged to be issued until 3 am ET.
  • All delivery times are estimates and Vrigoo is not responsible for delays due to unpredictable factors (weather, delivery carrier factors, customer error, holiday-related delays) or any other unforeseen factors.
  • After the item is shipped, you can get tracking information in order details and then follow the guideline to check the shipping status.

For more information about delivery, please view our Shipping Policy.

30-Day Money-Back Guarantee

We offer refunds on unused item(s) in good condition. You have 30 days, from the day you received order, to submit a return and refund request.

When you receive item(s) that is defective, incorrect, or incomplete, please contact us immediately so we can make it right. Once we accept your return request, our customer service will be in touch to start processing your request within 5 working days. Then you can post the item back to us.

If you return the item(s) for personal reasons, the return freight is at your expense. Please note that products must be returned in the original packaging and will not affect the second sale. Once the item arrives back at the warehouse for inspection, the refund process will begin.

Hassle-Free Exchange

A hassle-free exchange is ready if it is in stock. You can exchange your item(s) within 24 hours you placed the order and before your package was shipped out. If your package has been shipped out, we will not accept your replacement request, but you can refuse to accept the package when it arrive.

How do I cancel an order?

For canceling an order which has not been processed, please contact us as soon as possible. Orders whose parcels have already been processed can not be canceled.


For more information, please view our Returns Policy.

Customer Reviews

Here are what our customers say.

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.
  • Fast Delivery

    Free shipping on orders over $49

  • Payment Security

    Secure transactions using PayPal

  • Buyer Protection

    30-Day Money-Back Guarantee

  • Customer Support

    Need help? Assistance Mon-Fri