jesuslovesyou.company Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://jesuslovesyou.company/
Effective URL: https://jesuslovesyou.company/
Submission: On January 09 via api from US — Scanned from CA

Form analysis 3 forms found in the DOM

GET /search

<form class="my-6 section-x-padding" action="/search" method="get" role="search">
  <div class="flex w-full max-w-xs items-end">
    <label for="sections--14605753679930__sidebar-search" class="visually-hidden">Search</label>
    <input class="min-w-0 flex-auto bg-transparent border-current border-b-text placeholder-current py-1.5" id="sections--14605753679930__sidebar-search" type="text" name="q" placeholder="Search">
    <button class="px-1" type="submit">
      <span class="inline-block w-5 h-5"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-search" viewBox="0 0 24 24">
          <path fill-rule="evenodd"
            d="M10.533 17.438a6.968 6.968 0 01-6.96-6.96 6.968 6.968 0 016.96-6.96 6.968 6.968 0 016.96 6.96 6.968 6.968 0 01-6.96 6.96zm6.949-1.314a8.917 8.917 0 002.01-5.646c0-4.941-4.02-8.96-8.96-8.96-4.94 0-8.96 4.019-8.96 8.96 0 4.94 4.02 8.96 8.96 8.96 2.082 0 3.996-.72 5.52-1.916l4.962 4.96 1.415-1.413-4.947-4.945z">
          </path>
        </svg></span>
      <span class="visually-hidden">Submit</span>
    </button>
  </div>
</form>

GET /search

<form action="/search" method="get" class="input-group search" role="search">
  <input type="hidden" name="options[prefix]" value="last"><label for="search-logo_left_menu_left-desktop" class="hidden">Submit</label>
  <div class="flex items-center justify-between">
    <button class="py-2 mr-4" aria-label="Submit" type="submit">
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-search" viewBox="0 0 24 24">
          <path fill-rule="evenodd"
            d="M10.533 17.438a6.968 6.968 0 01-6.96-6.96 6.968 6.968 0 016.96-6.96 6.968 6.968 0 016.96 6.96 6.968 6.968 0 01-6.96 6.96zm6.949-1.314a8.917 8.917 0 002.01-5.646c0-4.941-4.02-8.96-8.96-8.96-4.94 0-8.96 4.019-8.96 8.96 0 4.94 4.02 8.96 8.96 8.96 2.082 0 3.996-.72 5.52-1.916l4.962 4.96 1.415-1.413-4.947-4.945z">
          </path>
        </svg></span>
      <span class="visually-hidden">Submit</span>
    </button>
    <input id="search-logo_left_menu_left-desktop" type="text" name="q" value="" placeholder="Search" class="placeholder-current font-body w-full block bg-transparent" aria-label="Search" data-search-input="" 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">
    <button class="py-2 ml-4" @click="close()" type="button">
      <span class="visually-hidden">Close</span>
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-close" viewBox="0 0 24 24">
          <path fill-rule="evenodd" d="M18.364 4.222l1.414 1.414L13.414 12l6.364 6.364-1.414 1.414L12 13.414l-6.364 6.364-1.414-1.414L10.586 12 4.222 5.636l1.414-1.414L12 10.586z"></path>
        </svg></span>
    </button>
  </div>
  <div id="predictiveSearchResults" tabindex="-1" class="predictive-search-results text-scheme-text absolute left-0 right-0 h-screen transition-colors ease-out duration-300 z-50">
    <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="border-b-grid border-grid-color max-h-three-quarters-screen-height overflow-hidden overflow-y-auto bg-scheme-background px-section" 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 action="/search" method="get" class="input-group search" role="search">
  <input type="hidden" name="options[prefix]" value="last"><label for="search-logo_left_menu_left-mobile" class="hidden">Submit</label>
  <div class="flex items-center justify-between">
    <button class="py-2 mr-4" aria-label="Submit" type="submit">
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-search" viewBox="0 0 24 24">
          <path fill-rule="evenodd"
            d="M10.533 17.438a6.968 6.968 0 01-6.96-6.96 6.968 6.968 0 016.96-6.96 6.968 6.968 0 016.96 6.96 6.968 6.968 0 01-6.96 6.96zm6.949-1.314a8.917 8.917 0 002.01-5.646c0-4.941-4.02-8.96-8.96-8.96-4.94 0-8.96 4.019-8.96 8.96 0 4.94 4.02 8.96 8.96 8.96 2.082 0 3.996-.72 5.52-1.916l4.962 4.96 1.415-1.413-4.947-4.945z">
          </path>
        </svg></span>
      <span class="visually-hidden">Submit</span>
    </button>
    <input id="search-logo_left_menu_left-mobile" type="text" name="q" value="" placeholder="Search" class="placeholder-current font-body w-full block bg-transparent" aria-label="Search" data-search-input="" 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">
    <button class="py-2 ml-4" @click="close()" type="button">
      <span class="visually-hidden">Close</span>
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-close" viewBox="0 0 24 24">
          <path fill-rule="evenodd" d="M18.364 4.222l1.414 1.414L13.414 12l6.364 6.364-1.414 1.414L12 13.414l-6.364 6.364-1.414-1.414L10.586 12 4.222 5.636l1.414-1.414L12 10.586z"></path>
        </svg></span>
    </button>
  </div>
  <div id="predictiveSearchResults" tabindex="-1" class="predictive-search-results text-scheme-text absolute left-0 right-0 h-screen transition-colors ease-out duration-300 z-50">
    <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="border-b-grid border-grid-color max-h-three-quarters-screen-height overflow-hidden overflow-y-auto bg-scheme-background px-section" 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>

