www.compendiumstore.com.au Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: https://au.compendiumstore.com/
Effective URL: https://www.compendiumstore.com.au/
Submission Tags: krdprod
Submission: On October 10 via api from JP — Scanned from DE

Form analysis 7 forms found in the DOM

POST /contact#globomenu-contact-form

<form method="post" action="/contact#globomenu-contact-form" id="globomenu-contact-form" accept-charset="UTF-8" class="globomenu-contact-form"><input type="hidden" name="form_type" value="contact"><input type="hidden" name="utf8" value="✓">
  <div class="globomenu-contact-form-wrapper">
    <div class="globomenu-col-md-6 globomenu-col-xs-12">
      <input type="text" class="globomenu-form-control" name="contact[name]" autocomplete="name" placeholder="Name" value="">
    </div>
    <div class="globomenu-col-md-6 globomenu-col-xs-12">
      <input type="email" class="globomenu-form-control" name="contact[email]" autocomplete="email" placeholder="Email" autocorrect="off" autocapitalize="off" value="">
    </div>
    <div class="globomenu-col-md-12 globomenu-col-xs-12">
      <input type="tel" class="globomenu-form-control" name="contact[phone]" autocomplete="tel-national" placeholder="Phone Number" value="">
    </div>
    <div class="globomenu-col-md-12 globomenu-col-xs-12">
      <textarea rows="5" class="globomenu-form-control" name="contact[message]" placeholder="Message"></textarea>
    </div>
    <div class="globomenu-col-md-12 globomenu-col-xs-12">
      <input type="submit" class="globomenu-btn" value="Send">
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" class="input-group search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store">
  <span class="input-group-btn hidden">
    <button type="submit" class="btn icon-fallback-text">
      <i class="fa fa-search"></i>
      <span class="fallback-text">Search</span>
    </button>
  </span>
</form>

POST /contact#globomenu-contact-form

<form method="post" action="/contact#globomenu-contact-form" id="globomenu-contact-form" accept-charset="UTF-8" class="globomenu-contact-form"><input type="hidden" name="form_type" value="contact"><input type="hidden" name="utf8" value="✓">
  <div class="globomenu-contact-form-wrapper">
    <div class="globomenu-col-md-6 globomenu-col-xs-12">
      <input type="text" class="globomenu-form-control" name="contact[name]" autocomplete="name" placeholder="Name" value="">
    </div>
    <div class="globomenu-col-md-6 globomenu-col-xs-12">
      <input type="email" class="globomenu-form-control" name="contact[email]" autocomplete="email" placeholder="Email" autocorrect="off" autocapitalize="off" value="">
    </div>
    <div class="globomenu-col-md-12 globomenu-col-xs-12">
      <input type="tel" class="globomenu-form-control" name="contact[phone]" autocomplete="tel-national" placeholder="Phone Number" value="">
    </div>
    <div class="globomenu-col-md-12 globomenu-col-xs-12">
      <textarea rows="5" class="globomenu-form-control" name="contact[message]" placeholder="Message"></textarea>
    </div>
    <div class="globomenu-col-md-12 globomenu-col-xs-12">
      <input type="submit" class="globomenu-btn" value="Send">
    </div>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="section-header section-header--large margin-bottom-0">
    <h1 class="section-header__title">V·I·P Login</h1>
  </div>
  <input type="email" required="" name="customer[email]" id="CustomerEmail" placeholder="Email" autocorrect="off" autocapitalize="off" autofocus="">
  <br><br>
  <input type="password" required="" value="" name="customer[password]" id="CustomerPassword" placeholder="Password">
  <p>
    <a href="javascript:;" id="forgot-pass">Forgot your password?</a>
  </p>
  <p>
    <input type="hidden" class="aaa_return_page" name="return_to" value="/">
    <input type="submit" class="btn" id="loginfrm" value="Sign In">
  </p>
  <p> Are you a New User? <a href="javascript:;" class="registration-toggle"><span class="pink-text">REGISTER HERE</span></a>
  </p>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <label for="RecoverEmail" class="label--hidden">Email</label>
  <input type="email" value="" required="" name="email" id="RecoverEmail" placeholder="Email" autocorrect="off" autocapitalize="off">
  <p>
    <input type="submit" class="btn" value="Submit">
  </p>
  <a href="javascript:;" id="cancel-forgot">Cancel</a>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <label for="FirstName" class="label--hidden">First Name</label>
  <input type="text" required="" name="customer[first_name]" id="FirstName" placeholder="First Name" autocapitalize="words" autofocus="">
  <br><br>
  <label for="LastName" class="label--hidden">Last Name</label>
  <input type="text" required="" name="customer[last_name]" id="LastName" placeholder="Last Name" autocapitalize="words">
  <br><br>
  <label for="Email" class="label--hidden" style="margin-left: 30px;">Email</label>
  <input type="email" required="" name="customer[email]" id="cusEmail" placeholder="Email" autocorrect="off" autocapitalize="off">
  <br><br>
  <label for="CreatePassword" class="label--hidden">Password</label>
  <input type="password" required="" name="customer[password]" id="CreatePassword" placeholder="Password">
  <br><br>
  <input type="hidden" class="aaa_return_page" name="return_to" value="/">
  <p>
    <input type="submit" value="Join" class="btn">
  </p> Are you an Existing User? <a href="javascript:;" class="registration-toggle"><span class="pink-text">LOGIN HERE</span></a>
</form>

POST /localization

<form action="/localization" method="POST"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_selector"><input name="return_to" type="hidden" value="/"><select class="locale-selectors__selector"
    name="country_code">
    <option value="AU">Australia (AUD $)</option>
    <option value="NZ">New Zealand (NZD $)</option>
    <option value="US">United States (USD $)</option>
  </select></form>

Text Content

