fountainpenhospital.com
Open in
urlscan Pro
23.227.38.65
Public Scan
Submitted URL: http://www.fountainpenhospital.com//
Effective URL: https://fountainpenhospital.com/
Submission: On July 16 via api from US — Scanned from CA
Effective URL: https://fountainpenhospital.com/
Submission: On July 16 via api from US — Scanned from CA
Form analysis
5 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="nav-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" id="nav-localization-country-label">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" aria-labelledby="nav-localization-country-label">
<span class="text-start">Canada (USD $)</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="nav-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (USD $)</span>
</li>
</ul>
</div>
</country-selector>
</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.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('nav-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 /search
<form class="search relative search--speech search--product-types" role="search" action="/search" method="get">
<label class="label visually-hidden" for="header-search">Search</label>
<script src="//fountainpenhospital.com/cdn/shop/t/6/assets/search-form.js?v=43677551656194261111698158231" defer="defer"></script>
<search-form class="search__form block">
<input type="hidden" name="type" value="product,page,article">
<input type="hidden" name="options[prefix]" value="last">
<input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for articles" data-placeholder-one="Search for products" data-placeholder-two="Search for articles"
data-placeholder-three="Search for collections" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
<custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" id="product_types-label">Product type</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" aria-labelledby="product_types-label"
style="--custom-select-button-width: 13px;">
<span class="text-start">All</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="">
<li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
<span class="pointer-events-none">All</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Back Room">
<span class="pointer-events-none">Back Room</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-1" role="option" data-value="Ballpoint">
<span class="pointer-events-none">Ballpoint</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-2" role="option" data-value="Ballpoint Pen">
<span class="pointer-events-none">Ballpoint Pen</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-3" role="option" data-value="Blotting Paper">
<span class="pointer-events-none">Blotting Paper</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-4" role="option" data-value="Book">
<span class="pointer-events-none">Book</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-5" role="option" data-value="Book Holder">
<span class="pointer-events-none">Book Holder</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-6" role="option" data-value="Calligraphy">
<span class="pointer-events-none">Calligraphy</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-7" role="option" data-value="Fountain Pen">
<span class="pointer-events-none">Fountain Pen</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-8" role="option" data-value="Gift">
<span class="pointer-events-none">Gift</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-9" role="option" data-value="Ink">
<span class="pointer-events-none">Ink</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-10" role="option" data-value="Ink Cartridges">
<span class="pointer-events-none">Ink Cartridges</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-11" role="option" data-value="Not Available">
<span class="pointer-events-none">Not Available</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-12" role="option" data-value="Paper">
<span class="pointer-events-none">Paper</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-13" role="option" data-value="Pen">
<span class="pointer-events-none">Pen</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-14" role="option" data-value="Pen Case">
<span class="pointer-events-none">Pen Case</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-15" role="option" data-value="Pen Cases">
<span class="pointer-events-none">Pen Cases</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-16" role="option" data-value="Pen Holder">
<span class="pointer-events-none">Pen Holder</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-17" role="option" data-value="Pencil">
<span class="pointer-events-none">Pencil</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-18" role="option" data-value="Refill">
<span class="pointer-events-none">Refill</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-19" role="option" data-value="Repair Tools">
<span class="pointer-events-none">Repair Tools</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-20" role="option" data-value="Rollerball">
<span class="pointer-events-none">Rollerball</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-21" role="option" data-value="Rollerball Pen">
<span class="pointer-events-none">Rollerball Pen</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-22" role="option" data-value="Vintage">
<span class="pointer-events-none">Vintage</span>
</li>
</ul>
</div>
</custom-select>
<input type="hidden" id="product_type_input" name="filter.p.product_type"><button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
<span class="visually-hidden">Reset</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M5 19 19 5M5 5l14 14"></path>
</svg>
</button><speech-search-button class="search__speech focus-inset right-0" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path fill="currentColor"
d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
</path>
</svg>
</speech-search-button>
<link href="//fountainpenhospital.com/cdn/shop/t/6/assets/speech-search.css?v=47207760375520952331698158231" rel="stylesheet" type="text/css" media="all">
<script src="//fountainpenhospital.com/cdn/shop/t/6/assets/speech-search.js?v=106462966657620737681698158231" defer="defer"></script>
</search-form>
<div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
<span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>
POST /cart
<form class="form" id="cart-drawer-form" action="/cart" method="post">
<cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
<div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" class="icon icon--cart" aria-hidden="true" focusable="false" role="presentation">
<path fill="currentColor"
d="M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z">
</path>
</svg>
<p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
</div>
<p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 USD </p>
<p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
<div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
</cart-items>
</form>
POST /contact#footer-signup_form
<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect, newsletter">
<div class="form__field">
<label class="label visually-hidden" for="footer-signup">Email</label>
<div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
class="btn focus-inset has-ltr-icon">
<span class="visually-hidden">Subscribe</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
</svg>
</button></div>
</div>
</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>
<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>
Text Content
x -------------------------------------------------------------------------------- by Timesact Skip to content 10 Warren Street, New York, NY 10007 USA - Need help? send us a message or Phone (1) 212-964-0580 Monday-Friday 9:00am-5:00pm Country/Region Canada (USD $) * Canada (USD $) Search Product type All * All * Back Room * Ballpoint * Ballpoint Pen * Blotting Paper * Book * Book Holder * Calligraphy * Fountain Pen * Gift * Ink * Ink Cartridges * Not Available * Paper * Pen * Pen Case * Pen Cases * Pen Holder * Pencil * Refill * Repair Tools * Rollerball * Rollerball Pen * Vintage Reset Log in Cart Menu * Shop By Brand * Back * Shop By Brand * Armando Simoni Club * Aurora * Clairefontaine * Conklin * Conway Stewart * Cross * Delta * Diplomat * Esterbrook * Ferris Wheel Press * Gioia * Lamy * Maiora * Montegrappa * Monteverde * Nahvalur * Noodlers * Omas * Parker * Pelikan * Pilot & Namiki * Pineider * Platinum * Private Reserve Ink™ * Rhodia * S. T. Dupont * Sailor * Sheaffer * Visconti * Wahl-Eversharp * Waterman * Yard O Led * Shop Pens * Back * Shop Pens * Fountain Pens * Rollerballs * Ballpoints * Pencils * Calligraphy * Inks & Refills * Back * Inks & Refills * Bottled Ink * Ink Cartridges * Convertors * Ballpoint Refills * Rollerball Refills * Pencil Lead * Accessories * Back * Accessories * Notebooks & Paper * Pen Cases & Storage * Books & Book Holders * Pen Repair Tools & Parts * Vintage Pens * Back Room * Repair Service FREE DOMESTIC STANDARD SHIPPING ON ORDERS OVER $75 $10 Gift Card for your next Purchase when you create an account. Load slide 1 of 4 Load slide 2 of 4 Load slide 3 of 4 Load slide 4 of 4 Pause slideshow Play slideshow RECENTLY ADDED View all * Visconti Visconti Homo Sapiens Earth Origins Air - Rollerball $716.00 $895.00 Unit price / Unavailable * Visconti Visconti Homo Sapiens Earth Origins Fire - Rollerball $716.00 $895.00 Unit price / Unavailable * Visconti Visconti Homo Sapiens Earth Origins Fire - Fountain Pen $956.00 $1,195.00 Unit price / Unavailable * Visconti Visconti Homo Sapiens Earth Origins Air - Fountain Pen $956.00 $1,195.00 Unit price / Unavailable * Nahvalur Nahvalur Summer Original Plus - Fountain Pen $44.00 $55.00 Unit price / Unavailable * Nahvalur Nahvalur Summer Voyage - Fountain Pen $144.00 $180.00 Unit price / Unavailable * Lamy Lamy Safari White/Red - Fountain Pen $30.00 Unit price / Unavailable * Lamy Lamy Logo M+ sea Matt - Rollerball $34.00 Unit price / Unavailable * Lamy Lamy Logo M+ black Matt - Rollerball $34.00 Unit price / Unavailable * Lamy Lamy Logo M+ indigo Matt - Rollerball $34.00 Unit price / Unavailable * Lamy Lamy Logo M+ raspberry Matt - Rollerball $34.00 Unit price / Unavailable * Lamy Lamy Logo M+ apricot Matt - Rollerball $34.00 Unit price / Unavailable * Lamy Lamy Logo M+ lagoon Matt - Rollerball $34.00 Unit price / Unavailable * Cross Cross Townsend Black Lacquer Gold Trim - Ballpoint $168.00 $210.00 Unit price / Unavailable * Cross Cross Centrury ll Gold plated 23kt - Ballpoint $123.00 Unit price / Unavailable * Cross Cross Century ll Black Laquer gold trim - Rollerball $107.00 Unit price / Unavailable POPULAR AT FOUNTAIN PEN HOSPITAL * TUESDAY MANIA Enjoy exclusive deals on select fountain pens every Tuesday for 24 hours only! Shop Tuesday Mania * VINTAGE PENS We are back. Coming soon may 20 with a superb selection of vintage pens View Our Vintage Pens * SHOP SALE ITEMS Our Super Specials section lists are latest offerings that are on sale. These items are limited quantity and on sale! Explore our Super Specials * THE BACK ROOM Visit our updated selection of Pre-Owned Classics. New Items added weekly! Visit the Back Room * LATEST ARRIVALS See What's new at Fountain Pen Hospital. See What's New YOUR CART Close Your cart is empty Start shopping Subtotal:$0.00 USD Loading... Back to top NEW YORK'S HOME OF FINE WRITING SINCE 1946 Fountain Pen Hospital was established in New York in 1946 and since then we have been serving the pen community and have never moved from Manhattan, it is our home ! Our store is often considered the " Taj Mahal " of pens. We sell pens for beginners as well as for the most advanced collectors from a few dollars to thousands. We carry more than 35 brands from Italy, France, Germany, Japan, USA and more. We also offer a range of accessories, inks, refills, pen cases, notebooks, journals and much more.. A big thank you to all our customers who have made Fountain Pen Hospital THE destination for pens in the USA. * Facebook * YouTube * Instagram * TikTok * Twitter NEWSLETTER Sign up for exclusive offers, original stories, events and more. Email Subscribe FAQ LINKS * FAQ's & Policies * Repairs * Contact Us * Login or Create Account * Gift Cards Payment methods accepted * American Express * Diners Club * Discover * JCB * Mastercard * PayPal * Venmo * Visa -------------------------------------------------------------------------------- © 2024 Fountain Pen Hospital.