b3ast-shop.fourthwall.com Open in urlscan Pro
34.102.183.68  Public Scan

Submitted URL: http://b3ast-shop.fourthwall.com/
Effective URL: https://b3ast-shop.fourthwall.com/en-eur/
Submission: On December 31 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET /donation/

<form class="form" data-donation="form" method="GET" action="/donation/">
  <div class="form__section">
    <div data-input="container" class="input-field">
      <input id="donation-name" name="donor" data-donation="name" data-input="input" class="input-field__input">
      <label for="donation-name" class="input-field__label"> Your name </label>
    </div>
  </div>
  <div class="form__section">
    <div data-input="container" class="input-field input-field--textarea">
      <textarea id="donation-message" name="message" data-donation="message" data-input="input" rows="3" class="input-field__input" maxlength="200"></textarea>
      <label for="donation-message" class="input-field__label"> Message </label>
    </div>
  </div>
  <div class="form__section">
    <div class="grid grid--waffle grid--small">
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div class="radio-button">
          <input name="amount-radio" type="radio" id="amount1" data-donation="amount-radio" value="5.00" class="radio-button__input" checked="">
          <label for="amount1" class="radio-button__label"> €5 </label>
          <input type="hidden" name="donationOpts[]" value="5.00">
        </div>
      </div>
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div class="radio-button">
          <input name="amount-radio" type="radio" id="amount2" data-donation="amount-radio" value="10.00" class="radio-button__input">
          <label for="amount2" class="radio-button__label"> €10 </label>
          <input type="hidden" name="donationOpts[]" value="10.00">
        </div>
      </div>
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div class="radio-button">
          <input name="amount-radio" type="radio" id="amount3" data-donation="amount-radio" value="20.00" class="radio-button__input">
          <label for="amount3" class="radio-button__label"> €20 </label>
          <input type="hidden" name="donationOpts[]" value="20.00">
        </div>
      </div>
      <div class="grid__column grid__column--6 grid__column--3@sm">
        <div data-donation="amount-input-container" data-input="container" class="input-field input-field--prefix input-field--bold input-field--as-button">
          <input id="donation-amount-custom" name="amount-custom" type="number" data-donation="amount-input" data-input="input" class="input-field__input" min="1" step="0.01">
          <label for="donation-amount-custom" class="input-field__label"> Custom </label>
          <span class="input-field__prefix">€</span>
        </div>
      </div>
    </div>
    <div data-form-error="amount" class="form__error"></div>
  </div>
  <div class="form__section">
    <input data-donation="amount" type="hidden" name="amount" value="">
    <input type="hidden" name="currency" value="EUR">
    <button type="submit" data-donation="submit" class="button button--primary button--expand"> Donate &amp; Send Message <span class="button__spinner">
        <div class="spinner spinner--small"></div>
      </span>
    </button>
  </div>
</form>

POST /giveaways

<form action="/giveaways" method="post" data-turbo="false" class="tiers-modal__checkout-form" data-gift-tier="form">
  <div class="tiers-modal__section">
    <div class="tiers-modal__item-info">
      <div class="tiers-modal__options-container" data-gift-tier="options">
        <p>Subscription length:</p>
        <div class="tiers-modal__options">
          <input name="id" type="radio" id="monthly" class="tiers-modal__option-input hidden" data-gift-tier-monthly-price="" data-gift-tier="price-input">
          <label for="monthly" class="tiers-modal__option-label">
            <span>1 month</span>
            <span id="monthly-price" class="tiers-modal__option-price" data-gift-tier="price-span"></span>
          </label>
          <input name="id" type="radio" id="annual" class="tiers-modal__option-input hidden" data-gift-tier-annual-price="" data-gift-tier="price-input">
          <label for="annual" class="tiers-modal__option-label">
            <span>1 year</span>
            <span id="annual-price" class="tiers-modal__option-price" data-gift-tier="price-span"></span>
          </label>
        </div>
      </div>
      <div class="tiers-modal__quantity">
        <p>Number of gifts:</p>
        <div class="tiers-modal__quantity-container">
          <div data-select="container" class="select-field select-field--base select-field--quantity select-field--non-transparent select-field--rounded select-field--expand">
            <select data-gift-tier="quantity" name="quantity" class="select-field__select" data-trigger-input="more">
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
              <option value="more">10+</option>
            </select>
            <span class="select-field__dropdown-icon">
              <svg class="svg-fill-current-color" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path>
              </svg>
            </span>
          </div>
          <div data-select-input="more" class="input-field input-field--base input-field--quantity input-field--rounded input-field--expand hidden">
            <input data-gift-tier="quantity" type="number" min="1" class="input-field__input" placeholder="Qty">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="tiers-modal__section">
    <div class="tiers-modal__cta">
      <div class="tiers-modal__cta-item">
        <a href="#" class="tiers-modal__cancel" data-modal-close="tiers" data-modal-trigger="tiers">
                  Cancel
                </a>
      </div>
      <div class="tiers-modal__checkout">
        <button type="submit" name="checkout" class="button button--primary button--expand"> Checkout <span data-gift-tier="total-price"></span>
        </button>
      </div>
    </div>
  </div>
  <p data-gift-tier="error" class="tiers-modal__error">Please choose the quantity.</p>
