www.iguanasell.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

URL: https://www.iguanasell.com/
Submission: On October 16 via api from CA — Scanned from CA

Form analysis 9 forms found in the DOM

/search

<form action="/search" class="search__form" style="display: none;"> <input type="hidden" name="type" value="product,page,article"> <span class="icon-search search-submit" style="display: block;"></span> <input class="search__input" type="text"
    name="q" placeholder="I am looking for..." value="" autocapitalize="off" autocomplete="off" autocorrect="off"></form>

POST /cart

<form action="/cart" method="post" class="hidden" data-total-discount="0" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="Iguana Sell" data-cart-form="mini-cart"> <a class="cart_content__continue-shopping secondary_button">
                    Continue Shopping</a>
  <ul class="cart_items js-cart_items"></ul>
  <ul>
    <li class="cart_discounts js-cart_discounts sale"></li>
    <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money"> $0.00</span></span> <span>Subtotal</span></li>
    <li class="cart_savings sale js-cart_savings"></li>
    <li>
      <p class="cart-message meta">Tax included and shipping calculated at checkout </p>
    </li>
    <li> <button type="submit" name="checkout" class="global-button global-button--primary add_to_cart" data-minicart-checkout-button=""><span class="icon-lock"></span>Checkout</button></li> <!-- CAMBIO:  SHIPPING INFORMATION -->
    <li class="ship_info"> <!-- Convertimos el string en un int sumandole 0 --> <!-- DEJAMOS PREPARADOS LOS CONTENEDORES PARA CUANDO SE REFRESQUE LA INFORMACIÓN DEL CARRITO --> <span class="js-cart_freeShipping freeShipping" style="display:none">Free
        shipping to the US</span> <span class="js-cart_beforeAmountFreeShipping leftForFreeShipping" style="display:none"> Only</span> <span class="js-cart_leftForFreeShippingAmount leftForFreeShipping" style="display:none"></span> <span
        class="js-cart_leftForFreeShippingText leftForFreeShipping" style="display:none"> left for free shipping (US)</span> <!-- ESTO LO CARGAMOS CUANDO SE REFRESCA LA PÁGINA - SI HAY ALGÚN CAMBIO EN EL CARRITO SE OCULTA MEDIANTE JS --> <!--<small id="leftForFreeShipping" >($150.00 left for free shipping (US))</small>
                    --> <span class="js-cart_preload leftForFreeShipping">Only $150.00 left for free shipping (US)</span></li> <!-- FIN CAMBIO: SHIPPING INFORMATION -->
  </ul>
</form>

POST /cart

<form action="/cart" method="post" class="hidden" data-total-discount="0" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="Iguana Sell" data-cart-form="mini-cart"> <a class="cart_content__continue-shopping secondary_button">
                    Continue Shopping</a>
  <ul class="cart_items js-cart_items"></ul>
  <ul>
    <li class="cart_discounts js-cart_discounts sale"></li>
    <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money"> $0.00</span></span> <span>Subtotal</span></li>
    <li class="cart_savings sale js-cart_savings"></li>
    <li>
      <p class="cart-message meta">Tax included and shipping calculated at checkout </p>
    </li>
    <li> <button type="submit" name="checkout" class="global-button global-button--primary add_to_cart" data-minicart-checkout-button=""><span class="icon-lock"></span>Checkout</button></li> <!-- CAMBIO:  SHIPPING INFORMATION -->
    <li class="ship_info"> <!-- Convertimos el string en un int sumandole 0 --> <!-- DEJAMOS PREPARADOS LOS CONTENEDORES PARA CUANDO SE REFRESQUE LA INFORMACIÓN DEL CARRITO --> <span class="js-cart_freeShipping freeShipping" style="display:none">Free
        shipping to the US</span> <span class="js-cart_beforeAmountFreeShipping leftForFreeShipping" style="display:none"> Only</span> <span class="js-cart_leftForFreeShippingAmount leftForFreeShipping" style="display:none"></span> <span
        class="js-cart_leftForFreeShippingText leftForFreeShipping" style="display:none"> left for free shipping (US)</span> <!-- ESTO LO CARGAMOS CUANDO SE REFRESCA LA PÁGINA - SI HAY ALGÚN CAMBIO EN EL CARRITO SE OCULTA MEDIANTE JS --> <!--<small id="leftForFreeShipping" >($150.00 left for free shipping (US))</small>
                    --> <span class="js-cart_preload leftForFreeShipping">Only $150.00 left for free shipping (US)</span></li> <!-- FIN CAMBIO: SHIPPING INFORMATION -->
  </ul>
</form>

/search

<form action="/search" class="header_search_form"> <input type="hidden" name="type" value="product,page,article"> <span class="icon-search search-submit"></span> <input type="text" name="q" placeholder="I am looking for..." autocapitalize="off"
    autocomplete="off" autocorrect="off" class="search search-terms"></form>

POST /cart