"Close Cart"
Shopping Cart
Shop now
V·I·P Login
Search for products on our site


Search

See more


 * 
 * 

JOIN OUR V·I·P LIST & GET 10% OFF FIRST PURCHASE →

Menu
 * SHOP
   * * Curated CollectionsBrowse our store
       * BROWSE
         * All
         * New
         * Bestsellers
         * Sale
       * FEATURED
         * Father's DayGift ideas for Dad
         * Mother's DayGift ideas for Mum
         * Freo LoveLove for our hometown.
         * Staff PicksWe're dropping hints...
         * CollaborationsWith designers we admire
         * All Black EverythingBlack is the new black.
         * Designer Self HelpInspiring design books.
         * Everyday CarryEssential products for urban life.
         * HandmadeHandmade and locally made.
         * Indoor GardeningHow to get a green thumb.
       * MADE IN...
         * Made in Western Australia
         * Made in Australia
         * Made in USA
       * MATERIAL
         * Wood
         * Brass
         * Silver
         * PVD
         * Aluminium
         * Rose Gold
         * Gold
       * BROWSE BY COLOUR
         * Arctic Blue
         * Blue Steel
         * Navy
         * Teal
         * Moss
         * Eucalyptus
         * Forest
         * Khaki
         * Charcoal
         * Graphite
         * Mid Grey
         * Ash
         * Alabaster
       * * Stone
         * Tan
         * Caramel
         * Orange
         * Tangelo
         * Blush
         * Coral
         * Tamarillo
         * Red
         * Burnt Sienna
         * Cocoa
         * Java
         * Black
     * CategoriesBrowse by type
       * ACCESSORIES
         * Bags & Backpacks
         * Card & Money Clips
         * Dopp Kits
         * Keyrings & Key Organisers
         * Laptop Bags & Covers
         * Tote Bags
         * Wallets & Purses
       * BODY/CLOTHING
         * Beauty
         * Cologne
         * Hats & Caps
         * Sweaters
         * T-Shirts
       * BOOKS/PRINT
         * Design Books
         * Magazines
         * Travel Guides
       * HOME
         * Blankets
         * Candles
         * Ceramics/Vases
         * Clocks
         * Glassware
         * Home Goods
         * Pennants
         * Posters & Art Prints
       * JEWELLERY
         * Earrings
         * Necklaces
         * Bangles
         * Cufflinks
       * 
       * STATIONERY
         * 2020 Diaries
         * Bakers Twine
         * Christmas Cards
         * Compendiums & Folios
         * Greeting Cards
         * Leather Journals
         * Notebooks & Notepads
         * Pens & Pencils
       * TECH
         * AirPods
         * iPhone 13
         * iPhone 12
         * iPhone X, XS, XS Max
         * iPhone XR
         * Laptop Bags & Covers
         * Tablet & iPad Cases
       * TINTIN
         * Busts
         * Books & Comics
         * Figurines
         * Keyrings
         * Posters
         * Resins
         * T-Shirts
       * TOYS & PUZZLES
         * Baby
         * Playing Cards
         * Puzzles
       * WATCHES
         * All Watches
         * 32mm
         * 36mm
         * 38mm
         * 40mm
         * 42mm
         * Watch Straps
     * BrandsBrowse by brand
       * A - B
         * View all
         * 33 Books Co
         * Aark
         * All The Ways To Say
         * Answer, The
         * Apartamento
         * Apolis
         * Areaware
         * Ashkahn
         * Awesome Maps
         * B&M Twine
         * Bellroy
         * BIS Publishers
         * Black Dog
         * Blackwing
         * Bookman
         * Brand Documentary Magazine
         * Braun
         * Bright Press
       * C - D - E
         * Candylab Toys
         * Card Nest
         * Cereal
         * Clemens Habicht
         * Compendium Design Store
         * Courier
         * Craighill
         * Creative Minds
         * Crispin Finn
         * CW Pencil Enterprise
         * Denver & Liely
         * DOIY
         * Dumbo Feather
         * eBoy
       * F - G - H
         * Fabric Quarterly
         * Fantastic Man
         * Field Notes
         * Food Documentary Magazine
         * Four Point Puzzles
         * Freo Goods CoNew
         * Fruitsuper
         * Fundamental Berlin
         * Future Shelter
         * Gentlewoman, The
         * Gestalten
         * Ghost Outdoors
         * Hemleva
         * Herb Lester
         * Hey Gents
         * Hibi Japan
         * Horse, The
         * Hungry Workshop, The
       * I - J - K - L
         * IAmLillianCreates
         * Idlewild Co.
         * Indi CupNew
         * INSTRMNT
         * Isaac Francis
         * Jot Paper Co
         * Journey of Something
         * Kaweco
         * Kinfolk
         * Kinto Japan
         * Ladyfingers Letterpress
         * Laurence King
         * Lego
         * Les Bobos
         * Lindsay Magazine
         * Local Project, The
         * Lost In City Guides
       * M
         * Matters Journal
         * Mean Mail
         * Melanie Abrantes
         * Men In This Town
         * Men's Society
         * Midori Japan
         * Misc Goods Co.
         * Monocle
         * Moulinsart (Tintin)
       * N - O - P
         * Nato Watch Straps
         * Notabag
         * Odd Daughter Paper Co
         * Odesse
         * OHTO Japan
         * Ola Studio
         * Orbitkey
         * Paddywax
         * Pelli BagsNew
         * Permafrost
         * Phaidon
         * Poketo
         * Public Supply
         * Paul Farrell
         * Ponder Designs
       * Q - R - S
         * Record Culture
         * Rizzoli
         * Rohr Remedy
         * Sadshop
         * Seltzer Goods
         * Solid State
         * Sole Ceramics
         * Standards Manual
         * Stock Watches
         * Studio Milligram
       * T...X - Y - Z
         * Tactica
         * Thames & Hudson
         * Tom Pigeon
         * Travelers Company Japan
         * Ucon Acrobatics
         * Uncrate
         * Victionary
         * VSSLNew
         * Wallpaper*
         * WP Design
     * The Adventures of TintinMoulinsart® Collection
       * BROWSE
         * All
         * Figurines
         * Keyrings
         * French & English Comics & Books
         * Posters
         * T-Shirts
         * Resins
         * Icons Series
         * Musée Imaginaire
 * GIFT IDEAS
   * GIFT GUIDES
     * Architects & Stylists
     * Designers
     * Drinkers & Mixologists
     * Entrepreneurs
     * Fashionable Types
     * Foodies
     * Kids
     * Outdoorsy Types
     * Thinkers
     * Travellers
     * Indoor Gardening
   * BY OCCASION
     * Fathers Day
     * Valentines Day
     * Stocking Stuffers
     * Secret Santa <$25
     * Secret Santa ~$50
     * Mothers Day
     * Graduation
     * Housewarming
     * Retirement
     * Wedding
   * BY PRICE
     * Under $50
     * $50-$100
     * Over $100
   * FOR HIM
     * Under $25
     * Under $50
     * Under $100
     * Under $250
     * $250+
   * FOR HER
     * Under $25
     * Under $50
     * Under $100
     * Under $250
     * $250+
   * GIFT CERTIFICATES
     * Gift CertificateDelivered by post or email
 * INFO
   * ABOUT
     * COVID-19
     * About UsOur story...
     * Contact UsGet in touch
     * Opening Times & LocationVisit our store
     * Delivery, Returns & PoliciesShipping info
   * BLOGS
     * NewsWhat's new in store...
     * Designer TalksInterviews with the designers and makers behind our brands.
     * Stock WatchesDavid Tatangelo
     * AarkCedric, Sara, Celica & Karla
     * IEFrancisIsaac Francis
     * Sole CeramicsSonja Danilovic
     * OrbitkeyCharles, Rex & team
   * CITY GUIDE
     * The West End Fremantle Neighbourhood GuideOur guide to the best shops,
       galleries, coffee and drinking spots down our end of town.
     * Download
     * Google Map
   * MY ACCOUNT
     * PerksJoin our V·I·P list...
     * Wishlist
     * Register
     * Log In/Out
   * FOLLOW
     * Newsletter
     * Past issues
     * Instagram
     * Facebook
     * Pinterest
     * Twitter
   * CONTACT
   * - Got a question? Feedback? Drop us a line, we're here to help... or call
     us: (08) 6420-2417.
     
   * 
   * 
   * 
 * JOIN
   * Log inAlready on the V·I·P List?
   * SubscribeJoin the V·I·P List, it's free!
   * Birthday BonusA little something on your b'day!
 * AU / $AUD
   * US / $USDShop in $USD | Ships from AU
   * Shop our US Store →Shop in $USD | Ships from USA

