shopdogwoodboutique.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://thedogwoodboutique.com/
Effective URL: https://shopdogwoodboutique.com/
Submission: On June 11 via api from BE — Scanned from CA

Form analysis 5 forms found in the DOM

GET /search

<form class="search search-bar__form" action="/search" method="get" role="search">
  <input class="search__input search-bar__input" type="search" name="q" value="" placeholder="Search" aria-label="Search">
  <button class="search-bar__submit search__submit btn--link" type="submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 37 40">
      <path
        d="M35.6 36l-9.8-9.8c4.1-5.4 3.6-13.2-1.3-18.1-5.4-5.4-14.2-5.4-19.7 0-5.4 5.4-5.4 14.2 0 19.7 2.6 2.6 6.1 4.1 9.8 4.1 3 0 5.9-1 8.3-2.8l9.8 9.8c.4.4.9.6 1.4.6s1-.2 1.4-.6c.9-.9.9-2.1.1-2.9zm-20.9-8.2c-2.6 0-5.1-1-7-2.9-3.9-3.9-3.9-10.1 0-14C9.6 9 12.2 8 14.7 8s5.1 1 7 2.9c3.9 3.9 3.9 10.1 0 14-1.9 1.9-4.4 2.9-7 2.9z">
      </path>
    </svg>
    <span class="icon__fallback-text">Submit</span>
  </button>
</form>

GET /search

<form action="/search" method="get" class="search-header search" role="search">
  <input class="search-header__input search__input" type="search" name="q" placeholder="Search" aria-label="Search">
  <button class="search-header__submit search__submit btn--link site-header__icon" type="submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 37 40">
      <path
        d="M35.6 36l-9.8-9.8c4.1-5.4 3.6-13.2-1.3-18.1-5.4-5.4-14.2-5.4-19.7 0-5.4 5.4-5.4 14.2 0 19.7 2.6 2.6 6.1 4.1 9.8 4.1 3 0 5.9-1 8.3-2.8l9.8 9.8c.4.4.9.6 1.4.6s1-.2 1.4-.6c.9-.9.9-2.1.1-2.9zm-20.9-8.2c-2.6 0-5.1-1-7-2.9-3.9-3.9-3.9-10.1 0-14C9.6 9 12.2 8 14.7 8s5.1 1 7 2.9c3.9 3.9 3.9 10.1 0 14-1.9 1.9-4.4 2.9-7 2.9z">
      </path>
    </svg>
    <span class="icon__fallback-text">Submit</span>
  </button>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="contact-form" novalidate="novalidate"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="input-group ">
    <input type="email" name="contact[email]" id="ContactFooter-email" class="input-group__field newsletter__input" value="" placeholder="Email address" aria-label="Email address" aria-required="true" required="" autocorrect="off"
      autocapitalize="off">
    <span class="input-group__btn">
      <button type="submit" class="btn newsletter__submit" name="commit" id="Subscribe">
        <span class="newsletter__submit-text--large">Subscribe</span>
      </button>
    </span>
  </div>
</form>