<form action="/cart" method="post" class="hidden" data-total-discount="0" data-money-format="${{amount}}" data-shop-currency="USD" data-shop-name="Iguana Sell" data-cart-form="mini-cart"> <a class="cart_content__continue-shopping secondary_button">
                    Continue Shopping</a>
  <ul class="cart_items js-cart_items"></ul>
  <ul>
    <li class="cart_discounts js-cart_discounts sale"></li>
    <li class="cart_subtotal js-cart_subtotal"> <span class="right"> <span class="money"> $0.00</span></span> <span>Subtotal</span></li>
    <li class="cart_savings sale js-cart_savings"></li>
    <li>
      <p class="cart-message meta">Tax included and shipping calculated at checkout </p>
    </li>
    <li> <button type="submit" name="checkout" class="global-button global-button--primary add_to_cart" data-minicart-checkout-button=""><span class="icon-lock"></span>Checkout</button></li> <!-- CAMBIO:  SHIPPING INFORMATION -->
    <li class="ship_info"> <!-- Convertimos el string en un int sumandole 0 --> <!-- DEJAMOS PREPARADOS LOS CONTENEDORES PARA CUANDO SE REFRESQUE LA INFORMACIÓN DEL CARRITO --> <span class="js-cart_freeShipping freeShipping" style="display:none">Free
        shipping to the US</span> <span class="js-cart_beforeAmountFreeShipping leftForFreeShipping" style="display:none"> Only</span> <span class="js-cart_leftForFreeShippingAmount leftForFreeShipping" style="display:none"></span> <span
        class="js-cart_leftForFreeShippingText leftForFreeShipping" style="display:none"> left for free shipping (US)</span> <!-- ESTO LO CARGAMOS CUANDO SE REFRESCA LA PÁGINA - SI HAY ALGÚN CAMBIO EN EL CARRITO SE OCULTA MEDIANTE JS --> <!--<small id="leftForFreeShipping" >($150.00 left for free shipping (US))</small>
                    --> <span class="js-cart_preload leftForFreeShipping">Only $150.00 left for free shipping (US)</span></li> <!-- FIN CAMBIO: SHIPPING INFORMATION -->
  </ul>
</form>

/search

<form action="/search" class="search__form"> <input type="hidden" name="type" value="product,page,article"> <span class="icon-search search-submit"></span> <input class="search__input" type="text" name="q" placeholder="I am looking for..." value=""
    autocapitalize="off" autocomplete="off" autocorrect="off"></form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3279073480 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-JzKRZb" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 450px; margin: 0px auto; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px 5px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 10px 5px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="first_name_99216782" class="needsclick go594851409 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="given-name" tabindex="0" placeholder="First Name" aria-label="First Name" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 5px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_99216783" class="needsclick go594851409 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email address" aria-label="Email address" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 5px 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; justify-content: flex-start; display: flex;">
          <fieldset class="needsclick go983184302 kl-private-reset-css-Xuajs1" style="align-self: flex-end; display: block;">
            <div role="radiogroup" aria-required="true" class="needsclick  kl-private-reset-css-Xuajs1" style="display: block;"><input class="needsclick klaviyo-sr-only kl-private-reset-css-Xuajs1" tabindex="0" type="radio"
                id="Accepts%20Marketing__5__10" name="Accepts%20Marketing__5" aria-invalid="false" aria-label="I agree to receive commercial communications"><label class="needsclick go3431972610 kl-private-reset-css-Xuajs1"
                for="Accepts%20Marketing__5__10" style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg width="20px" height="20px" viewBox="0 0 20 20"
                  version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(148, 149, 150); margin-right: 8px; min-width: 20px; width: auto; height: auto; border-radius: 50%;">
                  <g>
                    <g>
                      <circle stroke-width="1" cx="10" cy="10" r="9.5" fill="#FFFFFF"></circle>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="radio_inner_Accepts%20Marketing__5__10" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="shape-radio_inner_Accepts%20Marketing__5__10" transform="translate(4.000000, 4.000000)" fill="#303B43">
                      <circle fill="#000000" id="oval-radio_inner_Accepts%20Marketing__5__10" cx="6" cy="6" r="5.55555556"></circle>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(0, 0, 0); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">I agree to
                  receive commercial communications</div>
              </label></div>
            <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
          </fieldset>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 5px 10px; position: relative; flex: 0 1 auto; margin: 0px auto;"><button
          class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(189, 166, 128); border-radius: 0px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 2px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto;">SUBSCRIBE</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_2 go3279073480 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-NkjpYq" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 320px; margin: 0px auto; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(27, 31, 35, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px 5px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 0px 5px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_99216497" class="needsclick go717301987 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email address" aria-label="Email address" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 5px 10px 10px; position: relative; flex: 0 1 auto;"><button
          class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(189, 166, 128); border-radius: 0px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto;">SUBSCRIBE</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

/search

<form class="search-form search-popup__form" action="/search">
  <div class="search__fields"> <input type="hidden" name="type" value="product,page,article"> <label for="q" class="visually-hidden">I am looking for...</label> <input class="input" id="q" type="text" name="q" placeholder="I am looking for..."
      value="" x-webkit-speech="" autocapitalize="off" autocomplete="off" autocorrect="off"> <span class="icon-search submit-search"></span> <span class="icon-cross close-search"></span> <input type="submit" name="search" class="visually-hidden"
      value=""></div>
</form>

Text Content

Manage consent preferences
Reject all Accept all
We use cookies to optimize website functionality, analyze the performance, and
provide personalized experience to you. Some cookies are essential to make the
website operate and function correctly. Those cookies cannot be disabled. In
this window you can manage your preference of cookies.
Strictly necessary cookies
Always allowed
These cookies are essential in order to enable you to move around the website
and use its features, such as accessing secure areas of the website. The website
cannot function properly without these cookies.
Cookies details
 * Namekeep_aliveProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention30 minutesPurposeUsed in connection with buyer localization.
 * Namesecure_customer_sigProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 yearsPurposeUsed in connection with customer login.
 * NamelocalizationProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 yearsPurposeShopify store localization
 * Namecart_currencyProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 SessionPurposeThe cookie is necessary for the secure
   checkout and payment function on the website. This function is provided by
   shopify.com.
 * Name_cmp_aProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 daysPurposeUsed for managing customer privacy settings.
 * NamecartProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 SessionPurposeNecessary for the shopping cart
   functionality on the website.
 * Namecart_sigProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 SessionPurposeShopify analytics.
 * Nameshopify_pay_redirectProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 hoursPurposeThe cookie is necessary for the secure
   checkout and payment function on the website. This function is provided by
   shopify.com.
 * Name_tracking_consentProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 yearsPurposeTracking preferences.
 * Namecart_tsProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 SessionPurposeUsed in connection with checkout.
 * NamecookietestProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)RetentionSessionPurposeUsed to ensure our systems are working
   correctly.
 * Name_secure_session_idProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 monthsPurposeUsed in connection with navigation through a
   storefront.