SEARCH
 * Search

Account
 * Log in
   
 * 
   Wishlist (0)
   
 * Create account

Menu
 * SHOP
   * * Curated CollectionsBrowse our store
       * BROWSE
         * All
         * New
         * Bestsellers
         * Sale
       * FEATURED
         * Father's DayGift ideas for Dad
         * Mother's DayGift ideas for Mum
         * Freo LoveLove for our hometown.
         * Staff PicksWe're dropping hints...
         * CollaborationsWith designers we admire
         * All Black EverythingBlack is the new black.
         * Designer Self HelpInspiring design books.
         * Everyday CarryEssential products for urban life.
         * HandmadeHandmade and locally made.
         * Indoor GardeningHow to get a green thumb.
       * MADE IN...
         * Made in Western Australia
         * Made in Australia
         * Made in USA
       * MATERIAL
         * Wood
         * Brass
         * Silver
         * PVD
         * Aluminium
         * Rose Gold
         * Gold
       * BROWSE BY COLOUR
         * Arctic Blue
         * Blue Steel
         * Navy
         * Teal
         * Moss
         * Eucalyptus
         * Forest
         * Khaki
         * Charcoal
         * Graphite
         * Mid Grey
         * Ash
         * Alabaster
       * * Stone
         * Tan
         * Caramel
         * Orange
         * Tangelo
         * Blush
         * Coral
         * Tamarillo
         * Red
         * Burnt Sienna
         * Cocoa
         * Java
         * Black
     * CategoriesBrowse by type
       * ACCESSORIES
         * Bags & Backpacks
         * Card & Money Clips
         * Dopp Kits
         * Keyrings & Key Organisers
         * Laptop Bags & Covers
         * Tote Bags
         * Wallets & Purses
       * BODY/CLOTHING
         * Beauty
         * Cologne
         * Hats & Caps
         * Sweaters
         * T-Shirts
       * BOOKS/PRINT
         * Design Books
         * Magazines
         * Travel Guides
       * HOME
         * Blankets
         * Candles
         * Ceramics/Vases
         * Clocks
         * Glassware
         * Home Goods
         * Pennants
         * Posters & Art Prints
       * JEWELLERY
         * Earrings
         * Necklaces
         * Bangles
         * Cufflinks
       * 
       * STATIONERY
         * 2020 Diaries
         * Bakers Twine
         * Christmas Cards
         * Compendiums & Folios
         * Greeting Cards
         * Leather Journals
         * Notebooks & Notepads
         * Pens & Pencils
       * TECH
         * AirPods
         * iPhone 13
         * iPhone 12
         * iPhone X, XS, XS Max
         * iPhone XR
         * Laptop Bags & Covers
         * Tablet & iPad Cases
       * TINTIN
         * Busts
         * Books & Comics
         * Figurines
         * Keyrings
         * Posters
         * Resins
         * T-Shirts
       * TOYS & PUZZLES
         * Baby
         * Playing Cards
         * Puzzles
       * WATCHES
         * All Watches
         * 32mm
         * 36mm
         * 38mm
         * 40mm
         * 42mm
         * Watch Straps
     * BrandsBrowse by brand
       * A - B
         * View all
         * 33 Books Co
         * Aark
         * All The Ways To Say
         * Answer, The
         * Apartamento
         * Apolis
         * Areaware
         * Ashkahn
         * Awesome Maps
         * B&M Twine
         * Bellroy
         * BIS Publishers
         * Black Dog
         * Blackwing
         * Bookman
         * Brand Documentary Magazine
         * Braun
         * Bright Press
       * C - D - E
         * Candylab Toys
         * Card Nest
         * Cereal
         * Clemens Habicht
         * Compendium Design Store
         * Courier
         * Craighill
         * Creative Minds
         * Crispin Finn
         * CW Pencil Enterprise
         * Denver & Liely
         * DOIY
         * Dumbo Feather
         * eBoy
       * F - G - H
         * Fabric Quarterly
         * Fantastic Man
         * Field Notes
         * Food Documentary Magazine
         * Four Point Puzzles
         * Freo Goods CoNew
         * Fruitsuper
         * Fundamental Berlin
         * Future Shelter
         * Gentlewoman, The
         * Gestalten
         * Ghost Outdoors
         * Hemleva
         * Herb Lester
         * Hey Gents
         * Hibi Japan
         * Horse, The
         * Hungry Workshop, The
       * I - J - K - L
         * IAmLillianCreates
         * Idlewild Co.
         * Indi CupNew
         * INSTRMNT
         * Isaac Francis
         * Jot Paper Co
         * Journey of Something
         * Kaweco
         * Kinfolk
         * Kinto Japan
         * Ladyfingers Letterpress
         * Laurence King
         * Lego
         * Les Bobos
         * Lindsay Magazine
         * Local Project, The
         * Lost In City Guides
       * M
         * Matters Journal
         * Mean Mail
         * Melanie Abrantes
         * Men In This Town
         * Men's Society
         * Midori Japan
         * Misc Goods Co.
         * Monocle
         * Moulinsart (Tintin)
       * N - O - P
         * Nato Watch Straps
         * Notabag
         * Odd Daughter Paper Co
         * Odesse
         * OHTO Japan
         * Ola Studio
         * Orbitkey
         * Paddywax
         * Pelli BagsNew
         * Permafrost
         * Phaidon
         * Poketo
         * Public Supply
         * Paul Farrell
         * Ponder Designs
       * Q - R - S
         * Record Culture
         * Rizzoli
         * Rohr Remedy
         * Sadshop
         * Seltzer Goods
         * Solid State
         * Sole Ceramics
         * Standards Manual
         * Stock Watches
         * Studio Milligram
       * T...X - Y - Z
         * Tactica
         * Thames & Hudson
         * Tom Pigeon
         * Travelers Company Japan
         * Ucon Acrobatics
         * Uncrate
         * Victionary
         * VSSLNew
         * Wallpaper*
         * WP Design
     * The Adventures of TintinMoulinsart® Collection
       * BROWSE
         * All
         * Figurines
         * Keyrings
         * French & English Comics & Books
         * Posters
         * T-Shirts
         * Resins
         * Icons Series
         * Musée Imaginaire
 * GIFT IDEAS
   * GIFT GUIDES
     * Architects & Stylists
     * Designers
     * Drinkers & Mixologists
     * Entrepreneurs
     * Fashionable Types
     * Foodies
     * Kids
     * Outdoorsy Types
     * Thinkers
     * Travellers
     * Indoor Gardening
   * BY OCCASION
     * Fathers Day
     * Valentines Day
     * Stocking Stuffers
     * Secret Santa <$25
     * Secret Santa ~$50
     * Mothers Day
     * Graduation
     * Housewarming
     * Retirement
     * Wedding
   * BY PRICE
     * Under $50
     * $50-$100
     * Over $100
   * FOR HIM
     * Under $25
     * Under $50
     * Under $100
     * Under $250
     * $250+
   * FOR HER
     * Under $25
     * Under $50
     * Under $100
     * Under $250
     * $250+
   * GIFT CERTIFICATES
     * Gift CertificateDelivered by post or email
 * INFO
   * ABOUT
     * COVID-19
     * About UsOur story...
     * Contact UsGet in touch
     * Opening Times & LocationVisit our store
     * Delivery, Returns & PoliciesShipping info
   * BLOGS
     * NewsWhat's new in store...
     * Designer TalksInterviews with the designers and makers behind our brands.
     * Stock WatchesDavid Tatangelo
     * AarkCedric, Sara, Celica & Karla
     * IEFrancisIsaac Francis
     * Sole CeramicsSonja Danilovic
     * OrbitkeyCharles, Rex & team
   * CITY GUIDE
     * The West End Fremantle Neighbourhood GuideOur guide to the best shops,
       galleries, coffee and drinking spots down our end of town.
     * Download
     * Google Map
   * MY ACCOUNT
     * PerksJoin our V·I·P list...
     * Wishlist
     * Register
     * Log In/Out
   * FOLLOW
     * Newsletter
     * Past issues
     * Instagram
     * Facebook
     * Pinterest
     * Twitter
   * CONTACT
   * - Got a question? Feedback? Drop us a line, we're here to help... or call
     us: (08) 6420-2417.
     
   * 
   * 
   * 
 * JOIN
   * Log inAlready on the V·I·P List?
   * SubscribeJoin the V·I·P List, it's free!
   * Birthday BonusA little something on your b'day!
 * AU / $AUD
   * US / $USDShop in $USD | Ships from AU
   * Shop our US Store →Shop in $USD | Ships from USA

 * 
 * 
   
 * 
   Wishlist (0)
   
 * 

