Skip to content
  • SUPPORT : 24/7 (WHATSAPP/EMAIL) AND SHIPPING TRACKING AVAILABLE
legendrip.comlegendrip.com
  • Cart / €0.00
    • No products in the cart.

      Return to shop

  • Cart

    No products in the cart.

    Return to shop

  • Home
  • Clothing
    • Jackets
      • GUCCI
    • Tshirts
      • TRAPSTAR
      • CASABLANCA
    • Shorts
  • Sneakers
    • GUCCI
  • Accessories
  • About
  • Contact
Sale!
Add to wishlist
JACKET
JACKET
Home / Clothing / Jackets

JACKET

  • JACKET
  • JACKET

€336.39 Original price was: €336.39.€179.79Current price is: €179.79.

Clear
SKU: N/A Category: Jackets
  • JACKET
  • JACKET
Browse
  • Bags
  • best sellers
  • bestjackets
  • Booking
  • CASABLANCA
  • Clothing
    • Hoodies
    • Jackets
  • COLLABS
  • DUNK
  • DUNK HIGH
  • DUNK LOW
  • DUNK X OFF
  • FENDI
  • GUCCI
  • JORDAN 1
  • JORDAN 11
  • JORDAN 3
  • JORDAN 4
  • JORDAN 6
  • JORDAN X TRAVIS
  • Men
    • T-Shirts
  • Music
    • Albums
    • Singles
  • OFF-WHITE
  • Posters
  • Shoes
  • Shorts
  • SHORTS PALM
  • Sneakers
  • SUMMER DRIP
  • Sweaters
  • SYNA WORLD
  • T-SHIRTS
  • T-SHIRTS PALM
  • TRAPSTAR
  • Uncategorized
  • Women
    • Jeans
    • Tops
  • Description
  • Reviews (0)

– 47%

JACKET

289,99 € Original price was: 289,99 €.154,99 €Current price is: 154,99 €.

Size

Choose an optionLMSXLXSXXL
JACKET quantity

Add to cart

Share:

Share on FacebookShare on TwitterShare on Pinterest

Order now and receive your order between 01/06 – 03/06.

  1. 20/05 Ordered

  2. 23/05 Shipped

  3. 01/06 – 03/06 Delivered

.bb-shipping-progress-text {
font-size: 18px;
padding: 20px 20px 20px 20px;
background-color: #f2f2f2;
color: #555;
border-radius: 5px;
line-height: 1.6;
width: 100%;
margin: 10px 0 5px 0;
display: block;
}

@media only screen and (max-width: 600px) {
.bb-shipping-progress-text {
text-align: center;
}
}

.bb-shipping-progress {
width: 100%;
}

.bb-shipping-progress ol {
display: flex;
align-items: flex-start;
justify-content: space-between;
list-style: none;
padding: 2rem 0 0 0;
margin: 0;
width: 100%;
}

.bb-shipping-progress ol > li:not(:last-child) {
padding-right: 0;
}

.bb-shipping-progress-step {
position: relative;
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
min-width: 0;
}

.bb-shipping-progress-step:first-child {
align-items: flex-start;
}

.bb-shipping-progress-step:last-child {
align-items: flex-end;
}

.bb-shipping-progress-step:not(:last-child) > div {
position: absolute;
left: 64px;
right: -100%;
top: 32px;
display: flex;
z-index: 1;
}

.bb-shipping-progress-step:last-child > div {
display: none;
}

.bb-shipping-progress-step-line {
height: 1px;
width: 100%;
background: #111;
}

.bb-shipping-progress-step > span {
position: relative;
display: flex;
height: 64px;
width: 64px;
align-items: center;
justify-content: center;
border-radius: 9999px;
border: 1px solid #111;
background: #111;
z-index: 2;
}

.bb-shipping-progress-step > span > img {
height: 32px;
width: 32px;
object-fit: contain;
}

.bb-shipping-progress-step p {
width: 100%;
text-align: center;
margin-top: 0.5rem;
margin-bottom: 0;
}

.bb-shipping-progress-step:first-child p {
text-align: left;
}

