www.royalselangor.com Open in urlscan Pro
151.101.193.124  Public Scan

URL: https://www.royalselangor.com/sg/(null)/my/limited-edition-luke-vs-rancor-diorama.html
Submission: On April 20 via api from SG — Scanned from SG

Form analysis 3 forms found in the DOM

GET https://www.royalselangor.com/sg/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.royalselangor.com/sg/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false" onchange="">
      <div id="search_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search">
      <span></span>
    </button>
  </div>
</form>

POST https://www.royalselangor.com/sg/countryredirect/redirect/accept/

<form id="newsletter-validate-detail" class="form select-country" action="https://www.royalselangor.com/sg/countryredirect/redirect/accept/" method="post">
  <div class="popup-content-inner">
    <div class="background-image-popup" style="background-image: url('https://www.royalselangor.com/media/mageplus/redirect/default.jpg')"></div>
    <div class="main-content">
      <div class="text-top">Are you shipping to</div>
      <h3 class="country-shipping"> Singapore </h3>
      <p>Please select the country you would like to deliver to below</p>
      <div class="label-country-select">Change country</div>
      <select class="country-select" name="country">
        <option value="1">Malaysia</option>
        <option value="2">Australia</option>
        <option value="3">Hong Kong</option>
        <option value="6">Singapore</option>
        <option value="10">Taiwan</option>
        <option value="13">China</option>
        <option value="15">United Kingdom</option>
        <option value="16">United States</option>
        <option value="19">Europe</option>
        <option value="22">Canada</option>
        <option value="24">International</option>
        <option value="26">Middle East</option>
      </select>
      <input type="submit" id="country-button-confirm" class="button-confirm" value="Confirm">
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control" style="flex-flow: row wrap;">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" style="flex: 1 1 calc(100% - 40px); max-width: calc(100% - 40px );" autocomplete="off">
        <div class="eye-icon" style="z-index: 999;width: 40px;flex: 1 1 40px;text-align: center;line-height: 35px;">
          <i class="password fa fa-eye-slash"></i>
          <i class="password fa fa-eye" style="display: none;"></i>
        </div>
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-etqd6bmkvvkh" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfDR-IkAAAAAGTIWgLY81e45Efz-vb5rue3-AGK&amp;co=aHR0cHM6Ly93d3cucm95YWxzZWxhbmdvci5jb206NDQz&amp;hl=zh-CN&amp;v=rz4DvU-cY2JYCwHSTck0_qm-&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=1bn4cm1nucxs"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.royalselangor.com/sg/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

0
Close


 * New
 * Help
   Personalisation Delivery & pickup Track order Payments & returns
 * About Royal Selangor
   About us About pewter Heritage Craftsmanship
 * e-Catalogues
 * Store Locator

You're in Singapore
Change


Close
 * Account
 * Wish List
 * Log In
 * Sign Up
 * My Order


What are you looking for ?



 * 
 * 
 * 
 * 