<form id="form" data-product-vendor="" data-product-variant="" class="w-full h-full pt-8 border-t border-gray-300 dark:border-neutral-900" autocomplete="off">
  <div class="grid gap-x-4 gap-y-4 mb-6 grid-cols-1 sm:grid-cols-2">
    <div class="col-span-2 sm:col-span-1">
      <div id="to-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="to" class="block text-xs font-medium ">To</label>
        <input type="text" name="to" id="to" required="" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer "
          placeholder="Who is it for?">
      </div>
      <p id="to-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
      <p id="to-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="to-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2 sm:col-span-1">
      <div id="from-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="from" class="block text-xs font-medium ">From</label>
        <input type="text" name="from" id="from" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer "
          placeholder="Who is this from?">
      </div>
      <p id="from-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
      <p id="from-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="from-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2">
      <div id="message-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer relative">
        <label for="message" class="block text-xs font-medium ">Message</label>
        <textarea type="text" name="message" id="message" rows="4"
          class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer  min-h-[100px]"
          placeholder="Write your message..."></textarea>
        <div class="text-gray-400 absolute top-2 right-2 text-xs"><span id="message-count">0</span>/210</div>
      </div>
      <p id="message-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
      <p id="message-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="message-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2 sm:col-span-1">
      <div id="email-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="email" class="block text-xs font-medium ">Recipient's email</label>
        <input type="email" name="email" id="email" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer "
          placeholder="recipient@giftnote.com">
      </div>
      <p id="email-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="email-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
      </p>
    </div>
    <div class="col-span-2 sm:col-span-1 ">
      <div id="phone-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
        <label for="phone" class="block text-xs font-medium ">Recipient's phone number</label>
        <input type="tel" name="phone" id="phone" data-country="US"
          class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer ">
      </div>
      <p id="phone-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Invalid</p>
      <p id="phone-mobile" class="mt-2 hidden peer-[.mobile]:block text-red-500 text-sm">Enter a mobile phone number</p>
    </div>
    <p id="medium-error" class="col-span-2 hidden text-red-500 text-sm -mt-3"> Provide an email and/or phone number </p>
    <div class="col-span-2">
      <h3 class="block text-xs font-medium  text-neutral-900 dark:text-neutral-200 my-2">When should we send your message?</h3>
      <div id="method-field" class="col-span-2 font-medium">
        <ul id="method" role="tablist"
          class="border-neutral-300 divide-neutral-200 text-neutral-800 dark:border-neutral-950 dark:divide-neutral-900 dark:text-neutral-100 flex border 0 font-medium flex-wrap sm:flex-nowrap sm:divide-x sm:divide-y-0 divide-x-0 divide-y text-center rounded-md overflow-hidden ">
          <li id="tracked-tab-parent" class="w-full " role="presentation">
            <input type="radio" id="tracked" name="method" value="tracked" class="hidden peer" required="" style="display: none;">
            <label id="tracked-tab" class="bg-white hover:bg-neutral-50  dark:bg-neutral-800 dark:hover:bg-neutral-700 cursor-pointer inline-block w-full py-2 px-3 hover:text-current  " type="button" for="tracked" role="tab"
              data-tabs-target="#tracked-panel" aria-controls="tracked-panel" aria-selected="false">On Delivery</label>
            <div></div>
          </li>
          <li class="w-full" role="presentation">
            <input type="radio" id="instant" name="method" value="instant" class="hidden peer" required="" style="display: none;">
            <label id="instant-tab" class="bg-white hover:bg-neutral-50  dark:bg-neutral-800 dark:hover:bg-neutral-700 cursor-pointer inline-block w-full py-2 px-3 hover:text-current  " type="button" for="instant" role="tab"
              data-tabs-target="#instant-panel" aria-controls="instant-panel" aria-selected="false">Send Now</label>
          </li>
          <li class="w-full" role="presentation">
            <input type="radio" id="scheduled" name="method" value="scheduled" class="hidden peer" required="" style="display: none;">
            <label id="scheduled-tab" class="bg-white hover:bg-neutral-50  dark:bg-neutral-800 dark:hover:bg-neutral-700 cursor-pointer inline-block w-full py-2 px-3 hover:text-current  " type="button" for="scheduled" role="tab"
              data-tabs-target="#scheduled-panel" aria-controls="scheduled-panel" aria-selected="false">Send Later</label>
          </li>
        </ul>
      </div>
    </div>
    <p id="method-error" class="col-span-2 hidden text-red-500 text-sm -mt-3">Select a method for your message</p>
    <div class="
        bg-white text-gray-500 border-gray-300 dark:bg-neutral-800 dark:text-neutral-50 dark:border-neutral-950
        col-span-2 p-4 rounded-md shadow-sm font-medium border
      " id="methods">
      <div class="hidden" id="instant-panel" role="tabpanel" aria-labelledby="instant-tab">
        <p class="text-center">Your message will be sent when you complete your order</p>
      </div>
      <div class="hidden" id="scheduled-panel" role="tabpanel" aria-labelledby="scheduled-tab">
        <p class="text-center mb-2">Your message will be sent at the selected date and time</p>
        <div class="grid gap-x-2 gap-y-2 grid-cols-1 sm:grid-cols-2">
          <div class="col-span-2 sm:col-span-1">
            <div id="date-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer ">
              <label for="date" class="block text-xs font-medium ">Date</label>
              <input id="date" type="date" name="trip-start" min="2024-06-11" value="2024-06-11"
                class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer ">
            </div>
            <p id="date-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
            <p id="date-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Select a date in the future</p>
            <p id="date-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
            </p>
          </div>
          <div class="col-span-2 sm:col-span-1">
            <div id="time-field" class="bg-white text-neutral-900 ring-neutral-300 dark:bg-neutral-800 dark:text-neutral-200 dark:ring-neutral-950 rounded-md px-3 pb-1.5 pt-2.5 shadow-sm ring-1 ring-inset focus-within:ring-2 peer">
              <label for="time" class="block text-xs font-medium ">Time</label>
              <select type="time" id="time" class="bg-white text-neutral-900 placeholder:text-neutral-400 dark:bg-neutral-800 dark:text-white dark:placeholder:text-neutral-400 text-base block w-full border-0 p-0 focus:ring-0 peer " required="">
                <option value="0000">12:00 AM</option>
                <option value="0030">12:30 AM</option>
                <option value="0100">1:00 AM</option>
                <option value="0130">1:30 AM</option>
                <option value="0200">2:00 AM</option>
                <option value="0230">2:30 AM</option>
                <option value="0300">3:00 AM</option>
                <option value="0330">3:30 AM</option>
                <option value="0400">4:00 AM</option>
                <option value="0430">4:30 AM</option>
                <option value="0500">5:00 AM</option>
                <option value="0530">5:30 AM</option>
                <option value="0600">6:00 AM</option>
                <option value="0630">6:30 AM</option>
                <option value="0700">7:00 AM</option>
                <option value="0730">7:30 AM</option>
                <option value="0800">8:00 AM</option>
                <option value="0830">8:30 AM</option>
                <option value="0900">9:00 AM</option>
                <option value="0930">9:30 AM</option>
                <option value="1000">10:00 AM</option>
                <option value="1030">10:30 AM</option>
                <option value="1100">11:00 AM</option>
                <option value="1130">11:30 AM</option>
                <option value="1200">12:00 PM</option>
                <option value="1230">12:30 PM</option>
                <option value="1300">1:00 PM</option>
                <option value="1330">1:30 PM</option>
                <option value="1400">2:00 PM</option>
                <option value="1430">2:30 PM</option>
                <option value="1500">3:00 PM</option>
                <option value="1530">3:30 PM</option>
                <option value="1600">4:00 PM</option>
                <option value="1630">4:30 PM</option>
                <option value="1700">5:00 PM</option>
                <option value="1730">5:30 PM</option>
                <option value="1800">6:00 PM</option>
                <option value="1830">6:30 PM</option>
                <option value="1900">7:00 PM</option>
                <option value="1930">7:30 PM</option>
                <option value="2000">8:00 PM</option>
                <option value="2030">8:30 PM</option>
                <option value="2100">9:00 PM</option>
                <option value="2130">9:30 PM</option>
                <option value="2200">10:00 PM</option>
                <option value="2230">10:30 PM</option>
                <option value="2300">11:00 PM</option>
                <option value="2330">11:30 PM</option>
              </select>
            </div>
            <p id="time-required" class="mt-2 hidden peer-[.required]:block text-red-500 text-sm">Required</p>
            <p id="time-invalid" class="mt-2 hidden peer-[.invalid]:block text-red-500 text-sm">Select a time in the future</p>
            <p id="time-error" class="mt-2 hidden peer-[.error]:block text-red-500 text-sm">
            </p>
          </div>
        </div>
      </div>
      <div id="tracked-panel" class="hidden" role="tabpanel" aria-labelledby="tracked-tab">
        <p class="text-center">Your message will be sent when your order is delivered to your shipping address</p>
      </div>
    </div>
  </div>
  <button id="save-button" type="button" class="group bg-primary button-color py-3 px-4 rounded-md w-full shadow-sm transition-opacity hover:opacity-90 leading-6">
    <span id="order-message" class="group-[.loading]:hidden">Save message</span>
    <span id="voucher-message" class="group-[.loading]:hidden">Add to cart</span>
    <span class="hidden group-[.loading]:flex items-center justify-center">
      <svg class="animate-spin h-6 w-6 button-color" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
        <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
      </svg>
    </span>
  </button>