Menu




Cart
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * Previous
 * Next




FREMANTLE'S CREATIVE GIFT STORE.

Design gifts for the discerning, carefully chosen from clever creative brands
and designers from all over the world, and from around the corner.

We think the future will favour independent creators producing their own
interesting wares, and we work hard to stock a range of carefully curated goods
that will restore your faith, and joy, in small bricks-and-clicks retail.

Visit us at our Fremantle store:
Mon - Sat 10 - 5
Sundays 11 - 4



MORE ABOUT US →




NEW ARRIVALS

View all NEW ARRIVALS →


Add to Wishlist

Moulinsart

2022 Tintin Agenda Weekly Diary

$34.95 AUD


Add to Wishlist

Moulinsart

2022 Tintin Desk Calendar

$24.95 AUD
Sold Out

Sold Out

Add to Wishlist

Moulinsart

2022 Tintin Wall Calendar

$29.95 AUD


Add to Wishlist

Freo Goods Co

'F' Heritage Wool Strapback Cap in Black

$45.00 AUD


Add to Wishlist

Freo Goods Co

'F' Heritage Wool Strapback Cap in Navy

$45.00 AUD


Add to Wishlist

Fellow

Carter Move Mug 12oz/350ml

$47.95 AUD


Add to Wishlist

Orbitkey

