www.vermontselect.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://vtselectmarijuana.com/
Effective URL: https://www.vermontselect.com/
Submission: On January 05 via api from US — Scanned from CA

Form analysis 8 forms found in the DOM

POST /cart

<form action="/cart" 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">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h3 class="type-subheading type-subheading--1 wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h3>
      <a href="#" class="slide-menu cart-close-icon cart-menu-close"><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></a>
    </div>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" 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>
					</a>

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

						<div class="cart-item--quantity-price-wrapper">
							<div class="cart-item--quantity-wrapper">
								<button type="button" class="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="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
							</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>
					</div>
				</div>
			</div>
		</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": []
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <div class="ajax-cart--cart-original-price">
        <h5><span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span></h5>
      </div>
      <div class="ajax-cart--total-price hide">
        <span class="cart-price-text type-subheading">Subtotal</span>
        <span class="cart-total-price" id="cart-price"><span class="money">$0.00</span></span>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <a href="#" class="btn btn-default cart-menu-close secondary-button">Continue Shopping</a><br>
      </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">
        <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>
    <input type="hidden" name="type" value="article,product,page,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <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>
          </a>
  </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">
        <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>
    <input type="hidden" name="type" value="article,product,page,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <a href="#" class="search-show" title="Search">
            <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>
          </a>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <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" autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <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="lds-dual-ring newsletter-spinner hide"></div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/?s=%7Bsearch_term_string%7D"></form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <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" autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <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="lds-dual-ring newsletter-spinner hide"></div>
</form>

/search

<form id="search" action="/search">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search">
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/?s=%7Bsearch_term_string%7D">
</form>

Text Content

ARE YOU OVER 21 YEARS OF AGE?




Yes No


YOUR CART


Your basket is empty


$0.00

Subtotal $0.00
Place your order

Continue Shopping


Free Priority Mail Shipping With $59.99 Purchase

 * Home
 * Merch

Search
Account
Cart


 * About
 * Farms
 * Lab Tests
 * FAQ
 * Blog
 * Contact
 * Puff Points
 * THC


 * Search
 * Account
 * Cart

 * Home
 * Merch


 * OUR HEMP COMMUNITY
   
   
   LOCALLY GROWN BY VERMONTERS
   
   We feel that promoting local agriculture and building rural economies are
   vital components to the future of hemp and cannabis here in Vermont.
   
   SEE FARMS


 * OUR HEMP COMMUNITY
   
   
   LOCALLY GROWN BY VERMONTERS
   
   We feel that promoting local agriculture and building rural economies are
   vital components to the future of hemp and cannabis here in Vermont.
   
   SEE FARMS
   


 * OUR HEMP COMMUNITY
   
   
   LOCALLY GROWN BY VERMONTERS
   
   We feel that promoting local agriculture and building rural economies are
   vital components to the future of hemp and cannabis here in Vermont.
   
   SEE FARMS

 * Previous
 * Next

PausePlay
% buffered00:00
UnmuteMute

Exit fullscreenEnter fullscreen


Play


THE FRESH DIFFERENCE

We seal flowers and pre-rolls in nitrogen charged canisters. This packaging
eliminates oxygen from the can. Our canisters are 100% recyclable and child
proof.

OUR PROCESS


SUPPORTING LOCAL AGRICULTURE


WE WORK WITH SMALL FARMS

LEARN MORE



OUR BLOG


WHAT'S NEW


FOLLOW US ON A FIELD TRIP

The land is flat and amongst the huge plants, you can barely see the horizon.
It’s just tall colas stretching up to the blue sky for as far as the eye can
see. If it weren’t for the bright, colorful signs at the beginning of each row,
one could easily get lost in this maze of stinky trees.
Read more


CBD AND PARENTING: WHAT YOU NEED TO KNOW

CBD brings many benefits to the table, avoiding the taboo that typically
accompanies canna-culture, introducing some truly beneficial properties into
your life. Read about how CBD is helping parents be the best they can be. 
Read more


TO BONG OR NOT TO BONG?

At some point in life, you’ve likely come across a crafty comrade with an
impressive smoking contraption, but with all the fancy-schmancy ways to puff
these days, we believe the good old bong to be one of the best methods to reap
the medicinal benefits of CBD flower.
Read more


JOIN OUR MAILING LIST


STAY IN THE LOOP

Sign up for our email newsletter to receive exclusive deals. Be the first to
know when a new strain drops.

Thanks for Joining!





INFO

 * About
 * Farms
 * Lab Tests
 * FAQ
 * Blog
 * Contact


LEGAL

 * Puff Points
 * Returns
 * Shipping
 * Privacy Policy
 * Terms Of Service
 * FDA Disclaimer


CONTACT US

Hours: Mon - Fri, 9am - 5pm EST

Email: contact@vermontselect.com

Phone: 1-802-735-6647

© 2024 Vermont Select

Unlock 10% Off Your First Order

Sign up for our email newsletter to receive exclusive deals, like 10% off your
first order. 

Thanks for Joining!





   
 * 
 * Home
 * Merch
 * About
 * Farms
 * Lab Tests
 * FAQ
 * Blog
 * Contact
 * Puff Points
 * THC
 * Log in
 * Create Account
    * Facebook icon
    * Instagram icon


   
 * 

   
 * 

Thanks for Joining!