Text Content

411777 ORDERS SHIPPED SINCE THE BEGINNING. ALL SHARING THE LOVE & CHARACTER OF
JESUS. THANK YOU đź–¤


Close
Menu
Close
 * SHOP
   * SHOP ALL
   * NEW ARRIVALS
   * BEST SELLERS
   * ACCESSORIES
   * HOODIES & CREWS
   * TEES
 * BE AN AMBASSADOR
 * BUY IN BULK đź‘€
 * INFO
   * HEART & SOUL
   * FAQ'S
   * TRACK MY ORDER
   * SIZING CHART
 * CONTACT US
 * CLEARANCE SALE

 * Log in
 * Create account

Search Submit

FREE SHIPPING ON ALL U.S. ORDERS $75+ FREE SHIPPING ON ALL U.S. ORDERS $75+ FREE
SHIPPING ON ALL U.S. ORDERS $75+ FREE SHIPPING ON ALL U.S. ORDERS $75+
Skip to content

 * SHOP
    * SHOP ALL
    * NEW ARRIVALS
    * BEST SELLERS
    * ACCESSORIES
    * HOODIES & CREWS
    * TEES

 * BE AN AMBASSADOR
 * BUY IN BULK đź‘€
 * INFO
    * HEART & SOUL
    * FAQ'S
    * TRACK MY ORDER
    * SIZING CHART

 * CONTACT US
 * CLEARANCE SALE

Log in
Search
Submit
Submit Close

0 items

Menu
Search
Submit
Submit Close