Orbitkey Key Gift Set

From $64.90 AUD


Add to Wishlist

VSSL Gear

VSSL Flask

$169.95 AUD — Free Shipping


Add to Wishlist

Braun

Braun 100th Anniversary Alarm Clock BC12G

$75.00 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co 'West Of The Rest' Snapback Cap

$39.99 AUD


Add to Wishlist

The Gentlewoman

The Gentlewoman · Issue 23

$24.95 AUD


Add to Wishlist

Standards Manual

Parks

$80.00 AUD
Sold Out

Sold Out

Add to Wishlist

Fantastic Man

Fantastic Man · Issue 33

$24.95 AUD


Add to Wishlist

Monocle

Monocle Magazine · Issue 146 September 2021

$24.95 AUD


Add to Wishlist

Apartamento

Apartamento Magazine · Issue 27

$34.95 AUD


2022 DIARIES & CALENDARS

Browse 2022 DIARIES & CALENDARS →


Add to Wishlist

Ashkahn

2021 Greeting Card

$7.95 AUD


Add to Wishlist

Monocle

Monocle Magazine · Issue 146 September 2021

$24.95 AUD


Add to Wishlist

Travelers Company Japan

Travelers Company Notebook Diary Refill Weekly Second Half 2021 Passport Size

$14.95 AUD


Add to Wishlist

Travelers Company Japan

Travelers Company Notebook Diary Refills Second Half 2021 Regular Size

$19.95 AUD


Add to Wishlist

Travelers Company Japan

Travelers Company Notebook Passport Size 2021 Diary Refills

From $7.95 AUD


COMPENDIUMS, FOLIOS & NOTEBOOK COVERS

Browse all COMPENDIUMS & WORK FOLIOS →


Add to Wishlist

Bellroy

Bellroy Leather Compendium Work Folio A5

$279.00 AUD — Free Shipping

7 reviews

Add to Wishlist

Bellroy

Bellroy Leather Compendium Work Folio A4

$449.00 AUD — Free Shipping

6 reviews

Add to Wishlist

Bellroy

Bellroy Tech Folio 13inch

$499.00 AUD — Free Shipping

3 reviews

Add to Wishlist

Travelers Company Japan

Travelers Company Leather Notebook Passport Size Starter Kit

$69.95 AUD

3 reviews

Add to Wishlist

Travelers Company Japan

Travelers Company Leather Notebook Regular Size Starter Kit

$79.95 AUD

7 reviews

Add to Wishlist

Bellroy

Bellroy Leather Notebook Cover & Notetaker Pen Set

$139.00 AUD — Free Shipping

3 reviews

Add to Wishlist

Isaac Francis

Isaac Francis Leather Notebook Cover in Black

$100.00 AUD — Free Shipping

No reviews

Add to Wishlist

Isaac Francis

Isaac Francis Leather Notebook Cover in Tan

$100.00 AUD — Free Shipping

1 review

Add to Wishlist

Midori Japan

MD Notebook Cover Goat Leather A5

$149.95 AUD — Free Shipping
Sold Out

1 review
Sold Out

Add to Wishlist

Midori Japan

MD Notebook Cover Goat Leather A6

$99.95 AUD — Free Shipping
Sold Out

2 reviews
Sold Out


BESTSELLERS

Shop our BESTSELLERS →


Add to Wishlist

Compendium Design Store

Gift Certificate

From $50.00 AUD


Add to Wishlist

Freo Goods Co

Fremantle Pennant Flag

$29.99 AUD


Add to Wishlist

Freo Goods Co

Freo Pennant Flag Mini · Black/Yellow-Gold

$19.99 AUD
Sold Out

Sold Out

Add to Wishlist

Clemens Habicht Puzzles

540 Colours 3D Sphere Puzzle by Clemens Habicht

$84.95 AUD


Add to Wishlist

Bellroy

Bellroy Leather Compendium Work Folio A4

$449.00 AUD — Free Shipping


Add to Wishlist

Bellroy

Bellroy Leather Compendium Work Folio A5

$279.00 AUD — Free Shipping


Add to Wishlist

Freo Goods Co

'F' Puff Flexfit® Cap in Navy

$44.99 AUD


Add to Wishlist

Four Point Puzzles

The Moon 1000 Piece Circle Puzzle

$59.90 AUD
Sold Out

Sold Out

Add to Wishlist

Freo Goods Co

Freo Goods Co x C·D·S Key Fob in Black & Gold

$5.99 AUD