Functional cookies
toggle functionality cookies
These cookies enable the site to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.
Cookies details
 * NameVISITOR_INFO1_LIVEProviderGoogleDomain.youtube.comPath/TypeThird-party
   (Cookie)Retention6 monthsPurposeA cookie that YouTube sets that measures your
   bandwidth to determine whether you get the new player interface or the old.
 * Namewpm-domain-testProviderShopifyDomaincomPath/TypeThird-party
   (Cookie)RetentionSessionPurposeUsed to test the storage of parameters about
   products added to the cart or payment currency
 * Namewpm-domain-testProviderShopifyDomainiguanasell.comPath/TypeThird-party
   (Cookie)RetentionSessionPurposeUsed to test the storage of parameters about
   products added to the cart or payment currency
 * Namelocale_bar_acceptedProviderGrizzlyAppsSRLDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)RetentionSessionPurposeThis cookie is provided by the app (BEST
   Currency Converter) and is used to secure the currency chosen by the
   customer.
 * Namewpm-domain-testProviderShopifyDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)RetentionSessionPurposeUsed to test the storage of parameters about
   products added to the cart or payment currency
 * Namejdgm_thumb_votesProviderJudge.meDomainhttps://www.iguanasell.comPath/TypeFirst-party
   (Local Storage)RetentionPersistentPurposeThe ID for the votes of Judge.me
   service.

Performance cookies
toggle performance cookies
These cookies enable us to monitor and improve the performance of our website.
For example, they allow us to count visits, identify traffic sources and see
which parts of the site are most popular.
Cookies details
 * Name_shopify_yProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 yearsPurposeShopify analytics.
 * Name_orig_referrerProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention2 SessionPurposeTracks landing pages.
 * Name_landing_pageProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention2 SessionPurposeTracks landing pages.
 * Name_shopify_sProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention30 minutesPurposeShopify analytics.
 * Name_gaProviderGoogleDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 yearsPurposeCookie is set by Google Analytics with unknown
   functionality
 * Name_gidProviderGoogleDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 daysPurposeCookie is placed by Google Analytics to count
   and track pageviews.
 * Name_shopify_sa_pProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention30 minutesPurposeShopify analytics relating to marketing &
   referrals.
 * Name_gatProviderGoogleDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 minutesPurposeCookie is placed by Google Analytics to
   filter requests from bots.
 * Name_shopify_sa_tProviderShopifyDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention30 minutesPurposeShopify analytics relating to marketing &
   referrals.
 * NameAWSALBCORSProviderAmazonDomainapi.superlemon.xyzPath/TypeThird-party
   (Cookie)Retention1 SessionPurposeUsed as a second stickiness cookie by Amazon
   that has additionally the SameSite attribute.
 * Name_shopify_sProviderShopifyDomaincomPath/TypeThird-party
   (Cookie)RetentionSessionPurposeShopify analytics.
 * Name_boomr_clssProviderShopifyDomainhttps://www.iguanasell.comPath/TypeFirst-party
   (Local Storage)RetentionPersistentPurposeUsed to monitor and optimize the
   performance of Shopify stores.
 * Namejdgm_rs_referralProviderJudge.meDomainhttps://www.iguanasell.comPath/TypeFirst-party
   (Local Storage)RetentionPersistentPurposeThe referral ID of Judge.me service.
 * Name_ga_DY9S2VZW5QProviderGoogleDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 years
 * Name_gat_UA-5575308-5ProviderGoogleDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 minutes
 * Name_ga_097B1JCKC8ProviderGoogleDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention1 years

