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
OFF-WHITE OUT OF OFFICE
OFF-WHITE OUT OF OFFICE
Home / Sneakers

OFF-WHITE OUT OF OFFICE

  • OFF-WHITE OUT OF OFFICE
  • OFF-WHITE OUT OF OFFICE

€279.99 Original price was: €279.99.€164.99Current price is: €164.99.

Category: Sneakers Tag: bestsneakers
  • OFF-WHITE OUT OF OFFICE
  • OFF-WHITE OUT OF OFFICE
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)

– 43%

OFF-WHITE OUT OF OFFICE

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

Taglia

Choose an option3637383940414243444546
OFF-WHITE OUT OF OFFICE quantity

Add to cart

Share:

Share on FacebookShare on TwitterShare on Pinterest

Order now and receive your order between 02/06 – 04/06.

  1. 21/05 Ordered

  2. 24/05 Shipped

  3. 02/06 – 04/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-6a0ec1c34189d”;
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)

Taglia

36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46

Reviews

There are no reviews yet.

Be the first to review “OFF-WHITE OUT OF OFFICE” 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

  • – 43%

    Quick View
    LANVIN

    Curb Red

    299,99 € Original price was: 299,99 €.169,99 €Current price is: 169,99 €.

    Taglia Choose an option3636.53737.53838.53939.54040.54141.54242.54343.54444.54545.546
    Curb Red 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

  • – 42%

    Quick View
    CAMPUS

    Energy Ink Black

    189,99 € Original price was: 189,99 €.109,99 €Current price is: 109,99 €.

    Taglia Choose an option3636.53737.53838.53939.54040.54141.54242.54343.54444.54545.546
    Energy Ink Black 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

  • – 43%

    Quick View
    LANVIN

    Curb White Blue

    299,99 € Original price was: 299,99 €.169,99 €Current price is: 169,99 €.

    Taglia Choose an option3636.53737.53838.53939.54040.54141.54242.54343.54444.54545.546
    Curb White Blue 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

  • – 42%

    Quick View
    CAMPUS

    Pulse Mint Core Black Pulse Mint

    189,99 € Original price was: 189,99 €.109,99 €Current price is: 109,99 €.

    Taglia Choose an option3636.53737.53838.53939.54040.54141.54242.54343.54444.54545.546
    Pulse Mint Core Black Pulse Mint 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

  • – 42%

    Quick View
    CAMPUS

    Core Black

    189,99 € Original price was: 189,99 €.109,99 €Current price is: 109,99 €.

    Taglia Choose an option3636.53737.53838.53939.54040.54141.54242.54343.54444.54545.546
    Core Black 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

  • – 43%

    Quick View
    LANVIN

    Curb White Red

    299,99 € Original price was: 299,99 €.169,99 €Current price is: 169,99 €.

    Taglia Choose an option3636.53737.53838.53939.54040.54141.54242.54343.54444.54545.546
    Curb White Red 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 “OFF-WHITE OUT OF OFFICE” Cancel reply

Related products

Sale!
J4 - UNION GUAVA ICEAlternative view of J4 - UNION GUAVA ICE
Add to wishlist
Quick View

JORDAN 4

J4 – UNION GUAVA ICE

€37,999.00 Original price was: €37,999.00.€15,500.00Current price is: €15,500.00.
Sale!
OFF-WHITE OUT OF OFFICE
Add to wishlist
Quick View
Out of stock

Sneakers

OFF-WHITE OUT OF OFFICE

€279.99 Original price was: €279.99.€164.99Current price is: €164.99.
Sale!
DUNK L - UNLVAlternative view of DUNK L - UNLV
Add to wishlist
Quick View

DUNK

DUNK L – UNLV

€1,298.00 – €16,899.00Price range: €1,298.00 through €16,899.00
Sale!
J4 - BRED 2019Alternative view of J4 - BRED 2019
Add to wishlist
Quick View

JORDAN 4

J4 – BRED 2019

€37,999.00 Original price was: €37,999.00.€15,500.00Current price is: €15,500.00.
Sale!
OFF-WHITE OUT OF OFFICE
Add to wishlist
Quick View

Sneakers

OFF-WHITE OUT OF OFFICE

€279.99 Original price was: €279.99.€164.99Current price is: €164.99.
Sale!
J4 - RED THUNDERAlternative view of J4 - RED THUNDER
Add to wishlist
Quick View

best sellers

J4 – RED THUNDER

€37,999.00 Original price was: €37,999.00.€15,500.00Current price is: €15,500.00.
Sale!
J4 - X OFF SAILAlternative view of J4 - X OFF SAIL
Add to wishlist
Quick View

JORDAN 4

J4 – X OFF SAIL

€37,999.00 Original price was: €37,999.00.€15,500.00Current price is: €15,500.00.
J6 - QUAI 54 SAIL BLACKAlternative view of J6 - QUAI 54 SAIL BLACK
Add to wishlist
Quick View

JORDAN 6

J6 – QUAI 54 SAIL BLACK

€17,899.00

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