irmetd.ru.com Open in urlscan Pro
2606:4700:3034::ac43:8dcd  Public Scan

URL: https://irmetd.ru.com/
Submission: On December 19 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="fresh-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>
      <h2 class="type-subheading type-subheading--1 wow animated" id="cart_dialog_label" style="visibility: visible;">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <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="ajax-cart--top-wrapper">
      <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 hide">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price d-none"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h3 id="cart_drawer_subtotal">
          <span class="cart-total-price js-cart-total" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h3>
      </div>
      <div id="rcsms-cart-widget" data-responsive="true" data-disable-branding="true" data-variant="null" style="display: none;">
        <div class="rcsms-cart-widget__wrapper" style="display: none; transform: translateY(0px); opacity: 1;"><label class="rcsms-cart-widget__label"><input type="checkbox" class="rcsms-cart-widget__checkbox"><span
              class="rcsms-cart-widget__checkmark"></span>Manage your orders via SMS</label>
          <div class="rcsms-cart-widget__logo"></div>
          <div class="rcsms-cart-widget__modal">
            <p><strong>How subscriptions work</strong></p>
            <p>Products are automatically delivered on your schedule. No obligation, modify or cancel your subscription anytime.</p>
          </div>
        </div>
      </div>
      <p class="cart--shipping-message taxes-and-shipping-message hide">Taxes and <a href="/policies/shipping-policy">shipping</a> calculated at checkout </p>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn alt-focus cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <span class="cart-button-checkout-spinner lds-dual-ring hide"></span>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
        <button class="btn btn-default cart-menu-close secondary-button alt-focus" type="button"> Continue Shopping </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="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>
                  <label for="cart-item--quantity-input" class="sr-only"></label>
        					<input
                    id="cart-item--quantity-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">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-trash-2" viewBox="0 0 24 24"><path d="M3 6h18M19 6v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2M10 11v6M14 11v6"/></svg>
                  </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>
</form>

/search

<form id="search-page-form-header" action="/search">
  <input type="hidden" name="type" value="product,page,article,collection">
  <div id="search-wrapper">
    <label for="search_text" class="sr-only" id="search_label">Search our site Smartass &amp; Sass</label>
    <input id="boost-pfs-search-box-0" name="q" type="text" size="20" placeholder="Search" autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive boost-pfs-search-box" data-search-types="product,page,article,collection"
      data-show-prices="false" data-show-vendor="false" aria-hidden="true" tabindex="-1" data-search-box="boost-pfs-search-box-0" role="combobox" aria-expanded="false" aria-autocomplete="list"
      aria-label="When autocomplete results are available use up and down arrows to review and enter to select" aria-owns="boost-pfs-search-suggestion-0" data-already-init="true">
    <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">
        <span class="header-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 20">
            <circle cx="8.571" cy="8.571" r="8.071" stroke="currentColor"></circle>
            <path stroke="currentColor" d="M0-.5h8.081" transform="rotate(45 -10.316 23.87)"></path>
          </svg>
        </span>
      </button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Clear search query" type="button"> Clear </button>
    <button class="search-bar__button search-close alt-focus" id="search-bar--close" 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 /cart/add