</form>

<form id="form">
  <label id="label" for="code">Check the balance of your gift card</label>
  <div id="input">
    <input type="text" id="code" placeholder="Enter gift card code" required="">
    <button id="button" type="submit" aria-label="Search">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20">
        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"></path>
      </svg>
    </button>
  </div>
</form>

Text Content

Skip to content
Submit
Close search

Welcome to The Dogwood Boutique! Join our VIP Facebook group here!!! Our current
order processing time is 3-5 business days!!

 * Clothing
    * Tops
      * Tanks & Tees
      * Weekly Tee Drop
      * Blouses & Sweaters
    * Bottoms
      * Jeans
      * Pants & Shorts
      * Dresses & Skirts
    * *Online Exclusive*
      * *Online Exclusive* Tops
      * *Online Exclusive* Jeans & Pants
      * *Online Exclusive* Dresses
    * Last Chance sale
    * Men & Boys
    * Kids & Tween

 * Shoes & Accessories
    * Jewelry & Accessories
    * Boots
    * Sneakers
    * Sandals

 * Home & Gifts
 * Bundles
 * WHOLESALE
    * Completed Wholesale Products
    * Screen Prints & DTF Transfers

Submit
Search Log in Cart
 * Clothing
   
   * Clothing Menu
   * 
     Clothing
   * Tops
     
     * Tops Menu
     * 
       Tops
     * Tanks & Tees
     * Weekly Tee Drop
     * Blouses & Sweaters
   * Bottoms
     
     * Bottoms Menu
     * 
       Bottoms
     * Jeans
     * Pants & Shorts
     * Dresses & Skirts
   * *Online Exclusive*
     
     * *Online Exclusive* Menu
     * 
       *Online Exclusive*
     * *Online Exclusive* Tops
     * *Online Exclusive* Jeans & Pants
     * *Online Exclusive* Dresses
   * Last Chance sale
   * Men & Boys
   * Kids & Tween
 * Shoes & Accessories
   
   * Shoes & Accessories Menu
   * 
     Shoes & Accessories
   * Jewelry & Accessories
   * Boots
   * Sneakers
   * Sandals
 * Home & Gifts
 * Bundles
 * WHOLESALE
   
   * WHOLESALE Menu
   * 
     WHOLESALE
   * Completed Wholesale Products
   * Screen Prints & DTF Transfers

.collection-grid-item__title.h3 { display: none!important; }


COLLECTIONS

 * *Online Exclusive* Tops
 * *Online Exclusive* Bottoms
 * *Online Exclusive* Dresses
 * Blouses & Tops
 * Jeans
 * Shorts & Pants
 * Sneakers
 * Sandals
 * Jewelry & Accessories


SUMMER TEE COLLECTION

 * Wild Summer Comfort Colors Tee
   
   Wild Summer Comfort Colors Tee
   Regular price $24.99
   Sale price $24.99 Sale
 * Good Times & Tan Lines Comfort Colors Tee
   
   Good Times & Tan Lines Comfort Colors Tee
   Regular price $24.99
   Sale price $24.99 Sale
 * I Don't Give a Flock Comfort Colors Tee
   
   I Don't Give a Flock Comfort Colors Tee
   Regular price $24.99
   Sale price $24.99 Sale

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

View all

 * Search
 * About Us
 * Gift Registry
 * Contact Us
 * Terms of Service
 * Refund policy

Sign up for special VIP event info & exclusive discounts!

Subscribe

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

© 2024, The Dogwood Boutique Powered by Shopify
Payment methods
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024, The Dogwood Boutique Powered by Shopify
Use left/right arrows to navigate the slideshow or swipe left/right if using a
mobile device
 * choosing a selection results in a full page refresh
 * press the space key then arrow keys to make a selection


Close Remove

Gifting has never been easier

Perfect if you're short on time or are unable to deliver your gift yourself.
Enter your message and select when to send it.

To

Required

Invalid



From

Required

Invalid



Message
0/210

Required

Invalid



Recipient's email

Invalid



Recipient's phone number

Invalid

Enter a mobile phone number

Provide an email and/or phone number


WHEN SHOULD WE SEND YOUR MESSAGE?

 * On Delivery
   
 * Send Now
 * Send Later

Select a method for your message

Your message will be sent when you complete your order

Your message will be sent at the selected date and time

Date

Required

Select a date in the future



Time 12:00 AM 12:30 AM 1:00 AM 1:30 AM 2:00 AM 2:30 AM 3:00 AM 3:30 AM 4:00 AM
4:30 AM 5:00 AM 5:30 AM 6:00 AM 6:30 AM 7:00 AM 7:30 AM 8:00 AM 8:30 AM 9:00 AM
9:30 AM 10:00 AM 10:30 AM 11:00 AM 11:30 AM 12:00 PM 12:30 PM 1:00 PM 1:30 PM
2:00 PM 2:30 PM 3:00 PM 3:30 PM 4:00 PM 4:30 PM 5:00 PM 5:30 PM 6:00 PM 6:30 PM
7:00 PM 7:30 PM 8:00 PM 8:30 PM 9:00 PM 9:30 PM 10:00 PM 10:30 PM 11:00 PM 11:30
PM

Required

Select a time in the future



Your message will be sent when your order is delivered to your shipping address

Save message Add to cart
Powered by
Message saved
Gift card added to cart!
Message removed
Add a gift message 🎁 Edit gift message 🎁
Check the balance of your gift card

Searching...
Not found
Expired on
Balance:
Initial balance:
Expires on:

 * Opens in a new window.
 * Opens external website.
 * Opens external website in a new window.