Targeting cookies
toggle targeting cookies
These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.
Cookies details
 * Name_gcl_auProviderGoogleDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention3 monthsPurposeCookie is placed by Google Tag Manager to
   track conversions.
 * Nametest_cookieProviderGoogleDomain.doubleclick.netPath/TypeThird-party
   (Cookie)Retention15 minutesPurposeTo measure the visitors’ actions after they
   click through from an advert. Expires after each visit.
 * NameYSCProviderGoogleDomain.youtube.comPath/TypeThird-party
   (Cookie)RetentionSessionPurposeRegisters a unique ID to keep statistics of
   what videos from YouTube the user has seen.
 * Name_fbpProviderFacebookDomain.iguanasell.comPath/TypeThird-party
   (Cookie)Retention3 monthsPurposeCookie is placed by Facebook to track visits
   across websites.
 * Name__kla_idProviderKlaviyoDomainwww.iguanasell.comPath/TypeFirst-party
   (Cookie)Retention1 yearsPurposeTracks when someone clicks through a Klaviyo
   email to your website.
 * NamelastExternalReferrerProviderFacebookDomainhttps://www.iguanasell.comPath/TypeFirst-party
   (Local Storage)RetentionPersistentPurposeDetects how the user reached the
   website by registering their last URL-address.
 * NamelastExternalReferrerTimeProviderFacebookDomainhttps://www.iguanasell.comPath/TypeFirst-party
   (Local Storage)RetentionPersistentPurposeContains the timestamp of the last
   update of the lastExternalReferrer cookie.

Close
Save preferences
Powered by Pandectes

 * Pens
    * Pens | Brands (A-M)
   
    * Aurora
    * Caran d'Ache
    * Conklin
    * Cross
    * Diamine
    * Esterbrook
    * Graf von Faber-Castell
    * Hugo Boss
    * Lamy
    * Manuscript
    * Maybach
    * Moleskine
    * Montblanc
    * Montegrappa
   
   
    * Pens | Brands (N-Z)
   
    * Nakaya
    * Namiki
    * Parker
    * Pelikan
    * Pilot
    * Sailor
    * Scribo
    * S.T. Dupont
    * Taccia
    * Tibaldi
    * Visconti
    * Waterman
   
   
   
   FALL SEASON
   
   
 * Watches
    * Watches | Brands (A-M)
   
    * Alpina
    * Anonimo
    * AVI-8
    * Ball
    * Bauhaus
    * Briston
    * Cornavin
    * Delbana
    * Delma
    * Eterna
    * GC Watches
    * Glycine
    * Herbelin
    * Ingersoll
    * Iron Annie
    * Luminox
    * Maserati
    * Meistersinger
    * Momo Design
    * Mondaine
   
   
    * Watches | Brands (M-Z)
   
    * Montblanc
    * Montjuic
    * Philipp Plein
    * Porsche Design
    * Raymond Weil
    * Roamer
    * Scuderia
    * Spinnaker
    * Tibaldi
    * Tonino Lamborghini
    * TW Steel
    * U-Boat
    * Versace
    * Victorinox
    * Vostok Europe
    * Vulcain
    * WOLF
    * Zeppelin
   
   
   
   FALL SEASON
   
   
 * Lighters
    * Accessories | S.T. Dupont
   
    * Ashtrays
    * Cigar Cutter
    * Cases
    * Lighters
   
   
    * Lighters | S.T. Dupont
   
    * Ligne 2
    * Haute Création
    * Defi Extreme
    * Defi Xxtreme
    * Maxijet
    * Minijet
    * Slim7
    * Lighter Case
    * See All
   
   
 * Accessories
    * Accessories | Products
   
    * Bracelets
    * Credit card holders
    * Cufflinks
    * Key rings
    * Lighters
    * Wallets
    * Cigar Cutters
    * Ashtrays
    * Watch Winder
    * Watch Roll
   
    * Accessories | Brands
   
    * Graf von Faber-Castell
    * Iguana
    * Maserati
    * Maybach
    * Montblanc
    * Montegrappa
    * Montjuic
    * S.T. Dupont
    * Tibaldi
    * Visconti
   
   
   
   FALL SEASON
   
   
 * Iguana
    * Iguana | About Us
   
    * About Us
    * Our history
    * Our brands
    * Our Team
    * Our Reviews
    * Contact
   
    * Iguana | Customer Service
   
    * FAQ
    * Why Iguana Sell?
    * Iguana Academy
   
   
    * Iguana | Blog
   
    * All Posts
    * Pen Posts
    * Watches Posts
    * Guides & Educational
    * Iguana Talks
    * Iguana Knows
   
   



0

Your Cart is Empty

Continue Shopping
 * 
 * $0.00 Subtotal
 * 

 * Tax included and shipping calculated at checkout

 * Checkout
   
 * Free shipping to the US Only left for free shipping (US) Only $150.00 left
   for free shipping (US)
   



FREE EXPRESS SHIPPING on orders over $150.