<form method="post" action="/cart/add" accept-charset="UTF-8" class="AddToCartForm " enctype="multipart/form-data" data-productid="8190050926806"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓"><input
    name="id" type="hidden" value="44572048687318" data-productid="8190050926806" data-value="44572048687318">
  <div data-index="1" class="item-content">
    <div class="module-wrap" id="m-1669144272415-child1-0" data-id="1669144272415-child1-0" data-label="(P) Image">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs" data-effect="default" data-pid="8190050926806" data-image-type="variant" data-default-variant="" data-select-text="" data-zoom-level="1.2"
        data-ori-size="1024x1024" data-displaytype="percentage" data-displayunit="%" data-badgemod="0">
        <div class="img-holder">
          <div class="gf_product-badge-anchor gf_pb_top-right hide">
            <div class="gf_badge-text-wrap gf_pb_sheild gf_gs-text-paragraph-2"><span>Sale Off </span></div>
          </div><img class="gf_product-image gf_featured-image gf_lazyload"
            src="//smartassandsass.com/cdn/shop/files/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-380_120x120.jpg?v=1702417578"
            data-zoom="//smartassandsass.com/cdn/shop/files/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-380_2048x2048.jpg?v=1702417578"
            alt="Disappointed But Not Surprised Unisex T-Shirt - Apparel" natural-width="1024" natural-height="1024" width="1024" height="1024" data-width="60%" data-height="auto" style="width: 60%; height: auto" data-lg-size="1024x1024">
        </div>
        <div class="gf_image-loading-wrap">
          <div class="gf_image-loading">
            <div></div>
            <div></div>
            <div></div>
            <div></div>
          </div>
        </div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child1-1" data-id="1669144272415-child1-1" data-label="(P) Title">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190050926806">
        <h3 itemprop="name" class="product-single__title"><a href="/products/november-2023-unisex-t-shirt" class="gf_product-title gf_gs-text-heading-3">Disappointed But Not Surprised Unisex T-Shirt</a></h3>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child1-2" data-id="1669144272415-child1-2" data-label="(P) Price">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190050926806" data-round-decimals="0" data-round-to="99">
        <div class="gf_product-prices" data-oldformat="${{amount}}" data-oldcurrency="USD"><span class="gf_product-compare-price money gf_gs-text-paragraph-1" style="margin-right: 5px!important;display:none;" itemprop="price"
            data-price-compare-at=""></span><span class="gf_product-price money gf_gs-text-paragraph-1" itemprop="price" data-price="24.95">$24.95</span></div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child1-3" data-id="1669144272415-child1-3" data-label="(P) Cart Button">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190050926806" data-text="Add To Cart" data-soldouttext="Sold Out" data-ajaxcart="0" data-cbto="custom" data-editlink=""
        data-ajaxtext="Adding..." data-thankyoutext="Thank you!" data-successmessage="Added to cart! [cart label=View Cart] or [continue label=Continue Shopping]." data-continue="" data-effect="" data-ani="gf_ani-shakeLeftRight" data-interval="4000"
        data-stretch-lg="0" data-stretch-md="0" data-stretch-sm="0" data-stretch-xs="0" style="opacity: 1;"><button type="submit" name="add"
          class="gf_add-to-cart product-form-product-template button btn  gf_gs-button-cart-button gf_gs-button---large"><span class="AddToCartText">Add To Cart</span></button></div>
    </div>
  </div>
  <div class="gf_clearfix"></div>
  <script type="text/plain" class="product-json" id="product-json8190050926806">
    {"id":8190050926806,"title":"Disappointed But Not Surprised Unisex T-Shirt","handle":"november-2023-unisex-t-shirt","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan style=\"color: #0b0b0a;\"\u003e\u003cstrong\u003eReads: \u003c\/strong\u003eDisappointed But Not Surprised\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #0b0b0a;\"\u003e\u003c\/span\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e\u003cspan\u003e Heather Cardinal\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eBella + Canvas Unisex Jersey Shirt\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e52% combed and ring-spun cotton 48% poly\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eMachine wash warm, inside out, with like colors. Only non-chlorine bleach. Tumble dry low.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe sizes (chest measurements):\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eXS: 31\"-34\"\u003c\/li\u003e\n\u003cli\u003eS: 34\" - 37\"\u003c\/li\u003e\n\u003cli\u003eM: 38\" - 41\"\u003c\/li\u003e\n\u003cli\u003eL: 42\" - 45\"\u003c\/li\u003e\n\u003cli\u003eXL: 46\"-49\"\u003c\/li\u003e\n\u003cli\u003e2XL: 50\"-53\"\u003c\/li\u003e\n\u003cli\u003e3XL: 54\"-57\"\u003c\/li\u003e\n\u003cli\u003e4XL: 58\"-61\"\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2023-12-07T14:39:00-06:00","created_at":"2023-10-24T15:10:32-05:00","vendor":"Smartass \u0026 Sass","type":"Apparel","tags":["2023-shop-turnoff","apparel","Gifts under $25","new","nov-2023","shop"],"price":2495,"price_min":2495,"price_max":2495,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":44572048687318,"title":"Unisex XS","option1":"Unisex XS","option2":null,"option3":null,"sku":"shirt-nov-xs","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex XS","public_title":"Unisex XS","options":["Unisex XS"],"price":2495,"weight":113,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44572048720086,"title":"Unisex S","option1":"Unisex S","option2":null,"option3":null,"sku":"shirt-nov-s","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex S","public_title":"Unisex S","options":["Unisex S"],"price":2495,"weight":113,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44572048752854,"title":"Unisex M","option1":"Unisex M","option2":null,"option3":null,"sku":"shirt-nov-m","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex M","public_title":"Unisex M","options":["Unisex M"],"price":2495,"weight":142,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44572048785622,"title":"Unisex L","option1":"Unisex L","option2":null,"option3":null,"sku":"shirt-nov-l","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex L","public_title":"Unisex L","options":["Unisex L"],"price":2495,"weight":142,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44572048818390,"title":"Unisex XL","option1":"Unisex XL","option2":null,"option3":null,"sku":"shirt-nov-xl","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex XL","public_title":"Unisex XL","options":["Unisex XL"],"price":2495,"weight":170,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44572048851158,"title":"Unisex 2XL","option1":"Unisex 2XL","option2":null,"option3":null,"sku":"shirt-nov-2xl","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex 2XL","public_title":"Unisex 2XL","options":["Unisex 2XL"],"price":2495,"weight":170,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44572048883926,"title":"Unisex 3XL","option1":"Unisex 3XL","option2":null,"option3":null,"sku":"shirt-nov-3xl","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex 3XL","public_title":"Unisex 3XL","options":["Unisex 3XL"],"price":2495,"weight":198,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":44572048916694,"title":"Unisex 4XL","option1":"Unisex 4XL","option2":null,"option3":null,"sku":"shirt-nov-4xl","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Disappointed But Not Surprised Unisex T-Shirt - Unisex 4XL","public_title":"Unisex 4XL","options":["Unisex 4XL"],"price":2495,"weight":113,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-380.jpg?v=1702417578","\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-285.jpg?v=1702417581","\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-910.jpg?v=1702417585"],"featured_image":"\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-380.jpg?v=1702417578","options":["Size"],"media":[{"alt":"Disappointed But Not Surprised Unisex T-Shirt - Apparel","id":33804377620694,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-380.jpg?v=1702417578"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-380.jpg?v=1702417578","width":1024},{"alt":"Disappointed But Not Surprised Unisex T-Shirt - Apparel","id":33804377718998,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-285.jpg?v=1702417581"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-285.jpg?v=1702417581","width":1024},{"alt":"November 2023 Unisex T-Shirt - Apparel","id":33804378144982,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-910.jpg?v=1702417585"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/disappointed-but-not-surprised-unisex-t-shirt-2023-shop-turnoff-apparel-gifts-under-25-new-nov-smartass-sass-910.jpg?v=1702417585","width":1024}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan style=\"color: #0b0b0a;\"\u003e\u003cstrong\u003eReads: \u003c\/strong\u003eDisappointed But Not Surprised\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #0b0b0a;\"\u003e\u003c\/span\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e\u003cspan\u003e Heather Cardinal\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eBella + Canvas Unisex Jersey Shirt\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e52% combed and ring-spun cotton 48% poly\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCare:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eMachine wash warm, inside out, with like colors. Only non-chlorine bleach. Tumble dry low.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe sizes (chest measurements):\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eXS: 31\"-34\"\u003c\/li\u003e\n\u003cli\u003eS: 34\" - 37\"\u003c\/li\u003e\n\u003cli\u003eM: 38\" - 41\"\u003c\/li\u003e\n\u003cli\u003eL: 42\" - 45\"\u003c\/li\u003e\n\u003cli\u003eXL: 46\"-49\"\u003c\/li\u003e\n\u003cli\u003e2XL: 50\"-53\"\u003c\/li\u003e\n\u003cli\u003e3XL: 54\"-57\"\u003c\/li\u003e\n\u003cli\u003e4XL: 58\"-61\"\u003c\/li\u003e\n\u003c\/ul\u003e"}
  </script><input type="hidden" name="product-id" value="8190050926806">