Add to Wishlist

Moulinsart

Tintin On The Road Resin Figurine 12cm

$40.00 AUD
Sold Out

Sold Out


FREO GOODS CO.

All FREO GOODS Co. →


Add to Wishlist

Freo Goods Co

Freo Goods Co Winter Beanie in Heather Grey

$29.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co Winter Beanie in Gold

$29.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co Winter Beanie in Cardinal

$29.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co Winter Beanie in Black

$29.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co Mariner Beanie in Forest

$29.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co 'West Of The Rest' Snapback Cap

$39.99 AUD


Add to Wishlist

Freo Goods Co

Fremantle Dad Cap

$29.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co x C·D·S Tote Bag in Sage

$24.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co x C·D·S Tote Bag in Pink

$24.99 AUD
Sold Out

Sold Out

Add to Wishlist

Freo Goods Co

Freo Goods Co x C·D·S Tote Bag in Camel

$24.99 AUD
Sold Out

Sold Out

Add to Wishlist

Freo Goods Co

Freo Dad Cap in Pink

$34.99 AUD


Add to Wishlist

Freo Goods Co

Freo Dad Cap in Army Green

$34.99 AUD


Add to Wishlist

Freo Goods Co

Welcome to Fremantle · Baggu x Freo Goods Co

$22.00 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co Welcome To Fremantle Tote Bag in Natural

$24.99 AUD


Add to Wishlist

Freo Goods Co

Freo Goods Co Welcome To Fremantle Tote Bag in Black

$24.99 AUD




THE C·D·S RANGE

View C·D·S range →


Add to Wishlist

Compendium Design Store

Compendium Design Store 'C·D·S' Tote Bag in Black

$24.99 AUD


Add to Wishlist

Compendium Design Store

Compendium Design Store Definition Tote Bag in Black

$24.99 AUD


Add to Wishlist

Compendium Design Store

Compendium Design Store 'C·D·S' Tote Bag in Army Green

$24.99 AUD


Add to Wishlist

Compendium Design Store

Compendium Design Store Definition Tote Bag in Army Green

$24.95 AUD


THE BELLROY EVERYDAY COLLECTION

BELLROY WALLETS, BAGS, TOTES + BACKPACKS, FOLIOS & COMPENDIUMS →


Add to Wishlist

Bellroy

Bellroy Apex Backpack

$699.00 AUD — Free Shipping


Add to Wishlist

Bellroy

Bellroy Apex Passport Cover & Pen

$249.00 AUD — Free Shipping


Add to Wishlist

Bellroy

Bellroy Apex Slim Sleeve Wallet

$189.00 AUD — Free Shipping


Add to Wishlist

Bellroy

Bellroy Apple Watch Straps

$99.00 AUD


Add to Wishlist

Bellroy

Bellroy Campus Backpack

$139.00 AUD — Free Shipping


PUZZLES

Shop all PUZZLES →


Add to Wishlist

Four Point Puzzles

The Moon 1000 Piece Circle Puzzle

$59.90 AUD
Sold Out

6 reviews
Sold Out

Add to Wishlist

Clemens Habicht Puzzles

540 Colours 3D Sphere Puzzle by Clemens Habicht

$84.95 AUD

10 reviews

Add to Wishlist

Clemens Habicht Puzzles

1000 Colours Puzzle Wheel by Clemens Habicht

$69.95 AUD

3 reviews

Add to Wishlist

Four Point Puzzles

The Earth 1000 Piece Circle Puzzle

$59.90 AUD
Sold Out

2 reviews
Sold Out

Add to Wishlist

Clemens Habicht Puzzles

1000 Colours CMYK Puzzle by Clemens Habicht

$59.95 AUD

2 reviews

Add to Wishlist

Clemens Habicht Puzzles

1000 Vibrating Colours Puzzle by Clemens Habicht

$49.95 AUD

1 review

Add to Wishlist

Four Point Puzzles

Mars 1000 Piece Circle Puzzle

$59.90 AUD
Sold Out

No reviews
Sold Out

Add to Wishlist

Jacky Winter Signature Artist Editions

Jonathan Zawada Artists' Edition 1000 Piece Circle Puzzle

$69.95 AUD
Sold Out

1 review
Sold Out

Add to Wishlist

Journey of Something

Journey of Something My Great Grandmother's Country II 1000 Piece Puzzle

$59.00 AUD
Sold Out

No reviews
Sold Out

Add to Wishlist

Four Point Puzzles

Evening Kingdom 1000 Piece Puzzle

$59.90 AUD
Sold Out

No reviews
Sold Out

Add to Wishlist

Four Point Puzzles

Fade 1000 Piece Puzzle

$59.90 AUD

No reviews

Add to Wishlist

Journey of Something

Journey of Something Australia 1000 Piece Puzzle

$59.00 AUD
Sold Out

No reviews
Sold Out

Add to Wishlist

Moulinsart

Tintin Puzzle · Ready for Take Off

$44.95 AUD
Sold Out

1 review
Sold Out

Add to Wishlist

Journey of Something

Journey of Something All Around Oz 1000 Piece Circle Puzzle

$65.00 AUD
Sold Out

No reviews
Sold Out

Add to Wishlist

Journey of Something

Journey of Something Budgabulla 1000 Piece Puzzle

$59.00 AUD
Sold Out

No reviews
Sold Out


MIDORI TRAVELERS COMPANY JAPAN

Full range of TRAVELERS COMPANY JAPAN LEATHER JOURNALS, REFILLS + ACCESSORIES →


Add to Wishlist

Travelers Company Japan

Travelers Company Leather Notebook Regular Size Starter Kit

$79.95 AUD


Add to Wishlist

Travelers Company Japan

Travelers Company Leather Notebook Passport Size Starter Kit

$69.95 AUD


Add to Wishlist