Menu
   
 * Pens
   Pens | Brands (A-M)
   * Aurora
   * Caran d'Ache
   * Conklin
   * Cross
   * Diamine
   * Esterbrook
   * Graf von Faber-Castell
   * Hugo Boss
   * Lamy
   * Manuscript
   * Maybach
   * Moleskine
   * Montblanc
   * Montegrappa
   Pens | Brands (N-Z)
   * Nakaya
   * Namiki
   * Parker
   * Pelikan
   * Pilot
   * Sailor
   * Scribo
   * S.T. Dupont
   * Taccia
   * Tibaldi
   * Visconti
   * Waterman
   
   
   FALL SEASON
 * Watches
   Watches | Brands (A-M)
   * Alpina
   * Anonimo
   * AVI-8
   * Ball
   * Bauhaus
   * Briston
   * Cornavin
   * Delbana
   * Delma
   * Eterna
   * GC Watches
   * Glycine
   * Herbelin
   * Ingersoll
   * Iron Annie
   * Luminox
   * Maserati
   * Meistersinger
   * Momo Design
   * Mondaine
   Watches | Brands (M-Z)
   * Montblanc
   * Montjuic
   * Philipp Plein
   * Porsche Design
   * Raymond Weil
   * Roamer
   * Scuderia
   * Spinnaker
   * Tibaldi
   * Tonino Lamborghini
   * TW Steel
   * U-Boat
   * Versace
   * Victorinox
   * Vostok Europe
   * Vulcain
   * WOLF
   * Zeppelin
   
   
   FALL SEASON
 * Lighters
   Accessories | S.T. Dupont
   * Ashtrays
   * Cigar Cutter
   * Cases
   * Lighters
   Lighters | S.T. Dupont
   * Ligne 2
   * Haute Création
   * Defi Extreme
   * Defi Xxtreme
   * Maxijet
   * Minijet
   * Slim7
   * Lighter Case
   * See All
 * Accessories
   Accessories | Products
   * Bracelets
   * Credit card holders
   * Cufflinks
   * Key rings
   * Lighters
   * Wallets
   * Cigar Cutters
   * Ashtrays
   * Watch Winder
   * Watch Roll
   Accessories | Brands
   * Graf von Faber-Castell
   * Iguana
   * Maserati
   * Maybach
   * Montblanc
   * Montegrappa
   * Montjuic
   * S.T. Dupont
   * Tibaldi
   * Visconti
   
   
   FALL SEASON
 * Iguana
   Iguana | About Us
   * About Us
   * Our history
   * Our brands
   * Our Team
   * Our Reviews
   * Contact
   Iguana | Customer Service
   * FAQ
   * Why Iguana Sell?
   * Iguana Academy
   Iguana | Blog
   * All Posts
   * Pen Posts
   * Watches Posts
   * Guides & Educational
   * Iguana Talks
   * Iguana Knows
   
 * 1-347-457-3787
 * Login

0

Your Cart is Empty

Continue Shopping
 * 
 * $0.00 Subtotal
 * 

 * Tax included and shipping calculated at checkout

 * Checkout
   
 * Free shipping to the US Only left for free shipping (US) Only $150.00 left
   for free shipping (US)
   



FREE EXPRESS SHIPPING on orders over $150.


 * 
 * 
 * 
 * 
 * 

 * 1-347-457-3787

 * Login

0

Your Cart is Empty

Continue Shopping
 * 
 * $0.00 Subtotal
 * 

 * Tax included and shipping calculated at checkout

 * Checkout
   
 * Free shipping to the US Only left for free shipping (US) Only $150.00 left
   for free shipping (US)
   

 * Pens
    * Pens | Brands (A-M)
   
    * Aurora
    * Caran d'Ache
    * Conklin
    * Cross
    * Diamine
    * Esterbrook
    * Graf von Faber-Castell
    * Hugo Boss
    * Lamy
    * Manuscript
    * Maybach
    * Moleskine
    * Montblanc
    * Montegrappa
   
   
    * Pens | Brands (N-Z)
   
    * Nakaya
    * Namiki
    * Parker
    * Pelikan
    * Pilot
    * Sailor
    * Scribo
    * S.T. Dupont
    * Taccia
    * Tibaldi
    * Visconti
    * Waterman
   
   
   
   FALL SEASON
   
   
 * Watches
    * Watches | Brands (A-M)
   
    * Alpina
    * Anonimo
    * AVI-8
    * Ball
    * Bauhaus
    * Briston
    * Cornavin
    * Delbana
    * Delma
    * Eterna
    * GC Watches
    * Glycine
    * Herbelin
    * Ingersoll
    * Iron Annie
    * Luminox
    * Maserati
    * Meistersinger
    * Momo Design
    * Mondaine
   
   
    * Watches | Brands (M-Z)
   
    * Montblanc
    * Montjuic
    * Philipp Plein
    * Porsche Design
    * Raymond Weil
    * Roamer
    * Scuderia
    * Spinnaker
    * Tibaldi
    * Tonino Lamborghini
    * TW Steel
    * U-Boat
    * Versace
    * Victorinox
    * Vostok Europe
    * Vulcain
    * WOLF
    * Zeppelin
   
   
   
   FALL SEASON
   
   
 * Lighters
    * Accessories | S.T. Dupont
   
    * Ashtrays
    * Cigar Cutter
    * Cases
    * Lighters
   
   
    * Lighters | S.T. Dupont
   
    * Ligne 2
    * Haute Création
    * Defi Extreme
    * Defi Xxtreme
    * Maxijet
    * Minijet
    * Slim7
    * Lighter Case
    * See All
   
   
 * Accessories
    * Accessories | Products
   
    * Bracelets
    * Credit card holders
    * Cufflinks
    * Key rings
    * Lighters
    * Wallets
    * Cigar Cutters
    * Ashtrays
    * Watch Winder
    * Watch Roll
   
    * Accessories | Brands
   
    * Graf von Faber-Castell
    * Iguana
    * Maserati
    * Maybach
    * Montblanc
    * Montegrappa
    * Montjuic
    * S.T. Dupont
    * Tibaldi
    * Visconti
   
   
   
   FALL SEASON
   
   
 * Iguana
    * Iguana | About Us
   
    * About Us
    * Our history
    * Our brands
    * Our Team
    * Our Reviews
    * Contact
   
    * Iguana | Customer Service
   
    * FAQ
    * Why Iguana Sell?
    * Iguana Academy
   
   
    * Iguana | Blog
   
    * All Posts
    * Pen Posts
    * Watches Posts
    * Guides & Educational
    * Iguana Talks
    * Iguana Knows
   
   