</form>

POST /cart/add

<form method="post" action="/cart/add" accept-charset="UTF-8" class="AddToCartForm " enctype="multipart/form-data" data-productid="8190063345878"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓"><input
    name="id" type="hidden" value="44572063629526" data-productid="8190063345878" data-value="44572063629526">
  <div data-index="1" class="item-content">
    <div class="module-wrap" id="m-1669144272415-child2-0" data-id="1669144272415-child2-0" data-label="(P) Image">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs" data-effect="default" data-pid="8190063345878" data-image-type="variant" data-default-variant="" data-select-text="" data-zoom-level="1.2"
        data-ori-size="1024x1024" data-displaytype="percentage" data-displayunit="%" data-badgemod="0">
        <div class="img-holder">
          <div class="gf_product-badge-anchor gf_pb_top-right hide">
            <div class="gf_badge-text-wrap gf_pb_sheild gf_gs-text-paragraph-2"><span>Sale Off </span></div>
          </div><img class="gf_product-image gf_featured-image gf_lazyload" src="//smartassandsass.com/cdn/shop/files/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-423_120x120.jpg?v=1702418078"
            data-zoom="//smartassandsass.com/cdn/shop/files/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-423_2048x2048.jpg?v=1702418078" alt="Nope Beanie" natural-width="1024" natural-height="1024" width="1024" height="1024" data-width="60%"
            data-height="auto" style="width: 60%; height: auto" data-lg-size="1024x1024">
        </div>
        <div class="gf_image-loading-wrap">
          <div class="gf_image-loading">
            <div></div>
            <div></div>
            <div></div>
            <div></div>
          </div>
        </div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child2-1" data-id="1669144272415-child2-1" data-label="(P) Title">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190063345878">
        <h3 itemprop="name" class="product-single__title"><a href="/products/november-2023-beanie" class="gf_product-title gf_gs-text-heading-3">Nope Beanie</a></h3>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child2-2" data-id="1669144272415-child2-2" data-label="(P) Price">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190063345878" data-round-decimals="0" data-round-to="99">
        <div class="gf_product-prices" data-oldformat="${{amount}}" data-oldcurrency="USD"><span class="gf_product-compare-price money gf_gs-text-paragraph-1" style="margin-right: 5px!important;display:none;" itemprop="price"
            data-price-compare-at=""></span><span class="gf_product-price money gf_gs-text-paragraph-1" itemprop="price" data-price="19.95">$19.95</span></div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child2-3" data-id="1669144272415-child2-3" data-label="(P) Cart Button">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190063345878" data-text="Add To Cart" data-soldouttext="Sold Out" data-ajaxcart="0" data-cbto="custom" data-editlink=""
        data-ajaxtext="Adding..." data-thankyoutext="Thank you!" data-successmessage="Added to cart! [cart label=View Cart] or [continue label=Continue Shopping]." data-continue="" data-effect="" data-ani="gf_ani-shakeLeftRight" data-interval="4000"
        data-stretch-lg="0" data-stretch-md="0" data-stretch-sm="0" data-stretch-xs="0" style="opacity: 1;"><button type="submit" name="add"
          class="gf_add-to-cart product-form-product-template button btn  gf_gs-button-cart-button gf_gs-button---large"><span class="AddToCartText">Add To Cart</span></button></div>
    </div>
  </div>
  <div class="gf_clearfix"></div>
  <script type="text/plain" class="product-json" id="product-json8190063345878">
    {"id":8190063345878,"title":"Nope Beanie","handle":"november-2023-beanie","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eCheck out this great head warmer! Keep your noggin warm while telling the world how you really feel. This beanie is the answer to all life’s requests of you in a beautiful deep teal.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eFrom Smartass \u0026amp; Sass\u003c\/p\u003e","published_at":"2023-12-07T14:39:02-06:00","created_at":"2023-10-24T15:13:32-05:00","vendor":"Smartass \u0026 Sass","type":"","tags":["2023-shop-turnoff","new","nov-2023","shop"],"price":1995,"price_min":1995,"price_max":1995,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":44572063629526,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"beanie-nope","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Nope Beanie","public_title":null,"options":["Default Title"],"price":1995,"weight":91,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-423.jpg?v=1702418078","\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-174.jpg?v=1702418082","\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-958.jpg?v=1702418086"],"featured_image":"\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-423.jpg?v=1702418078","options":["Title"],"media":[{"alt":"Nope Beanie","id":33804406882518,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-423.jpg?v=1702418078"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-423.jpg?v=1702418078","width":1024},{"alt":"Nope Beanie","id":33804406948054,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-174.jpg?v=1702418082"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-174.jpg?v=1702418082","width":1024},{"alt":"Nope Beanie","id":33804407079126,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-958.jpg?v=1702418086"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/nope-beanie-2023-shop-turnoff-new-nov-smartass-sass-958.jpg?v=1702418086","width":1024}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eCheck out this great head warmer! Keep your noggin warm while telling the world how you really feel. This beanie is the answer to all life’s requests of you in a beautiful deep teal.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eFrom Smartass \u0026amp; Sass\u003c\/p\u003e"}
  </script><input type="hidden" name="product-id" value="8190063345878">
</form>

POST /cart/add

<form method="post" action="/cart/add" accept-charset="UTF-8" class="AddToCartForm " enctype="multipart/form-data" data-productid="8190070161622"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓"><input
    name="id" type="hidden" value="44572071330006" data-productid="8190070161622" data-value="44572071330006">
  <div data-index="1" class="item-content">
    <div class="module-wrap" id="m-1669144272415-child3-0" data-id="1669144272415-child3-0" data-label="(P) Image">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs" data-effect="default" data-pid="8190070161622" data-image-type="variant" data-default-variant="" data-select-text="" data-zoom-level="1.2"
        data-ori-size="1024x1024" data-displaytype="percentage" data-displayunit="%" data-badgemod="0">
        <div class="img-holder">
          <div class="gf_product-badge-anchor gf_pb_top-right hide">
            <div class="gf_badge-text-wrap gf_pb_sheild gf_gs-text-paragraph-2"><span>Sale Off </span></div>
          </div><img class="gf_product-image gf_featured-image gf_lazyload" src="//smartassandsass.com/cdn/shop/files/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-292_120x120.jpg?v=1702418000"
            data-zoom="//smartassandsass.com/cdn/shop/files/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-292_2048x2048.jpg?v=1702418000" alt="November 2023 Middle Finger Winter Headband" natural-width="1024"
            natural-height="1024" width="1024" height="1024" data-width="60%" data-height="auto" style="width: 60%; height: auto" data-lg-size="1024x1024">
        </div>
        <div class="gf_image-loading-wrap">
          <div class="gf_image-loading">
            <div></div>
            <div></div>
            <div></div>
            <div></div>
          </div>
        </div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child3-1" data-id="1669144272415-child3-1" data-label="(P) Title">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190070161622">
        <h3 itemprop="name" class="product-single__title"><a href="/products/november-2023-winter-headband" class="gf_product-title gf_gs-text-heading-3">Middle Finger Winter Headband</a></h3>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child3-2" data-id="1669144272415-child3-2" data-label="(P) Price">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190070161622" data-round-decimals="0" data-round-to="99">
        <div class="gf_product-prices" data-oldformat="${{amount}}" data-oldcurrency="USD"><span class="gf_product-compare-price money gf_gs-text-paragraph-1" style="margin-right: 5px!important;display:none;" itemprop="price"
            data-price-compare-at=""></span><span class="gf_product-price money gf_gs-text-paragraph-1" itemprop="price" data-price="19.95">$19.95</span></div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child3-3" data-id="1669144272415-child3-3" data-label="(P) Cart Button">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190070161622" data-text="Add To Cart" data-soldouttext="Sold Out" data-ajaxcart="0" data-cbto="custom" data-editlink=""
        data-ajaxtext="Adding..." data-thankyoutext="Thank you!" data-successmessage="Added to cart! [cart label=View Cart] or [continue label=Continue Shopping]." data-continue="" data-effect="" data-ani="gf_ani-shakeLeftRight" data-interval="4000"
        data-stretch-lg="0" data-stretch-md="0" data-stretch-sm="0" data-stretch-xs="0" style="opacity: 1;"><button type="submit" name="add"
          class="gf_add-to-cart product-form-product-template button btn  gf_gs-button-cart-button gf_gs-button---large"><span class="AddToCartText">Add To Cart</span></button></div>
    </div>
  </div>
  <div class="gf_clearfix"></div>
  <script type="text/plain" class="product-json" id="product-json8190070161622">
    {"id":8190070161622,"title":"Middle Finger Winter Headband","handle":"november-2023-winter-headband","description":"\u003cp\u003eCheck out this great head warmer! Keep your noggin warm while telling the world how you really feel. Flip ‘em the bird in pretty winter brown.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003eFrom Smartass \u0026amp; Sass\u003c\/span\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e","published_at":"2023-12-07T14:39:01-06:00","created_at":"2023-10-24T15:15:14-05:00","vendor":"Smartass \u0026 Sass","type":"","tags":["2023-shop-turnoff","new","nov-2023","shop"],"price":1995,"price_min":1995,"price_max":1995,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":44572071330006,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"headband-finger","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Middle Finger Winter Headband","public_title":null,"options":["Default Title"],"price":1995,"weight":45,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-292.jpg?v=1702418000","\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-519.jpg?v=1702418003","\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-161.jpg?v=1702418006","\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-581.jpg?v=1702418009"],"featured_image":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-292.jpg?v=1702418000","options":["Title"],"media":[{"alt":"November 2023 Middle Finger Winter Headband","id":33804404490454,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-292.jpg?v=1702418000"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-292.jpg?v=1702418000","width":1024},{"alt":"Middle Finger Winter Headband","id":33804404588758,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-519.jpg?v=1702418003"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-519.jpg?v=1702418003","width":1024},{"alt":"Middle Finger Winter Headband","id":33804404654294,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-161.jpg?v=1702418006"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-161.jpg?v=1702418006","width":1024},{"alt":"Middle Finger Winter Headband","id":33804404785366,"position":4,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-581.jpg?v=1702418009"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/middle-finger-winter-headband-2023-shop-turnoff-new-nov-smartass-sass-581.jpg?v=1702418009","width":1024}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eCheck out this great head warmer! Keep your noggin warm while telling the world how you really feel. Flip ‘em the bird in pretty winter brown.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003eFrom Smartass \u0026amp; Sass\u003c\/span\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e"}
  </script><input type="hidden" name="product-id" value="8190070161622">
