itsparadise.co Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://postcards.shop/
Effective URL: https://itsparadise.co/
Submission: On September 15 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 5 forms found in the DOM

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @click.away.prevent="searchOpen = false">
  <div x-ref="searchFieldComponent" class="relative py-2">
    <input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder:text-scheme-text font-secondary w-full border-0 shadow-none bg-transparent" placeholder="Search" aria-expanded="false"
      aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
      @input.debounce.300="onChange" @focus="onFocus">
    <label class="visually-hidden" for="header-search">Search</label>
    <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 transform -translate-y-1/2 p-1" aria-label="Search">
      <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path
            d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
            stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span>
    </button>
    <button @click="close()" class="block p-1 absolute right-0 top-1/2 transform -translate-y-1/2" type="button">
      <span class="visually-hidden">Close (esc)</span>
      <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg></span>
    </button>
  </div>
  <div id="predictiveSearchResults" :class="{ 'opacity-0 bg-scheme-text/0': ! resultsOpen, 'bg-scheme-text/75' : resultsOpen }" tabindex="-1"
    class="text-scheme-text absolute left-0 right-0 h-screen transition-colors ease-out duration-300 z-50 opacity-0 bg-scheme-text/0">
    <template x-if="loading &amp;&amp; !results">
      <div class="bg-scheme-background">
        <div class="w-6 h-6 pt-12 pb-12 mx-auto" data-predictive-loading="">
          <div class="loading"></div>
        </div>
      </div>
    </template>
    <template x-if="resultsOpen">
      <div x-show="resultsOpen" class="max-h-three-quarters-screen-height overflow-hidden overflow-y-auto bg-scheme-background pb-5 lg:pb-10 px-section scroll-pb-5 lg:scroll-pb-10" x-ref="results" @click.away.prevent="searchOpen = false">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /contact#FooterNewsletter

<form method="post" action="/contact#FooterNewsletter" id="FooterNewsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="lg:flex items-center justify-center">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-sections--20841725362449__footer" class="sr-only"> Email Address </label>
    <div class=" w-full lg:mr-2 flex-grow">
      <input id="NewsletterForm-sections--20841725362449__footer" type="email" name="contact[email]" class="input--background input-group-field w-full placeholder:text-scheme-text text-scheme-text border-scheme-text" value="" autocorrect="off"
        autocapitalize="off" autocomplete="email" placeholder="email@example.com" required="">
    </div>
    <button type="submit" class="push-btn push-btn--pop w-full lg:w-auto mt-2.5 lg:mt-0" name="commit" id="Subscribe-sections--20841725362449__footer">
      <span class="push-btn-surface w-full">Subscribe</span>
    </button>
  </div>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-SJzQxu" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 300px; min-width: 200px; max-width: 1000px; border-radius: 6px; border-style: solid; border-width: 1px; border-color: rgb(76, 75, 99); background-color: rgb(254, 245, 232); background-repeat: no-repeat; background-position-y: 50%; padding: 20px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 280px; 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 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="color: #373f47; font-size: 28px; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-weight: 400; font-style: normal;">We'll make you laugh and give more discounts.</span></p>
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="color: #373f47; font-size: 9px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">&nbsp;</span></p>
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="color: #373f47; font-size: 15px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">Sincerely,</span></p>
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="color: #373f47; font-size: 15px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; font-style: normal;">The Unofficial Marketing Team</span></p>
        </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: 10px 6px; position: relative; background-color: rgb(254, 245, 232); 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_80247811" class="needsclick go3103856090 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="enter your email" aria-label="enter your email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 50px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(76, 75, 99); font-family: &quot;Trebuchet MS&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Tahoma, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 1px; background-color: rgb(255, 252, 243); border: 1px solid rgb(76, 75, 99);">
          <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: 0px 4px 10px; position: relative; background-color: rgb(254, 245, 232); flex: 1 0 0px;"><button class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(159, 209, 227); border-radius: 50px; border-style: solid; border-color: rgb(76, 75, 99); border-width: 2px; color: rgb(76, 75, 99); font-family: Poppins-Klaviyo-Hosted, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 24px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 55px; width: 100%;">CLAIM
          MY $5.00</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

Text Content

Skip to content
💰 save 20% • island hopper bundles 💰
Menu
Menu


MAIN MENU

 * SHOP BY STATE
   
    * HAWAII
    * ARIZONA
    * FLORIDA
    * UTAH

 * SHOP BY SCENT
   
    * 🍃
    * 🌺

 * BUNDLE & SAVE 20%
   
    * KAUAI PACK
    * MAUI PACK
    * OAHU PACK
    * BIG ISLAND PACK

 * MORE
   
    * STORY
    * CONTACT
    * FIND IN STORES
    * WHOLESALE APPLICATION