</form>

POST /en-eur/contact

<form action="/en-eur/contact" method="post" data-turbo="false">
  <div class="form__section">
    <div class="newsletter-form__input-button-container">
      <div class="newsletter-form__input">
        <div data-input="container" class="input-field input-field--base">
          <input id="newsletter-email" name="contact[email]" type="email" data-newsletter="email" data-input="input" class="input-field__input" placeholder=" Email address " required="">
        </div>
        <div data-form-error="email" class="form__error"></div>
      </div>
      <div class="newsletter-form__button">
        <button type="submit" data-newsletter="submit" class="button button--primary button--expand"> Subscribe <span class="button__spinner">
            <div class="spinner spinner--small"></div>
          </span>
        </button>
      </div>
    </div>
  </div>
  <div class="form__response-container">
    <div data-form="response-success" class="form__response">
      <div class="alert alert--success"> Thanks for subscribing! </div>
    </div>
    <div data-form="response-error" class="form__response">
      <div class="alert alert--error">
        <ul data-form="response-error-content" class="alert__list">
        </ul>
      </div>
    </div>
  </div>
  <div id="recaptcha-container"></div>
</form>

Text Content

 * Home
 * Browse all
 * Members only
    * Feed
    * Videos
    * Perks

 * EUR
    * USD
    * EUR
    * CAD
    * GBP
    * AUD
    * NZD
    * SEK
    * NOK
    * DKK
    * PLN
    * INR
    * JPY

 * 
 * 0

 * Home
 * Browse all
 * Members only
   
   Members only
   
    * Feed
    * Videos
    * Perks

 * EUR
   
    * USD
    * EUR
    * CAD
    * GBP
    * AUD
    * NZD
    * SEK
    * NOK
    * DKK
    * PLN
    * INR
    * JPY

 * 
 * 
 * 
 * 
 * 
 * 

Your browser does not support HTML5 video.



BOLD NEW LOOKS

Browse new merch



FEATURED PRODUCTS

View all


LUX CARDIGAN

€55.88




ORANGE SUNSET

€29.41




LUX MUG

€19.61




LUX T-SHIRT

€29.41

+7


DRAGON SAMURAI TIE-DYE T-SHIRT

€34.31

+1


DRAGON SAMURAI FLEXIT HAT

€31.37

+1


LUX BUCKET HAT

€29.41




LUX STICKER

€10.78




LUX DESK MAT

€29.41




DRAGON SAMURAI DESK MAT

€29.41




DRAGON SAMURAI LONG-SLEEVE T-SHIRT

€30.39

+8


DRAGON SAMURAI UNI-SEX HOODIE

€58.83




DRAGON SAMURAI HAT

€29.41

+6


LUX TIE-DYE HOODIE

€86.28




FLEECE CROP HOODIE

€58.83

+5


DRAGON SAMURAI UNISEX JOGGERS

€34.31




DRAGON SAMURAI HOODIE

€49.02

+8
Sold Out



LUX BAG

€27.45

+2
Sold Out



LUX TIE-DYE BEANIE

€34.31




LUX BEANIE

€24.51




LUX JOGGERS

€49.02




MAKE A DONATION

Your support helps me make more quality content! Thank you!

Your name
Message
€5
€10
€20
Custom €

Donate & Send Message



BECOME A MEMBER


TIER 1

$30.00 $24.00 first month

Join now
Save 10% if you pay annually

 * LUX Member
 * discord role


TIER 2

$40.00 $32.00 first month