.bb-shipping-progress-step:last-child p {
text-align: right;
}

LOVED BY MORE THAN 75,000+ CUSTOMERS

window.addEventListener(‘DOMContentLoaded’, function() {
jQuery(function($){
var carouselSelector = “#mw-video-reviews-6a0dfb97efc8d”;
function getSwiper() {
return $(carouselSelector)[0] && $(carouselSelector)[0].swiper ? $(carouselSelector)[0].swiper : null;
}
function stopAutoplay() {
var s = getSwiper();
if (s && s.autoplay) {
s.autoplay.stop();
}
}
function pauseAll() {
$(carouselSelector + ” video”).each(function(){
if (this.pause) {
this.pause();
}
});
}
function resetPlayingVideos() {
$(carouselSelector + ” .mw-video-review-thumb.is-playing”).each(function(){
var wrapper = $(this);
var preview = wrapper.data(“preview”);
wrapper.removeClass(“is-playing”);
if (preview) {
wrapper.html(
“” +
“”
);
} else {
wrapper.html(
“

” +
“”
);
}
});
}
function initSwiper(){
if (typeof Swiper === “undefined”) {
setTimeout(initSwiper, 300);
return;
}
new Swiper(carouselSelector, {
slidesPerView: 3.5,
spaceBetween: 9,
loop: false,
watchSlidesProgress: true,
speed: 800,
autoplay: {
delay: 2000,
disableOnInteraction: true,
pauseOnMouseEnter: true
},
breakpoints: {
0: {
slidesPerView: 2
},
410: {
slidesPerView: 2.75
},
768: {
slidesPerView: 4.5
},
1024: {
slidesPerView: 3.5
}
},
on: {
slideChange: function () {
pauseAll();
}
}
});
}
initSwiper();
$(document).on(“click”, carouselSelector + ” .mw-video-review-thumb”, function(){
var wrapper = $(this);
if (wrapper.hasClass(“is-playing”)) {
return;
}
var videoUrl = wrapper.data(“video”);
if (!videoUrl) {
return;
}
var previewImg = wrapper.find(“.mw-video-preview-img”).attr(“src”);
if (previewImg) {
wrapper.data(“preview”, previewImg);
}
stopAutoplay();
pauseAll();
resetPlayingVideos();
wrapper.addClass(“is-playing”);
var videoHtml =
“” +
“” +
“”;
wrapper.html(videoHtml);
var video = wrapper.find(“video”)[0];
if (video) {
video.play();
video.addEventListener(“play”, stopAutoplay);
video.addEventListener(“timeupdate”, stopAutoplay);
}
});
});
});

  • Additional information

  • Reviews (0)

Size

L, M, S, XL, XS, XXL

Reviews

There are no reviews yet.

Be the first to review “JACKET” Cancel reply

Your email address will not be published. Required fields are marked *

Your rating *
Rate…
Perfect
Good
Average
Not that bad
Very poor

Your review *

Name *

Email *

Save my name, email, and website in this browser for the next time I comment.

BEST STORE WORLDWIDE

You’ll have 24/7 assistance, before and after your purchase — with a team always ready to help. And if something doesn’t go as planned? You’re 100% satisfied or fully refunded.

It’s not what we say — it’s what our customers say:

Why choose us?

FAQs

.product-page-banner {
background: #25a1df;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
margin-top: 70px;
}

.product-page-banner img {
object-fit: contain;
}

.banner-mobile {
display: none;
max-height: 200px;
}
.banner-desktop {
display: flex;
max-height: 200px;
}

@media (max-width: 1024px) {
.banner-desktop {
display: none;
}

.banner-mobile {
display: flex;
}
}

.faq-heading {
display: block;
width: 100%;
margin-top: 70px;
text-align: center;
font-size: 28px;
font-weight: 500;
color: var(–rz-color-dark);
}

SHIPPING TIMES & COSTS?

Delivery typically takes 5–14 days, depending on your location. We handle every order with care to ensure it reaches you safely and promptly.

IS MY ORDER TRACKED?

Yes! Every order comes with a tracking number, which is sent to you within 2–3 days of shipping so you can follow your package every step of the way.