MAIN MENU

Close (esc)
 * SHOP BY STATE
   
    * HAWAII
    * ARIZONA
    * FLORIDA
    * UTAH

 * SHOP BY SCENT
   
    * 🍃
    * 🌺

 * BUNDLE & SAVE 20%
   
    * KAUAI PACK
    * MAUI PACK
    * OAHU PACK
    * BIG ISLAND PACK

 * MORE
   
    * STORY
    * CONTACT
    * FIND IN STORES
    * WHOLESALE APPLICATION

Search Search



Search our site
Search Close (esc)

Cart items
Cart items
SHOP CANDLES


BEST SMELLERS:

Your one-way ticket to Paradise.
 * KONA
   
   
   KONA
   
   COCONUT CREAM, POLYNESIAN PEACH, JASMINE
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 
 * NORTH SHORE
   
   
   NORTH SHORE
   
   TROPICAL FRUIT, PALM LEAVES, SEA SALT
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 
 * HILO
   
   
   HILO
   
   FRESH BAMBOO, EUCALYPTUS, MUSK
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 
 * JAWS
   
   
   JAWS
   
   Island Coffee, Fresh Vanilla, Hawaiian Honey
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 
 * MAUNA KEA
   
   
   MAUNA KEA
   
   CEDARWOOD, FRESH BALSAM, CLOVE
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 
 * MANOA VALLEY
   
   
   MANOA VALLEY
   
   PLUMERIA, FRESH LEI, TROPICAL JUNGLE
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 
 * ROAD TO HANA
   
   
   ROAD TO HANA
   
   BAMBOO FOREST, AMBER, FRESH SAGE
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 
 * WAIKIKI BEACH
   
   
   WAIKIKI BEACH
   
   PINEAPPLE, MANGO, PAPAYA, TOASTED COCONUT
   
   Regular price $19.00
   Regular price Sale price $19.00
   Unit price /  per 


MAKING WAVES IN THE MEDIA

 * > “Smelling your favorite places on earth with the light of a candle.”

 * > “A local and grassroots business. This is the perfect holiday gift for
   > friends and family...”

 * > “... a new candle business that uses natural fragrances to trigger memories
   > of iconic Hawai'i locations”

 * > “...they have the passion for learning new things, and the tenacious spirit
   > of an entrepreneur”

 * > “Smelling your favorite places on earth with the light of a candle.”

 * > “A local and grassroots business. This is the perfect holiday gift for
   > friends and family...”

 * > “... a new candle business that uses natural fragrances to trigger memories
   > of iconic Hawai'i locations”

 * > “...they have the passion for learning new things, and the tenacious spirit
   > of an entrepreneur”

 * > “Smelling your favorite places on earth with the light of a candle.”

 * > “A local and grassroots business. This is the perfect holiday gift for
   > friends and family...”

 * > “... a new candle business that uses natural fragrances to trigger memories
   > of iconic Hawai'i locations”

 * > “...they have the passion for learning new things, and the tenacious spirit
   > of an entrepreneur”

Previous slide Next slide



CHOOSE YOUR FRAGRANCE

Earthy_Candles_Travel

🍃
SWEE_CANDLES_TRAVEL

🌺
MAHALO FOR EXPLORING MAHALO FOR EXPLORING MAHALO FOR EXPLORING MAHALO FOR
EXPLORING MAHALO FOR EXPLORING MAHALO FOR EXPLORING MAHALO FOR EXPLORING MAHALO
FOR EXPLORING MAHALO FOR EXPLORING MAHALO FOR EXPLORING



 * COCONUT-SOY WAX
   
   We get our wax from a small farm, not with a machete from a coconut tree.
   This blend is pure and bright-white, just like fresh coconut meat.


 * DOUBLE-CONCENTRATED
   
   We work with science nerds who love making the best fragrances on Earth. All
   our scents are top-secret, and impossible to replicate.


 * COTTON WICKS
   
   Does my candle wick need to be soft? No it doesn't. But our wicks create a
   giant flame that is sure to fill any room with the sweet smell of Paradise.

Previous slide Next slide



ISLAND HOPPER BUNDLE

Automatically save up to 20%
 * OAHU PACK
   
   
   OAHU PACK
   
   WAIKIKI, PIPELINE, MANOA, LANIKAI
   
   Regular price $68.00
   Regular price $76.00 Sale price $68.00
   Unit price /  per 
   On Sale
 * KAUAI PACK
   
   
   KAUAI PACK
   
   NĀ PALI COAST, HANALEI, WAIMEA CANYON
   
   Regular price $49.00
   Regular price $57.00 Sale price $49.00
   Unit price /  per 
   On Sale
 * BIG ISLAND PACK
   
   
   BIG ISLAND PACK
   
   MAUNA KEA, HILO, KONA, MAUNA LOA
   
   Regular price $68.00
   Regular price $76.00 Sale price $68.00
   Unit price /  per 
   On Sale
 * MAUI PACK
   
   
   MAUI PACK
   
   HONOLUA BAY, HANA, JAWS, HALEAKALA
   
   Regular price $68.00
   Regular price $76.00 Sale price $68.00
   Unit price /  per 
   On Sale