Pens
 * Pens | Brands (A-M)

 * Aurora
 * Caran d'Ache
 * Conklin
 * Cross
 * Diamine
 * Esterbrook
 * Graf von Faber-Castell
 * Hugo Boss
 * Lamy
 * Manuscript
 * Maybach
 * Moleskine
 * Montblanc
 * Montegrappa


 * Pens | Brands (N-Z)

 * Nakaya
 * Namiki
 * Parker
 * Pelikan
 * Pilot
 * Sailor
 * Scribo
 * S.T. Dupont
 * Taccia
 * Tibaldi
 * Visconti
 * Waterman



FALL SEASON


Pens | Brands (A-M)
* Aurora
* Caran d'Ache
* Conklin
* Cross
* Diamine
* Esterbrook
* Graf von Faber-Castell
* Hugo Boss
* Lamy
* Manuscript
* Maybach
* Moleskine
* Montblanc
* Montegrappa
Pens | Brands (N-Z)
* Nakaya
* Namiki
* Parker
* Pelikan
* Pilot
* Sailor
* Scribo
* S.T. Dupont
* Taccia
* Tibaldi
* Visconti
* Waterman


FALL SEASON

Watches
 * Watches | Brands (A-M)

 * Alpina
 * Anonimo
 * AVI-8
 * Ball
 * Bauhaus
 * Briston
 * Cornavin
 * Delbana
 * Delma
 * Eterna
 * GC Watches
 * Glycine
 * Herbelin
 * Ingersoll
 * Iron Annie
 * Luminox
 * Maserati
 * Meistersinger
 * Momo Design
 * Mondaine


 * Watches | Brands (M-Z)

 * Montblanc
 * Montjuic
 * Philipp Plein
 * Porsche Design
 * Raymond Weil
 * Roamer
 * Scuderia
 * Spinnaker
 * Tibaldi
 * Tonino Lamborghini
 * TW Steel
 * U-Boat
 * Versace
 * Victorinox
 * Vostok Europe
 * Vulcain
 * WOLF
 * Zeppelin



FALL SEASON


Watches | Brands (A-M)
* Alpina
* Anonimo
* AVI-8
* Ball
* Bauhaus
* Briston
* Cornavin
* Delbana
* Delma
* Eterna
* GC Watches
* Glycine
* Herbelin
* Ingersoll
* Iron Annie
* Luminox
* Maserati
* Meistersinger
* Momo Design
* Mondaine
Watches | Brands (M-Z)
* Montblanc
* Montjuic
* Philipp Plein
* Porsche Design
* Raymond Weil
* Roamer
* Scuderia
* Spinnaker
* Tibaldi
* Tonino Lamborghini
* TW Steel
* U-Boat
* Versace
* Victorinox
* Vostok Europe
* Vulcain
* WOLF
* Zeppelin


FALL SEASON

Accessories
 * Accessories | Products

 * Bracelets
 * Credit card holders
 * Cufflinks
 * Key rings
 * Lighters
 * Wallets
 * Cigar Cutters
 * Ashtrays
 * Watch Winder
 * Watch Roll

 * Accessories | Brands

 * Graf von Faber-Castell
 * Iguana
 * Maserati
 * Maybach
 * Montblanc
 * Montegrappa
 * Montjuic
 * S.T. Dupont
 * Tibaldi
 * Visconti



FALL SEASON


Accessories | Products
* Bracelets
* Credit card holders
* Cufflinks
* Key rings
* Lighters
* Wallets
* Cigar Cutters
* Ashtrays
* Watch Winder
* Watch Roll
Accessories | Brands
* Graf von Faber-Castell
* Iguana
* Maserati
* Maybach
* Montblanc
* Montegrappa
* Montjuic
* S.T. Dupont
* Tibaldi
* Visconti


