kooskadoo.com
Open in
urlscan Pro
23.227.38.65
Public Scan
Submitted URL: https://adleeapplestone.com/
Effective URL: https://kooskadoo.com/
Submission: On November 01 via api from US — Scanned from DE
Effective URL: https://kooskadoo.com/
Submission: On November 01 via api from US — Scanned from DE
Form analysis
5 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" 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="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="DE">
<country-selector><label class="label visually-hidden no-js-hidden" for="nav-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
<span class="text-start">Germany (EUR €)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="DE" aria-selected="true">
<span class="pointer-events-none">Germany (EUR €)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('nav-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="search relative search--speech search--product-types" role="search" action="/search" method="get">
<label class="label visually-hidden" for="header-search">Search</label>
<script src="//kooskadoo.com/cdn/shop/t/18/assets/search-form.js?v=43677551656194261111729731796" defer="defer"></script>
<search-form class="search__form block">
<input type="hidden" name="options[prefix]" value="last">
<input type="search" class="search__input w-full input js-search-input h6" id="header-search" name="q" placeholder="search for your next favorite tee..." data-placeholder-one="search for your next favorite tee..." data-placeholder-two=""
data-placeholder-three="" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400" role="combobox"
autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
<custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" for="product_types-button">Product type</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="product_types-button" style="--custom-select-button-width: 13px;">
<span class="text-start">All</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="">
<li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
<span class="pointer-events-none">All</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Gift Card">
<span class="pointer-events-none">Gift Card</span>
</li>
<li class="custom-select__option flex items-center js-option" id="product_types-opt-1" role="option" data-value="T-Shirt">
<span class="pointer-events-none">T-Shirt</span>
</li>
</ul>
</div>
</custom-select>
<input type="hidden" id="product_type_input" name="filter.p.product_type"><button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
<span class="visually-hidden">Reset</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M5 19 19 5M5 5l14 14"></path>
</svg>
</button><speech-search-button class="search__speech focus-inset right-0" tabindex="0" title="Search by voice" style="--speech-icon-color: #e32b2b">
<svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path fill="currentColor"
d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
</path>
</svg>
</speech-search-button>
<link href="//kooskadoo.com/cdn/shop/t/18/assets/speech-search.css?v=47207760375520952331729731797" rel="stylesheet" type="text/css" media="all">
<script src="//kooskadoo.com/cdn/shop/t/18/assets/speech-search.js?v=106462966657620737681729731797" defer="defer"></script>
</search-form>
<div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
<span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>
POST /cart
<form class="form pf-form-processed" id="cart-drawer-form" action="/cart" method="post">
<cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
<div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="21" height="19" viewBox="0 0 21 19" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M10 6.25V.5h1.5v5.75H21l-3.818 12H3.818L0 6.25h10Zm-7.949 1.5 2.864 9h11.17l2.864-9H2.05h.001Z"></path>
</svg>
<p>Your bag is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
</div>
<p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:€0,00 EUR </p>
<p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
<div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
</cart-items>
</form>
POST /contact#footer-signup_form
<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect, newsletter">
<div class="form__field">
<label class="label visually-hidden" for="footer-signup">Email</label>
<div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
class="btn focus-inset has-ltr-icon">
<span class="visually-hidden">Subscribe</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
</svg>
</button></div>
</div>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" 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="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="DE">
<country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
<span class="text-start">Germany (EUR €)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="DE" aria-selected="true">
<span class="pointer-events-none">Germany (EUR €)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
Text Content
WE VALUE YOUR PRIVACY We and our partners use cookies and similar technologies stored on your device to help improve your experience on our site. We may use cookies for analytical and marketing purposes like providing personalized ads and search results, and to understand your Privacy Policy Manage preferencesAcceptDecline Skip to content FREE USA SHIPPING - NO MINIMUM PURCHASE 30 DAY FREE RETURNS More Than 800 Delightful Designs To Choose From. Shop Now! TRACK YOUR ORDERFAQS Country/Region Germany (EUR €) * Germany (EUR €) Search Search Product type All * All * Gift Card * T-Shirt Reset Search Log in Basket Menu * Home * New Arrivals * Best Sellers * Women * Back * Women * Women's Best Sellers * Women's New Arrivals * Women's Trending * Shop All Women's * Men * Back * Men * Men's Best Sellers * Men's New Arrivals * Men's Trending * Shop All Men's * Trending * Back * Trending * Women's Trending * Men's Trending * Explore * Back * Explore * Women's * Best Sellers * New Arrivals * Shop All Women's * Go to Women's * Men's * Best Sellers * New Arrivals * Shop All Men's * Go to Men's * Collections * Back * Collections * Abortion & Women's Rights * Beach & Summer * Dogs & Cats & Animals * Everything Else * Faith & Religion * Fitness and Gym * Flowers and Floral * Food and Drink * Football and Sports * Funny and Cute * Government and Politics * Hiking and Outdoors * In the USA * Kooskadoo Swag * LGBTQ * Life * Men * Mom and Dad and Grandparents * Motivation and Inspiration * Nurses and Doctors * Teachers and School * Travel and Places * Women * Gift Cards * Gift Cards * About Us * Contact Us Previous Next * T-shirt Giveaway Monthly. Enter to win. * Free shipping All orders. No minimum. * Easy and FREE returns 30 Days. We pay shipping. * Military Discounts GovX ID - 20% Off All Items FALL & WINTER 2024 Our tees are curious, amusing, delightful, and charming. Rizz up your tee collection with some slap tees from Kooskadoo. SHOP POPULAR TEES SHOP TRENDING TEES ONLY AT KOOSKADOO The USA is a great place to be, but certainly has some work to do regarding basic human rights, guns, and more. BROWSE ALL "In The USA" TEES T-SHIRT GIVEAWAY Every month there's a winner. ENTER NOW EXPLORE KOOSKADOO Browse All Collections * Abortion and Women's Rights * Faith and Religion * Government and Politics * LGBTQ * In the USA IN THE USA View More OUR FEATURED COLLECTION - PETS AND ANIMAL TEES View all DOES YOUR DOG THINK YOU'RE COOL? Shop our always growing collection of animal lover tees for your "new favorite" shirt! * Previous Next * * * * * * Kooskadoo I'm Not A People Pleaser - Cat Tee - Animals T-Shirt - Antisocial Tee - Cat Lover T-Shirt - Cat Mom Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details * Previous Next * * * * * * Kooskadoo Single Taken Will Die Alone With 18 Cats - Cats Tee - Life T-Shirt - Cute Tee - Cat T-Shirt - Kitty Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details * Previous Next * * * * * * Kooskadoo I'm A Simple Woman Sunshine Coffee Dogs - Coffee Tee - Dogs T-Shirt - Coffee Tee - Caffeine T-Shirt - Java Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details * Previous Next * * * * * * Kooskadoo Dogs Make Me Happy Humans Make My Head Hurt - Dogs Tee - Cute T-Shirt - Funny Tee - Trendy T-Shirt - Stylish Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details * Previous Next * * * * * * Kooskadoo So Apparently I'm Not Allowed To Adopt All The Dogs Rude But Ok - Dogs Tee - Cute T-Shirt - Funny Tee - Sarcastic T-Shirt - Dog-Lover Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details * Previous Next * * * * * * Kooskadoo Sometimes I Like Dogs More Than People - Dogs Tee - Dogs T-Shirt - Animals Tee - Canine T-Shirt - Pet-Love Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details * Previous Next * * * * * * Kooskadoo The Best Things In Life Are Rescued - Dogs Tee - Rescued T-Shirt - Dogs Tee - Canine T-Shirt - Companionship Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details * Previous Next * * * * * * New arrival Kooskadoo My Dog Thinks I'm Kind Of A Big Deal. - Dog Tee - Pet T-Shirt - Bond Tee - T-Shirt - Tee From €28,95 EUR Unit price / Unavailable Black Navy Athletic Heather White Choose options Choose options View details NEW ARRIVALS View More this is my happy shirt more cupcakes. no more hate. sourdough life happens after coffee happens some of y'alls cornbread... IT'S OK We're all different, and that's OK. Just because Sally is this way and Jack is that way, that isn't a reason to deprive Jack or Sally of their right to be whatever way Jack and Sally want to be. Be nice. Accept others. Live your life and let others live their life, unconditionally, BUY NOW FAITH AND RELIGION View More KOOSKADOO SWAG Rep your favorite city with a swag tee from our exclusive Kooskadoo Swag collection. Each of our swag tees represent internationally recognized cities like Paris, New York, London, Shanghai, Barcelona, and Miami to name a few. Choose from twelve cities total, with more on the way. SHOP NOW BROWSE THE KOOSKADOO COLLECTIONS Browse All Collections * Beach and Summer * Fitness and Gym * Funny and Cute * Faith and Religion * LGBTQ * Government and Politics * Life YOUR BAG Close Your bag is empty Start shopping Subtotal:€0,00 EUR Loading... Military, First Responder, Government Employee and Teacher discount available Previous Next * FREE USA Shipping No minimum purchase * Free USA Returns 30-day "no hassle" * Check your order status Updates & tracking * Have a question? Check out our FAQs * International shipping Flat rate $7 USD The Kooskadoo Clothing Co. is an internationally recognized online graphic t-shirt clothing brand based in the USA. We sell quality, eco-friendly BELLA+CANVAS tees worldwide. If you have any questions or if we can be of any further assistance please do not hesitate to contact us. We are here for you. Contact Us * Facebook * Instagram * TikTok * Pinterest * Twitter CUSTOMER SERVICE * FAQ's * Contact Us * Shipping Policy * Refund Policy * Track Your Order * GovX ID Military Discount * Shirt Size Guide * Shirt Color Guide * Secure Payments COMPANY * About Kooskadoo * Privacy Policy * Terms of Service * Cookie Policy * DMCA Notices * Disclaimers * Trademark Policy * California Supply Chains Act SIGN UP FOR UPDATES AND MORE. Sign up below for updates, exclusive offers, and more. Plus, you'll automatically be entered into our monthly T-shirt giveaway. We will use your information in accordance with our Privacy Policy. You may unsubscribe at any time. Email Subscribe Payment methods accepted * Amazon * American Express * Apple Pay * Diners Club * Discover * Meta Pay * Google Pay * Mastercard * PayPal * Shop Pay * Visa Country/Region Germany (EUR €) * Germany (EUR €) -------------------------------------------------------------------------------- © 2024 Kooskadoo. All Rights Reserved. * Do not sell or share my personal information Back CHOOSE OPTIONS Close Close Item added to your bag. View bag