0 items
 * Doves Tee
   
   Doves Tee
   
   Regular price$38 Sale price
   On Sale from $8
 * Sand Tan Logo Tee (#1 Seller)
   
   Sand Tan Logo Tee (#1 Seller)
   
   Regular price$38 Sale price
   On Sale from $8
 * "Miracles" Hoodie || Jet Black
   
   "Miracles" Hoodie || Jet Black
   
   Regular price$62 Sale price$30
 * Abide Tee || White
   
   Abide Tee || White
   
   Regular price$38 Sale price
   On Sale from $8
 * University Blue Logo Tee
   
   University Blue Logo Tee
   
   Regular price$38 Sale price
   On Sale from $8
 * JLY LIMITED || 18K Gold Plated Chain
   
   JLY LIMITED || 18K Gold Plated Chain
   
   Regular price$88 Sale price$45
 * "Church Hurt" Statement Tee || Black/Seafoam Green
   
   "Church Hurt" Statement Tee || Black/Seafoam Green
   
   Regular price$38 Sale price
   On Sale from $8
 * Premium Crossbody Bag || NEW
   
   Premium Crossbody Bag || NEW
   
   Regular price$54 Sale price$35
 * "Oversized Logo" Tee - Black On Black 3-D Puff Print
   
   "Oversized Logo" Tee - Black On Black 3-D Puff Print
   
   Regular price$40 Sale price
   On Sale from $8
 * "Madly In Love" Forest Green Tee
   
   "Madly In Love" Forest Green Tee
   
   Regular price$38 Sale price
   On Sale from $8
 * Mystery Shirt || End Of Year
   
   Mystery Shirt || End Of Year
   
   Regular price$32 Sale price
   On Sale from $5
 * "Jesus Loves Y'all" Western Tee
   
   "Jesus Loves Y'all" Western Tee
   
   Regular price$32 Sale price
   On Sale from $8
 * Premium "CONSIDER THE LILIES" Tee (Updated Version)
   
   Premium "CONSIDER THE LILIES" Tee (Updated Version)
   
   Regular price$48 Sale price
   On Sale from $8
 * Sky Blue || Monochrome "I'm Sorry" Tee
   
   Sky Blue || Monochrome "I'm Sorry" Tee
   
   Regular price$38 Sale price
   On Sale from $8
 * The Minimalist Logo Tee || Brown
   
   The Minimalist Logo Tee || Brown
   
   Regular price$38 Sale price
   On Sale from $8
 * The Minimalist Logo Tee || Forest Green
   
   The Minimalist Logo Tee || Forest Green
   
   Regular price$38 Sale price
   On Sale from $8
 * The Minimalist Logo Tee || Cardinal
   
   The Minimalist Logo Tee || Cardinal
   
   Regular price$38 Sale price
   On Sale from $8
 * Premium Puff Print 'Resolution' Hoodie
   
   Premium Puff Print 'Resolution' Hoodie
   
   Regular price$60 Sale price$30
 * Friends & Family 'Resolution' Hoodie
   
   Friends & Family 'Resolution' Hoodie
   
   Regular price$60 Sale price$30
 * "Check Front" Sand Premium Hoodie
   
   "Check Front" Sand Premium Hoodie
   
   Regular price$60 Sale price$30

View all →

WELCOME TO THE MOVEMENT. Everything on this site is designed to start
conversations, relationships, & build community.

 * HOODIES & CREWNECKS
 * TEES
 * FULL CATALOG


BEST SELLERS

View all →

 * Jesus Loves You
   
   –
   
   "FIRST LOVE(D)" Tee
   
   Regular price$38 Sale priceOn Sale from $8

 * Jesus Loves You
   
   –
   
   3-D Puff Print Black on Black Logo Tee
   
   Regular price$38 Sale priceOn Sale from $8

 * Jesus Loves You
   
   –
   
   "Check Front" Sand Premium Hoodie
   
   Regular price$60 Sale price$30

 * Jesus Loves You
   
   –
   
   Premium Puff Print "Resolution" Tee
   
   Regular price$38 Sale priceOn Sale from $8

 * Jesus Loves You
   
   –
   
   Friends & Family "Resolution" Tee
   
   Regular price$38 Sale priceOn Sale from $8

 * Jesus Loves You
   
   –
   
   Premium Puff Print 'Resolution' Hoodie
   
   Regular price$60 Sale price$30

 * Jesus Loves You
   
   –
   
   Friends & Family 'Resolution' Hoodie
   
   Regular price$60 Sale price$30

 * Jesus Loves You
   
   –
   
   “Check Front” Gray Crewneck Sweatshirt
   
   Sold out

 * Jesus Loves You
   
   –
   
   3-D Puff Print Black on Black Logo Hoodie
   
   Sold out

 * Jesus Loves You
   
   –
   
   Sticker Pack (5 Stickers)
   
   Regular price$10 Sale price$8

Please double check your cart & shipping information when ordering. We are
unable to modify or cancel orders once placed!

 * Search
 * Privacy Policy
 * Ambassador Login
 * Terms of Service
 * Refund policy



© 2024, Jesus Loves You.

Powered by Shopify


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




CART • 0



You’re only $75 away from free shipping! 🎉




YOUR CART IS EMPTY



0