Join now
Save 10% if you pay annually

 * LUX Member
 * discord role


TIER 3

$50.00 $35.00 first month

Join now
Save 10% if you pay annually

 * LUX Member
 * discord role


TIER 4

$80.00 per month

Join now
Save 10% if you pay annually

 * LUX Member
 * discord role


LIFETIME

$300.00 per month

Join now
Save 10% if you pay annually
You get news about our shop before anyone else does!
 * discord role
 * lifetime member

Gift membership

Your gift will be given away live at twitch.tv/d3stiny2beast!

Subscription length:

1 month 1 year

Number of gifts:

1 2 3 4 5 6 7 8 9 10+

Cancel
Checkout

Please choose the quantity.


JOIN THE NEWSLETTER

Get sneak peeks of upcoming videos and much more!
Subscribe

Thanks for subscribing!




BOLD NEW LOOKS

Browse new merch


 * 
 * 
 * 
 * 
 * 
 * 

 * EUR
    * USD
    * EUR
    * CAD
    * GBP
    * AUD
    * NZD
    * SEK
    * NOK
    * DKK
    * PLN
    * INR
    * JPY

 * Terms of Service
 * Contact
 * Privacy Policy
 * Returns & FAQ

 * © 2024 LUX
 * Powered by Fourthwall

View as:
 * Admin
 * Supporter

Edit page Go to dashboard
View as
 * Admin
 * Supporter

Go to dashboard





🍪 COOKIE POLICY NOTICE

We use cookies to enhance your site experience. You are in control - customize
your settings in our Privacy Policy. Feel free to explore before making a choice
Manage preferences
Accept allReject all



COOKIE PREFERENCES


Cookie usage 📢
We use cookies to enhance your browsing experience on our website. These cookies
help us analyze site traffic, personalize content, and provide you with a better
user experience. By continuing to use our site, you consent to the use of
cookies in accordance with our Cookie Policy. For more information, please
review our privacy policy.
Strictly necessary cookiesStrictly necessary cookies
These cookies are essential for the proper functioning of this website. Without
these cookies, the website would not work properly
Performance and Analytics cookiesPerformance and Analytics cookies
These cookies allow the website to remember the choices you have made in the
past

NameDomainExpirationDescription^_gagoogle.com2 yearsRegisters a unique ID for a
website visitor it tracks how the visitor uses the website. The data is used for
statistics._gidgoogle.com1 dayRegisters a unique ID for a website visitor it
tracks how the visitor uses the website. The data is used for statistics.

Marketing and Targeting cookiesMarketing and Targeting cookies
These cookies collect information about how you use the website, which pages you
visited and which links you clicked on. All of the data is anonymized and cannot
be used to identify you

NameDomainExpirationDescription_gclgoogle.compersistentTo store and track
conversions.muc_adstwitter.com2 yearsThis is a cookie that is set by
twitter.com. It is used for optimizing ad relevance by collecting visitor
navigation data.guest_id_marketingtwitter.com2 yearsThis is a cookie that is set
by twitter.com. It is used for optimizing ad relevance by collecting visitor
navigation data.personalization_idtwitter.com2 yearsThis is a cookie that is set
by twitter.com. It is used for optimizing ad relevance by collecting visitor
navigation data.guest_idtwitter.com2 yearsThis is a cookie that is set by
twitter.com. It is used for optimizing ad relevance by collecting visitor
navigation data._fbpfacebook.com3 monthsTo store and track visits across
websites._ttptiktok.com13 monthsTo measure and improve the performance of your
advertising campaigns and to personalize the user's experience (including ads)
on TikTok.ANONCHKc.clarity.ms1hIndicates whether MUID is transferred to ANID, a
cookie used for advertising. Clarity doesn't use ANID and so this is always set
to 0.CLIDclarity.ms12 monthsIdentifies the first-time Clarity saw this user on
any site using Clarity.MUIDclarity.ms13 monthsIdentifies unique web browsers
visiting Microsoft sites. These cookies are used for advertising, site
analytics, and other operational purposes.SMc.clarity.mssessionUsed in
synchronizing the MUID across Microsoft domains._clskc.clarity.ms24hConnects
multiple page views by a user into a single Clarity session
recording.__kla_idklaviyo.com13 monthsTo measure and improve the performance of
your advertising campaigns and to personalize the user's experience (including
ads) on Klaviyo.

Accept allReject allSave settings