DO YOU SELL ORIGINAL PRODUCTS?

At LUXURY DRIP, we offer UA products of the highest quality, carefully selected for their design, craftsmanship, and attention to detail. Every item is inspected to ensure you receive a premium fashion product that stands out for style and luxury feel.

WHAT IF I DON’T LIKE MY ITEM? CAN I GET A REFUND?

At LUXURY DRIP, our motto is “Satisfied or Refunded.” If your purchase doesn’t meet your expectations, our team will guide you through a smooth and hassle-free return process.

PAYMENTS METHODS?

Credit Card : Visa, MasterCard, American Express.

HOW CAN I GET ASSISTANCE?

We offer 24/7 customer support. You can reach us anytime via email at info@luxury-drip.com or via WhatsApp through the icon at the bottom right of the page. Our team will respond promptly to help with your questions or concerns.

Related Products

  • – 53%

    Quick View
    All Products

    PALM – JACKET

    159,99 € Original price was: 159,99 €.74,99 €Current price is: 74,99 €.

    Size Choose an optionLMSXL
    PALM – JACKET quantity

    Add to cart

    Add to cart
    This product has multiple variants. The options may be chosen on the product page
    Quick View

    Quick Shop

  • – 50%

    Quick View
    All Products

    DARK METAL BUCKLE IRONGATE JACKET DETACHABLE

    259,99 € Original price was: 259,99 €.129,99 €Current price is: 129,99 €.

    Taglia Choose an optionXSSMLXL
    DARK METAL BUCKLE IRONGATE JACKET DETACHABLE quantity

    Add to cart

    Add to cart
    This product has multiple variants. The options may be chosen on the product page
    Quick View

    Quick Shop

  • – 53%

    Quick View
    All Products

    BLUE IRONGATE JACKET DETACHABLE HOOD

    319,99 € Original price was: 319,99 €.149,99 €Current price is: 149,99 €.

    Taglia Choose an optionXSSMLXL
    BLUE IRONGATE JACKET DETACHABLE HOOD quantity

    Add to cart

    Add to cart
    This product has multiple variants. The options may be chosen on the product page
    Quick View

    Quick Shop

  • – 53%

    Quick View
    All Products

    PALM – JACKET

    159,99 € Original price was: 159,99 €.74,99 €Current price is: 74,99 €.

    Size Choose an optionLMSXL
    PALM – JACKET quantity

    Add to cart

    Add to cart
    This product has multiple variants. The options may be chosen on the product page
    Quick View

    Quick Shop

  • Sold Out

    Quick View
    All Products

    VARSITY JACKET

    179,99 € Original price was: 179,99 €.79,99 €Current price is: 79,99 €.

    <form class="variations_form cart variations_form_loop" action="https://luxury-drip.com/product/varsity-jacket/" method="post" enctype="multipart/form-data" data-product_id="43147" data-product_variations='[{"attributes":{"attribute_pa_taglia":"l"},"availability_html":"

    Out of stockn”,”backorders_allowed”:false,”dimensions”:{“length”:”0″,”width”:”0″,”height”:”0″},”dimensions_html”:”N/A”,”display_price”:79.99,”display_regular_price”:179.99,”image”:{“title”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”caption”:””,”url”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”alt”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”srcset”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png 570w, https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png 573w”,”sizes”:”(max-width: 573px) 100vw, 573px”,”full_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”full_src_w”:573,”full_src_h”:627,”gallery_thumbnail_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-100×100.png”,”gallery_thumbnail_src_w”:100,”gallery_thumbnail_src_h”:100,”thumb_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png”,”thumb_src_w”:570,”thumb_src_h”:624,”src_w”:573,”src_h”:627},”image_id”:43157,”is_downloadable”:false,”is_in_stock”:false,”is_purchasable”:true,”is_sold_individually”:”no”,”is_virtual”:false,”max_qty”:””,”min_qty”:1,”price_html”:””,”sku”:”553-01″,”variation_description”:””,”variation_id”:43148,”variation_is_active”:true,”variation_is_visible”:true,”weight”:”0″,”weight_html”:”N/A”,”_deal_quantity”:””,”_deal_sales_counts”:””},{“attributes”:{“attribute_pa_taglia”:”s”},”availability_html”:”

    Out of stockn”,”backorders_allowed”:false,”dimensions”:{“length”:”0″,”width”:”0″,”height”:”0″},”dimensions_html”:”N/A”,”display_price”:79.99,”display_regular_price”:179.99,”image”:{“title”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”caption”:””,”url”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”alt”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”srcset”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png 570w, https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png 573w”,”sizes”:”(max-width: 573px) 100vw, 573px”,”full_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”full_src_w”:573,”full_src_h”:627,”gallery_thumbnail_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-100×100.png”,”gallery_thumbnail_src_w”:100,”gallery_thumbnail_src_h”:100,”thumb_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png”,”thumb_src_w”:570,”thumb_src_h”:624,”src_w”:573,”src_h”:627},”image_id”:43157,”is_downloadable”:false,”is_in_stock”:false,”is_purchasable”:true,”is_sold_individually”:”no”,”is_virtual”:false,”max_qty”:””,”min_qty”:1,”price_html”:””,”sku”:”553-02″,”variation_description”:””,”variation_id”:43153,”variation_is_active”:true,”variation_is_visible”:true,”weight”:”0″,”weight_html”:”N/A”,”_deal_quantity”:””,”_deal_sales_counts”:””},{“attributes”:{“attribute_pa_taglia”:”m”},”availability_html”:”

    Out of stockn”,”backorders_allowed”:false,”dimensions”:{“length”:”0″,”width”:”0″,”height”:”0″},”dimensions_html”:”N/A”,”display_price”:79.99,”display_regular_price”:179.99,”image”:{“title”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”caption”:””,”url”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”alt”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”srcset”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png 570w, https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png 573w”,”sizes”:”(max-width: 573px) 100vw, 573px”,”full_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”full_src_w”:573,”full_src_h”:627,”gallery_thumbnail_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-100×100.png”,”gallery_thumbnail_src_w”:100,”gallery_thumbnail_src_h”:100,”thumb_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png”,”thumb_src_w”:570,”thumb_src_h”:624,”src_w”:573,”src_h”:627},”image_id”:43157,”is_downloadable”:false,”is_in_stock”:false,”is_purchasable”:true,”is_sold_individually”:”no”,”is_virtual”:false,”max_qty”:””,”min_qty”:1,”price_html”:””,”sku”:”553-03″,”variation_description”:””,”variation_id”:43154,”variation_is_active”:true,”variation_is_visible”:true,”weight”:”0″,”weight_html”:”N/A”,”_deal_quantity”:””,”_deal_sales_counts”:””},{“attributes”:{“attribute_pa_taglia”:”xs”},”availability_html”:”

    Out of stockn”,”backorders_allowed”:false,”dimensions”:{“length”:”0″,”width”:”0″,”height”:”0″},”dimensions_html”:”N/A”,”display_price”:79.99,”display_regular_price”:179.99,”image”:{“title”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”caption”:””,”url”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”alt”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”srcset”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png 570w, https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png 573w”,”sizes”:”(max-width: 573px) 100vw, 573px”,”full_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”full_src_w”:573,”full_src_h”:627,”gallery_thumbnail_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-100×100.png”,”gallery_thumbnail_src_w”:100,”gallery_thumbnail_src_h”:100,”thumb_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png”,”thumb_src_w”:570,”thumb_src_h”:624,”src_w”:573,”src_h”:627},”image_id”:43157,”is_downloadable”:false,”is_in_stock”:false,”is_purchasable”:true,”is_sold_individually”:”no”,”is_virtual”:false,”max_qty”:””,”min_qty”:1,”price_html”:””,”sku”:”553-04″,”variation_description”:””,”variation_id”:43155,”variation_is_active”:true,”variation_is_visible”:true,”weight”:”0″,”weight_html”:”N/A”,”_deal_quantity”:””,”_deal_sales_counts”:””},{“attributes”:{“attribute_pa_taglia”:”xl”},”availability_html”:”

    Out of stockn”,”backorders_allowed”:false,”dimensions”:{“length”:”0″,”width”:”0″,”height”:”0″},”dimensions_html”:”N/A”,”display_price”:79.99,”display_regular_price”:179.99,”image”:{“title”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”caption”:””,”url”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”alt”:”e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”srcset”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png 570w, https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png 573w”,”sizes”:”(max-width: 573px) 100vw, 573px”,”full_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2.png”,”full_src_w”:573,”full_src_h”:627,”gallery_thumbnail_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-100×100.png”,”gallery_thumbnail_src_w”:100,”gallery_thumbnail_src_h”:100,”thumb_src”:”https://luxury-drip.com/wp-content/uploads/2024/08/products-products-e661eb_2d895ed516944367a8fca11f5c4b5557~mv2-570×624.png”,”thumb_src_w”:570,”thumb_src_h”:624,”src_w”:573,”src_h”:627},”image_id”:43157,”is_downloadable”:false,”is_in_stock”:false,”is_purchasable”:true,”is_sold_individually”:”no”,”is_virtual”:false,”max_qty”:””,”min_qty”:1,”price_html”:””,”sku”:”553-05″,”variation_description”:””,”variation_id”:43156,”variation_is_active”:true,”variation_is_visible”:true,”weight”:”0″,”weight_html”:”N/A”,”_deal_quantity”:””,”_deal_sales_counts”:””}]’>

    Taglia Choose an optionXSSMLXL
    VARSITY JACKET quantity

    Add to cart

    Add to cart
    This product has multiple variants. The options may be chosen on the product page
    Quick View

    Quick Shop

  • – 53%

    Quick View
    All Products

    PALM – JACKET

    159,99 € Original price was: 159,99 €.74,99 €Current price is: 74,99 €.

    Size Choose an optionLMSXL
    PALM – JACKET quantity

    Add to cart

    Add to cart
    This product has multiple variants. The options may be chosen on the product page
    Quick View

    Quick Shop

Reviews

There are no reviews yet.

Be the first to review “JACKET” Cancel reply

Related products

Sale!
JACKET
Add to wishlist
Quick View

Jackets

JACKET

€336.39 Original price was: €336.39.€179.79Current price is: €179.79.
Sale!
JACKET
Add to wishlist
Quick View

Jackets

JACKET

€336.39 Original price was: €336.39.€179.79Current price is: €179.79.
Sale!
JACKET
Add to wishlist
Quick View

GUCCI

JACKET

€336.39 Original price was: €336.39.€179.79Current price is: €179.79.
Sale!
JACKET
Add to wishlist
Quick View

Jackets

JACKET

€289.99 Original price was: €289.99.€159.99Current price is: €159.99.
Sale!
JACKET
Add to wishlist
Quick View

Jackets

JACKET

€289.99 Original price was: €289.99.€169.99Current price is: €169.99.
Sale!
JACKET
Add to wishlist
Quick View

Jackets

JACKET

€336.39 Original price was: €336.39.€179.79Current price is: €179.79.
Sale!
JACKET
Add to wishlist
Quick View

Jackets

JACKET

€289.99 Original price was: €289.99.€159.99Current price is: €159.99.
Sale!
JACKET
Add to wishlist
Quick View

GUCCI

JACKET

€336.39 Original price was: €336.39.€179.79Current price is: €179.79.

About Legendrip

Legendrip is your destination for premium streetwear, sneakers, and accessories inspired by today’s most iconic styles. We focus on quality, reliable service, and a smooth shopping experience from order to delivery.

Policy
Terms Conditions
Privacy Policy
Shipping Policy
Return & Refund
Visa
PayPal
Stripe
MasterCard
Cash On Delivery
  • Home
  • Clothing
  • Sneakers
  • Accessories
  • About
  • Contact
Copyright 2026 © LEGEND DRIP
  • Home
  • Clothing
    • Jackets
      • GUCCI
    • Tshirts
      • TRAPSTAR
      • CASABLANCA
    • Shorts
  • Sneakers
    • GUCCI
  • Accessories
  • About
  • Contact
  • Login
  • Newsletter