Menu
Browse By
 * New
   
 * e-Catalogues


 * Gifts
    * Gifts by Occasions
      * Baby & Kids Gifts
      * Birthday Gifts
      * Housewarming Gifts
      * Wedding Gifts
      * Thank You Gifts
      * Retirement Gifts
      * Farewell Gifts
    * Gifts by Category
      * Home Gifts
      * Auspicious Gifts
      * Pop Culture Gifts
      * Wine & Cocktail Gifts
      * Coffee & Tea Gifts
    * Gifts by Recipient
      * For Her
      * For Him
   
   
 * Living
    * Figurines
      * Pop Culture
      * Auspicious
      * Divine
      * Nature
    * Home Accessories
      * Decorative Objects
      * Centrepieces
      * Photoframes
      * Wall Décor
      * Containers
      * Vases
      * Wellness
      * Accessories
    * Games
    * Personal Accessories
    * Office Décor
    * Music Boxes & Carousels
   
   
 * Dining & Entertaining
    * Drinkware
      * Tankards & Tumblers
      * Hip Flasks
      * Decanters
      * Stemware
      * Wine & Sake Sets
      * Bar Accessories
      * Wine Accessories
      * Whisky
    * Tableware
      * Carafes, Jugs & Pitchers
      * Chopstick Rests
      * Salt & Pepper Shakers
      * Serveware
      * Bowls
    * Coffee & Tea
      * Sets
      * Pots
      * Caddies
      * Creamers & Sugar Bowls
      * Accessories
   
   
 * Baby & Kids
    * Music Boxes & Carousels
    * Child's Mugs & Cutlery
    * Photoframes
    * Coin Boxes
    * Containers & Tooth Boxes
    * Décor for Kids
   
   
 * Collectibles
    * Star Wars
    * Marvel
    * DC
    * Game of Thrones
    * Warner Bros. 100
    * Disney 100
    * Disney Music Carousels
    * Mickey Mouse
    * Winnie the Pooh
    * Harry Potter
    * The Lord of the Rings
    * BE@RBRICK
   
   
 * Collaborations
    * Museums
      * British Museum
      * National Palace Museum
      * Victoria & Albert Museum
    * View All Collaborations
   
   
 * Corporate Gifts
    * Overview & Enquiries
    * Staff Awards
    * VIP Gifts
    * Appreciation Gifts
    * Door Gifts
    * Shop by
      * Ornamental Plates
      * Plaques
      * Figurines
      * Wealth Bowls
      * Trophies
      * Tankards
      * Tumblers
      * Photoframes
      * Desk Accessories
      * Card Holders
   
   
 * Collections
   * Dragon
   * Erik Magnussen
   * Encore
   * Explorer
   * Five Elements
   * Four Gentlemen
   * Four Seasons
   * Gembira
   * Hana
   * Harry Potter
   * Heritage
   * House of the Dragon
   * Imperial
   * Ink
   * Joe
   * Knot
   * Liberty
   * Marvel
   * Malaysian Landmarks
   * Mallea
   * Melon
   * Miami
   * Mickey 90th Anniversary
   * Ming
   * Mirage
   * Modern Tankards
   * Moods & Memories
   * Nick Munro
   * Peony
   * Phonos
   * Promessa
   * Samarra
   * Saurus
   * Savoy
   * Sculptura
   * Sense
   * Serenity
   * Shori
   * Shuraku
   * Singapore Scenes
   * SEA Games KL2017
   * So
   * Songket
   * Sovereign
   * Splendour
   * Straits Expression
   * Tabac
   * Teddy Bears' Picnic
   * The Lord of the Rings™
   * The Magnificent
   * The Phoenix
   * Toscana
   * Twelve
   * V&A Inspired
   * V&A Streamline
   * V&A Tracery
   * V&A William Morris
   * Vapour
   * Vinifera
   * Warisan
   * Wealth bowl
   * Wine Celebration
   * Winnie the Pooh
   * Year of the Monkey
   * Year of the Rabbit
   * Zodiac
   * Perfect Wedding Gifts
   * Marvel Product Related
 * Sale
   * Home Décor
   * Drinkware
   * Dining
   * Baby & Kids
   * Accessories
   * Office Gifts


Close

Search
Search



0 Cart
Close

My Cart 0
Close You have no items in your shopping cart.




WHOOPS, OUR BAD...


Are you shipping to


SINGAPORE

Please select the country you would like to deliver to below

Change country
Malaysia Australia Hong Kong Singapore Taiwan China United Kingdom United States
Europe Canada International Middle East




The page you requested was not found. We think we know why...
 * If you typed the URL directly, check for correct spelling.
 * If you got here by clicking on a link, that link could be out of date.

What can you do?
 * Click on the 'back' button to return to the previous page.
 * Use the search categories at the top of the page to find what you're looking
   for.
 * Click on the links below to get you back on track:
   Home | Account


CONTACT

Royal Selangor International

4 Jalan Usahawan 6, Setapak Jaya, 53300 Kuala Lumpur

General line+60 3 4145 6000 Online shop+60 3 4145 6005 WhatsApp+60 16 246 1885
ContactEnquiry & feedback form



Royal Selangor Singapore

10 Bayfront Avenue, #B2-92, The Shoppes at Marina Bay Sands, Singapore 018956

Phone No.+65 6688 7167 Emailinfo@royalselangor.com

Operating hours1000-2200 Mondays-Sundays


You're in Singapore
Change


THE COMPANY

About us About pewter Heritage Craftsmanship Collaborations Visitor Centre
Corporate gifts Store locator


CUSTOMER SERVICE

Personalisation Delivery & pickup Track your order Payments & returns Privacy
policy Terms & conditions Contact us


HIGHLIGHTS

Inspiration Virtual store The Royal Selangor Trophy The British Museum The Lucky
Teapot e-Catalogues


SISTER BRANDS

Comyns Silver Selberan

© Royal Selangor International (008946K). All Rights Reserved

We use cookies to provide a better customer experience. By continuing, you
accept this use of cookies. Click here to read more.
Close

Close
Sign Up

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Sign Up
Log In


Sign in with Facebook

Sign in with Google

Email Address

Password


Sign In
Forgot Your Password?