FALL SEASON

iguana
 * Iguana | About Us

 * About Us
 * Our history
 * Our brands
 * Our Team
 * Our Reviews
 * Contact

 * Iguana | Customer Service

 * FAQ
 * Why Iguana Sell?
 * Iguana Academy


 * Iguana | Blog

 * All Posts
 * Pen Posts
 * Watches Posts
 * Guides & Educational
 * Iguana Talks
 * Iguana Knows


Iguana | About Us
* About Us
* Our history
* Our brands
* Our Team
* Our Reviews
* Contact
Iguana | Customer Service
* FAQ
* Why Iguana Sell?
* Iguana Academy
Iguana | Blog
* All Posts
* Pen Posts
* Watches Posts
* Guides & Educational
* Iguana Talks
* Iguana Knows
lighters
 * Accessories | S.T. Dupont

 * Ashtrays
 * Cigar Cutter
 * Cases
 * Lighters


 * Lighters | S.T. Dupont

 * Ligne 2
 * Haute Création
 * Defi Extreme
 * Defi Xxtreme
 * Maxijet
 * Minijet
 * Slim7
 * Lighter Case
 * See All


Accessories | S.T. Dupont
* Ashtrays
* Cigar Cutter
* Cases
* Lighters
Lighters | S.T. Dupont
* Ligne 2
* Haute Création
* Defi Extreme
* Defi Xxtreme
* Maxijet
* Minijet
* Slim7
* Lighter Case
* See All


VISCONTI

Dreaming Starry Night

DISCOVER

BALL

Engineer III Marvelight Chronometer

DISCOVER

PELIKAN

Novelties

discover

BRISTON

Clubmaster Legend

DISCOVER
 1. 
 2. 
 3. 
 4. 


PENS NOVELTIES

Check out the newest pens


WATCHES NOVELTIES

New models, new designs


PENS BESTSELLERS

Our most popular fountain pens!


WATCHES BESTSELLERS

Our classics and bestsellers


IGUANA

Since 2007, we provide personal, exemplary and experienced customer service for
luxury pens, watches and accessories.

ABOUT US
 1. 


CATEGORIES



Pens Pens

Watches Watches

Accessories Accessories

Lighters Lighters


AUTHORIZED RETAILER





OUR LATEST REVIEWS

from 2573 reviews

Aurora 88 Big Fountain Pen, Black Resin, Chrome trim, 800C

A.B.
10/12/2024
Aurora 88 Big Fountain Pen, Black Resin, Chrome trim, 800C
Beautiful to look at and to write with.

Wonderful Namiki craftsmanship, excellent service from Iguana Sell. Happy repeat
customer.

rambunctious
10/05/2024
Namiki Yukari Bamboo Fountain Pen, Urushi lacquer, Gold trim, FN-20M-TA

Visconti Rembrandt-S Blue Rollerball pen, Resin, Ruthenium trim, KP10-26-RB

william p.
10/01/2024
Visconti Rembrandt-S Blue Rollerball pen, Resin, Ruthenium trim, KP10-26-RB

perfect touch

Yuto
09/29/2024
Pelikan M805 Stresemann Fountain Pen, Palladium trim, 957639
Nedu

Great watch to bad no one knows about it

Val M.
09/17/2024
Ball Engineer Hydrocarbon NEDU Automatic Watch, Black, 42 mm, DC3226A-P4C-BK
beautiful Swiss train watch

the Swiss train stations have a specific clock and now I have a watch to match
it! Excellent customer service and super fast delivery!

Sandra L.
09/13/2024
Mondaine Essence Quartz Watch, Ecological - Recycled, 32mm, MS1.32110.RB
New favorite watch

I love this watch. The most comfortable watch I have ever warn. I love
automatics and this one works like a dream.

Casey A.
09/05/2024
Bauhaus Automatic Watch, White, 41 mm, Day and date, 2162-1
Visconti in Blue Lava

I bought the Homo Sapiens in blue lava with a Fine nib. It writes really well
and is of a size and weight that fits well in my hand. It is great to look at.
Blue is a great color and not all that common in the pen world. I continued the
blue theme by filling the pen with Montegrappa’s fantastic blue ink. It’s a nice
combination!

Robert M.
09/03/2024
Visconti HS Lava Color Blu Oltremare Fountain Pen, KP15-08-04-FP
Nice watch, Nice price!

Very nice watch for a great price. Fast shipping with no issues.

RM A.
08/29/2024
Bauhaus Quartz Watch, Black, 41 mm, Day, 2140-2
Value + Precision

I love this timepiece. I got a compliment on the very first day that I wore it.
Automatic/mechanical at this price point cannot be matched.

Jackson M.
08/27/2024
Vostok Europe Rocket N-1 Automatic Watch, Black, 46 mm, NH35-225A709-L-BR
Love it so much!

Shipping was very fast. Price was fantastic, I live in USA and paid no taxes or
shipping. Will keep buying from Iguana Sell going forward.

Gaby
08/27/2024
Montblanc Writers Edition Jane Austen Fountain Pen, LE, 130672
Very good