9,200+ HAPPY CUSTOMERS

 * > ★★★★★
   > 
   > “These are so cute + they're puppy approved!”
   > 
   > Jaden

 * > ★★★★★
   > 
   > “We did a bamboo forest hike in Maui., The road to hana candle smells
   > exactly like rain and bamboo!”
   > 
   > Sophia Taylor

 * > ★★★★★
   > 
   > “Making gloomy Corvallis smell like paradise!!”
   > 
   > Hannah Hayes

 * > ★★★★★
   > 
   > “The Waikiki one smells exactly like my first vacation to Hawaii.
   > TROPICAL!”
   > 
   > Emily Tuttle

 * > ★★★★★
   > 
   > “I have a sensitive nose, but these candles are great!”
   > 
   > Lana P.

 * > ★★★★★
   > 
   > “I love your candles! So happy to keep a piece of Oahu with us even though
   > we're back in California 🌴”
   > 
   > Lindsay Campbell

 * > ★★★★★
   > 
   > “These are so cute + they're puppy approved!”
   > 
   > Jaden

 * > ★★★★★
   > 
   > “We did a bamboo forest hike in Maui., The road to hana candle smells
   > exactly like rain and bamboo!”
   > 
   > Sophia Taylor

 * > ★★★★★
   > 
   > “Making gloomy Corvallis smell like paradise!!”
   > 
   > Hannah Hayes

 * > ★★★★★
   > 
   > “The Waikiki one smells exactly like my first vacation to Hawaii.
   > TROPICAL!”
   > 
   > Emily Tuttle

 * > ★★★★★
   > 
   > “I have a sensitive nose, but these candles are great!”
   > 
   > Lana P.

 * > ★★★★★
   > 
   > “I love your candles! So happy to keep a piece of Oahu with us even though
   > we're back in California 🌴”
   > 
   > Lindsay Campbell

 * > ★★★★★
   > 
   > “These are so cute + they're puppy approved!”
   > 
   > Jaden

 * > ★★★★★
   > 
   > “We did a bamboo forest hike in Maui., The road to hana candle smells
   > exactly like rain and bamboo!”
   > 
   > Sophia Taylor

 * > ★★★★★
   > 
   > “Making gloomy Corvallis smell like paradise!!”
   > 
   > Hannah Hayes

 * > ★★★★★
   > 
   > “The Waikiki one smells exactly like my first vacation to Hawaii.
   > TROPICAL!”
   > 
   > Emily Tuttle

 * > ★★★★★
   > 
   > “I have a sensitive nose, but these candles are great!”
   > 
   > Lana P.

 * > ★★★★★
   > 
   > “I love your candles! So happy to keep a piece of Oahu with us even though
   > we're back in California 🌴”
   > 
   > Lindsay Campbell

Previous slide Next slide

 * STORY
 * CUSTOM
 * SHIPPING
 * PRIVACY POLICY
 * STORE LOCATOR
 * REFUNDS + RETURNS
 * WHOLESALE APPLICATION


SIGN UP TO OUR NEWSLETTER

Email Address

Subscribe

Use this text to share information about your brand with your customers.
Describe a product, share announcements, or welcome customers to your store.

© 2023, IT'S PARADISE. Powered by Shopify


ACCEPTED PAYMENTS

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa



 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.






YOUR CART -

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD


 * ShopPay
 * 
 * GooglePay




MY CART



You’re $79.00 away from free shipping!


FREE SHIPPING $79
MYSTERY CANDLE $125


YOUR CART SMELLS KINDA EMPTY...





CLAIM MY $5.00
Close form 1

We'll make you laugh and give more discounts.

 

Sincerely,

The Unofficial Marketing Team


CLAIM MY $5.00


MAIN MENU

Close (esc)
 * SHOP BY STATE
   
    * HAWAII
    * ARIZONA
    * FLORIDA
    * UTAH

 * SHOP BY SCENT
   
    * 🍃
    * 🌺

 * BUNDLE & SAVE 20%
   
    * KAUAI PACK
    * MAUI PACK
    * OAHU PACK
    * BIG ISLAND PACK

 * MORE
   
    * STORY
    * CONTACT
    * FIND IN STORES
    * WHOLESALE APPLICATION

Search Search


YOUR CART - 0 ITEMS

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD