modayn.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://modayn.com/
Submission Tags: @phish_report
Submission: On September 27 via api from FI — Scanned from CA

Form analysis 6 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="CA">
      <country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
            <span class="text-start">Canada (CAD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
              <span class="pointer-events-none">Canada (CAD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="en">
      <custom-select id="annbar-localization-language"><label class="label visually-hidden no-js-hidden" for="annbar-localization-language-button">Language</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-language-button"
            style="--custom-select-button-width: -30px;">
            <span class="text-start">English</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-0" role="option" data-value="en" aria-selected="true">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-1" role="option" data-value="zh-CN">
              <span class="pointer-events-none">简体中文</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /pages/search-results-page

<form class="main-search__form" action="/pages/search-results-page" method="get" autocomplete="off">
  <div class="main-search__input-container">
    <input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
    <button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
        <g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
          <circle cx="7.824" cy="7.824" r="7.824"></circle>
          <path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
        </g>
      </svg></button>
  </div>
  <script src="//modayn.com/cdn/shop/t/3/assets/search-suggestions.js?v=136224079820713396391723690501" defer=""></script>
  <search-suggestions></search-suggestions>
</form>

POST /localization

<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="CA">
      <country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
            <span class="text-start">Canada (CAD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="CA" aria-selected="true">
              <span class="pointer-events-none">Canada (CAD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="en">
      <custom-select id="annbar-localization-languageMobileNav"><label class="label visually-hidden no-js-hidden" for="annbar-localization-language-buttonMobileNav">Language</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-language-buttonMobileNav"
            style="--custom-select-button-width: 0px;">
            <span class="text-start">English</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-0MobileNav" role="option" data-value="en" aria-selected="true">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-1MobileNav" role="option" data-value="zh-CN">
              <span class="pointer-events-none">简体中文</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <p>
    <input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
  </p>
  <button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="CA">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <span class="text-start">Canada (CAD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
              <span class="pointer-events-none">Canada (CAD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="en">
      <custom-select id="footer-localization-language"><label class="label visually-hidden no-js-hidden" for="footer-localization-language-button">Language</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-language-button"
            style="--custom-select-button-width: 2px;">
            <span class="text-start">English</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-0" role="option" data-value="en" aria-selected="true">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-1" role="option" data-value="zh-CN">
              <span class="pointer-events-none">简体中文</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <p>
    <input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
  </p>
  <button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>

Text Content

Back
Accessibility options


Are you sure you want to hide the widget forever? If you need it back, please
clear your cookies.

OkCancel
Content
Bigger Text


Bigger Text


Bigger Cursor


Bigger Cursor

Text Reader


Tooltips

Line Height


Line Height


Hide Images


Hide images

Readable Fonts


Readable fonts

Dyslexic Font


Dyslexic Font

Stop Animations


Stop Animations

Colors
Invert Color


Invert Colors

Brightness


Brightness


Contrast


Contrast


Grayscale Color


Grayscale

Saturation


Saturation


Navigation
Reading Line


Reading Line

Highlight Links


Highlight Links

Reading Mask


Reading Mask

Page Structure


Page Structure

LanguageEnglish (United States)
Search language
English (United States)English
(British)SwedishFinnishGermanSpanishPortugueseTurkishFrenchJapaneseKoreanHebrewLatvianPolishGreekThai
Accessibly App Accessibility Statement

Accessibly App is committed to making sites accessible for all, including people
with disabilities. We are continuously improving the service we provide through
our app to comply with increased accessibility standards, guidelines, and to
make the browsing experience better for everyone.

Conformance status

The app uses the Web Content Accessibility Guidelines (WCAG) defined
requirements to improve accessibility for people with disabilities. It defines
three levels of conformance: Level A, Level AA, and Level AAA. Accessibly App is
following the best guidelines and is partially conformant with WCAG 2.1 level
AA.

Technical information

Accessibly App is an app supported in Shopify and Wordpress environments. The
app relies on the following technologies:

HTML
CSS
JavaScript
NodeJs
MongoDB

Accessibly App features

When a site has Accessibly App i ac-h4 installed, the website can be adjusted
with keyboard navigation using the “tab” key (WCAG 2.1/2.1.1). Additionally, see
the list of all provided Accessibly App features and tools for better website
experience:

Zoom | WCAG 2.1 / 1.4.4

This feature enables users to enhance the size of the text to up to three times
the original text for better text readability.

Bigger cursor

Makes the cursor bigger and more prominent. Increases the size for better site
browsing.

Invert colors

Invert the colors of the website content. For those with decreased vision, the
high contrast greatly helps to read the site better.

Tweak Contrast | WCAG 2.1 / 1.4.6

This feature lets users manually select from two options: to enhance the
contrast of the website or to decrease the contrast.

Tweak Brightness | WCAG 2.1 / 1.4.6

This feature lets users update the brightness on the site. The content can
either be made brighter or darker.

Grayscale | WCAG 2.1 / 1.4.6

Users can turn on grayscale, making the website content appear only in shades of
gray. This benefits people with visual impairment.

Reading Line

Add a supportive reading line to the site.

Readable fonts

Convert the fonts available on-site to one of the most easily readable fonts:
Helvetica.

Alt Text and Images

Ability to read alt text of images. As of now, our tool has added a feature
where alt descriptions for images without them are generated using Google's
Vision AI. In the event that you haven't manually written these image
descriptions yourself, this greatly helps people with visual impairment browse
your site.

Tooltips | WCAG 2.1 / 2.5.3

Add labels to images that contain a written description of the image.

Highlight links

Highlight links to make them more prominent.

Hide images

Hide images on the site. This provides better site readability for people with
visual impairment.

Read page

A feature that allows a voice to read the text on your site out loud to
visitors.

Notes & Feedback

We always try to update our services and operate in the best possible manner to
benefit all of our clients and their site visitors.

We cannot control or correct problems with third-party sites, but please let us
know if you encounter difficulty with any sites we link to so we can pass the
information along to the site owners. You may also want to address your concerns
directly to these third parties.


Reset settings
Accessibility statement


Skip to content
Free Shipping On All Orders Over $200
Fall Collection: Shop Now

Country/Region
Canada (CAD $)
 * Canada (CAD $)

Language
English
 * English
 * 简体中文

Search
 * New
 * Women
 * Men
 * Sale
 * Brands




Account Search Cart

 * New
 * Women
    * Clothing
       * Coats & Jackets
       * Dresses
       * Jumpsuits
       * Jeans
       * Lingerie
       * Pants & Shorts
       * Shirts
       * Skirts
       * Sweaters
       * Swimwear
       * Topwear
   
    * Shoes
       * Boots
       * Flats
       * Heels
       * Laced Up
       * Loafers
       * Pumps
       * Sandals
       * Sneakers
       * Wedges
   
    * Bags
       * Backpacks
       * Belt Bags
       * Clutches
       * Handbags
       * Other Bags
       * Shoulder Bags
       * Totes
   
    * Accessories
       * Belts
       * Eyewear
       * Hats
       * Jewelry
       * Scarves & Wraps
       * Small Leather Goods
       * Other Accessories

 * Men
    * Clothing
       * Coats & Jacket
       * Jeans
       * Pants & Shorts
       * Shirts
       * Suits
       * Sweaters
       * Swimwear
       * Topwear
   
    * Shoes
       * Laced Up
       * Boots
       * Loafers
       * Sandals
       * Sneakers
   
    * Bags
       * Backpacks
       * Belt Bags
       * Other Bags
       * Shoulder Bags
       * Totes
   
    * Accessories
       * Belts
       * Eyewear
       * Hats
       * Jewelry
       * Other Accessories
       * Scarves
       * Small Leather Goods

 * Sale
 * Brands

 * New
 * Women
    * Clothing
       * Coats & Jackets
       * Dresses
       * Jumpsuits
       * Jeans
       * Lingerie
       * Pants & Shorts
       * Shirts
       * Skirts
       * Sweaters
       * Swimwear
       * Topwear
   
    * Shoes
       * Boots
       * Flats
       * Heels
       * Laced Up
       * Loafers
       * Pumps
       * Sandals
       * Sneakers
       * Wedges
   
    * Bags
       * Backpacks
       * Belt Bags
       * Clutches
       * Handbags
       * Other Bags
       * Shoulder Bags
       * Totes
   
    * Accessories
       * Belts
       * Eyewear
       * Hats
       * Jewelry
       * Scarves & Wraps
       * Small Leather Goods
       * Other Accessories

 * Men
    * Clothing
       * Coats & Jacket
       * Jeans
       * Pants & Shorts
       * Shirts
       * Suits
       * Sweaters
       * Swimwear
       * Topwear
   
    * Shoes
       * Laced Up
       * Boots
       * Loafers
       * Sandals
       * Sneakers
   
    * Bags
       * Backpacks
       * Belt Bags
       * Other Bags
       * Shoulder Bags
       * Totes
   
    * Accessories
       * Belts
       * Eyewear
       * Hats
       * Jewelry
       * Other Accessories
       * Scarves
       * Small Leather Goods

 * Sale
 * Brands

Country/Region
Canada (CAD $)
 * Canada (CAD $)

Language
English
 * English
 * 简体中文

INTRODUCING


MODAYN

LUXURY WITHIN REACH, STYLE WITHOUT END

NEW COLLECTIONShop all

INTRODUCING


MODAYN

UP TO 40% LESS FROM MARKET PRICE

SHOP HEREABOUT US
Load slide 1 of 2 Load slide 2 of 2
Previous Next


LUXURY WITHIN REACH, STYLE WITHOUT END

"Where every day is a luxury sale—spend less for your dream wardrobe!"


PREVIOUS FEATURED COLLECTION NEXT

View all
New arrival
Quick buy
1989 Studio
1989 Studio Hats in Beige
$163.00 $298.00
New arrival
Quick buy
1989 Studio
1989 Studio Hats in Black
$163.00 $298.00
New arrival
Quick buy
G.H. Bass
G.H. Bass Loafers in Brown
$211.00 $380.00
New arrival
Quick buy
Malo
Malo Sweaters in GREY
$1,024.00 $1,649.00

Quick buy
Maison Kitsuné
Maison Kitsuné Topwear in WHITE
From $107.00 $220.00
New arrival
Quick buy
Golden Goose
Golden Goose Sneakers in WHITE
From $673.00 $1,097.00
New arrival
Quick buy
1989 Studio
1989 Studio Sneakers in WHITE
$737.00 $1,191.00

Quick buy
1989 Studio
1989 Studio Sweaters in GREY
$262.00 $452.00
New arrival
Quick buy
Liu Jo
Liu Jo Coats & Jackets in GREY
$315.00 $537.00
New arrival
Quick buy
Fendi
Fendi Other Bags in BLUE
$2,113.00 $3,343.00
New arrival
Quick buy
Burberry
Burberry Topwear in BROWN
$595.00 $981.00
New arrival
Quick buy
Brunello Cucinelli
Brunello Cucinelli Boots in MULTICOLOR
From $1,961.00 $3,102.00
New arrival
Quick buy
Balenciaga
Balenciaga Coats & Jackets in WHITE
$2,082.00 $3,299.00
New arrival
Quick buy
Palm Angels
Palm Angels Sweaters in Beige
From $544.00 $892.00
New arrival
Quick buy
Jacquemus
Jacquemus Topwear in WHITE
$148.00 $282.00
New arrival
Quick buy
Etro
Etro Shirts in BLUE
$923.00 $1,492.00

Quick buy
Doublet
Doublet Topwear in Black
$396.00 $662.00
New arrival
Quick buy
Balenciaga
Balenciaga Dresses in RED
$3,658.00 $5,755.00

Quick buy
Louis Gabriel Nouchi
Louis Gabriel Nouchi Suits in Black
$491.00 $808.00
New arrival
Quick buy
Jacob Cohen
Jacob Cohen Jeans in GREEN
$406.00 $685.00



NEW SEASON WARDROBE

As the seasons shift, so does our wardrobe. Dive into our newest looks for the
season ahead

Shop now
Men's collection


FOR HIM

Women's collection


FOR HER


SPOTLIGHTS


ACNE STUDIOS

Known for its clean lines and innovative approach, Acne Studios offers timeless
pieces that blend art and fashion. With a commitment to quality, creativity, and
a unique perspective on style, Acne Studios is more than just a fashion brand;
it's a creative powerhouse.


ALEXANDER MCQUEEN

Alexander McQueen is the embodiment of avant-garde luxury, known for its bold
designs and impeccable craftsmanship. The brand seamlessly blends romance with
rebellion, creating timeless pieces that push the boundaries of fashion into
art.


BRUNELLO CUCINELLI

Brunello Cucinelli represents more than style—it’s a way of life, where quality,
tradition, and modernity harmoniously converge. Renowned for its use of the
finest materials, the brand offers a refined collection that embodies
understated sophistication.


BLOG POSTS


TIMELESS HUES FOR FALL 2024: THE MUST-HAVE COLORS FOR A CHIC AUTUMN

Fashion enthusiasts are eagerly embracing the rich and sophisticated color
palettes that define the season. This year, the focus is on timeless hues that
not only capture the essence of...
August 14, 2024 — Modayn Editorial Team


ELEVATE YOUR AUTUMN: 101 GUIDE TO CREATE HIGH-END LOOKS WITH FALL STAPLES

Fall is approaching— bringing with it cooler weather with leaves begin their
colorful descent, making now it is the perfect time to update your wardrobe for
the upcoming season.  This guide could be...
August 14, 2024 — Modayn Editorial Team


EMBRACE AUTUMN: FASHION’S FAVORITE SEASON

As the crisp air ushers in the fall season, it's time to refresh our wardrobes
with cozy knits, rich textures, and deep, warm colors. 1. Layer Loves: The Art
of...
August 14, 2024 — Modayn Editorial Team
❮

❯
About Modayn
 * About Us
 * Blogs

Legal
 * Privacy Policy
 * US Laws Compliance
 * Terms and Conditions
 * Accessibility Statement

Customer Care
 * Contact Us
 * FAQs
 * Orders and Shipping
 * Returns and Refunds
 * Authenticity Promise
 * Klarna Payment

SUBSCRIBE NOW

Don't miss out on the latest fashion news and promotions!



Subscribe
American Express Apple Pay Diners Club Discover Mastercard Shop Pay Visa
Country/Region
Canada (CAD $)
 * Canada (CAD $)

Language
English
 * English
 * 简体中文

© 2024 Modayn. All Rights Reserved.
Your cart
Close



I agree to the terms and conditions
Checkout
Close
Your cart is empty
Start shopping
Close


EXCLUSIVE CLEARANCE ACCESS

Unlock exclusive deals on luxury fashion before everyone else



Subscribe

All information collected will be used in accordance to our privacy policy.
You may withdraw your consent at anytime.


{"themeColor":"#232323","iconColor":"#232323","showLogo":false,"topBottomPosition":10,"rightLeftPosition":10,"iconSize":"extra-small","iconCustomSize":20,"position":"bottom-right"}