Travelers Company Japan

Travelers Company Japan Notebook Regular Size Refills

From $6.95 AUD


Add to Wishlist

Travelers Company Japan

Travelers Company Notebook Passport Size Refills

From $5.95 AUD


Add to Wishlist

Travelers Company Japan

Travelers Company Japan Brass Ruler

$21.95 AUD


CREATIVE GIFT GUIDES

Gift Guide Under $50
Gift Guide $50-$100
Gift Guide Over $100


ORBITKEY · KEY ORGANISER SYSTEM

Browse all ORBITKEY & ATTACHMENTS →


Add to Wishlist

Orbitkey

Orbitkey 2.0 Key Organiser Premium Leather Edition

$44.90 AUD


Add to Wishlist

Orbitkey

Orbitkey Key Organiser Active Edition

$32.90 AUD


Add to Wishlist

Orbitkey

Orbitkey Key Organiser Crazy Horse Leather Edition

From $44.90 AUD


Add to Wishlist

Orbitkey

Orbitkey Key Organiser Saffiano Edition

From $44.90 AUD


Add to Wishlist

Orbitkey

Orbitkey Clip 2nd Edition Add-on

From $24.90 AUD


LOCALLY MADE

Celebrating local WESTERN AUSTRALIAN DESIGNERS & MAKERS →


Add to Wishlist

Fabric Quarterly

Fabric Quarterly Magazine Issue 4

$25.00 AUD


Add to Wishlist

The Boy Who Draws

Fremantle Art Print by The Boy Who Draws

$25.00 AUD


Add to Wishlist

Fabric Quarterly

Fabric Quarterly Magazine Issue 1

$25.00 AUD


Add to Wishlist

Future Shelter Perth

Southern Sky Greeting Card by Future Shelter

$6.50 AUD


Add to Wishlist

The Boy Who Draws

Perth Art Print by The Boy Who Draws

$25.00 AUD $15.00 AUD

On Sale


THE ADVENTURES OF TINTIN

Official The Adventures of Tintin COLLECTABLES, T-SHIRTS, BOOKS, POSTERS + MORE
→


Add to Wishlist

Moulinsart

Bust Figurine of Tintin

$19.95 AUD


Add to Wishlist

Moulinsart

Bust Figurine of Captain Haddock

$19.95 AUD


Add to Wishlist

Moulinsart

Bust Figurine of Castafiore

$19.95 AUD $9.97 AUD

On Sale

Add to Wishlist

Moulinsart

Bust Figurine of Nestor

$19.95 AUD


Add to Wishlist

Moulinsart

Bust figurine of Professor Calculus

$19.95 AUD


Add to Wishlist

Moulinsart

Bust Figurine of Thompson

$19.95 AUD


Add to Wishlist

Moulinsart

Bust Figurine of Thomson

$19.95 AUD


Add to Wishlist

Moulinsart

Castafiore Bust Keyring

$15.95 AUD $12.76 AUD

On Sale

Add to Wishlist

Moulinsart

Dupont in his Black Suit and his Cane Keyring 6cm

$12.95 AUD
Sold Out

Sold Out

Add to Wishlist

Moulinsart

Leopard Man Polychrome resin from Musée Imaginaire de Tintin

$209.95 AUD — Free Shipping
Sold Out

Sold Out


BRANDS & DESIGNERS

Browse all BRANDS & DESIGNERS →

Bellroy Everyday Collection
AÃRK Collective
Orbitkey Key Organiser System
The Adventures of Tintin
Monocle


FROM THE C·D·S JOURNAL

Read all NEWS →


BELLROY APEX RAVEN

Introducing the Bellroy Apex Backpack in new Raven Black colourway. The epitome
of Bellroy s bag range, it features everything they've learned about bag design
in their 10 years in business.

Water-resistant recycled Baida Nylon · Premium, environmentally certified
leather

See more →


BELLROY VENTURE SLING

New from Bellroy, an extra capacity sling built for all-day adventure, with
plenty of pocket organization, and a focus on easy access. Made from recycled
fabric and is leather-free.

SHOP →


ORBITKEY GIFT SETS

Give the gift of organisation with exclusive Orbitkey gift sets – perfect
pairings of limited edition Key Organisers and some of the most popular
accessories, all presented in an exquisite premium gift box.

SHOP →


TOKYO TOTEPACK NEW COMPACT EDITION

This versatile chameleon adapts to your day, going from tote to backpack, in a
scaled-down size with surprisingly sorted storage. Inside the bag, smart pockets
sit up top for easy access, while side Pop Pockets keep water bottles or
umbrellas upright. A zip guard protects your laptop as you slide it into its
pocket, and adds structure to the wide, easy-access opening.

Made from 100% recycled, water-resistant woven fabric · Fits 13" laptop

Shop →


BELLROY APEX RAVEN

Introducing the Bellroy Apex Backpack in new Raven Black colourway. The epitome
of Bellroy s bag range, it features everything they've learned about bag design
in their 10 years in business.

Water-resistant recycled Baida Nylon · Premium, environmentally certified
leather

See more →


BELLROY VENTURE SLING

New from Bellroy, an extra capacity sling built for all-day adventure, with
plenty of pocket organization, and a focus on easy access. Made from recycled
fabric and is leather-free.

SHOP →


ORBITKEY GIFT SETS

Give the gift of organisation with exclusive Orbitkey gift sets – perfect
pairings of limited edition Key Organisers and some of the most popular
accessories, all presented in an exquisite premium gift box.

SHOP →


TOKYO TOTEPACK NEW COMPACT EDITION

This versatile chameleon adapts to your day, going from tote to backpack, in a
scaled-down size with surprisingly sorted storage. Inside the bag, smart pockets
sit up top for easy access, while side Pop Pockets keep water bottles or
umbrellas upright. A zip guard protects your laptop as you slide it into its
pocket, and adds structure to the wide, easy-access opening.

