www.thedoublef.com
Open in
urlscan Pro
2606:4700:10::6814:e16a
Public Scan
Submitted URL: http://www.thedoublef.com/
Effective URL: https://www.thedoublef.com/de_en/
Submission: On December 22 via manual from CY — Scanned from DE
Effective URL: https://www.thedoublef.com/de_en/
Submission: On December 22 via manual from CY — Scanned from DE
Form analysis
4 forms found in the DOM<form class="form subscribe" id="newsletter-validate-detail">
<h2 class="mb-17px pt-2px text-md leading-13 font-normal uppercase">Newsletter</h2>
<div class="flex flex-wrap">
<p class="text-3xs leading-2">Receive updates on trends, news and upcoming collections!</p>
<div class="flex flex-row flex-wrap w-full mt-6 pt-2px md:pr-5-5" action="" x-data="{ portalId: '6804517', formId: '02528f89-9c43-4867-9f52-2310f4d4e55a'}"
@click.prevent="$dispatch('hubspot-form-show', { hasModal: true, portalId: portalId, formId: formId}); dataLayerNewsletterIntention('footer');">
<input name="form_key" type="hidden" value="9NE8tbVXxgJMgKPl"> <input name="email" type="email" id="newsletter" class="input small flex-auto mr-0 text-3xs" placeholder="Enter your email address" autocomplete="off" readonly="">
<button class="flex-shrink-0 inline-flex btn btn-primary w-10 h-10 p-3">
<span>
<img class=" h-4 w-4 box-content fill-current" src="https://www.thedoublef.com/static/version1671611982/frontend/TheDoubleF/hyva/en_US/images/icons/arrow-right-white.svg">
</span>
<span class="hidden">Subscribe</span>
</button>
</div>
</div>
</form>
POST https://www.thedoublef.com/de_en/switch/switcher/index/
<form x-on:submit="return submitStoreSwitcherForm()" method="post" id="setLocaleSettings" action="https://www.thedoublef.com/de_en/switch/switcher/index/">
<input name="form_key" type="hidden" value="9NE8tbVXxgJMgKPl"> <input type="hidden" name="current_url" x-bind:value="location.protocol + '//' + location.host + location.pathname" value="https://www.thedoublef.com/de_en/">
<fieldset class="grid grid-cols-4 gap-5 lg:gap-4 lg:grid-cols-8 lg:gap-5-6">
<div class="input-box col-span-4 lg:col-start-2 lg:col-span-2 mb-5px xs:mb-10px lg:mb-0">
<label for="setLocaleCountry" class="label tracking-widest text-2xs">Country</label>
<select x-model="selected.country" name="country" id="setLocaleCountry" class="tracking-wider text-3xs font-normal bg-6-6">
<template x-if="countriesLoaded" x-for="[countryCode, country] in Object.entries(countries)" :key="countryCode">
<option x-bind:value="countryCode" x-text="country.name" x-bind:selected="countryCode === selected.country"></option>
</template>
</select>
</div>
<div class="input-box col-span-4 lg:col-span-2 mb-5px xs:mb-10px lg:mb-0">
<label for="setLocaleCurrency" class="label tracking-widest text-2xs">Currency</label>
<select name="currency" id="setLocaleCurrency" class="tracking-wider text-3xs font-normal bg-6-6">
<template x-if="countriesLoaded" x-for="currencyCode in countries[selected.country].currencies" :key="currencyCode">
<option x-bind:value="currencyCode" x-text="currencies[currencyCode]" x-bind:selected="currencyCode === selected.currency"></option>
</template>
</select>
</div>
<div class="input-box col-span-4 lg:col-span-2 mb-5px xs:mb-10px lg:mb-0">
<label for="setLocaleLanguage" class="label tracking-widest text-2xs">Language</label>
<select name="language" id="setLocaleLanguage" class="tracking-wider text-3xs font-normal bg-6-6">
<template x-if="countriesLoaded" x-for="[storeCode, storeName] in Object.entries(countries[selected.country].stores)" :key="storeCode">
<option x-bind:value="storeCode" x-text="storeName" x-bind:selected="storeCode === CURRENT_STORE_CODE"></option>
</template>
</select>
</div>
<div class="lg:py-3 lg:mt-14 col-span-4 lg:col-span-2 lg:col-start-4">
<button :class="{'sm:absolute sm:left-2/4 sm:transform sm:-translate-x-2/4 sm:w-9/10 sm:bottom-10' : isTablet }"
class="mt-20 md:mt-0 lg:translate-x-0 lg:w-full lg:bottom-auto lg:left-auto lg:relative btn btn-primary btn-animation buttonLocaleSettings w-full"><span> Change </span><span> Change </span></button>
</div>
</fieldset>
</form>
<form class="form form-edit-account h-full md:h-auto md:w-filterLayerLg" x-on:submit.prevent="addToWishlist">
<div class="modal__wrapper relative bg-white shadow-lg w-full h-full md:h-auto md:h-auto col-span-4" @click.away="cancel">
<!-- modal header -->
<div class="modal__header p-0 flex justify-start items-center border-b h-13">
<h3 class="pl-5 text-2xs uppercase font-medium leading-1-54 tracking-widest">Add product to wishlist</h3>
<a class="absolute top-0 right-0 p-3 btn btn-close close-modal" @click.prevent="cancel" href="#">
<img src="https://www.thedoublef.com/static/version1671611982/frontend/TheDoubleF/hyva/en_US/images/icons/close-white.svg" class="fill-current w-6 h-6 mx-mx">
</a>
</div>
<!-- modal body -->
<div class="modal__content h-full p-5 pb-25 lg:pt-5 lg:pb-9">
<div class="tracking-widest text-2xs xs:text-sm leading-1-57 lg:mx-auto">
<div class="loader__wrapper h-full flex items-center justify-center xxl:max-w-popup" x-show="adding" style="display: none;">
<img src="https://www.thedoublef.com/static/version1671611982/frontend/TheDoubleF/hyva/en_US/images/loader.gif" alt="Loading" class="w-25">
</div>
<div class="wishlist-select" x-show="!adding">
<label for="addto-wishlist-selector">Select your wishlist</label>
<select id="addto-wishlist-selector" x-model="wishlistId">
<template x-if="wishlists.length" x-for="[i, wishlist] in Object.entries(wishlists)" :key="i">
<option x-bind:value="wishlist.id" x-text="wishlist.name"></option>
</template>
</select>
<a x-show="canCreate" @click.prevent="showNewWishlistNameField = !showNewWishlistNameField" href="#" class="action update btn btn-textual whitespace-no-wrap mt-3" style="display: none;">
<span>Create New Wishlist</span>
</a>
<div x-show="showNewWishlistNameField" class="mt-10px" style="display: none;">
<fieldset class="fieldset md:grid md:gap-5 mb-5">
<div class="required w-full mt-0 mb-5 md:mb-0">
<label class="label" for="new-wishlist-name">Wish List name</label>
<div class="control">
<input class="border border-black rounded-sm outline-none required-entry" :disabled="!showNewWishlistNameField" type="text" name="name" id="new-wishlist-name" required="" x-model="newWishlistName" disabled="disabled">
</div>
</div>
</fieldset>
</div>
</div>
</div>
</div>
<!-- modal footer -->
<footer class="w-full flex justify-center absolute bottom-0 p-5 lg:relative lg:border-t" x-show="!adding">
<button type="submit" class="btn btn-primary btn-animation flex-grow proceed"><span>Save</span><span>Save</span></button>
</footer>
</div>
</form>
GET https://www.thedoublef.com/de_en/catalogsearch/result/
<form class="form minisearch mb-10.5" id="search_mini_form" action="https://www.thedoublef.com/de_en/catalogsearch/result/" method="get">
<div class="w-full h-auto flex justify-between items-center border-b">
<input id="search" type="input" autocomplete="off" name="q" value="" placeholder="Search" maxlength="128" class="w-full py-2 px-0 text-2xl border-0 tracking-wider leading-normal placeholder-black appearance-none
focus:outline-none focus:border-transparent md:text-3xl md:tracking-widest" x-on:keyup.debounce="getSuggestions($event.target)">
<button x-bind:disabled="!enableSearchBtn" class="block fill-current h-4 w-4 my-5 py-px px-3 lg:m-4 lg:px-10px box-content hover:text-black appearance-none focus:outline-none" type="submit" disabled="disabled">
<svg xmlns="http://www.w3.org/2000/svg" :width="isDesktop ? 27 : 22" :height="isDesktop ? 27 : 22" viewBox="0 0 24 24" width="27" height="27">
<g transform="translate(-1022 -433) translate(976 398)">
<path fill="currentColor"
d="M9.5 1C14.194 1 18 4.806 18 9.5c0 1.987-.681 3.814-1.823 5.261l6.737 6.739-1.414 1.414-6.739-6.737C13.314 17.319 11.487 18 9.5 18 4.806 18 1 14.194 1 9.5S4.806 1 9.5 1zm0 2C5.91 3 3 5.91 3 9.5S5.91 16 9.5 16 16 13.09 16 9.5 13.09 3 9.5 3z"
transform="translate(46 35)"></path>
</g>
</svg>
</button>
</div>
<div class="flex justify-between items-center mt-5-8 md:justify-start">
<span class="text-2xs tracking-wider leading-normal">Find products:</span>
<div class="text-3xs tracking-wider leading-normal uppercase flex-grow flex justify-end items-center md:flex-initial md:ml-5">
<label class="flex justify-center items-center mb-0 mr-70" for="target-woman">
<input class="hidden" type="radio" name="target" value="Woman" id="target-woman" checked="" x-on:change="radioOnChange($event.target)">
<span class="mr-5px">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="8" fill="#fff" stroke="#000" stroke-width="2px"></circle>
<circle cx="12" cy="12" r="4" fill="#000" stroke-width="0" class="opacity-0 transition-opacity duration-200 opacity-100" :class="{'opacity-100': selected === 'Woman'}"></circle>
</svg>
</span>
<span>Woman</span>
</label>
<label class="flex justify-start items-center mb-0" for="target-man">
<input class="hidden" type="radio" name="target" value="Man" id="target-man" x-on:change="radioOnChange($event.target)">
<span class="mr-5px">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="8" fill="#fff" stroke="#000" stroke-width="2px"></circle>
<circle cx="12" cy="12" r="4" fill="#000" stroke-width="0" class="opacity-0 transition-opacity duration-200" :class="{'opacity-100': selected === 'Man'}"></circle>
</svg>
</span>
<span>Man</span>
</label>
</div>
</div>
</form>
Text Content
Continue without agreeing → This website uses cookies We use technical cookies, including from third parties, for a better experience on our site, as well as to analyze traffic, personalize content, show advertisements on third-party sites, and provide social media features. To consent to our cookies, click "Accept and close". For more information or to manage preferences, click "Learn more". It is possible to modify the consent or modify the preferences expressed by accessing the cookie settings. For more information, consult the extended information on cookies and the privacy policy. Learn More →Agree and close TDF Sale Up to 50% off FW22 Collections for Her & Him Sign up to our newsletter to receive a 10% off Promo Code Sign up to our newsletter to receive a 10% off Promo Code TDF Flash Promo 12% off SS23 | CODE: FLASH12-SS23 TDF SALE | Up to 50% off FW22 Collections for Her & Him Sign up to our newsletter to receive a 10% off Promo Code TDF Flash Promo 12% off SS23 | CODE: FLASH12-SS23 Customer service Customer Service area Track your order Make a return Track a return FAQs +39 02 87189530 +39 331 624 56 87 Live Chat Customer Service area FAQs Size Guide Make a return Shipping costs +39 02 87189530 +39 331 624 56 87 Live Chat Customer service Free shipping over 400€ Free shipping over 400€ Ship to: (DE) • Currency: (€) Edit < Menu Woman New arrivals See all categories Clothing Bags Shoes Accessories See all categories BOYY Brown Devon bag A.P.C. Grey stretch cotton sweatshirt Prada Black patent leather ankle boot Burberry Beige cotton trench coat Designers See all designers * A.P.C. * Paris Texas * Burberry * Chloé * Dolce&Gabbana * Gucci * Prada * The Attico * Valentino * New on TDF See all designers Accessories Burberry BURBERRY / accessories Dress The Attico THE ATTICO / dress Bags Stella McCartney STELLA MCCARTNEY / bags Clothing See all categories Dress Outerwear Jackets Knitwear and sweatshirts Shirts and polos Tops and t-shirts Skirts Trousers Jeans Beachwear See all categories Max Mara Light blue Teddy Bear Icon coat Off-White™ Blue cotton regular jeans Palm Angels Black faux leather jacket Off-White™ Technical balck leggings Bags See all categories Handbags Shopping and tote bags Shoulder bags Cross-body bags Clutch Bucket bags Travel bags Backpack and bumbag See all categories Burberry Lola mini check pattern bag BOYY Bobby 23 meringue/brown bag Prada Saffiano beige leather bag Wandler Beige Hortensia medium bag Shoes See all categories Pumps Boots Sneakers Sandals Flat shoes See all categories Prada Chocolate black patent leather moccasin Burberry Sneakers with Vintage check bouclé motif Jimmy Choo Nude Saeda 85 slingback Ancient Greek Sandals Multicoloured Ofis sandal Accessories See all categories Small leather goods Belts Jewels and watches Glasses Hats Scarves and gloves Underwear and socks Keychain Other accessories See all categories Burberry Beige Thomas Bear Charm Off-White™ Black hat with visor GUCCI Pink quilted leather card case Jil Sander Gold mohair scarf Sustainable fashion Sneakers Hub Mood See all categories Color Shock Total white Leather Trend Mini match See all categories Total Denim Total Denim Total Black Total Black Branding Color Shock Mini Match Night Luxe Sale See all categories Clothing Bags Shoes Accessories See all categories Max Mara Grey cashmere hat Alanui Aurora Borealis wool and mohair cardigan BY FAR Black leather lace-up Versace Black Medusa Biggie mules Women's Boutique Man New arrivals See all categories Clothing Shoes Accessories Bags See all categories Prada Black Saffiano leather keychain Burberry Camel-coloured knit sweatshirt Marni Blue denim flared jeans Axel Arigato White and green Dice Hi sneakers Designers See all designers * Alexander Mcqueen * Burberry * Dsquared2 * GUCCI * Fear of God * Palm Angels * Stone Island * Valentino * Saint Laurent * New on TDF See all designers Accessories Emanuele Bicocchi EMANUELE BICOCCHI / accessories Clothing Heron Preston HERON PRESTON / clothing Sneakers New Balance NEW BALANCE / sneakers Clothing See all categories Outerwear Jackets Sweatshirts Knitwear and cardigans T-shirts e polos Suits Shirts Trousers Jeans Beachwear See all categories Marni Multicoloured striped cardigan Jil Sander Wide T-shirt with logo Palm Angels Printed cotton shirt Heron Preston Black cotton cargo trousers Shoes See all categories Sneakers Lace-up shoes Loafers Boots Slippers and flip-flops See all categories Marni Turquoise fur low mules GUCCI GG detail black slide Prada White leather Downtown sneakers Valentino Garavani Clog Roman Stud Turtle black slide Bags See all categories Backpack and bumbag Shopping and tote bags Cross-body bags Travel bags Briefcases See all categories Bottega Veneta Dark green Arco Hobo bag Valentino Garavani VLTN Soft black tote bag Prada Black cross-body bag in Re-Nylon and Saffiano leather A.P.C. Blue denim and brown leather tote bag with logo Accessories See all categories Small leather goods Keychain Jewels and watches Belts and braces Glasses Hats Scarves and gloves Ties and bow-ties Underwear and socks Other accessories See all categories Burberry Black check card holder Off-White™ White Arrows socks Dsquared2 Black cap GUCCI Gold Aviator sunglasses Sneakers Hub Sustainable fashion Mood See all categories Millennials pop Total Denim Total White Color shock See all categories Total Denim Total Black LA Crew Total White Grass green Back to the Office Blue Ocean College mood Sale See all categories Clothing Shoes Accessories Bags See all categories Off-White™ Black leather camera-bag Ami Paris Black wool pinstripe trousers Comme des Garçons Shirt Asics Japan S white leather trainer adidas Originals Green Tobacco Gruen sneakers Men's Boutique The Rooster Discover The Rooster Magazine TDF People Fashion Trend Alert How to style Designer news Exclusive Capsule TDF Live Download and browse our free Web App dedicated to shopping. You’ll be able to review your favorite items even offline! Click here My TDF Ship to: (DE) • Currency: (€) Your wishlist is empty Your wishlist is empty. Create an account or log in to enter your favorite products. Your wishlist is empty. Create an account or log in to enter your favorite products. KEEP SHOPPING KEEP SHOPPING You have no items in your shopping cart. KEEP SHOPPING KEEP SHOPPING 0 Cart Quantity: Remove Total Go to Shopping Bag Go to Shopping Bag Buy Buy Cart Quantity: Remove Total Go to Shopping Bag Go to Shopping Bag Buy Buy Wishlist Quantity: : Remove Choose your size Add to Shopping Bag View all Wishlist Quantity: : Remove Choose your size Add to Shopping Bag View all WOMAN MAN NEW ARRIVALS Woman Man WOMAN'S BAGS Discover more TDF SALE | UP TO 50% OFF FW22 COLLECTIONS Man Woman MAN'S SNEAKERS HUB Discover more THEDOUBLEF CLOTHING, BAGS AND SHOES FOR WOMAN TheDoubleF is your exclusive and easy-to-use online destination dedicated to luxury fashion shopping. With over 160 international brands and designers including Prada , Balenciaga , Bottega Veneta , Alexander McQueen or Amina Muaddi our e-commerce allows you to purchase unique clothes, shoes, bags and accessories with an easy click. Our buyers travel around the world looking for the last trends, focused and stimulated by the constant and creative search for the right outfit for you. For this reason, on TheDoubleF you can find a wide and updated product selection of the most-wanted collections. After a careful choice, the proposed items are smoothly divided into many categories organized by genre, designer, new arrivals or sustainable fabrics with the intention of making your shopping experience as comfortable as possible. Our Customer Care Service is always ready to satisfy every of your needs and extremely aware in providing you detailed information about every piece of clothing, in order to make your virtual experience as similar as possible to the one in our boutiques. Thanks to the over 50 years presence of the Folli Follie Group in the fashion world and to its remarkable collaborations with the best brands of the fashion system, today, our online store is an intuitive and in a constant evolution fashion e-commerce. TheDoubleF's mission is driven by the pure desire of giving unique sensations by constantly inspiring you with the coolest news and telling what happens on the Saint Laurent, Miu Miu, Givenchy, Loewe, Palm Angels' walkways. Start your shopping on TheDoubleF and let yourself into an experience you'll love forever. Read more Read less NEWSLETTER Receive updates on trends, news and upcoming collections! Subscribe Extended return period Secure payments and protection of personal data Free shipping over 400€ Customer Service Customer Service Welcome to Customer Service FAQ Shipping Returns and refunds Payments Size Guide Important information Brexit Christmas Delivery Folli Follie About us Boutiques Contact us Legal Cookies Privacy Terms and Conditions Sitemap Trustpilot Instagram Facebook Twitter Youtube Pinterest Payment Method Secure payements © 2017-2022 FF NET S.r.l. - P. IVA: IT02485090209 Cookie policy Privacy Policy Terms and Conditions Sitemap SHIPMENT PREFERENCES If you want to ship the items to another place, please select it below. The prices and availability of products and the shipping information will be updated according to the new destination. Country Currency Language Change Change You are currently browsing the {{current_name}} website, do you want to switch to {{redirect_name}}? CancelCancel ProceedProceed SUBSCRIBE TO NEWSLETTER Please, check your connection in order to subscribe to our newsletter. Thank You! Please, check your connection in order to finalize the purchase. Thank you! Sizes Size Guide Add to Cart Add to Cart ✓ Item added to your cart Continue to shop Continue to shop ADD PRODUCT TO WISHLIST Select your wishlist Create New Wishlist Wish List name SaveSave Find products: Woman Man Most Researched Loewe Woman Prada Man Woman's Bags Customer Care FAQs Shipping Returns and refunds Dolce&Gabbana Red/black printed midi dress Burberry Red leather Lola bag New Balance White/black 990v2 Teddy Santis sneakers Show all results Show all results No results found for: Sorry, unable to find results matching your search. ADD TO HOME SCREEN