</form>

POST /cart/add

<form method="post" action="/cart/add" accept-charset="UTF-8" class="AddToCartForm " enctype="multipart/form-data" data-productid="8190046666966"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓"><input
    name="id" type="hidden" value="44572043444438" data-productid="8190046666966" data-value="44572043444438">
  <div data-index="1" class="item-content">
    <div class="module-wrap" id="m-1669144272415-child4-0" data-id="1669144272415-child4-0" data-label="(P) Image">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs" data-effect="default" data-pid="8190046666966" data-image-type="variant" data-default-variant="" data-select-text="" data-zoom-level="1.2"
        data-ori-size="1024x1024" data-displaytype="percentage" data-displayunit="%" data-badgemod="0">
        <div class="img-holder">
          <div class="gf_product-badge-anchor gf_pb_top-right hide">
            <div class="gf_badge-text-wrap gf_pb_sheild gf_gs-text-paragraph-2"><span>Sale Off </span></div>
          </div><img class="gf_product-image gf_featured-image gf_lazyload" src="//smartassandsass.com/cdn/shop/files/come-what-gray-collectible-marker-2023-shop-turnoff-new-nov-smartass-sass-564_120x120.jpg?v=1702417528"
            data-zoom="//smartassandsass.com/cdn/shop/files/come-what-gray-collectible-marker-2023-shop-turnoff-new-nov-smartass-sass-564_2048x2048.jpg?v=1702417528" alt="Come What Gray Collectible Marker" natural-width="1024" natural-height="1024"
            width="1024" height="1024" data-width="60%" data-height="auto" style="width: 60%; height: auto" data-lg-size="1024x1024">
        </div>
        <div class="gf_image-loading-wrap">
          <div class="gf_image-loading">
            <div></div>
            <div></div>
            <div></div>
            <div></div>
          </div>
        </div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child4-1" data-id="1669144272415-child4-1" data-label="(P) Title">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190046666966">
        <h3 itemprop="name" class="product-single__title"><a href="/products/november-2023-collectible-marker" class="gf_product-title gf_gs-text-heading-3">Come What Gray Collectible Marker</a></h3>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child4-2" data-id="1669144272415-child4-2" data-label="(P) Price">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190046666966" data-round-decimals="0" data-round-to="99">
        <div class="gf_product-prices" data-oldformat="${{amount}}" data-oldcurrency="USD"><span class="gf_product-compare-price money gf_gs-text-paragraph-1" style="margin-right: 5px!important;display:none;" itemprop="price"
            data-price-compare-at=""></span><span class="gf_product-price money gf_gs-text-paragraph-1" itemprop="price" data-price="4.95">$4.95</span></div>
      </div>
    </div>
    <div class="module-wrap" id="m-1669144272415-child4-3" data-id="1669144272415-child4-3" data-label="(P) Cart Button">
      <div class="module gf_module-center gf_module-center-lg gf_module--md gf_module--sm gf_module--xs " data-pid="8190046666966" data-text="Add To Cart" data-soldouttext="Sold Out" data-ajaxcart="0" data-cbto="custom" data-editlink=""
        data-ajaxtext="Adding..." data-thankyoutext="Thank you!" data-successmessage="Added to cart! [cart label=View Cart] or [continue label=Continue Shopping]." data-continue="" data-effect="" data-ani="gf_ani-shakeLeftRight" data-interval="4000"
        data-stretch-lg="0" data-stretch-md="0" data-stretch-sm="0" data-stretch-xs="0" style="opacity: 1;"><button type="submit" name="add"
          class="gf_add-to-cart product-form-product-template button btn  gf_gs-button-cart-button gf_gs-button---large"><span class="AddToCartText">Add To Cart</span></button></div>
    </div>
  </div>
  <div class="gf_clearfix"></div>
  <script type="text/plain" class="product-json" id="product-json8190046666966">
    {"id":8190046666966,"title":"Come What Gray Collectible Marker","handle":"november-2023-collectible-marker","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThis fine point Sharpie® collectible marker is in the defiant shade of ‘Come What Gray’. Winter weather is coming and we can’t do shit about it. Chin up, sassy friend, the sun will be back again someday.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eShade: Grey\u003c\/p\u003e\n\u003cp\u003eFrom Smartass \u0026amp; Sass\u003c\/p\u003e","published_at":"2023-12-07T14:38:58-06:00","created_at":"2023-10-24T15:08:58-05:00","vendor":"Smartass \u0026 Sass","type":"","tags":["2023-shop-turnoff","new","nov-2023","shop"],"price":495,"price_min":495,"price_max":495,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":44572043444438,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"marker-cozy","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Come What Gray Collectible Marker","public_title":null,"options":["Default Title"],"price":495,"weight":9,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/smartassandsass.com\/cdn\/shop\/files\/come-what-gray-collectible-marker-2023-shop-turnoff-new-nov-smartass-sass-564.jpg?v=1702417528"],"featured_image":"\/\/smartassandsass.com\/cdn\/shop\/files\/come-what-gray-collectible-marker-2023-shop-turnoff-new-nov-smartass-sass-564.jpg?v=1702417528","options":["Title"],"media":[{"alt":"Come What Gray Collectible Marker","id":33804375621846,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1024,"width":1024,"src":"\/\/smartassandsass.com\/cdn\/shop\/files\/come-what-gray-collectible-marker-2023-shop-turnoff-new-nov-smartass-sass-564.jpg?v=1702417528"},"aspect_ratio":1.0,"height":1024,"media_type":"image","src":"\/\/smartassandsass.com\/cdn\/shop\/files\/come-what-gray-collectible-marker-2023-shop-turnoff-new-nov-smartass-sass-564.jpg?v=1702417528","width":1024}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThis fine point Sharpie® collectible marker is in the defiant shade of ‘Come What Gray’. Winter weather is coming and we can’t do shit about it. Chin up, sassy friend, the sun will be back again someday.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eShade: Grey\u003c\/p\u003e\n\u003cp\u003eFrom Smartass \u0026amp; Sass\u003c\/p\u003e"}
  </script><input type="hidden" name="product-id" value="8190046666966">
</form>

GET /search

<form action="/search" method="get">
  <div class="boost-pfs-search-suggestion-style3-top-panel-input-group">
    <button class="boost-pfs-search-submit-style3" type="submit"><span>Submit</span></button>
    <input role="combobox" type="text" name="q" placeholder="Search" id="boost-pfs-search-box-style3" class="boost-pfs-search-box" autocomplete="off" data-search-box="boost-pfs-search-box-style3" aria-expanded="false" aria-autocomplete="list"
      aria-label="When autocomplete results are available use up and down arrows to review and enter to select" aria-owns="boost-pfs-search-suggestion-style3" data-already-init="true">
    <button type="button" class="boost-pfs-search-btn-clear-suggestion"><span>X</span></button>
  </div>
  <button type="button" class="boost-pfs-search-btn-close-suggestion"><span>&lt;-</span></button>
</form>

Text Content

YOUR CART



Subtotal
$0.00


YOUR CART SUBTOTAL$0.00

Manage your orders via SMS


How subscriptions work

Products are automatically delivered on your schedule. No obligation, modify or
cancel your subscription anytime.

Taxes and shipping calculated at checkout

Place your order

Continue Shopping

Your basket is empty

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



FREE SHIPPING ON SHOP ORDERS $50+

 * ABOUT US
 * FAQ
 * TRACK ORDER
 * FML REWARDS
 * S&S APP
 * ACCOUNT LOGIN
 * CONTACT US

 * 
 * 
 * 0
 * 

 * 
 * 
 * 0

 * SUBSCRIBE
 * CURRENT BOX
 * PAST BOXES
 * GIFT SOME SASS
 * SHOP
 * CLEARANCE

 * 
 * 
 * 0
 * 

 * 
 * 
 * 0

 * SUBSCRIBE
 * CURRENT BOX
 * PAST BOXES
 * GIFT SOME SASS
 * SHOP
 * CLEARANCE



 * ABOUT US
 * FAQ
 * TRACK ORDER
 * FML REWARDS
 * S&S APP
 * ACCOUNT LOGIN
 * CONTACT US

 * 
 * 
 * 0

 * 
 * 
 * 0


Search our site Smartass & Sass

Clear
Loading...


 * SUBSCRIBE
 * CURRENT BOX
 * PAST BOXES
 * GIFT SOME SASS
 * SHOP
 * CLEARANCE

 * SUBSCRIBE
 * CURRENT BOX
 * PAST BOXES
 * GIFT SOME SASS
 * SHOP
 * CLEARANCE

‹›



MONTHLY SUBSCRIPTIONS

SNARK & SARCASM DELIVERED

Smartass & Sass is a monthly subscription box for mouthy mofos. Each Big Box
comes with 8 hand-curated items—including a snarky t-shirt—saturated with pure
smartassery ($125+ value per box). Handpick select items for a personalized
subscription experience!


BIG BOX SUBSCRIPTIONS (CUSTOMIZABLE!)

8 items including a sassy shirt

BOX SUBSCRIPTIONS

7 snarky items 

SMALL BOX SUBSCRIPTIONS

3-4 snarky items

SHIRT SUBSCRIPTIONS

A sassy soft-blend shirt


HOW IT WORKS


1. SELECT A SUBSCRIPTION

Pick one: Shirt-Only, Small Box, Box, or Big Box (the Big Box is customizable!).


2. CHOOSE A PAYMENT

Pay monthly or save by pre-paying.



3. SIT PRETTY

Subscriptions ship on the 18th of the month.


‹›



WHERE YOU RECOGNIZE US FROM

AS SEEN IN



WHAT SASSCRIBERS HAVE TO SAY

REVIEWS

 * 
 * 
 * 
 * 
 * 

Each month I can't wait for this box to arrive. There's always something useful
but definitely not ordinary and never boring!

TRACY

 * 
 * 
 * 
 * 
 * 

Love, Love, Love these boxes! So fitting for my personality as well as unique.
Thanks!

KRISTEN

 * 
 * 
 * 
 * 
 * 

Everything was great! The theme was great too. I got a good giggle :) Thank you!

LYNNAE

 * 
 * 
 * 
 * 
 * 

Each month I can't wait for this box to arrive. There's always something useful
but definitely not ordinary and never boring!

TRACY

 * 
 * 
 * 
 * 
 * 

Love, Love, Love these boxes! So fitting for my personality as well as unique.
Thanks!

KRISTEN

 * 
 * 
 * 
 * 
 * 

Everything was great! The theme was great too. I got a good giggle :) Thank you!

LYNNAE

 * 
 * 
 * 
 * 
 * 

Each month I can't wait for this box to arrive. There's always something useful
but definitely not ordinary and never boring!

TRACY

 * 
 * 
 * 
 * 
 * 

Love, Love, Love these boxes! So fitting for my personality as well as unique.
Thanks!

KRISTEN

 * 
 * 
 * 
 * 
 * 

Everything was great! The theme was great too. I got a good giggle :) Thank you!

LYNNAE

‹›



SAVING MONEY?

SMALL BOX

A fraction of the price, a fraction of the goods, same wholehearted laughs.

SUBSCRIBE



NEED MORE SASS IN YOUR LIFE?

Shop our Newest Sh*t
Sale Off



DISAPPOINTED BUT NOT SURPRISED UNISEX T-SHIRT

$24.95
Add To Cart

Sale Off



NOPE BEANIE

$19.95
Add To Cart


Sale Off



MIDDLE FINGER WINTER HEADBAND

$19.95
Add To Cart



Sale Off



COME WHAT GRAY COLLECTIBLE MARKER

$4.95
Add To Cart



see all the new sh*t
NEW SH*t
APPAREL
Past Full Boxes





Back to top


- LEARN MORE -

 * SIGN UP FOR OUR NEWSLETTER
 * ABOUT US
 * FML LOYALTY PROGRAM
 * S&S APP
 * WHOLESALE
 * FAQS
 * SITEMAP
 * TERMS OF SERVICE
 * PRIVACY POLICY


- LEARN MORE -

 * SIGN UP FOR OUR NEWSLETTER
 * ABOUT US
 * FML LOYALTY PROGRAM
 * S&S APP
 * WHOLESALE
 * FAQS
 * SITEMAP
 * TERMS OF SERVICE
 * PRIVACY POLICY


- SHOP -

 * SUBSCRIBE
 * S&S SHOP
 * NEW SH*T
 * APPAREL
 * PAST FULL BOXES
 * CLEARANCE
 * GIFT SOME SASS


- SHOP -

 * SUBSCRIBE
 * S&S SHOP
 * NEW SH*T
 * APPAREL
 * PAST FULL BOXES
 * CLEARANCE
 * GIFT SOME SASS


- SUPPORT -

 * ACCOUNT LOGIN
 * MY DASHBOARD
 * MY FML POINTS
 * RETURNS & REFUNDS
 * TRACK AN ORDER
 * CONTACT US
 * FAQS


- SUPPORT -

 * ACCOUNT LOGIN
 * MY DASHBOARD
 * MY FML POINTS
 * RETURNS & REFUNDS
 * TRACK AN ORDER
 * CONTACT US
 * FAQS


- FOLLOW US -

 * Facebook icon
   
   Facebook

 * Twitter icon
   
   Twitter

 * Instagram icon
   
   Instagram

 * YouTube icon
   
   YouTube

 * TikTok icon
   
   TikTok

 * Pinterest icon
   
   Pinterest

 * LinkedIn icon
   
   LinkedIn

© 2023 Smartass & Sass | Powered by Shopify






 * SUBSCRIBE
 * CURRENT BOX
 * PAST BOXES
 * GIFT SOME SASS
 * SHOP
 * CLEARANCE
 * ABOUT US
 * FAQ
 * TRACK ORDER
 * FML REWARDS
 * S&S APP
 * ACCOUNT LOGIN
 * CONTACT US
 * Log in
 * Create Account
    * Facebook icon
      
      Facebook
   
    * Twitter icon
      
      Twitter
   
    * Instagram icon
      
      Instagram
   
    * YouTube icon
      
      YouTube
   
    * TikTok icon
      
      TikTok
   
    * Pinterest icon
      
      Pinterest
   
    * LinkedIn icon
      
      LinkedIn

Back
 * 

Back
 * 



Submit X
<-





FML Rewards
Refer Friends