It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://104.245.35.100/

  1.    <!DOCTYPE html>
  2.  
  3.  
  4. <html lang="en" itemscope itemtype="http://schema.org/WebPage">
  5. <head>
  6.  
  7.    <link rel="preconnect" href="https://d24bg2vhmgisg5.cloudfront.net" crossorigin>
  8.    <link rel="preconnect" href="https://d2zg6owwd9zpf3.cloudfront.net" crossorigin>
  9.    <style>
  10.        .cv-auto {
  11.            content-visibility: auto;
  12.            contain-intrinsic-size: 300px 800px
  13.        }
  14.    </style>
  15.    
  16.    <!--<script type="application /ld+json">
  17.          "@context": "https://schema.org",
  18.          "@type": "ClothingStore",
  19.          "name": "Stitch America",
  20.          "image": "https://d2zg6owwd9zpf3.cloudfront.net/saflagphoneheader.webp",
  21.          "@id": "https://stitchamerica.com/#",
  22.          "url": "https://stitchamerica.com/",
  23.          "telephone": "770-537-4357",
  24.          "priceRange": "$$",
  25.          "address": {
  26.            "@type": "PostalAddress",
  27.            "streetAddress": "110 Cross Street",
  28.            "addressLocality": "Bremen",
  29.            "addressRegion": "GA",
  30.            "postalCode": "30110",
  31.            "addressCountry": "US"
  32.          },
  33.          "geo": {
  34.            "@type": "GeoCoordinates",
  35.            "latitude": 33.7243588,
  36.            "longitude": -85.126826
  37.          },
  38.          "openingHoursSpecification": {
  39.            "@type": "OpeningHoursSpecification",
  40.            "dayOfWeek": [
  41.              "Monday",
  42.              "Tuesday",
  43.              "Wednesday",
  44.              "Thursday",
  45.              "Friday"
  46.            ],
  47.            "opens": "08:30",
  48.            "closes": "17:30"
  49.          },
  50.          "sameAs": [
  51.            "https://www.facebook.com/stitchamerica/",
  52.            "https://www.linkedin.com/company/stitch-america",
  53.            "https://www.youtube.com/@StitchamericaEmbroidery",
  54.            "https://www.pinterest.com/stitchamerica/"
  55.          ]
  56.        }
  57.    </script>-->
  58.  
  59.    
  60.    <meta property="og:url" content="https://stitchamerica.com/">
  61.    <meta property="og:type" content="website">
  62.    <meta property="og:title" content="Stitch America | World Class Custom Embroidery Services">
  63.    <meta property="og:description" content="Stitch America is your quality source for custom embroidery on the web. Free custom embroidery is always included and we have the simplest pricing! For the best custom embroider service out there, choose Stitch America.">
  64.    <meta property="og:image" content="https://d2zg6owwd9zpf3.cloudfront.net/saflagphoneheader.webp">
  65.    <meta property="og:image:width" content="300">
  66.    <meta property="og:image:height" content="220">
  67.  
  68.    
  69.    <meta name="twitter:card" content="summary_large_image">
  70.    <meta property="twitter:domain" content="stitchamerica.com">
  71.    <meta property="twitter:url" content="https://stitchamerica.com/">
  72.    <meta name="twitter:title" content="Stitch America | World Class Custom Embroidery Services">
  73.    <meta name="twitter:description" content="Stitch America is your quality source for custom embroidery on the web. Free custom embroidery is always included and we have the simplest pricing! For the best custom embroider service out there, choose Stitch America.">
  74.    <meta name="twitter:image" content="https://d2zg6owwd9zpf3.cloudfront.net/saflagphoneheader.webp">
  75.  
  76.  
  77.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  78.    <meta charset="utf-8">
  79.    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
  80.    <meta name="application-name" content="Stitch America">
  81.  
  82.    
  83.    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
  84.    <link rel="canonical" href="https://stitchamerica.com" />
  85.    <meta name="google-site-verification" content="s4gEZWy9nZdxIVNePeu07U6S13WNRmVWCzJGrkuR8HI" />
  86.    <style>
  87.        /* ===== hero layout ===== */
  88.        #hero-rotator { /* wrapper keeps natural height */
  89.            position: relative;
  90.            overflow: hidden;
  91.        }
  92.  
  93.        .hero-slide {
  94.            display: none;
  95.            opacity: 0;
  96.            transition: opacity .8s ease-in-out;
  97.        }
  98.  
  99.            .hero-slide.active {
  100.                display: block;
  101.                opacity: 1;
  102.            }
  103.  
  104.            /* optional: images fill their columns neatly */
  105.            .hero-slide img {
  106.                width: 100%;
  107.                height: 80%;
  108.                object-fit: cover;
  109.            }
  110.  
  111.        /* ===== mobile hero layout ===== */
  112.        #mobile-hero-rotator {
  113.            position: relative;
  114.            overflow: hidden;
  115.        }
  116.  
  117.        .m-hero-slide {
  118.            display: none;
  119.            opacity: 0;
  120.            transition: opacity 0.8s ease-in-out;
  121.        }
  122.  
  123.            .m-hero-slide.active {
  124.                display: block;
  125.                opacity: 1;
  126.            }
  127.  
  128.        /* base styling for the background block used in each slide */
  129.        .thebest {
  130.            /* match your inline style defaults, but keep some in CSS */
  131.            background-position-x: center !important;
  132.            background-repeat: no-repeat !important;
  133.            background-size: contain !important; /* uses the image’s aspect ratio */
  134.            min-height: 45vh; /* ensure visible area on phones */
  135.            display: flex;
  136.            align-items: center;
  137.            justify-content: center;
  138.        }
  139.  
  140.            /* center the inner content vertically a bit nicer on small screens */
  141.            .thebest .row {
  142.                width: 100%;
  143.                margin: 0;
  144.            }
  145.  
  146.        .phone-hero-text-style-1,
  147.        .phone-hero-text-style-2,
  148.        .phone-hero-text-style-3 {
  149.            display: flex;
  150.            margin: 0.15rem 0;
  151.            text-align: center;
  152.        }
  153.  
  154.        .phone-hero-text-style-3 {
  155.            padding-left: 1rem;
  156.            padding-right: 1rem;
  157.        }
  158.  
  159.        /* Make the CTA a little narrower on small screens */
  160.        .m-cta {
  161.            max-width: 320px;
  162.        }
  163.    </style>
  164.  
  165.  
  166.  
  167.    
  168.    <meta name="description" content="Stitch America is your quality source for custom embroidery on the web. Free custom embroidery is always included and we have the simplest pricing! For the best custom embroider service out there, choose Stitch America." />
  169.  
  170.    <title>Stitch America | World Class Custom Embroidery Services</title>
  171.    <link rel="stylesheet" href="/content/stitch-america.min.css">
  172.    <link async rel="stylesheet" href="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/latest/js-cloudimage-responsive.min.css?vh=a076ef&func=proxy">
  173.  
  174.    
  175.    <script>
  176.        (function (w, d, s, l, i) {
  177.            w[l] = w[l] || []; w[l].push({
  178.                'gtm.start':
  179.                    new Date().getTime(), event: 'gtm.js'
  180.            }); var f = d.getElementsByTagName(s)[0],
  181.                j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
  182.                    'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
  183.        })(window, document, 'script', 'dataLayer', 'GTM-MR9LFM');
  184.    </script>
  185.    <style>
  186.        /* kill underlines inside this nav only */
  187.        
  188.        .nav-link,
  189.        .dropdown-item {
  190.            text-decoration: none !important;
  191.        }
  192.  
  193.      
  194.            .nav-link:hover,
  195.            .dropdown-item:hover {
  196.                text-decoration: none !important; /* change to underline if you WANT hover underline */
  197.            }
  198.            /* if you have a global `.active { text-decoration: underline; }`, neutralize it here */
  199.            .nav-link.active,
  200.            .dropdown-item.active,
  201.            .offcanvas-styling.active,
  202.            .dropdown-styling.active,
  203.            .top-header-styling.active {
  204.                text-decoration: none !important;
  205.            }
  206.    </style>
  207. </head>
  208.  
  209. <body>
  210.    
  211.    <noscript>
  212.        <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MR9LFM"
  213.                height="0" width="0" style="display:none;visibility:hidden"></iframe>
  214.    </noscript>
  215.  
  216.  
  217.    <div id="responsive_body">
  218.        <div class="body-content">
  219.            
  220. <input id="sw" name="sw" type="hidden" value="0" />
  221. <input id="auth" name="auth" type="hidden" value="False" />
  222.  
  223.  
  224.  
  225. <div id="responsive_nav">
  226.  
  227.    
  228.    <div class="navbar navbar-expand-lg darkblue-bg sticky-top navbar-dark p-2 shadow-sm pb-2">
  229.        <div class="container">
  230.            <div class="d-flex flex-row mt-1">
  231.  
  232.                
  233.                <div class="w-25 d-flex d-none d-md-block me-3">
  234.                    <a class="stitch-america-header-font text-center" href="/"><img class="img-fluid" style="width:50px; height:36px; color:#ffffff !important;" src="https://d2zg6owwd9zpf3.cloudfront.net/saflagphoneheader.webp" alt="Stitch America flag" /><strong style="font-size:0.7em !important;">  Stitch America</strong></a>
  235.                </div>
  236.  
  237.                
  238.                <div class="d-flex d-block d-md-none">
  239.                    <a style="color:#ffffff;" href="/"><img class="img-fluid me-5" style="width:55px; height: 40px;" src="https://d2zg6owwd9zpf3.cloudfront.net/saflagphoneheader.webp" alt="Stitch America flag" /></a>
  240.                </div>
  241.  
  242.                
  243.                <div class="w-50 d-flex d-none d-md-block align-self-center ms-5">
  244.                    <a class="top-header-styling pe-4" style="color: #ffffff !important;" href="tel:+1-770-537-4357"><img src="https://d24bg2vhmgisg5.cloudfront.net/phone.webp" width="31" height="31" alt="phone icon" />770-537-4357</a>
  245.                    <a class="top-header-styling pe-4" style="color: #ffffff !important;" href="/service/contact"><img src="https://d24bg2vhmgisg5.cloudfront.net/email.webp" width="31" height="31" alt="email icon" />&nbsp;&nbsp;Email</a>
  246.                    <a class="top-header-styling" style="color: #ffffff !important;" href="/account/uploadmylogo"><img src="https://d24bg2vhmgisg5.cloudfront.net/upload.webp" width="31" height="31" alt="upload icon" />Upload</a>
  247.                </div>
  248.  
  249.                
  250.                <div class="d-flex d-none d-sm-block d-md-none align-self-center">
  251.                    <a class="top-header-styling" style="color: #ffffff !important;" href="/account/uploadmylogo"><img ci-src="https://d24bg2vhmgisg5.cloudfront.net/upload.webp" alt="login icon" ci-do-not-replace-url="true" />&nbsp;&nbsp;Upload Logo</a>
  252.                </div>
  253.  
  254.  
  255.                
  256.                <div class="w-25 d-flex d-none d-sm-block ms-5">
  257.                    <form class="navbar-form justify-content-end" role="search" action="/search/">
  258.                        <div class="input-group  align-self-center">
  259.                            <input type="text" class="form-control search" placeholder="Search" name="q" id="q">
  260.                            <Button class="btn-success" id="ss360SearchButton" type="submit"><img src="https://d24bg2vhmgisg5.cloudfront.net/search.webp" width="27" height="27" alt="search icon" /></Button>
  261.                        </div>
  262.                    </form>
  263.                </div>
  264.  
  265.                
  266.                <div class="d-flex d-block d-sm-none w-50 ps-3 align-self-center">
  267.                    <form class="navbar-form justify-content-end" role="search" action="/search/">
  268.                        <div class="input-group">
  269.                            <input type="text" class="form-control search" placeholder="Search" name="q" id="q1">
  270.                            <Button class="btn-success" id="ss360SearchButton1" type="submit"><img src="https://d24bg2vhmgisg5.cloudfront.net/search.webp" height="27" width="27" alt="search icon" /></Button>
  271.                        </div>
  272.                    </form>
  273.                </div>
  274.  
  275.                
  276.                <div class="d-flex d-block d-sm-none justify-content-center w-25 ps-3">
  277.  
  278.                    <button class="btn btn-primary align-self-center" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight">
  279.                        <img src="https://d24bg2vhmgisg5.cloudfront.net/hamburger.webp" height="31" width="31" alt="hamburger icon" />
  280.                    </button>
  281.  
  282.  
  283.                    <div class="offcanvas offcanvas-end d-flex d-block d-sm-none bg-secondary lightblue-bg" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
  284.                        <div class="offcanvas-header">
  285.                            <img loading="lazy" class="img-fluid" style="max-width:17%; height:auto; color:#ffffff !important;" src="https://d2zg6owwd9zpf3.cloudfront.net/sapatchflag.webp" />
  286.                            <h5 id="offcanvasLLabel" class="offcanvas-logo-text">Stitch America</h5>
  287.                            <button type="button" class="btn-close text-reset btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  288.                        </div>
  289.  
  290.                        <div class="offcanvas-body">
  291.                            <div class="offcanvas-body">
  292.                                <ul class="navbar-nav ms-auto">
  293.                                    <li class="nav-item dropdown">
  294.                                        <a class="nav-link mx-2 active dropdown-toggle offcanvas-styling" role="button" data-bs-toggle="dropdown" href="/catalog/custom-embroidered-caps-hats">Headwear</a>
  295.                                        <ul class="dropdown-menu">
  296.                                            <li> <a class="dropdown-item" href="/catalog/custom-embroidered-caps-hats"><strong>ALL HEADWEAR</strong></a></li>
  297.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-adjustable">Adjustable</a></li>
  298.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-snapback">Snap Back</a></li>
  299.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-trucker">Trucker</a></li>
  300.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-leather-patches">Leather Patches</a></li>
  301.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embrodered-flat-bill">Flat Bill</a></li>
  302.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-dad-hat">Dad Hats</a></li>
  303.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-dry-fit">Dry Fit</a></li>
  304.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-flexfit">Flexfit</a></li>
  305.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-beanies">Beanies</a></li>
  306.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-visors">Visors</a></li>
  307.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-headbands">Headbands</a></li>
  308.                                            <li> <a class="dropdown-item" href="/catalog/category/headwear-other">Other</a></li>
  309.                                        </ul>
  310.                                    </li>
  311.  
  312.                                    <li class="nav-item dropdown">
  313.                                        <a class="nav-link mx-2 active dropdown-toggle offcanvas-styling" role="button" data-bs-toggle="dropdown" href="/catalog/custom-embroidered-shirts">Shirts</a>
  314.                                        <ul class="dropdown-menu">
  315.                                            <li> <a class="dropdown-item" href="/catalog/custom-embroidered-shirts"><strong>ALL SHIRTS</strong></a></li>
  316.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-polo-shirts">Polos</a></li>
  317.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-dry-fit">Dry Fit</a></li>
  318.                                            <li> <a class="dropdown-item" href="/catalog/category/shirts-full-button">Button Up</a></li>
  319.                                            <li> <a class="dropdown-item" href="/catalog/category/shirts-denim">Denim</a></li>
  320.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-t-shirts">T Shirts</a></li>
  321.                                            <li> <a class="dropdown-item" href="/catalog/category/shirts-turtlenecks">Turtlenecks</a></li>
  322.                                            <li> <a class="dropdown-item" href="/catalog/category/shirts-henley">Henley</a></li>
  323.                                            <li> <a class="dropdown-item" href="/catalog/category/shirts-youth">Youth</a></li>
  324.                                            <li> <a class="dropdown-item" href="/catalog/category/shirts-big-and-tall">Big & Tall</a></li>
  325.                                        </ul>
  326.                                    </li>
  327.  
  328.                                    <li class="nav-item dropdown">
  329.                                        <a class="nav-link mx-2 active dropdown-toggle offcanvas-styling" role="button" data-bs-toggle="dropdown" href="/catalog/outerwear">Outerwear</a>
  330.                                        <ul class="dropdown-menu">
  331.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear"><strong>ALL OUTERWEAR</strong></a></li>
  332.  
  333.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-jackets">Jackets</a></li>
  334.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear-dry-fit">Dry Fit</a></li>
  335.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-sweatshirts">Sweatshirts</a></li>
  336.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear-pullovers">Pullovers</a></li>
  337.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear-sweaters">Sweaters</a></li>
  338.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear-vests">Vests</a></li>
  339.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear-fleece">Fleece</a></li>
  340.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear-youth">Youth</a></li>
  341.                                            <li> <a class="dropdown-item" href="/catalog/category/outerwear-big-and-tall">Big & Tall</a></li>
  342.                                        </ul>
  343.                                    </li>
  344.  
  345.                                    <li class="nav-item dropdown">
  346.                                        <a class="nav-link mx-2 active dropdown-toggle offcanvas-styling" role="button" data-bs-toggle="dropdown" href="/catalog/ladies">Women's</a>
  347.                                        <ul class="dropdown-menu">
  348.                                            <li> <a class="dropdown-item" href="/catalog/category/ladies"><strong>ALL WOMEN'S</strong></a></li>
  349.  
  350.                                            <li> <a class="dropdown-item" href="/catalog/category/ladies-polos">Polos</a></li>
  351.                                            <li> <a class="dropdown-item" href="/catalog/category/ladies-dry-fit">Dry Fit</a></li>
  352.                                            <li> <a class="dropdown-item" href="/catalog/category/ladies-full-button">Button Up</a></li>
  353.                                            <li> <a class="dropdown-item" href="/catalog/category/womens-embroidered-denim-shirts">Denim</a></li>
  354.                                            <li> <a class="dropdown-item" href="/catalog/category/ladies-t-shirts">T Shirts</a></li>
  355.                                            <li> <a class="dropdown-item" href="/catalog/category/ladies-sleeveless">Sleeveless</a></li>
  356.                                        </ul>
  357.                                    </li>
  358.  
  359.                                    <li class="nav-item dropdown">
  360.                                        <a class="nav-link mx-2 active dropdown-toggle offcanvas-styling" role="button" data-bs-toggle="dropdown" href="/catalog/custom-embroidered-workwear">Workwear</a>
  361.                                        <ul class="dropdown-menu">
  362.                                            <li> <a class="dropdown-item" href="/catalog/custom-embroidered-workwear"><strong>ALL WORKWEAR</strong></a></li>
  363.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-shirts">Shirts</a></li>
  364.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-outerwear">Outerwear</a></li>
  365.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-headwear">Headwear</a></li>
  366.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-healthcare">Healthcare</a></li>
  367.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-scrubs">Scrubs</a></li>
  368.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-lab-coats">Lab Coats</a></li>
  369.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-aprons">Aprons</a></li>
  370.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-safety">Safety</a></li>
  371.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-pants"> Bottoms</a></li>
  372.                                            <li> <a class="dropdown-item" href="/catalog/category/workwear-other">Miscellaneous</a></li>
  373.                                        </ul>
  374.                                    </li>
  375.  
  376.                                    <li class="nav-item dropdown">
  377.                                        <a class="nav-link mx-2 active dropdown-toggle offcanvas-styling" role="button" data-bs-toggle="dropdown" href="/catalog/category/more">Accessories</a>
  378.                                        <ul class="dropdown-menu">
  379.                                            <li> <a class="dropdown-item" href="/catalog/category/more"><strong>ALL ACCESSORIES</strong></a></li>
  380.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-blankets">Blankets</a></li>
  381.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-bags">Bags</a></li>
  382.                                            <li> <a class="dropdown-item" href="/catalog/category/more-scarves">Scarves</a></li>
  383.                                            <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-towels">Towels</a></li>
  384.                                            <li> <a class="dropdown-item" href="/catalog/category/more-loungewear">Loungewear</a></li>
  385.                                            <li> <a class="dropdown-item" href="/catalog/category/more-other">Other</a></li>
  386.                                        </ul>
  387.                                    </li>
  388.  
  389.                                    <li class="nav-item dropdown">
  390.                                        <a class="nav-link mx-2 active dropdown-toggle offcanvas-styling" role="button" data-bs-toggle="dropdown" href="/catalog/brands">All Brands</a>
  391.                                        <ul class="dropdown-menu">
  392.                                            <li> <a class="dropdown-item" href="/catalog/brands"><strong>ALL BRANDS</strong></a></li>
  393.  
  394.                                            <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  395.                                            <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  396.                                            <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  397.                                            <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  398.                                            <li> <a class="dropdown-item" href="/catalog/brand/gildan">Gildan</a></li>
  399.                                            <li> <a class="dropdown-item" href="/catalog/brand/outdoor-cap">Outdoor Cap</a></li>
  400.                                            <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  401.                                        </ul>
  402.                                    </li>
  403.  
  404.                                    <li class="nav-item dropdown">
  405.                                        <a class="nav-link text-nowrap offcanvas-styling" href="/service">
  406.                                            
  407.                                            <img src="https://d24bg2vhmgisg5.cloudfront.net/help.webp" height="21" width="21" alt="help icon" />
  408.                                            &nbsp;&nbsp;Help?
  409.                                        </a>
  410.                                    </li>
  411.  
  412.                                    <li class="nav-item dropdown">
  413.                                        <a id="cart-link" class="nav-link text-nowrap offcanvas-styling" href="/account/cart">
  414.                                            
  415.                                            <img src="https://d24bg2vhmgisg5.cloudfront.net/cart.webp" height="21" width="21" alt="cart icon" />
  416.                                            &nbsp;&nbsp;Cart
  417.                                        </a>
  418.                                    </li>
  419.  
  420.                                    <li class="nav-item dropdown">
  421.                                        <a class="nav-link text-nowrap offcanvas-styling" style="color: #ffffff !important;" href="/account/uploadmylogo">
  422.                                            
  423.                                            <img src="https://d24bg2vhmgisg5.cloudfront.net/upload.webp" height="21" width="21" alt="upload icon" />
  424.                                            &nbsp;&nbsp;Upload
  425.                                        </a>
  426.                                    </li>
  427.  
  428.                                            
  429.                                            <li class="nav-item">
  430.                                                <a href="/account/login" class="nav-link offcanvas-styling"><span><img src="https://d24bg2vhmgisg5.cloudfront.net/login.webp" height="21" width="21" alt="login icon" />&nbsp;&nbsp;</span>Login</a>
  431.                                            </li>
  432.                                            
  433.  
  434.  
  435.                                </ul>
  436.                            </div>
  437.                        </div>
  438.                    </div>
  439.                </div>
  440.            </div>
  441.        </div>
  442.    </div>
  443.  
  444.    
  445.    <div class="navbar navbar-expand-lg sticky-top navbar-dark p-1 lightblue-bg d-flex d-none d-lg-block">
  446.        <div class="container">
  447.            <div class="d-flex flex-row">
  448.  
  449.                
  450.                <div class="d-flex collapse navbar-collapse w-75 justify-content-start" id="navbarNavDropdown">
  451.                    <ul class="navbar-nav ms-auto">
  452.                        <li class="nav-item dropdown">
  453.                            <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/custom-embroidered-caps-hats">Headwear</a>
  454.                            <ul class="dropdown-menu">
  455.                                <li> <a class="dropdown-item" href="/catalog/custom-embroidered-caps-hats"><strong>ALL HATS</strong></a></li>
  456.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-adjustable">Adjustable</a></li>
  457.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-snapback">Snap Back</a></li>
  458.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-trucker">Trucker</a></li>
  459.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-leather-patches">Leather Patches</a></li>
  460.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-flat-bill">Flat Bill</a></li>
  461.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-dad-hat">Dad Hats</a></li>
  462.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-dry-fit">Dry Fit</a></li>
  463.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-flexfit">Flexfit</a></li>
  464.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-beanies">Beanies</a></li>
  465.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-visors">Visors</a></li>
  466.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-headbands">Headbands</a></li>
  467.                                <li> <a class="dropdown-item" href="/catalog/category/headwear-other">Other</a></li>
  468.                            </ul>
  469.                        </li>
  470.                        <li class="nav-item dropdown">
  471.                            <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/custom-embroidered-shirts">Shirts</a>
  472.                            <ul class="dropdown-menu">
  473.                                <li> <a class="dropdown-item" href="/catalog/custom-embroidered-shirts"><strong>ALL SHIRTS</strong></a></li>
  474.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-polo-shirts">Polos</a></li>
  475.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-dry-fit">Dry Fit</a></li>
  476.                                <li> <a class="dropdown-item" href="/catalog/category/shirts-full-button">Button Up</a></li>
  477.                                <li> <a class="dropdown-item" href="/catalog/category/shirts-denim">Denim</a></li>
  478.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-t-shirts">T Shirts</a></li>
  479.                                <li> <a class="dropdown-item" href="/catalog/category/shirts-turtlenecks">Turtlenecks</a></li>
  480.                                <li> <a class="dropdown-item" href="/catalog/category/shirts-henley">Henley</a></li>
  481.                                <li> <a class="dropdown-item" href="/catalog/category/shirts-youth">Youth</a></li>
  482.                                <li> <a class="dropdown-item" href="/catalog/category/shirts-big-and-tall">Big & Tall</a></li>
  483.                            </ul>
  484.                        </li>
  485.                        <li class="nav-item dropdown">
  486.                            <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/outerwear">Outerwear</a>
  487.                            <ul class="dropdown-menu">
  488.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear"><strong>ALL OUTERWEAR</strong></a></li>
  489.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-jackets">Jackets</a></li>
  490.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear-dry-fit">Dry Fit</a></li>
  491.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-sweatshirts">Sweatshirts</a></li>
  492.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear-pullovers">Pullovers</a></li>
  493.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear-sweaters">Sweaters</a></li>
  494.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear-vests">Vests</a></li>
  495.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear-fleece">Fleece</a></li>
  496.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear-youth">Youth</a></li>
  497.                                <li> <a class="dropdown-item" href="/catalog/category/outerwear-big-and-tall">Big & Tall</a></li>
  498.                            </ul>
  499.                        </li>
  500.  
  501.                        <li class="nav-item dropdown">
  502.                            <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/ladies">Women's</a>
  503.                            <ul class="dropdown-menu">
  504.                                <li> <a class="dropdown-item" href="/catalog/category/ladies"><strong>ALL WOMEN'S</strong></a></li>
  505.                                <li> <a class="dropdown-item" href="/catalog/category/ladies-polos">Polos</a></li>
  506.                                <li> <a class="dropdown-item" href="/catalog/category/ladies-dry-fit">Dry Fit</a></li>
  507.                                <li> <a class="dropdown-item" href="/catalog/category/ladies-full-button">Button Up</a></li>
  508.                                <li> <a class="dropdown-item" href="/catalog/category/womens-embroidered-denim-shirts">Denim</a></li>
  509.                                <li> <a class="dropdown-item" href="/catalog/category/ladies-t-shirts">T Shirts</a></li>
  510.                                <li> <a class="dropdown-item" href="/catalog/category/ladies-sleeveless">Sleeveless</a></li>
  511.                            </ul>
  512.                        </li>
  513.  
  514.                        <li class="nav-item dropdown">
  515.                            <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/custom-embroidered-workwear">Workwear</a>
  516.                            <ul class="dropdown-menu">
  517.                                <li> <a class="dropdown-item" href="/catalog/custom-embroidered-workwear"><strong>ALL WORKWEAR</strong></a></li>
  518.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-shirts">Shirts</a></li>
  519.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-outerwear">Outerwear</a></li>
  520.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-headwear">Headwear</a></li>
  521.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-healthcare">Healthcare</a></li>
  522.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-scrubs">Scrubs</a></li>
  523.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-lab-coats">Lab Coats</a></li>
  524.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-aprons">Aprons</a></li>
  525.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-safety">Safety</a></li>
  526.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-pants"> Bottoms</a></li>
  527.                                <li> <a class="dropdown-item" href="/catalog/category/workwear-other">Miscellaneous</a></li>
  528.                            </ul>
  529.                        </li>
  530.  
  531.                        <li class="nav-item dropdown">
  532.                            <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/category/more">Accessories</a>
  533.                            <ul class="dropdown-menu">
  534.                                <li> <a class="dropdown-item" href="/catalog/category/more"><strong>ALL ACCESSORIES</strong></a></li>
  535.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-blankets">Blankets</a></li>
  536.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-bags">Bags</a></li>
  537.                                <li> <a class="dropdown-item" href="/catalog/category/more-scarves">Scarves</a></li>
  538.                                <li> <a class="dropdown-item" href="/catalog/category/custom-embroidered-towels">Towels</a></li>
  539.                                <li> <a class="dropdown-item" href="/catalog/category/more-loungewear">Loungewear</a></li>
  540.                                <li> <a class="dropdown-item" href="/catalog/category/more-other">Miscellaneous</a></li>
  541.                            </ul>
  542.                        </li>
  543.  
  544.                        <li class="nav-item dropdown">
  545.                            <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/brands">All Brands</a>
  546.                            <ul class="dropdown-menu">
  547.                                <li> <a class="dropdown-item" href="/catalog/brands"><strong>ALL BRANDS</strong></a></li>
  548.                                <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  549.                                <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  550.                                <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  551.                                <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  552.                                <li> <a class="dropdown-item" href="/catalog/brand/gildan">Gildan</a></li>
  553.                                <li> <a class="dropdown-item" href="/catalog/brand/outdoor-cap">Outdoor Cap</a></li>
  554.                                <li> <a class="dropdown-item" href="/catalog/brand/port-authority">Port Authority</a></li>
  555.                            </ul>
  556.                        </li>
  557.                    </ul>
  558.                </div>
  559.  
  560.  
  561.                
  562.                <div class="collapse navbar-collapse w-25 d-flex justify-content-end ps-5 d-none" id="login_header">
  563.                    <ul class="navbar-nav ms-auto justify-content-end">
  564.  
  565.                        <li class="nav-item dropdown nav-item">
  566.                            <a id="login_header" class="nav-link dropdown-sm text-nowrap dropdown-styling" href="/service"><img src="https://d24bg2vhmgisg5.cloudfront.net/help.webp" height="21" width="21" alt="help icon" aria-label="help link" />&nbsp;Help<b class="caret"></b></a>
  567.                            <ul class="dropdown-menu">
  568.                                <li><a class="dropdown-item" href="/service">Help Index</a></li>
  569.                                <li><a class="dropdown-item" href="/service/contact">Contact us</a></li>
  570.                                <li><a class="dropdown-item" href="/account/uploadmylogo">Upload Logo</a></li>
  571.                                <li><a class="dropdown-item" href="/service/faq">FAQ</a></li>
  572.                                
  573.                                <li><a class="dropdown-item" href="/service/whyus">Why Stitch America?</a></li>
  574.                                <li><a class="dropdown-item" href="/service/howlong">How long does it take?</a></li>
  575.                                <li><a class="dropdown-item" href="/embroidery/embroideryguidelines">Embroidery guidelines</a></li>
  576.                                <li><a class="dropdown-item" href="/embroiderydesigns">Embroidery designs</a></li>
  577.                                <li><a class="dropdown-item" href="/embroiderydesigns/digitizing">Embroidery digitizing</a></li>
  578.                                
  579.                                <li><a class="dropdown-item" href="/embroidery/colorpalette">Color palette</a></li>
  580.                                <li><a class="dropdown-item" href="/embroidery/fonts">Fonts</a></li>
  581.                                <li><a class="dropdown-item" href="/service/personalization">Personalization</a></li>
  582.                                <li><a class="dropdown-item" href="/printed/">Screen printing</a></li>
  583.                            </ul>
  584.                        </li>
  585.  
  586.  
  587.                        <li class="nav-item dropdown">
  588.                            <a class="nav-link text-nowrap" id="login_header" href="/account/cart">
  589.                                
  590.                                <img src="/header-images/cart.webp" height="21" width="21" alt="cart icon" />
  591.                                Cart
  592.                            </a>
  593.                        </li>
  594.                                
  595.                                <li class="nav-item dropdown-styling">
  596.                                    <a id="login_header" href="/account/login" class="nav-link"><span class="text-nowrap"><img src="https://d24bg2vhmgisg5.cloudfront.net/login.webp" height="21" width="21" alt="login icon" />&nbsp;Log In</span></a>
  597.                                </li>
  598.                                
  599.  
  600.                    </ul>
  601.                </div>
  602.            </div>
  603.        </div>
  604.  
  605.    </div>
  606.  
  607.    
  608.    <div class="d-flex sticky-top navbar-dark p-1 lightblue-bg d-none d-md-block d-lg-none">
  609.        <div class="container">
  610.            <div class="flex-row">
  611.                <div class="w-100 d-flex justify-content-start">
  612.  
  613.                    
  614.                    <div class="nav-item dropdown">
  615.                        <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" role="button" data-bs-toggle="dropdown" href="/catalog/custom-embroidered-caps-hats">Headwear</a>
  616.                        <div class="dropdown-menu">
  617.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-adjustable">Adjustable</a></div>
  618.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-snapback">Snap Back</a></div>
  619.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-trucker">Trucker</a></div>
  620.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-leather-patches">Leather Patches</a></div>
  621.                            <div> <a class="dropdown-item" href="/catalog/category/custom-embroidered-flat-bill">Flat Bill</a></div>
  622.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-dad-hat">Dad Hats</a></div>
  623.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-dry-fit">Dry Fit</a></div>
  624.                            <div> <a class="dropdown-item" href="/catalog/category/custom-embroidered-flexfit">Flexfit</a></div>
  625.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-beanies">Beanies</a></div>
  626.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-visors">Visors</a></div>
  627.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-headbands">Headbands</a></div>
  628.                            <div> <a class="dropdown-item" href="/catalog/category/headwear-other">Other</a></div>
  629.                        </div>
  630.                    </div>
  631.  
  632.                    <div class="nav-item dropdown">
  633.                        <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" href="/catalog/custom-embroidered-shirts">Shirts</a>
  634.                        <div class="dropdown-menu">
  635.                            <div>
  636.                                <a class="dropdown-item" href="/catalog/category/custom-embroidered-polo-shirts">Polos</a>
  637.                            </div>
  638.                            <div>
  639.                                <a class="dropdown-item" href="/catalog/category/custom-embroidered-dry-fit">Dry Fit</a>
  640.                            </div>
  641.                            <div>
  642.                                <a class="dropdown-item" href="/catalog/category/shirts-full-button">Button Up</a>
  643.                            </div>
  644.                            <div>
  645.                                <a class="dropdown-item" href="/catalog/category/shirts-denim">Denim</a>
  646.                            </div>
  647.                            <div>
  648.                                <a class="dropdown-item" href="/catalog/category/custom-embroidered-t-shirts">T Shirts</a>
  649.                            </div>
  650.                            <div>
  651.                                <a class="dropdown-item" href="/catalog/category/shirts-turtlenecks">Turtlenecks</a>
  652.                            </div>
  653.                            <div>
  654.                                <a class="dropdown-item" href="/catalog/category/shirts-youth">Youth</a>
  655.                            </div>
  656.                            <div>
  657.                                <a class="dropdown-item" href="/catalog/category/shirts-big-and-tall">Big & Tall</a>
  658.                            </div>
  659.                        </div>
  660.                    </div>
  661.  
  662.                    <div class="nav-item dropdown">
  663.                        <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" href="/catalog/ladiesshirts">Outerwear</a>
  664.                        <div class="dropdown-menu">
  665.                            <div><a class="dropdown-item" href="/catalog/category/ladies-jackets">Jackets</a></div>
  666.                            <div><a class="dropdown-item" href="/catalog/category/ladies-sweatshirts">Sweatshirts</a></div>
  667.                            <div><a class="dropdown-item" href="/catalog/category/ladies-sweaters">Sweaters</a></div>
  668.                            <div><a class="dropdown-item" href="/catalog/category/ladies-pullovers">Pullovers</a></div>
  669.                            <div><a class="dropdown-item" href="/catalog/category/ladies-fleece">Fleece</a></div>
  670.                            <div><a class="dropdown-item" href="/catalog/category/ladies-vests">Vests</a></div>
  671.                            <div><a class="dropdown-item" href="/catalog/category/ladies-shorts">Bottoms</a></div>
  672.                        </div>
  673.                    </div>
  674.  
  675.                    <div class="nav-item dropdown">
  676.                        <a class="nav-link mx-2 active dropdown-toggle dropdown-styling" href="/catalog/category/Ladies">Women</a>
  677.                        <div class="dropdown-menu">
  678.                            <div>
  679.                                <a class="dropdown-item" href="/catalog/category/ladies-polos">Polos</a>
  680.                            </div>
  681.                            <div>
  682.                                <a class="dropdown-item" href="/catalog/category/ladies-dry-fit">Dry Fit</a>
  683.                            </div>
  684.                            <div>
  685.                                <a class="dropdown-item" href="/catalog/category/ladies-full-button">Button Up</a>
  686.                            </div>
  687.                            <div>
  688.                                <a class="dropdown-item" href="/catalog/category/womens-embroidered-denim-shirts">Denim</a>
  689.                            </div>
  690.                            <div>
  691.                                <a class="dropdown-item" href="/catalog/category/ladies-t-shirts">T Shirts</a>
  692.                            </div>
  693.                            <div>
  694.                                <a class="dropdown-item" href="/catalog/category/ladies-sleeveless">Sleeveless</a>
  695.                            </div>
  696.                        </div>
  697.                    </div>
  698.  
  699.  
  700.  
  701.  
  702.                    
  703.                    <div>
  704.                        <a class="nav-link text-nowrap" id="login_header" href="/account/cart">
  705.                            
  706.                            <img src="https://d24bg2vhmgisg5.cloudfront.net/cart.webp" height="21" width="21" alt="cart icon" />
  707.                            Cart
  708.                        </a>
  709.                    </div>
  710.                            
  711.                                <div><a id="login_header" href="/account/myaccount" class="nav-link"><span class="text-nowrap"><img src="https://d24bg2vhmgisg5.cloudfront.net/login.webp" height="21" width="21" alt="login icon" />&nbsp;&nbsp;Log In</span></a></div>
  712.                            
  713.  
  714.  
  715.                </div>
  716.            </div>
  717.        </div>
  718.    </div>
  719.  
  720.  
  721.    
  722.    <div class="d-flex navbar-dark lightblue-bg d-block d-md-none">
  723.        <div class="container">
  724.            <div class="flex-row p-1">
  725.                <div class="d-flex justify-content-between">
  726.  
  727.                    
  728.                    <div>
  729.                        <a style="color: #ffffff !important;" href="tel:+1-770-537-4357"><img src="https://d24bg2vhmgisg5.cloudfront.net/phone21.webp" height="21" width="21" alt="phone icon" />  770-537-4357</a>
  730.                    </div>
  731.  
  732.                    
  733.                    <div>
  734.                        <a style="color: #ffffff !important;" href="/account/cart">
  735.                            
  736.                            <img src="https://d24bg2vhmgisg5.cloudfront.net/cart.webp" height="21" width="21" alt="cart icon" />
  737.                            Cart
  738.                        </a>
  739.                    </div>
  740.                            
  741.                                <div><a style="color: #ffffff !important;" href="/account/myaccount"><span class="text-nowrap"><img src="https://d24bg2vhmgisg5.cloudfront.net/login.webp" height="21" width="21" alt="login icon" />&nbsp;&nbsp;Log In</span></a></div>
  742.                            
  743.  
  744.  
  745.                </div>
  746.            </div>
  747.        </div>
  748.    </div>
  749.  
  750.  
  751.  
  752.  
  753.  
  754. </div>
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.            
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775. <section id="sub-navigation" class="d-none d-md-none d-lg-block">
  776.    <div class="flex-row">
  777.        <div class="container" style="font-size:0.9em !important;">
  778.            <div class="sub-nav d-flex"><h1 class="store-title">Custom Embroidered Apparel</h1></div>
  779.            <div class="sub-nav d-flex"><a href="#whats-next" class="page-scroll"><h4>How To Order</h4></a></div>
  780.            <div class="sub-nav d-flex"><a href="#bestsellers" class="page-scroll"><h4>Best Sellers</h4></a></div>
  781.            <div class="sub-nav d-flex"><a href="/catalog/newarrivals" class="page-scroll"><h4>New Arrivals</h4></a></div>
  782.            
  783.            <div class="sub-nav d-flex"><a href="/catalog/category/workwear-healthcare" class="page-scroll"><h4>Healthcare</h4></a></div>
  784.            <div class="sub-nav d-flex"><a href="/printed" class="page-scroll"><h4>Screen Printing</h4></a></div>
  785.        </div>
  786.    </div>
  787. </section>
  788. <div class="clearfix"></div>
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796. <!-- Bootstrap 5 (grid & buttons) -->
  797. <!-- Rotating two-slide hero (desktop only) -->
  798. <div class="d-none d-lg-block">
  799.    <section id="hero-rotator" class="desktop js-rotator">
  800.        <!-- ---------- Slide 1 ---------- -->
  801.        <div class="hero-slide active">
  802.            <div class="row">
  803.                <div class="col-xxl-6 col-xl-6 col-lg-6">
  804.                    <img ci-src="https://cdvvuizira.cloudimg.io/https://stitchamerica.com/home-images/newsweatsale.webp"
  805.                         rel="defer" ci-ratio="1.4"
  806.                         alt="Sweatshirt Sale" />
  807.                </div>
  808.                <div class="col-xxl-6 col-xl-6 col-lg-6 mt-2 d-flex flex-column justify-content-center">
  809.                    <div class="hero-text text-center w-100">
  810.                        <p class="responsive-hero-line3 text-lg-center">ALL CUSTOM</p>
  811.                        <p class="responsive-hero-line2" style="text-align:center !important;">SWEATSHIRTS</p>
  812.                        <p class="responsive-hero-title text-lg-center mt-4">ARE 10% OFF</p>
  813.                        <p class="responsive-hero-line1 mb-5 mt-2">shipped in about 2 weeks.</p>
  814.                        <p class="mt-3">
  815.                            <a href="/catalog/category/custom-embroidered-sweatshirts" class="btn btn-success btn-lg">
  816.                                Shop Now &raquo;
  817.                            </a>
  818.                        </p>
  819.                    </div>
  820.                </div>
  821.            </div>
  822.        </div>
  823.  
  824.        <!-- ---------- Slide 2 ---------- -->
  825.        <div class="hero-slide">
  826.            <div class="row">
  827.                <div class="col-xxl-6 col-xl-6 col-lg-6">
  828.                    <img ci-src="https://stitchamerica.com/home-images/otto_hero.webp"
  829.                         rel="defer" ci-ratio="1.4"
  830.                         alt="Otto Caps hero" />
  831.                </div>
  832.                <div class="col-xxl-6 col-xl-6 col-lg-6 mt-2 d-flex flex-column justify-content-center">
  833.                    <div class="hero-text text-center w-100">
  834.                        <p class="responsive-hero-line3">ALL</p>
  835.                        <p class="responsive-hero-line2" style="text-align:center !important;">OTTO CAPS</p>
  836.                        <p class="responsive-hero-title mt-4">Are 10% Off</p>
  837.                        <p class="responsive-hero-line1 mb-5 mt-2">fast turnaround, top quality.</p>
  838.                        <p class="mt-3">
  839.                            <a href="/catalog/brand/otto-cap" class="btn btn-success btn-lg">
  840.                                Shop Now &raquo;
  841.                            </a>
  842.                        </p>
  843.                    </div>
  844.                </div>
  845.            </div>
  846.        </div>
  847.    </section>
  848. </div>
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861. <div class="d-block d-lg-none d-md-block">
  862.    <section id="mobile-hero-rotator" class="js-rotator">
  863.        <!-- ========== Slide 1 ========== -->
  864.        <div class="m-hero-slide active">
  865.            <div class="thebest"
  866.                 rel="preload"
  867.                 style="
  868.            background-image: url('https://cdvvuizira.cloudimg.io/https://stitchamerica.com/home-images/newsweatsale.webp?func=cover') !important;">
  869.                <div class="row justify-content-center text-center">
  870.                    <p class="phone-hero-text-style-1 justify-content-center text-nowrap" style="margin-top:5px !important;">CUSTOM</p>
  871.                    <p class="phone-hero-text-style-2 justify-content-center">SWEATSHIRTS</p>
  872.                    <p class="phone-hero-text-style-3 ps-4 pe-4 justify-content-center" style="margin-bottom:6px !important;">10% off all brands/styles</p>
  873.  
  874.                    <a href="/catalog/category/custom-embroidered-sweatshirts"
  875.                       class="btn btn-success btn-lg text-center mx-auto w-50 m-cta justify-content-center">
  876.                        Shop Now &raquo;
  877.                    </a>
  878.                </div>
  879.            </div>
  880.        </div>
  881.  
  882.        <!-- ========== Slide 2 ========== -->
  883.        <div class="m-hero-slide">
  884.            <div class="thebest"
  885.                 rel="preload"
  886.                 style="
  887.            background-image: url('https://stitchamerica.com/home-images/otto_hero.webp?func=cover') !important;
  888.          ">
  889.                <div class="row justify-content-center text-center">
  890.                    <p class="phone-hero-text-style-1 justify-content-center text-nowrap"  style="margin-top:6px !important;">ALL</p>
  891.                    <p class="phone-hero-text-style-2 justify-content-center">OTTO CAPS</p>
  892.                    <p class="phone-hero-text-style-3 ps-4 pe-4 justify-content-center" style="margin-bottom:5px !important;">are 10% off</p>
  893.  
  894.                    <a href="/catalog/brand/otto-cap"
  895.                       class="btn btn-success btn-lg text-center mx-auto w-50 m-cta justify-content-center">
  896.                        Shop Now &raquo;
  897.                    </a>
  898.                </div>
  899.            </div>
  900.        </div>
  901.    </section>
  902. </div>
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919. <section class="lightgray-bg">
  920.    <div class="container" id="testimonials">
  921.        <div id="customers-speak">
  922.            <h2 class="pt-3" style="color: #033C73 !important;">Customers Speak</h2>
  923.            <p class="inverse-default" style="background:#033C73 !important;">Read what real customers have to say</p>
  924.        </div>
  925.        
  926. <div itemprop="sourceOrganization" itemscope itemtype="https://schema.org/Organization">
  927.    <meta itemprop="name" content="Stitch America" />
  928.    <meta itemprop="legalName" content="Stitch America Inc." />
  929.    <meta itemprop="url" content="https://stitchamerica.com" />
  930.    <div class=".d-none .d-sm-block mb-3" itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
  931.        <strong>Composite Rating:</strong>
  932.        <span itemprop="ratingValue"> 4.9</span> of <span itemprop="bestRating"> 5.0</span> (last <span itemprop="reviewCount">4</span> ratings)
  933.    </div>
  934.    <div class="clearfix"></div>
  935.    <div id="container">
  936.        <div class="d-flex flex-wrap justify-content-center">
  937.                    
  938.                        <div class="review" style="width:290px !important;" itemprop="review" itemscope itemtype="https://schema.org/Review">
  939.                            <div>
  940.                                <div class="twitter mb-3">
  941.                                    <div>
  942.                                        <img src="/home-images/quotes.webp" height="31" width="31" alt="quotes icon" />
  943.                                        <i itemprop="reviewBody"><em>Great experience ordering for the first time.  A couple of things stood out:  easy instructions for uploading logo and continued direction on what to expect next.</em></i>
  944.                                    </div>
  945.                                </div>
  946.                                <div class="contrib float-right">
  947.                                    - <span itemprop="author" rel="author">"Suzanne L."</span><br />
  948.                                    <div itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
  949.                                        <meta itemprop="ratingValue" content="5.0" />
  950.                                        <meta itemprop="bestRating" content="5.0" />
  951.                                        <meta itemprop="worstRating" content="0" />
  952.                                    </div>
  953.                                    <div> rated <img src='/star-images/5stars.webp' alt='5 stars' width='80' height='16' /></div>
  954.                                    <i itemprop="datePublished">September 11, 2025</i>
  955.                                </div>
  956.                            </div>
  957.                        </div>
  958.                    
  959.                    
  960.                        <div class="review" style="width:290px !important;" itemprop="review" itemscope itemtype="https://schema.org/Review">
  961.                            <div>
  962.                                <div class="twitter mb-3">
  963.                                    <div>
  964.                                        <img src="/home-images/quotes.webp" height="31" width="31" alt="quotes icon" />
  965.                                        <i itemprop="reviewBody"><em>Mary Taylor and crew are awesome ??</em></i>
  966.                                    </div>
  967.                                </div>
  968.                                <div class="contrib float-right">
  969.                                    - <span itemprop="author" rel="author">"Peter T."</span><br />
  970.                                    <div itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
  971.                                        <meta itemprop="ratingValue" content="5.0" />
  972.                                        <meta itemprop="bestRating" content="5.0" />
  973.                                        <meta itemprop="worstRating" content="0" />
  974.                                    </div>
  975.                                    <div> rated <img src='/star-images/5stars.webp' alt='5 stars' width='80' height='16' /></div>
  976.                                    <i itemprop="datePublished">September 5, 2025</i>
  977.                                </div>
  978.                            </div>
  979.                        </div>
  980.                    
  981.                    
  982.                        <div class="review" style="width:290px !important;" itemprop="review" itemscope itemtype="https://schema.org/Review">
  983.                            <div>
  984.                                <div class="twitter mb-3">
  985.                                    <div>
  986.                                        <img src="/home-images/quotes.webp" height="31" width="31" alt="quotes icon" />
  987.                                        <i itemprop="reviewBody"><em>Always have extremely quick responses to inquiries, and got our hats in more than enough time than needed. Excellent quality! Will only be using Stitch American for future hat orders!!</em></i>
  988.                                    </div>
  989.                                </div>
  990.                                <div class="contrib float-right">
  991.                                    - <span itemprop="author" rel="author">"Sandra P."</span><br />
  992.                                    <div itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
  993.                                        <meta itemprop="ratingValue" content="5.0" />
  994.                                        <meta itemprop="bestRating" content="5.0" />
  995.                                        <meta itemprop="worstRating" content="0" />
  996.                                    </div>
  997.                                    <div> rated <img src='/star-images/5stars.webp' alt='5 stars' width='80' height='16' /></div>
  998.                                    <i itemprop="datePublished">September 3, 2025</i>
  999.                                </div>
  1000.                            </div>
  1001.                        </div>
  1002.                    
  1003.                    
  1004.                        <div class="review" style="width:290px !important;" itemprop="review" itemscope itemtype="https://schema.org/Review">
  1005.                            <div>
  1006.                                <div class="twitter mb-3">
  1007.                                    <div>
  1008.                                        <img src="/home-images/quotes.webp" height="31" width="31" alt="quotes icon" />
  1009.                                        <i itemprop="reviewBody"><em>Stitch America always does excellent work! From Customer service, beautiful embroidery and final product perfection, A+. Thank you for all you do! </em></i>
  1010.                                    </div>
  1011.                                </div>
  1012.                                <div class="contrib float-right">
  1013.                                    - <span itemprop="author" rel="author">"Mary A."</span><br />
  1014.                                    <div itemprop="reviewRating" itemscope itemtype="https://schema.org/Rating">
  1015.                                        <meta itemprop="ratingValue" content="4.5" />
  1016.                                        <meta itemprop="bestRating" content="5.0" />
  1017.                                        <meta itemprop="worstRating" content="0" />
  1018.                                    </div>
  1019.                                    <div> rated <img src='/star-images/4halfstars.webp' alt='4.5 stars' width='80' height='16'></div>
  1020.                                    <i itemprop="datePublished">September 2, 2025</i>
  1021.                                </div>
  1022.                            </div>
  1023.                        </div>
  1024.                    
  1025.  
  1026.        </div>
  1027.    </div>
  1028. </div>
  1029.  
  1030.        <div class="clearfix"></div>
  1031.        <div class="container">
  1032.            <div class="mt-2 mb-0">
  1033.                <p>When you need high-quality custom stitching on hats, shirts, workwear, or anything else, turn to us! Stitch America’s custom embroidery services cover a huge selection of products and we make the process so easy.</p>
  1034.            </div>
  1035.            <a href="/home/testimonials" class="btn btn-success btn-lg mt-1 mb-4">View more testimonials &raquo;</a>
  1036.        </div>
  1037.    </div>
  1038. </section>
  1039.  
  1040.  
  1041. <section id="bestsellers" class="dark-bg" data-600-bottom="background-position: 50% 0px;" data--100-bottom="background-position: 50% -300px;" data-anchor-target="#bestsellers">
  1042.    <div class="container">
  1043.        <div>
  1044.            <h2 class="pt-3 text-white">Best Selling Products</h2>
  1045.            <p class="inverse">Explore our best selling custom embroidered products.</p>
  1046.        </div>
  1047.    </div>
  1048.    <div id="bestsellers-detail">
  1049.        
  1050.  
  1051.  
  1052. <input id="NoProds" name="NoProds" type="hidden" value="5" />
  1053. <div class="dropdown container">
  1054.    <button class="form-select mt-2" type="button" id="bestsellers-categoryname" data-bs-toggle="dropdown">
  1055.        All Categories
  1056.    </button>
  1057.    <ul class="dropdown-menu" role="menu">
  1058.                <li class="bs-choice" role="presentation"><a class="dropdown-item mt-3 mb-3" role="menuitem" tabindex="-1">Headwear</a></li>
  1059.                <li class="bs-choice" role="presentation"><a class="dropdown-item mt-3 mb-3" role="menuitem" tabindex="-1">Shirts</a></li>
  1060.                <li class="bs-choice" role="presentation"><a class="dropdown-item mt-3 mb-3" role="menuitem" tabindex="-1">Outerwear</a></li>
  1061.                <li class="bs-choice" role="presentation"><a class="dropdown-item mt-3 mb-3" role="menuitem" tabindex="-1">Ladies</a></li>
  1062.                <li class="bs-choice" role="presentation"><a class="dropdown-item mt-3 mb-3" role="menuitem" tabindex="-1">Workwear</a></li>
  1063.                <li class="bs-choice" role="presentation"><a class="dropdown-item mt-3 mb-3" role="menuitem" tabindex="-1">Accessories</a></li>
  1064.                <li class="bs-choice" role="presentation"><a class="dropdown-item mt-3 mb-3" role="menuitem" tabindex="-1">Athletic</a></li>
  1065.  
  1066.    </ul>
  1067. </div>
  1068. <div id="bs-details" class="d-flex justify-content-between flex-wrap">
  1069.            
  1070.            <div class="prod-container-lg prod-container-inverse d-block-flex flex-wrap justify-content-center" id="bs-0">
  1071.                
  1072.                <a href="/catalog/product/r112/richardson-trucker-mesh-snapback-cap"><img loading="lazy" src="//cdvvuizira.cloudimg.io/https://stitchamerica.com//images/r112.jpg?w=320&h=320&gravity=smart" width="320" height="320" alt="Richardson | Trucker Mesh Snapback Cap" /></a>
  1073.                
  1074.                <div class="prod-container-caption">
  1075.                    <a href="/catalog/product/r112/richardson-trucker-mesh-snapback-cap">
  1076.                        <div><span class="brand-name">Richardson</span>  <span class="prod-no">R112</span></div>
  1077.                            <div class="prod-desc text-truncate">Trucker Mesh Snapback Cap</div>
  1078.  
  1079.                                <div class="price">$15.75 - $25.50</div>
  1080.                        <div><img src='/star-images/4halfstars.webp' alt='4.5 stars' width='80' height='16'></div>
  1081.  
  1082.                    </a>
  1083.  
  1084.                </div>
  1085.            
  1086.            <a href="/catalog/product/r112/richardson-trucker-mesh-snapback-cap" class="btn btn-success mb-sm-1 align-bottom btn-lg text-center mx-auto w-75 justify-content-center">Shop now &raquo</a>
  1087.            </div>
  1088.            
  1089.            <div class="prod-container-lg prod-container-inverse d-block-flex flex-wrap justify-content-center" id="bs-1">
  1090.                
  1091.                <a href="/catalog/product/lp101/adams-low-washed-pigment-cap"><img loading="lazy" src="//cdvvuizira.cloudimg.io/https://stitchamerica.com//images/lp101.jpg?w=320&h=320&gravity=smart" width="320" height="320" alt="Adams Cap | Adams Low Washed Pigment Cap" /></a>
  1092.                
  1093.                <div class="prod-container-caption">
  1094.                    <a href="/catalog/product/lp101/adams-low-washed-pigment-cap">
  1095.                        <div><span class="brand-name">Adams Cap</span>  <span class="prod-no">LP101</span></div>
  1096.                            <div class="prod-desc text-truncate">Adams Low Washed Pigment Cap</div>
  1097.  
  1098.                                <div class="price">$15.25 - $24.60</div>
  1099.                        <div><img src='/star-images/4halfstars.webp' alt='4.5 stars' width='80' height='16'></div>
  1100.  
  1101.                    </a>
  1102.  
  1103.                </div>
  1104.            
  1105.            <a href="/catalog/product/lp101/adams-low-washed-pigment-cap" class="btn btn-success mb-sm-1 align-bottom btn-lg text-center mx-auto w-75 justify-content-center">Shop now &raquo</a>
  1106.            </div>
  1107.            
  1108.            <div class="prod-container-lg prod-container-inverse d-block-flex flex-wrap justify-content-center" id="bs-2">
  1109.                
  1110.                <a href="/catalog/product/st640/racermesh-polo"><img loading="lazy" src="//cdvvuizira.cloudimg.io/https://stitchamerica.com//images/st640.jpg?w=320&h=320&gravity=smart" width="320" height="320" alt="Sport-tek | RacerMesh Polo" /></a>
  1111.                
  1112.                <div class="prod-container-caption">
  1113.                    <a href="/catalog/product/st640/racermesh-polo">
  1114.                        <div><span class="brand-name">Sport-tek</span>  <span class="prod-no">ST640</span></div>
  1115.                            <div class="prod-desc text-truncate">RacerMesh Polo</div>
  1116.  
  1117.                                <div class="price">$17.95 - $26.00</div>
  1118.                        <div><img src='/star-images/4halfstars.webp' alt='4.5 stars' width='80' height='16'></div>
  1119.  
  1120.                    </a>
  1121.  
  1122.                </div>
  1123.            
  1124.            <a href="/catalog/product/st640/racermesh-polo" class="btn btn-success mb-sm-1 align-bottom btn-lg text-center mx-auto w-75 justify-content-center">Shop now &raquo</a>
  1125.            </div>
  1126.            
  1127.            <div class="prod-container-lg prod-container-inverse d-block-flex flex-wrap justify-content-center" id="bs-3">
  1128.                
  1129.                <a href="/catalog/product/r55/richardson-garment-washed-cap"><img loading="lazy" src="//cdvvuizira.cloudimg.io/https://stitchamerica.com//images/r55.jpg?w=320&h=320&gravity=smart" width="320" height="320" alt="Richardson | Garment Washed Cap" /></a>
  1130.                
  1131.                <div class="prod-container-caption">
  1132.                    <a href="/catalog/product/r55/richardson-garment-washed-cap">
  1133.                        <div><span class="brand-name">Richardson</span>  <span class="prod-no">R55</span></div>
  1134.                            <div class="prod-desc text-truncate">Garment Washed Cap</div>
  1135.  
  1136.                                <div class="price">$12.75 - $21.95</div>
  1137.                        <div><img src='/star-images/4halfstars.webp' alt='4.5 stars' width='80' height='16'></div>
  1138.  
  1139.                    </a>
  1140.  
  1141.                </div>
  1142.            
  1143.            <a href="/catalog/product/r55/richardson-garment-washed-cap" class="btn btn-success mb-sm-1 align-bottom btn-lg text-center mx-auto w-75 justify-content-center">Shop now &raquo</a>
  1144.            </div>
  1145.            
  1146.            <div class="prod-container-lg prod-container-inverse d-block-flex flex-wrap justify-content-center" id="bs-4">
  1147.                
  1148.                <a href="/catalog/product/31-069/otto-cap-5-panel-mid-profile-baseball-cap"><img loading="lazy" src="//cdvvuizira.cloudimg.io/https://stitchamerica.com//images/31-069.jpg?w=320&h=320&gravity=smart" width="320" height="320" alt="OTTO CAP | 5 Panel Mid Profile Baseball Cap" /></a>
  1149.                
  1150.                <div class="prod-container-caption">
  1151.                    <a href="/catalog/product/31-069/otto-cap-5-panel-mid-profile-baseball-cap">
  1152.                        <div><span class="brand-name">OTTO CAP</span>  <span class="prod-no">31-069</span></div>
  1153.                            <div class="prod-desc text-truncate">5 Panel Mid Profile Baseball Cap&nbsp;&nbsp;</div>
  1154.  
  1155.                                <div class="bs-discount-price">$11.34 - $19.58 <img loading="lazy" src="//cdvvuizira.cloudimg.io/https://stitchamerica.com/common-images/ON-SALE.png?h=20" alt="on sale" width="77" height="20" /></div>
  1156.                        <div><img src='/star-images/4halfstars.webp' alt='4.5 stars' width='80' height='16'></div>
  1157.  
  1158.                    </a>
  1159.  
  1160.                </div>
  1161.            
  1162.            <a href="/catalog/product/31-069/otto-cap-5-panel-mid-profile-baseball-cap" class="btn btn-success mb-sm-1 align-bottom btn-lg text-center mx-auto w-75 justify-content-center">Shop now &raquo</a>
  1163.            </div>
  1164.  
  1165. </div>
  1166.  
  1167.  
  1168.  
  1169.    </div>
  1170.    <div class="clearfix"></div>
  1171.    <div class="container">
  1172.        <a href="/catalog/bestsellers" class="btn btn-success btn-lg mt-3 mb-3" role="button">Shop all best sellers &raquo;</a><br />
  1173.    </div>
  1174.    <br />
  1175. </section>
  1176.  
  1177.  
  1178. <section id="whats-next" class="whats-next lightgray-bg">
  1179.    <div class="container">
  1180.        
  1181.  
  1182.        <h2 class="pt-3" style="color: #033C73 !important;">How To Order</h2>
  1183.        <div>
  1184.            <p class="inverse-default" style="background:#033C73 !important;">Follow these steps<small class=".d-none .d-sm-block">&nbsp;&nbsp;to get started</small></p>
  1185.        </div>
  1186.        <br />
  1187.  
  1188.        <div class="flex-row d-none d-md-inline-flex justify-content-between">
  1189.  
  1190.            <div class="col-sm-3 d-block-flex m-2 p-1 justify-content-start">
  1191.                <div> <a href="/account/uploadmylogo"><h3 style="color: #033C73 !important;">1. Upload</h3></a></div>
  1192.                <div> <hr /></div>
  1193.                <div> <p class="larger p-1"><strong><a href="/account/uploadmylogo" style="color: #033C73 !important;">Upload</a> your graphic, art, or logo</strong> and we'll provide you a free evaluation within 1 business day.</p></div>
  1194.            </div>
  1195.  
  1196.            <div class="col-sm-3 d-block-flex m-2 p-1">
  1197.                <div> <h3 style="color: #033C73 !important;"><a style="color: #033C73 !important;" href="/catalog/bestsellers">2. Shop</a></h3></div>
  1198.                <div> <hr /></div>
  1199.                <div> <p class="larger p-1"><strong><a href="/catalog/bestsellers" style="color: #033C73 !important;">Select</a> from our extensive selection of products</strong> to have your art or logo custom embroidered on.</p></div>
  1200.            </div>
  1201.  
  1202.  
  1203.            <div class="col-sm-3 d-block-flex m-2 p-1">
  1204.                <div> <h3 style="color: #033C73 !important;">3. Order</h3></div>
  1205.                <div> <hr /></div>
  1206.                <div> <p class="larger p-1">Place your order And <strong>we'll send you a proof</strong> of your final design before we begin production of your items.</p></div>
  1207.            </div>
  1208.  
  1209.  
  1210.            <div class="col-sm-3 d-block-flex m-2 p-1">
  1211.                <div> <h3 style="color: #033C73 !important;">4. Proof</h3></div>
  1212.                <div> <hr /></div>
  1213.                <div> <p class="larger p-1">We'll send a final proof of your design within 4 business days. <strong>If it looks great simply approve it</strong> and we'll start production.</p></div>
  1214.            </div>
  1215.  
  1216.        </div>
  1217.  
  1218.        
  1219.        <div class="flex-row d-block d-md-none">
  1220.            <div class="col-sm-12 d-block-flex m-2 p-2">
  1221.                <div> <a href="/account/uploadmylogo"><h2 class="text-center" style="color: #033C73 !important;">1. Upload</h2></a></div>
  1222.                <div> <p class="larger p-1"><strong><a href="/account/uploadmylogo" style="color: #033C73 !important;">Upload</a> your graphic, art, or logo</strong> and we'll provide you a free evaluation within 1 business day.</p></div>
  1223.                <div> <hr /></div>
  1224.  
  1225.            </div>
  1226.  
  1227.            <div class="col-sm-12 d-block-flex m-2 p-2">
  1228.                <div> <h2 class="text-center"><a href="/catalog/bestsellers" style="color: #033C73 !important;">2. Shop</a></h2></div>
  1229.                <div> <p class="larger p-1"><strong><a href="/catalog/bestsellers" style="color: #033C73 !important;">Select</a> from our extensive selection of products</strong> to have your art or logo custom embroidered on.</p></div>
  1230.                <div> <hr /></div>
  1231.            </div>
  1232.  
  1233.  
  1234.            <div class="col-sm-12 d-block-flex m-2 p-2">
  1235.                <div> <h2 class="text-center" style="color: #033C73 !important;">3. Order</h2></div>
  1236.                <div> <p class="larger p-1">Place your order And <strong>we'll send you a proof</strong> of your final design before we begin production of your items.</p></div>
  1237.                <div> <hr /></div>
  1238.            </div>
  1239.  
  1240.  
  1241.            <div class="col-sm-12 d-block-flex m-2 p-2">
  1242.                <div> <h2 class="text-center" style="color: #033C73 !important;">4. Proof</h2></div>
  1243.                <div> <p class="larger p-1">We'll send a final proof of your design within 4 business days. <strong>If it looks great simply approve it</strong> and we'll start production.</p></div>
  1244.            </div>
  1245.  
  1246.        </div>
  1247.  
  1248.        <div>
  1249.            <p class="inverse-default" style="background:#033C73 !important;">We do the rest!</p>
  1250.        </div>
  1251.        <div class="row m-2">
  1252.            <div class="col-sm-12">
  1253.                <ul class="wn">
  1254.                    <li>*&nbsp;&nbsp;We send you a proof for approval</li>
  1255.                    <li>*&nbsp;&nbsp;We embroider your design to the highest standards</li>
  1256.                    <li>*&nbsp;&nbsp;We carefully inspect And package each item in a poly bag</li>
  1257.                    <li>*&nbsp;&nbsp;We keep you informed about your order via email</li>
  1258.                    <li>*&nbsp;&nbsp;We deliver your order on time And when you want it!</li>
  1259.                </ul>
  1260.            </div>
  1261.        </div>
  1262.        <div>
  1263.            <a href="#" id="upload" class="btn btn-success btn-lg upload-logo mt-3 mb-3">Upload your logo &raquo;</a>
  1264.        </div>
  1265.        <br />
  1266.    </div>
  1267. </section>
  1268.  
  1269.  
  1270.  
  1271.  
  1272. <section id="whats-included">
  1273.    <div class="container">
  1274.        <h2 class="pt-3" style="color: #033C73 !important;">Our Simple Pricing Promise</h2>
  1275.        <div>
  1276.            <p class="inverse-default" style="background:#033C73 !important;">Our Prices Include Everything</p>
  1277.        </div>
  1278.        <div class="row col-sm-12">
  1279.            <ul class="list-unstyled">
  1280.                <li>*&nbsp;&nbsp;<strong>Prices are per item and all-inclusive; no hidden charges</strong></li>
  1281.                <li>*&nbsp;&nbsp;Includes embroidery in one location when you order at least 12**</li>
  1282.                <li>*&nbsp;&nbsp;Includes preparation of your designs (no setup fees)</li>
  1283.                <li>*&nbsp;&nbsp;All items are packaged in a protective poly bag!</li>
  1284.                <li>*&nbsp;&nbsp;Delivered on-time and when you need it</li>
  1285.                <li class="indent small"><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**Up to 12,500 stitches</small></li>
  1286.            </ul>
  1287.        </div>
  1288.    </div>
  1289. </section>
  1290.  
  1291.  
  1292. <section id="why-stitch-america" class="bg-white">
  1293.    <div class="container">
  1294.        <div class="row">
  1295.            <div class="col-sm-12">
  1296.                <h2 class="pt-3" style="color: #033C73 !important;">Need the best embroidery?</h2>
  1297.                <p class="inverse-default" style="background:#033C73 !important;">Relax, you've found the source.</p>
  1298.                <p class="lg-text">Welcome to Stitch America, where world-class embroidery is our passion.  Not only are we obsessed with quality embroidery, but we also get rave reviews for our customer service.  Did you know our goal is to have <strong>the largest selection of embroidered products</strong> on the web?  If you're looking for the best value in custom embroidered shirts, headwear, outerwear, jackets, polos, bags and accessories, we've got good news.  You've found it.</p>
  1299.            </div>
  1300.            <div class="col-sm-6">
  1301.                <h3 style="color: #033C73 !important;">Quality. Service. Simple.</h3>
  1302.                <p class="md-text">Our customer service crew draws praise for helpful and thorough attention to our customers.  Our production crew has decades of experience in producing the highest quality.  We control the entire process from preparing your design all the way through packaging to ensure <strong>the highest quality embroidered products</strong> possible. You’ll be kept informed with updates all along. And best of all, we’ll make sure you have it when you need it.</p>
  1303.            </div>
  1304.            <div class="col-sm-6">
  1305.                <h3 style="color: #033C73 !important;">No surprises.</h3>
  1306.                <p class="md-text">Above all, we keep it simple and straight forward.  Don't you hate it when you get to the end and find there's a hidden charge?  Here, there’s <strong>one price that's all inclusive</strong> and it’s plainly displayed for every product.  There’s no setup charge when you order at least 12 (personalization not included). So give us a call, we think you’ll be impressed.</p>
  1307.            </div>
  1308.        </div>
  1309.    </div>
  1310. </section>
  1311.  
  1312. <script defer>
  1313.    /* Generic slide rotator: find every element with class `js-rotator`
  1314.       and cycle its children that match `.hero-slide, .m-hero-slide`.   */
  1315.    document.addEventListener("DOMContentLoaded", () => {
  1316.        document.querySelectorAll(".js-rotator").forEach((rotator) => {
  1317.            const slides = rotator.querySelectorAll(".hero-slide, .m-hero-slide");
  1318.            if (!slides.length) return;
  1319.  
  1320.            let i = 0;
  1321.            setInterval(() => {
  1322.                slides[i].classList.remove("active");
  1323.                i = (i + 1) % slides.length;
  1324.                slides[i].classList.add("active");
  1325.            }, 5000); // 5 000 ms = 5 s
  1326.        });
  1327.    });
  1328. </script>
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.            
  1335.  
  1336.  
  1337.  
  1338. <!--Beginning of Footer-->
  1339. <footer>
  1340.    <div class="bg-primary light-bg d-none d-sm-block">
  1341.        <div class="container">
  1342.            <div class="flex-row d-flex">
  1343.                <div class="d-flex col-lg-2 d-none d-lg-block pe-lg-5">
  1344.                    <a href="/">
  1345.                        <img rel="defer" style="max-width:146px;" width="146" height="107" loading="lazy" src="https://d2zg6owwd9zpf3.cloudfront.net/salogosmall.webp" ci-params="func=fit" alt="Stitch America Flag" ci-do-not-replace-url="true" />
  1346.                    </a>
  1347.                </div>
  1348.                <div class="d-flex col-lg-9 col-sm-12 col-xs-12 col-md-12 mt-2">
  1349.                    <div>
  1350.                        <p class="lightblue-headline">It's Quality. It's Service. It's Simple.</p>
  1351.                        <p class="lightblue-footer-text">
  1352.                            Our goal is to provide our customers with the best value on embroidered products.  We aim to please and we know that you'll love our friendly service, huge selection, great quality and low prices.
  1353.                        </p>
  1354.                    </div>
  1355.                </div>
  1356.            </div>
  1357.        </div>
  1358.    </div>
  1359.  
  1360.    <div class="dark-bg">
  1361.        <div class="container">
  1362.            <div class="flex-row d-none d-md-flex justify-content-between pt-3">
  1363.                <div class="d-flex d-none d-lg-block">
  1364.                    <ul>
  1365.                        <li><a href="/service/returns">Returns</a></li>
  1366.                        <li><a href="/service/guarantee">Guarantee</a></li>
  1367.                        <li><a href="/service/termsandconditions">Terms of Use</a></li>
  1368.                        <li><a href="/service/privacy">Privacy Policy</a></li>
  1369.                        <li><a href="/service/security">Security</a></li>
  1370.                    </ul>
  1371.                </div>
  1372.                <div class="d-flex d-none d-md-block">
  1373.                    <ul>
  1374.                        <li><a href="/account/myaccount">My Account</a></li>
  1375.                        <li><a href="/account/myproducts">My Products</a></li>
  1376.                        <li><a href="/account/myorders">My Orders</a></li>
  1377.                        <li><a href="/account/mydesigns">My Designs</a></li>
  1378.                        <li><a href="/account/myartwork">My Artwork</a></li>
  1379.                    </ul>
  1380.                </div>
  1381.  
  1382.                <div class="d-block">
  1383.                    <p class="headline text-center">
  1384.                        "Talk to an embroidery expert."<br />
  1385.                        <strong>8:30am - 5:30pm ET</strong><br />
  1386.                    <p class="phonenumber">
  1387.                        <a class="pt-2" href="tel:770-537-4357"><img rel="defer" loading="lazy" src="https://d24bg2vhmgisg5.cloudfront.net/phone.webp" alt="phone icon" aria-label="phone number link" />  770-537-4357</a>
  1388.                    </p>
  1389.                </div>
  1390.                <div class="d-flex d-none d-lg-block">
  1391.                    <ul>
  1392.                        <li><a href="/catalog/category/shirts-polos">Polos</a></li>
  1393.                        <li><a href="/catalog/category/shirts-t-shirts">T Shirts</a></li>
  1394.                        <li><a href="/catalog/category/shirts-denim">Denim Shirts</a></li>
  1395.                        <li><a href="/catalog/ladiesshirts">Ladies Shirts</a></li>
  1396.                        <li><a href="/catalog/category/headwear-flexfit">Flexfit Hats</a></li>
  1397.                    </ul>
  1398.                </div>
  1399.                <div class="d-flex d-none d-md-block">
  1400.                    <ul>
  1401.  
  1402.                        <li><a href="/service">Help</a></li>
  1403.                        <li><a href="/blog">Blog</a></li>
  1404.                        <li><a href="/home/testimonials">Testimonials</a></li>
  1405.                        <li><a href="/service/sitemap">Site Map</a></li>
  1406.                    </ul>
  1407.                </div>
  1408.            </div>
  1409.  
  1410.            <div class="flex-row d-block d-md-none justify-content-center pt-3">
  1411.  
  1412.                <p class="headline text-center">
  1413.                    "Talk to an embroidery expert."<br />
  1414.                    <strong>8:00am - 5:00pm ET</strong><br />
  1415.                <p class="phonenumber">
  1416.                    <a class="pt-1" href="tel:770-537-4357"><img rel="defer" loading="lazy" src="https://d24bg2vhmgisg5.cloudfront.net/phone.webp" width="31" height="31" alt="phone icon" aria-label="phone link" />  770-537-4357</a>
  1417.                </p>
  1418.            </div>
  1419.  
  1420.  
  1421.  
  1422.            <div class="d-flex flex-row justify-content-center">
  1423.                <div class="col-sm-12 credits">
  1424.                    <a href="https://www.facebook.com/stitchamerica" target="_blank" rel="noopener noreferrer"><img rel="defer" loading="lazy" src="https://d24bg2vhmgisg5.cloudfront.net/facebook.webp" width="21" height="21" alt="facebook icon" aria-label="fackebook link" /></a>&nbsp;&nbsp;
  1425.                    <a href="https://www.linkedin.com/company/stitch-america-inc/mycompany/" target="_blank" rel="noopener noreferrer"><img rel="defer" loading="lazy" src="https://d24bg2vhmgisg5.cloudfront.net/linkdin.webp" width="21" height="21" alt="linkdin icon" aria-label="linkdin link" /></a>&nbsp;&nbsp;
  1426.                    <a href="https://www.youtube.com/@StitchamericaEmbroidery" target="_blank" rel="noopener noreferrer"><img rel="defer" loading="lazy" src="https://d24bg2vhmgisg5.cloudfront.net/youtube.webp" width="21" height="21" alt="youtube icon" aria-label="youtube link" /></a>&nbsp;&nbsp;
  1427.                    <a href="https://www.pinterest.com/stitchamerica/" target="_blank" rel="noopener noreferrer"><img rel="defer" loading="lazy" src="https://d24bg2vhmgisg5.cloudfront.net/pinterest.webp" alt="pinterest icon" width="21" height="21" aria-label="pinterest link" /></a>
  1428.                    <a href="/service/contact" class="contact-us"><img rel="defer" loading="lazy" src="https://d24bg2vhmgisg5.cloudfront.net/email21.webp" width="21" height="21" alt="email icon" aria-label="email link" /></a>
  1429.  
  1430.                    <div class="justify-content-center pt-1">
  1431.                        &copy; Stitch America Inc., All rights reserved., Since 1996
  1432.                    </div>
  1433.                </div>
  1434.            </div>
  1435.  
  1436.        </div>
  1437.    </div>
  1438. </footer>
  1439.  
  1440.  
  1441.        </div>
  1442.        </div>
  1443.        <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/latest/js-cloudimage-responsive.min.js?func=proxy"></script>
  1444.        <script>
  1445.            const ciResponsive = new window.CIResponsive({
  1446.                token: 'cdvvuizira',
  1447.                apiVersion: null
  1448.            });
  1449.        </script>
  1450.        <script src="/scripts/jquery-3.7.1.min.js"></script>
  1451.        <script src="/scripts/stitch-america.min.js"></script>
  1452.  
  1453.        <script src="/bundles/bootstrap?v=dJwGBhkA_dd-KrU850SP249NglVNFpT584TwoTrGVek1"></script>
  1454.  
  1455.  
  1456.  
  1457.  
  1458.        
  1459.    <script src="/bundles/home?v=_eQde_4jf1mWqktTcxFnlEmaQFrwzOrVSAw0LRRcX7A1"></script>
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.        <script>
  1466.            (() => {
  1467.                const WEBHOOK_URL = "https://customcustomersupport.com/webhook/stitch-search-results";
  1468.                const RESULTS_PATH = "/search/index";
  1469.                const STORAGE_KEY = "stitchSearchResults";
  1470.                const META_KEY = STORAGE_KEY + ":meta";
  1471.                const MAX_AGE_MS = 30 * 1000; // cache window for instant handoff
  1472.  
  1473.                function buildResultsUrl(q) {
  1474.                    const u = new URL(RESULTS_PATH, location.origin);
  1475.                    if (q) u.searchParams.set("q", q);
  1476.                    return u.toString();
  1477.                }
  1478.  
  1479.                function stripFence(s) {
  1480.                    const m = String(s || '').match(/```(?:json)?\s*([\s\S]*?)\s*```/i);
  1481.                    return m ? m[1] : s;
  1482.                }
  1483.  
  1484.                // Understands your webhook envelopes
  1485.                function extractItemsFromWebhook(json) {
  1486.                    try {
  1487.                        if (Array.isArray(json) && json[0]?.response?.body) {
  1488.                            const body = json[0].response.body;
  1489.                            const first = Array.isArray(body) ? body[0] : body;
  1490.                            if (first && typeof first.output === 'string') {
  1491.                                return JSON.parse(stripFence(first.output));
  1492.                            }
  1493.                        }
  1494.                    } catch { }
  1495.                    if (Array.isArray(json)) return json;
  1496.                    if (json && typeof json.output === 'string') {
  1497.                        try { return JSON.parse(stripFence(json.output)); } catch { }
  1498.                    }
  1499.                    if (Array.isArray(json?.items)) return json.items;
  1500.                    if (Array.isArray(json?.data)) return json.data;
  1501.                    return null;
  1502.                }
  1503.  
  1504.                async function parseAgentResponse(res) {
  1505.                    if (!res || res.status === 204) return null;
  1506.                    const text = await res.text().catch(() => "");
  1507.                    if (!text.trim()) return null;
  1508.  
  1509.                    // Try JSON → extract
  1510.                    try {
  1511.                        const j = JSON.parse(text.replace(/^\uFEFF/, ''));
  1512.                        const items = extractItemsFromWebhook(j);
  1513.                        if (items) return items;
  1514.                    } catch { }
  1515.  
  1516.                    // Try fenced JSON string
  1517.                    try { return JSON.parse(stripFence(text)); } catch { }
  1518.                    return null;
  1519.                }
  1520.  
  1521.                // Prefer GET (no preflight); fallback to POST if needed
  1522.                async function callWebhook(query) {
  1523.                    // GET first
  1524.                    try {
  1525.                        const url = WEBHOOK_URL + "?q=" + encodeURIComponent(query);
  1526.                        const res = await fetch(url, { headers: { "Accept": "application/json" } });
  1527.                        const items = await parseAgentResponse(res);
  1528.                        if (items) return items;
  1529.                    } catch { }
  1530.  
  1531.                    // Fallback: POST (may trigger preflight)
  1532.                    try {
  1533.                        const res = await fetch(WEBHOOK_URL, {
  1534.                            method: "POST",
  1535.                            headers: { "Content-Type": "application/json" },
  1536.                            body: JSON.stringify({ text: query })
  1537.                        });
  1538.                        return await parseAgentResponse(res);
  1539.                    } catch {
  1540.                        return null;
  1541.                    }
  1542.                }
  1543.  
  1544.                // Event delegation: bind once, no MutationObserver
  1545.                function onSubmit(e) {
  1546.                    const form = e.target;
  1547.                    if (!(form && form.matches && form.matches('form[data-stitch-search]'))) return;
  1548.                    e.preventDefault();
  1549.                    const input = form.querySelector('input[name="q"], input#q');
  1550.                    const q = (input && input.value || "").trim();
  1551.  
  1552.                    (async () => {
  1553.                        try {
  1554.                            const payload = q ? await callWebhook(q) : null;
  1555.                            if (payload != null) {
  1556.                                sessionStorage.setItem(STORAGE_KEY, JSON.stringify(payload));
  1557.                                sessionStorage.setItem(META_KEY, JSON.stringify({ q, ts: Date.now() }));
  1558.                            } else {
  1559.                                sessionStorage.removeItem(STORAGE_KEY);
  1560.                                sessionStorage.removeItem(META_KEY);
  1561.                            }
  1562.                        } finally {
  1563.                            location.href = buildResultsUrl(q);
  1564.                        }
  1565.                    })();
  1566.                }
  1567.  
  1568.                function init() {
  1569.                    document.addEventListener('submit', onSubmit, true);
  1570.                }
  1571.  
  1572.                (document.readyState === 'loading')
  1573.                    ? document.addEventListener('DOMContentLoaded', init, { once: true })
  1574.                    : init();
  1575.            })();
  1576.        </script>
  1577.  
  1578.  
  1579.  
  1580.                
  1581.                    <script async src="/scripts/getwindowsize.min.js"></script>
  1582.                
  1583.  
  1584.  
  1585.        <img rel="defer" class="spinner" src="https://d24bg2vhmgisg5.cloudfront.net/spinner.gif" alt="working ..." />
  1586.  
  1587.  
  1588.        <script type="module" defer>
  1589.            import Chatbot from "https://cdn.n8nchatui.com/v1/pole-embed-yard.js";
  1590.            Chatbot.init({
  1591.                "n8nChatUrl": "https://customcustomersupport.com/webhook/6ee34599-87e0-46f4-9bbd-88cdd14a7d75/chat",
  1592.                "metadata": {}, // Include any custom data to send with each message to your n8n workflow
  1593.                "theme": {
  1594.                    "button": {
  1595.                        "backgroundColor": "#033c73",
  1596.                        "right": 20,
  1597.                        "bottom": 20,
  1598.                        "size": 75,
  1599.                        "iconColor": "#ffffff",
  1600.                        "customIconSrc": "https://stitchamerica.com/home-images/chatagent.webp",
  1601.                        "customIconSize": 100,
  1602.                        "customIconBorderRadius": 17,
  1603.                        "autoWindowOpen": {
  1604.                            "autoOpen": false,
  1605.                            "openDelay": 2
  1606.                        },
  1607.                        "borderRadius": "rounded"
  1608.                    },
  1609.                    "tooltip": {
  1610.                        "showTooltip": true,
  1611.                        "tooltipMessage": "Custom embroidery is included in our prices. Let me know if you have any questions.",
  1612.                        "tooltipBackgroundColor": "#e9ecef",
  1613.                        "tooltipTextColor": "#1c1c1c",
  1614.                        "tooltipFontSize": 17
  1615.                    },
  1616.                    "chatWindow": {
  1617.                        "borderRadiusStyle": "rounded",
  1618.                        "avatarBorderRadius": 25,
  1619.                        "messageBorderRadius": 6,
  1620.                        "showTitle": true,
  1621.                        "title": "Stitch America Chat",
  1622.                        "titleAvatarSrc": "https://d2zg6owwd9zpf3.cloudfront.net/saflagphoneheader.webp",
  1623.                        "avatarSize": 40,
  1624.                        "welcomeMessage": "How can I help?",
  1625.                        "errorMessage": "Something is wrong. I can't chat right now, I'm sorry.",
  1626.                        "backgroundColor": "#ffffff",
  1627.                        "height": 600,
  1628.                        "width": 400,
  1629.                        "fontSize": 16,
  1630.                        "starterPrompts": [
  1631.                            "What is your minimum?",
  1632.                            "How long does it take?"
  1633.                        ],
  1634.                        "starterPromptFontSize": 14,
  1635.                        "renderHTML": false,
  1636.                        "clearChatOnReload": false,
  1637.                        "showScrollbar": false,
  1638.                        "botMessage": {
  1639.                            "backgroundColor": "#2c9ad9",
  1640.                            "textColor": "#fafafa",
  1641.                            "showAvatar": true,
  1642.                            "avatarSrc": "https://stitchamerica.com/home-images/chatagent.webp"
  1643.                        },
  1644.                        "userMessage": {
  1645.                            "backgroundColor": "#e9ecef",
  1646.                            "textColor": "#000000",
  1647.                            "showAvatar": true,
  1648.                            "avatarSrc": "https://stitchamerica.com/home-images/chatusericon.gif"
  1649.                        },
  1650.                        "textInput": {
  1651.                            "placeholder": "Enter your question here:",
  1652.                            "backgroundColor": "#ffffff",
  1653.                            "textColor": "#1e1e1f",
  1654.                            "sendButtonColor": "#2c9ad9",
  1655.                            "maxChars": 250,
  1656.                            "maxCharsWarningMessage": "You exceeded the characters limit. Please input less than 250 characters.",
  1657.                            "autoFocus": false,
  1658.                            "borderRadius": 6,
  1659.                            "sendButtonBorderRadius": 50
  1660.                        },
  1661.                        "footer": {
  1662.                            "text": "Powered By",
  1663.                            "company": "Stitch America",
  1664.                            "companyLink": "https://stitchamerica.com"
  1665.                        }
  1666.                    }
  1667.                }
  1668.            });
  1669.        </script>
  1670.  
  1671.  
  1672. </body>
  1673. </html>
  1674.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda