www.centralcoastlavender.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://www.centralcoastlavender.com/
Submission: On November 25 via api from CA — Scanned from CA

Form analysis 3 forms found in the DOM

POST /cart

<form action="/cart" data-language-url="/" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <div class="cart-drawer__subheading">
        <h2 class="type-subheading type-subheading--1 wow fadeIn animated" id="cart_dialog_label" style="visibility: visible; animation-name: fadeIn;">
          <span class="cart-drawer--title">Your Cart</span>
        </h2>
      </div>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
					<article class="cart-item">
						<div class="cart-item-image--wrapper">
							<a class="cart-item-link" href="" tabindex="-1">
								<img
									class="cart-item-image"
									src="/product/image.jpg"
									alt=""
								/>
							</a>
						</div>
						<div class="cart-item-details--wrapper">
							<h3 class="cart-item__title">
								<a href="" class="cart-item-link cart-item-details--product-title-wrapper">
									<span class="cart-item-product-title"></span>
									<span class="cart-item-variant-title hide"></span>
									<span class="cart-item-selling-plan hide"></span>
								</a>
							</h3>

							<div class="cart-item-price-wrapper">
								<span class="sr-only">Now</span>
								<span class="cart-item-price"></span>
								<span class="sr-only">Was</span>
								<span class="cart-item-price-original"></span>
								<span class="cart-item-price-per-unit"></span>
							</div>

							<ul class="cart-item-drawer-properties"></ul>

							<ul class="order-discount--cart-list" aria-label="Discount"></ul>

							<div class="cart-item--quantity-remove-wrapper">
								<div class="cart-item--quantity-wrapper">
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-decrease"
										data-amount="-1"
										aria-label="Reduce item quantity by one"
									>-</button>
									<input
										type="text"
										class="cart-item-quantity"
										min="1"
										pattern="[0-9]*"
										aria-label="Quantity"
									>
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-increase"
										data-amount="1"
										aria-label="Increase item quantity by one"
									>+</button>
								</div>

								<div class="cart-item-remove-button-container">
									<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">Remove</button>
								</div>
							</div>

              <div class="errors hide"></div>
						</div>
					</article>
				</li>
			</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
    <div class="ajax-cart--bottom-wrapper hide">
      <div class="ajax-cart--checkout-add-note">
        <p>Add a note for the seller…</p>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
      <div class="ajax-cart--terms-conditions">
        <div class="form-group">
          <div class="checkbox">
            <label>
              <input type="checkbox" class="wetheme-custom-checkbox" id="agree" data-terms-agree="You must agree with the terms and conditions of sales to check out."> Please check this box to agree to our
              <a target="_blank" href="/policies/terms-of-service">terms and conditions</a>
            </label>
          </div>
        </div>
      </div>
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text type-subheading">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h5 id="cart_drawer_subtotal">
          <span class="cart-total-price" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h5>
      </div>
      <div class="row">
        <div class="col-md-12">
          <p class="cart--shipping-message">Taxes and <a href="/policies/shipping-policy">shipping</a> calculated at checkout </p>
        </div>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <div class="additional-checkout-buttons">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <div class="search_fieldset">
      <label for="search_text" class="sr-only" id="search_label">Search our site Central Coast Lavender</label>
      <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-show-prices="true" data-show-vendor="false" aria-hidden="true" tabindex="-1">
      <button type="button" class="search-results__meta-clear alt-focus" tabindex="0">Clear</button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form" data-cptcha="true" data-hcaptcha-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8"
    value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocomplete="email" autocapitalize="off" required="">
    <button type="submit" id="newsletter_submit" name="commit" aria-label="Join" class="alt-focus">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
  <div class="h-captcha" data-sitekey="f06e6c50-85a8-45c8-87d0-21a2b65856fe" data-size="invisible"><iframe aria-hidden="true" data-hcaptcha-widget-id="0qg4f084dqe" data-hcaptcha-response=""
      src="https://newassets.hcaptcha.com/captcha/v1/05c78a4/static/hcaptcha.html#frame=checkbox-invisible" style="display: none;"></iframe><textarea id="h-captcha-response-0qg4f084dqe" name="h-captcha-response" style="display: none;"></textarea>
  </div>
</form>

Text Content

+

Get 10% Off


YOUR CART



Your basket is empty

Add a note for the seller…

Please check this box to agree to our terms and conditions

Subtotal
$0.00

YOUR CART SUBTOTAL$0.00

Taxes and shipping calculated at checkout

Place your order



This store requires javascript to be enabled for some features to work
correctly.


 * 
 * 

 * SHARE LILA'S CULTIVATED KNOWLEDGE FOR EFFORTLESSLY INCORPORATING LAVENDER
   INTO YOUR EVERYDAY REGIMEN.

 * GAIN IN-DEPTH KNOWLEDGE OF LAVENDER FROM THE FORMULATOR WITH OUR SPECIALIZED
   E-LEARNING MODULES.

 * Discover the art of cultivating a Lavender Farm under the exclusive
   mentorship of one of the nation's pioneering farms.

 * WHERE HEALTH AND BEAUTY
   
   MEET NATURE

 1. 1
 2. 2
 3. 3
 4. 4

 * Facebook icon
 * Twitter icon
 * Instagram icon
 * YouTube icon
 * TikTok icon
 * Pinterest icon

Central Coast Lavender
0
Search our site Central Coast Lavender Clear
Loading...


Central Coast Lavender
 * 
 * 
 * 0

 * Shop Now
 * Our Philosophy
 * WHY DID WE CHOOSE TO FARM LAVENDER?
    * The birth of aromatherapy
      * Which blend are you?

 * LAVENDER USES
 * Area Attractions
    * Recipe’s

 * Blog

 * Shop Now
 * Our Philosophy
 * WHY DID WE CHOOSE TO FARM LAVENDER?
    * The birth of aromatherapy
      * Which blend are you?

 * LAVENDER USES
 * Area Attractions
    * Recipe’s

 * Blog

 * Shop Now
 * Our Philosophy
 * WHY DID WE CHOOSE TO FARM LAVENDER?
    * The birth of aromatherapy
      * Which blend are you?

 * LAVENDER USES
 * Area Attractions
    * Recipe’s

 * Blog

Central Coast Lavender
 * 
 * 
 * 0

 * Shop Now
 * Our Philosophy
 * WHY DID WE CHOOSE TO FARM LAVENDER?
    * The birth of aromatherapy
      * Which blend are you?

 * LAVENDER USES
 * Area Attractions
    * Recipe’s

 * Blog

 * Shop Now
 * Our Philosophy
 * WHY DID WE CHOOSE TO FARM LAVENDER?
    * The birth of aromatherapy
      * Which blend are you?

 * LAVENDER USES
 * Area Attractions
    * Recipe’s

 * Blog

 * Shop Now
 * Our Philosophy
 * WHY DID WE CHOOSE TO FARM LAVENDER?
    * The birth of aromatherapy
      * Which blend are you?

 * LAVENDER USES
 * Area Attractions
    * Recipe’s

 * Blog

 * 
   


 * REFRESH YOUR LINEN DRAWER
   
   
   LAVENDER SACHETS
   
   Use our Lavender Sachet to freshen up anything from your linen drawers to
   your rooms.
   Sachets
   


 * SOOTHING & CALMING FOR FACE, BODY AND LINENS
   
   
   LAVENDER MIST
   
   * Apothecary essence * Refreshes the body and spirit * *Pure lavender oil *
   Skin safe, linen safe and pet safe too
   


 * REPAIR *RELAX *RECOVER
   
   
   MOTHER NATURE TO THE RESCUE
   
   Instant Relief – a botanical spray-on mist providing prompt, cooling respite
   to weary joints and muscles.
   


 * LAVENDER & ALOE RELIEF
   
   
   HEALING BUTTER - NATURALLY CALMING
   
   delivering REAL results for people suffering through REAL Discomfor
   


 * CUSTOM FORMULATIONS WITH BIG BENEFITS
   
   
   WHICH BLEND ARE YOU?
   
   Five aromatic blends hand crafted in small batches-featuring lavender,
   customized for your every need.
   

 * 
 * 




OUR GO-TO PRODUCTS


FEATURED COLLECTION

Healing Butter Aromatherapy
$40.00


Instant Relief
$28.00 $25.00


Sale
Lavender Sachet-Hand-Painted
$22.00 $16.00


Sale
Healing Balm-Ancient Remedy Salve
$18.00 $15.00


Sale
Dream Balm
$12.00


Eye Pillow
$32.00 $25.00


Sale
View all


WELCOME TO OUR STORE

Elevate Your Self-Care Routine with our Exclusive Lavender Collection.


GET YOUR SLEEP ESSENTIAS

Begin the Dream


LAVENDER HOME ESSENTIALS


LAVENDER MIST

Lavender Pillows & Sachet


Shop now




VIP SUBSCRIBERS






SPA COLLECTION


LUXURY SPA ESSENTIALS


ESSENTIAL LAVENDER SPA COLLECTION

Embrace tranquility with our lavender collection, designed to bring calm and
relaxation into every part of your daily routine. Elevate your self-care.

Shop all


ESSENTIAL LAVENDER SPA COLLECTION

Embrace tranquility with our lavender collection, designed to bring calm and
relaxation into every part of your daily routine. Elevate your self-care.

Shop all


FROM THE BLOG


CELEBRATING LAVENDER AND ARTISAN COLLABORATION

... there were few options for showcasing our lavender in sachets.    
Read more


A CALMING YET ENERGIZING LAVENDER MATCHA LATTE RECIPE

Lavender Matcha Latte Known for its calming and soothing properties, lavender
complements matcha beautifully in this beverage which will help relax the mind
and encourage...
Read more


LAVENDER AND THE BIRTH OF AROMATHERAPY 🍃

RENÉ MAURICE GATTEFOSSÉ French Chemist and Perfumer 1881 - 1950 René Maurice
Gattefossé was a French chemist and perfumer who made significant contributions
to the...
Read more


LAVENDER HARMONY - ELEVATE YOUR WELLNESS WITH CENTRAL COAST LAVENDER'S PURE
LAVENDER MIST**

🍃 Experience the Tranquil Essence of Lavender: Unleash the Power of Body &
Spirit Renewal 🍃 Indulge in the all-encompassing serenity of Central Coast
Lavender's...
Read more
View all



AS SEEN IN




LINKS

 * SHOP NOW
 * PHILOSOPHY & COMMITMENT
 * WHICH BLEND ARE YOU?
 * RECIPES
 * AREA ATTRACTIONS
 * Media
 * SHIPPING & RETURNS
 * CONTACT US
 * Lavender Uses
 * Blog


GET CONNECTED

 * Facebook icon
 * Twitter icon
 * Instagram icon
 * YouTube icon
 * TikTok icon
 * Pinterest icon

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

© 2024 Central Coast Lavender | Powered by Shopify

Subscribe

Embrace the Art of Lavender: Explore Exclusive Recipes, Courses, and Guidance
from a Lavender Industry Pioneer

Thanks for Joining!









Instant Relief
Cindy from Fresno, US
bought Instant Relief
1 week ago

qikify
Healing Butter Aromatherapy
Brenda from Erie, US
bought Healing Butter Aromatherapy
4 weeks ago

qikify
Lavender de Provence - Bath & Body Wash
Patti from San Luis Obispo, US
bought Lavender de Provence - Bath & Body Wash
1 week ago

qikify
Healing Butter Aromatherapy
Christy from Costa Mesa, US
bought Healing Butter Aromatherapy
2 weeks ago

qikify
Healing Butter Aromatherapy
Susan from Tustin, US
bought Healing Butter Aromatherapy
3 weeks ago

qikify
Lavender Sachet-Hand-Painted
Shirley from Waipahu, US
bought Lavender Sachet-Hand-Painted
1 week ago

qikify
Healing Butter Aromatherapy
Theodore from Cerritos, US
bought Healing Butter Aromatherapy
2 weeks ago

qikify
Lavender Lovers Handbook
randy from chatsworth, US
bought Lavender Lovers Handbook
1 week ago

qikify


 * Shop Now
 * Our Philosophy
 * WHY DID WE CHOOSE TO FARM LAVENDER?
 * LAVENDER USES
 * Area Attractions
 * Blog
   
 * Log in
 * Create Account
    * Facebook icon
    * Twitter icon
    * Instagram icon
    * YouTube icon
    * TikTok icon
    * Pinterest icon

Back
 * 

Back
 * 




x

Take a screenshot of a product you wish to buy and tag
@www.threads.netcentralcoastlavenderfarm and we will send you a 10% Off Discount
Coupon Code!



Protected by hCaptcha
 * Privacy
 * Terms