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

Submitted URL: http://giftydelivery.com/
Effective URL: https://www.giftydelivery.com/
Submission: On October 21 via api from GB — Scanned from GB

Form analysis 3 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>

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

Close


CAN MY ZIP CODE RECEIVE A GIFTY?

Gifty currently serves select zip codes within the DFW area! We are rapidly
expanding and hoping to add more zip codes ASAP! If you want your zip code to be
added, send us an email or reach out on Instagram @sendagifty


Check
Success! Send that Gifty ASAP!

Continue Shopping

Sorry, we don't deliver to your requested area... YET! Check back soon!

Try different zip code

Skip to content
$5 Delivery, Always $5 Delivery, Always $5 Delivery, Always $5 Delivery, Always
$5 Delivery, Always $5 Delivery, Always $5 Delivery, Always $5 Delivery, Always
$5 Delivery, Always $5 Delivery, Always
Menu
Menu


MAIN MENU

 * Home
 * Same-Day Giftys
 * FAQs




MAIN MENU

Close (esc)
 * Home
 * Same-Day Giftys
 * FAQs

Search Search
 * Home
 * Same-Day Giftys
    * Snacker's Delight Box
    * Classic Blooms
    * Chocoholic Box
    * Premium Blooms
    * Deluxe Blooms
    * Health Nut Box
   
   View All
 * FAQs




Search our siteSearch
Search Close (esc)

Cart (0) items
View All


SEPTEMBER GIFTYS

P.S. no hidden fees at checkout
 * Snacker's Delight Box
   
   
   SNACKER'S DELIGHT BOX
   
   Regular price $49.00
   Regular price Sale price $49.00
   Unit price /  per 
 * Classic Blooms
   
   
   CLASSIC BLOOMS
   
   Regular price $59.00
   Regular price Sale price $59.00
   Unit price /  per 
 * Chocoholic Box
   
   
   CHOCOHOLIC BOX
   
   Regular price $49.00
   Regular price Sale price $49.00
   Unit price /  per 
 * Premium Blooms
   
   
   PREMIUM BLOOMS
   
   Regular price $99.00
   Regular price $0.00 Sale price $99.00
   Unit price /  per 
 * Deluxe Blooms
   
   
   DELUXE BLOOMS
   
   Regular price $129.00
   Regular price Sale price $129.00
   Unit price /  per 
 * Health Nut Box
   
   
   HEALTH NUT BOX
   
   Regular price $54.00
   Regular price Sale price $54.00
   Unit price /  per 
 * OMG Blooms
   
   
   OMG BLOOMS
   
   Regular price $169.00
   Regular price Sale price $169.00
   Unit price /  per 
 * Rosey Blooms
   
   
   ROSEY BLOOMS
   
   Regular price $69.00
   Regular price Sale price $69.00
   Unit price /  per 

IT'S A GOOD DAY TO SEND A GIFTY IT'S A GOOD DAY TO SEND A GIFTY IT'S A GOOD DAY
TO SEND A GIFTY IT'S A GOOD DAY TO SEND A GIFTY IT'S A GOOD DAY TO SEND A GIFTY
IT'S A GOOD DAY TO SEND A GIFTY IT'S A GOOD DAY TO SEND A GIFTY IT'S A GOOD DAY
TO SEND A GIFTY IT'S A GOOD DAY TO SEND A GIFTY IT'S A GOOD DAY TO SEND A GIFTY


 * FAST & FAIR DELIVERY
   
   $5 delivery all day, everyday! No need to worry about hidden fees or
   overpriced delivery charges. We offer quick same day delivery so that no
   occasion is left behind!
   
   
   
   


 * CUSTOMIZED GIFT
   
   Choose from a variety of offerings ranging from flowers in a box to hand
   curated snack mixes. Our rotating selection of new products ensures that you
   won't ever get bored of our Giftys!


 * PERSONAL NOTE
   
   We believe that the most important part of any gift is the thought that goes
   behind it. All Giftys include a free personalized note that the recipient can
   keep forever!

Previous slide Next slide


SEND A GIFTY TO SOMEONE YOU LOVE

NEW GIFTYS EVERY MONTH NEW GIFTYS EVERY MONTH NEW GIFTYS EVERY MONTH NEW GIFTYS
EVERY MONTH NEW GIFTYS EVERY MONTH NEW GIFTYS EVERY MONTH NEW GIFTYS EVERY MONTH
NEW GIFTYS EVERY MONTH NEW GIFTYS EVERY MONTH NEW GIFTYS EVERY MONTH
 * Home
 * Same-Day Giftys
 * FAQs

 * Search
 * Contact Us

We're changing the gifting game! Follow our journey on Instagram @sendagifty

For questions, feedback, or suggestions, please contact us at
hello@giftydelivery.com

© 2024, Gifty. Powered by Shopify


ACCEPTED PAYMENTS

 * American Express
 * Discover
 * Mastercard
 * Shop Pay
 * Visa


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








MAIN MENU

Close (esc)
 * Home
 * Same-Day Giftys
 * FAQs

Search Search