Made from 100% recycled, water-resistant woven fabric · Fits 13" laptop

Shop →

prev
next



DESIGNER TALKS

Our series of conversations and photo essays with the designers and makers
behind the products and brands we feature, collaborate with and covet.

 READ THE TALKS →


CHARLES, REX + TEAM · ORBITKEY

Design stalwarts Orbitkey recently took out the prestigious iF Gold Design Award
(!!), winning over the 63-member jury and standing out amongst 6,400 entries
from 54 countries. Out of the 75 Gold Award winners, Orbitkey was the sole
Australian company to win a Product Award.


DAVID · STOCK WATCHES

Stock founder David Tatangelo has over 100 watches of various origin and has
dismantled and put back together equally as many. That horological love from a
young age, and his professional background in architecture, lead to the logical
next step... designing his own watches. Stock have developed into a successful
and widely recognisable brand, both in Australia and overseas, and is now
David's full-time career. We paid a visit to the Stock studio to find out more.


CEDRIC, SARA, CELICA & KARLA · AÃRK COLLECTIVE

AÃRK Collective is an Australian watch brand that exceeds at combining an
original contemporary beauty and functionality into timepieces that are designed
to be worn and appreciated daily, but also to look fantastic with whatever you
wear them with. AÃRK watches will always be a talking point


ISAAC FRANCIS · IEFRANCIS

Isaac produces his minimalist range of refined IEFrancis leather goods and
accessories at Thinkers and Makers Society workshop in inner Melbourne. We went
behind the scenes to get to know a little more about this friendly fellow and
what life's like as a creative sole-proprietor.


CHARLES, REX + TEAM · ORBITKEY

Design stalwarts Orbitkey recently took out the prestigious iF Gold Design Award
(!!), winning over the 63-member jury and standing out amongst 6,400 entries
from 54 countries. Out of the 75 Gold Award winners, Orbitkey was the sole
Australian company to win a Product Award.


DAVID · STOCK WATCHES

Stock founder David Tatangelo has over 100 watches of various origin and has
dismantled and put back together equally as many. That horological love from a
young age, and his professional background in architecture, lead to the logical
next step... designing his own watches. Stock have developed into a successful
and widely recognisable brand, both in Australia and overseas, and is now
David's full-time career. We paid a visit to the Stock studio to find out more.


CEDRIC, SARA, CELICA & KARLA · AÃRK COLLECTIVE

AÃRK Collective is an Australian watch brand that exceeds at combining an
original contemporary beauty and functionality into timepieces that are designed
to be worn and appreciated daily, but also to look fantastic with whatever you
wear them with. AÃRK watches will always be a talking point


ISAAC FRANCIS · IEFRANCIS

Isaac produces his minimalist range of refined IEFrancis leather goods and
accessories at Thinkers and Makers Society workshop in inner Melbourne. We went
behind the scenes to get to know a little more about this friendly fellow and
what life's like as a creative sole-proprietor.
prev
next



JOIN — GIFT — RECEIVE!

Join our V·I·P LIST free and be rewarded for all your gift shopping, for
referring friends + more. As a V·I·P you'll receive our occasional email digest
as well as great insider perks in store and online.


SIGN UP & GET 10% OFF YOUR FIRST PURCHASE →





NEW V·I·P BONUS

10% OFF YOUR NEXT IN STORE OR ONLINE PURCHASE, JUST FOR SIGNING UP.



V·I·P NEWSLETTER

NEWS, INSIDER SPECIAL OFFERS AND ‘FURTHER READING’ IN YOUR INBOX.



BIRTHDAY GIFT

A SPECIAL SOMETHING DELIVERED ON YOUR BIRTHDAY.



FREE GIFT BOXES

ALL YOUR GIFTS BEAUTIFULLY WRAPPED FREE IN PREMIUM GIFT BOXES.



SHARE THE LOVE

REFER A FRIEND AND THEY’LL GET 10% OFF THEIR FIRST PURCHASE, AND THEN YOU’LL GET
15% OFF YOURS!



SPECIAL ACCESS

V·I·P ONLY 20% OFF DAYS, ACCESS TO LIMITED EDITION RELEASES AND EXCLUSIVE C·D·S
GOODS.

CONTACT · VISIT US

Visit our Fremantle design store
49a High Street
Fremantle 6160
Western Australia
View on a map →

Ph: 08 6420 2417 

Customer service:
hello@compendiumstore.com.au


Opening Hours:
Mon to Sat 10:00 · 17:00
Sundays 11:00 · 16:00
Public Holidays Closed
COVID-19 Info →

SHIPPING · MORE INFO

Free Express delivery Australia wide & free US Ground Shipping when you spend
over $99.95. Free to Pick Up from our Fremantle store.

 * Shipping & Returns
 * Contact & Find Us
 * In USA? Shop our USA store
 * Privacy
 * Paying with Zip
 * Paying with Afterpay

THE V·I·P LIST

Join our V·I·P List free and be rewarded for all your gift shopping, referring
friends + more. As our V·I·P you'll receive our occasional email digest as well
as great insider perks in store and online.

Join free or Log in →

GET CONNECTED
 * 
 * 

--------------------------------------------------------------------------------






x
We've sent you an email with a link to update your password.


V·I·P LOGIN



Forgot your password?



Are you a New User? REGISTER HERE


RESET YOUR PASSWORD

We will send you an email to reset your password.

Email



Cancel


CREATE V·I·P ACCOUNT

First Name

Last Name

Email

Password





Are you an Existing User? LOGIN HERE


Australia (AUD $)New Zealand (NZD $)United States (USD $)
FREE EXPRESS SHIPPING TO AUS WHEN YOU SPEND OVER $99.95 · More on
Shipping/Returns →