Fast delivery, excellent condition, masterpiece fountain pen

YESUNG L.
08/27/2024
Namiki Chinkin Cherry Blossoms (Sakura) Fountain Pen, FNVC-10M-SKU
IGUANA VERY RELIABLE COMPANY

Thank you Iguana for nice watch! As I say you are very reliable company to dill
with you!
Package was delivered on time and right address. I may choose another item in
near future!
Thank you again!
Regards!
Kris

Kris K.
08/23/2024
Zeppelin LZ 129 Hindenburg Automatic Watch, Beige, 40 mm, Day, Leather, 8062-5

Parker 51 Ballpoint pen, Resin, Plum, 2123518

Bhansali
08/08/2024
Parker 51 Ballpoint pen, Resin, Plum, 2123518
Excellent Customer Service

Recommend Iguana, responsible and responsive company.

Licia V.H.
08/08/2024
Aurora Talentum Ballpoint pen, Resin, Burgundy, PVD Gold Trims, D32X




BLOG POSTS




MONTBLANC WATCHES: FROM WRITING TO THE ART OF WATCHMAKING

October 08, 2024 3 min read

Read More


THE HISTORY OF NAKAYA FOUNTAIN PENS: TRADITION AND LUXURY IN EVERY STROKE

October 08, 2024 3 min read

Read More


LUXURY WATCH INVESTMENTS: IS IT WORTH IT?

September 25, 2024 2 min read

Read More


SIGN UP NOW

Sign up to our Newsletter filled with exclusive deals, heart-to-heart talks,
real inspiration, and secret sales.

I agree to receive commercial communications

SUBSCRIBE


NEW WATCHES


Novelty
Briston Clubmaster Legend Diver Automatic Watch, Blue, 40 mm, 241740.PS.LD.15.SB
No reviews
$1,527.00

Novelty
Ball Engineer III Marvelight Chronometer Automatic Watch, NM9026C-S46C-MSLR
No reviews
$3,851.00

Novelty
Versace Dominus Skeleton Automatic Watch, 42x49.50mm, Limited Edition, VE9J00224
No reviews
$4,315.00

Novelty
Versace Medusa Deco Gent Quartz Watch, Recycled Steel, Blue, 43 mm, VE9I00324
No reviews
$2,116.00




NEW FOUNTAIN PENS


Novelty
Aurora Mappe Antiche Tolomeo Fountain Pen, Blue, Limited Edition, 946-RT
No reviews
$1,843.00 $2,088.00

Novelty
Pelikan Souverän® 800 Cream Blue Fountain Pen, Special Edition, 827270
No reviews
$942.00 $1,177.00

Novelty
Sailor 1911 Kyoto Garden Suikyou Fountain Pen, Blue, 11-3900-440
No reviews
$533.00

Novelty
Esterbrook Estie King of the Night Limited Edition Fountain Pen EKING806
No reviews
$491.00




CHECK OUT OUR INSTAGRAM

And tag us to see your picture featured

EXPLORE

EXPLORE

EXPLORE

LOAD MORE

ABOUT US

 * Who we are

 * Our mission

 * Our history

 * Meet the team

 * Our boutique

 * Our Brands

FAQ

 * FAQ

 * Official Retailer

 * Payment, shipping and returns

 * Personalized service

 * Contact Us

SUBSCRIBE

SUBSCRIBE
2572
Verified Reviews

© 2024 Iguana Sell
 * Australia
 * France
 * Germany
 * Spain
 * UK
 * USA

 * 
 * 
 * 
 * 
 * 

American Express Apple Pay Google Pay Maestro Mastercard PayPal Shop Pay Union
Pay Visa

I am looking for...
WhatsApp



★ Our Reviews


OUR REVIEWS


Reviews by Verified Customers
2269
185
50
19
50
See all reviews
Write a review
Customer photos & videos

1028





Verified by Judge.me
Most Recent Highest Rating Lowest Rating Only Pictures Pictures First Videos
First Most Helpful
Visconti Divina Elegance Bordeaux Fountain Pen, Resin, KP18-08-FP

Sarah N.


10/16/2024
Pure divinity - no regrets

It was worth the wait and worth saving to buy it! The curves! Stunning. The way
it writes, smooth on my CD notebook. I have never had a high end Visconti pen.
So I did struggle to fill it. It’s hard to tell if it’s filling up and the
writing for fill/empty is tiny so hard to see. so the first time I did not
actually fill it. The second time i did fill it, but not enough. I think with
time I will get the hang of it. So happy with this pen. Also Happy with the
customer service at Iguana. Thank you


00
Esterbrook Estie Back to the Land Incredible Rock Fountain Pen, EBN2606

Sabrina (.B.


10/15/2024
Stunning pen and speedy delivery

Would highly recommend the esterbrook pens. The quality is superb and Iguana
shipped and delivered the package in fantastic time! Would definitely purchase
from Iguana again.


00
Luminox Sea Pacific Diver Quartz Watch, CARBONOX, Blue, 44 mm, XS.3123

George K.


10/12/2024
Awesome

Love the watch and excellent fast service. Cheers!


00

123




Judge.me