CINXE.COM
Shopify App Store
<!doctype html> <html lang="en"> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer',"GTM-TMHDF2L");</script> <!-- End Google Tag Manager --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Shopify App Store</title> <meta name="description" content="Shopify App Store: customize your online store and grow your business with Shopify-approved apps for marketing, store design, fulfillment, and more."> <link rel="canonical" href="https://apps.shopify.com"> <link rel="icon" type="image/x-icon" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/favicon-3d790b3e382c5c5d7167509177c07784a9b8324b90473d7eb43c83dc1967b97d.png" /> <meta property="og:title" content="Shopify App Store"> <meta property="og:description" content="Shopify App Store: customize your online store and grow your business with Shopify-approved apps for marketing, store design, fulfillment, and more."> <meta property="og:image" content="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/shopify-app-store-og-20221205-765680ea3f7fdd83a99d2af93a4d70f8ee338abd3a3fb2ae4be0e114217a4bde.jpg"> <meta property="og:url" content="https://apps.shopify.com/"> <meta property="og:type" content="website"> <meta name="twitter:card" content="summary_large_image"> <meta name="robots" content="index"> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="lt-eTKUKuTuRFlmOCT9QVJI6lx62cAJOLscjTK_LURX1zAin4JAzQT86PH3MII098h4TXNsnc-fJnjH600DW1g" /> <meta name="google-site-verification" content="Qu2Oloy2MEBgLgnmmmCTQ-0TuRH40OIOx63D8L8MbYQ"> <link rel="alternate" href="https://apps.shopify.com" hreflang="x-default"> <link rel="alternate" href="https://apps.shopify.com" hreflang="en"> <link rel="alternate" href="https://apps.shopify.com?locale=cs" hreflang="cs"> <link rel="alternate" href="https://apps.shopify.com?locale=da" hreflang="da"> <link rel="alternate" href="https://apps.shopify.com?locale=de" hreflang="de"> <link rel="alternate" href="https://apps.shopify.com?locale=es" hreflang="es"> <link rel="alternate" href="https://apps.shopify.com?locale=fi" hreflang="fi"> <link rel="alternate" href="https://apps.shopify.com?locale=fr" hreflang="fr"> <link rel="alternate" href="https://apps.shopify.com?locale=it" hreflang="it"> <link rel="alternate" href="https://apps.shopify.com?locale=ja" hreflang="ja"> <link rel="alternate" href="https://apps.shopify.com?locale=ko" hreflang="ko"> <link rel="alternate" href="https://apps.shopify.com?locale=nb" hreflang="nb"> <link rel="alternate" href="https://apps.shopify.com?locale=nl" hreflang="nl"> <link rel="alternate" href="https://apps.shopify.com?locale=pl" hreflang="pl"> <link rel="alternate" href="https://apps.shopify.com?locale=pt-BR" hreflang="pt-BR"> <link rel="alternate" href="https://apps.shopify.com?locale=pt-PT" hreflang="pt-PT"> <link rel="alternate" href="https://apps.shopify.com?locale=sv" hreflang="sv"> <link rel="alternate" href="https://apps.shopify.com?locale=th" hreflang="th"> <link rel="alternate" href="https://apps.shopify.com?locale=tr" hreflang="tr"> <link rel="alternate" href="https://apps.shopify.com?locale=zh-CN" hreflang="zh-CN"> <link rel="alternate" href="https://apps.shopify.com?locale=zh-TW" hreflang="zh-TW"> <script> window.bugsnagApiKey = 'e6295e2834074504b103aaaf32d1afcd'; </script> <script type="text/javascript" id="dux-data" data-mode=production> (function () { function getData(key) { const dux_info = document.getElementById('dux-data'); if (dux_info && dux_info.dataset && dux_info.dataset[key]) { return dux_info.dataset[key]; } return; } function loadScript(src) { const promise = new Promise(function(resolve, reject){ const script = document.createElement('script'); script.src = src; script.async = true; script.onload = () => { resolve(true); }; script.onerror = () => { reject(false); }; document.head.appendChild(script); }); return promise; } loadScript(`https://cdn.shopify.com/shopifycloud/dux/dux-3.4.1.min.js`).then(() => { Dux.init({ service: 'appstore', mode: getData('mode') || 'development', eventHandlerEndpoint: 'https://apps.shopify.com/.well-known/dux', emitTrekkiePageViewEvent: true, enableGtm: true, enableGtmLoader: false, enableActiveConsent: false, shopId: getData('shop_id'), identityUuid: getData('identity_uuid'), }) }); })(); </script> <!-- Trekkie loader, this needs to be inline --> <script type="text/javascript"> (function() { var config = { 'Trekkie': { 'appName': 'appstore', 'defaultAttributes': { 'shopId': null, 'appHandle': null, 'v2': true }, 'navigationTimingApiMeasurementsEnabled': true, 'navigationTimingApiMeasurementsSampleRate': 0.01, 'isServerSideCookieWritingEnabled': true }, 'Clickstream': { }, 'Optimizely': {} }; var trekkie_version = '2020.07.23.1'; var analytics = window.analytics = window.analytics || []; if (analytics.integrations) { return; } analytics.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; analytics.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); analytics.push(args); return analytics; }; }; for (var i = 0; i < analytics.methods.length; i++) { var key = analytics.methods[i]; analytics[key] = analytics.factory(key); } analytics.load = function(config) { analytics.config = config; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function() { if (window.bugsnagClient) { window.bugsnagClient.notify('Failed to load Trekkie.'); } }; script.async = true; script.src = '//cdn.shopify.com/s/javascripts/tricorder/trekkie.' + config.Trekkie.appName + '.min.js?v=' + trekkie_version; var first = document.getElementsByTagName('script')[0]; first.parentNode.insertBefore(script, first); }; analytics.load(config); analytics.page(); })(); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?l=partnersDataLayer"></script> <script> window.partnersDataLayer = window.partnersDataLayer || []; function gtag(){partnersDataLayer.push(arguments);} gtag('js', new Date()); </script> <link rel="stylesheet" crossorigin="anonymous" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant-dbd1b584ba6cade1a5c977d602069296ac4e88b52bda1b7dbb87c0b34ce99849.css" integrity="sha256-uke22p1XKAKkedhz9NxET2dpnKy5ncwc6WZMsa4Z96M=" /> <link rel="stylesheet" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/tailwind-0ac863d01f014ef312245455148d1553dcadcdcdc3d3da1650d0e9fe9bab6bb6.css" data-turbo-track="reload" /> <link rel="stylesheet" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/inter-font-7a30f1aa5d0f997bc5f993c436cf84ad0f46c641565f03872359951c99d9fab6.css" data-turbo-track="reload" /> <meta id="i18nData" data-i18n="{"frontend":{"search_suggestions":{"label":"Search","placeholder":"Search apps","search_placeholder":"Search apps, guides, and more","collections_header":"Recommended collections","categories_header":"Categories","taxonomy_and_category_features":"Categories and features","guides_header":"Guides","suggestions_available":"Suggestions are available. Use up and down arrows to select a suggestion and enter key to use it.","instructions":"As you start typing, we might suggest common search terms. Use up and down arrow keys to select a search term.","taxonomy_header":"Categories and collections","ask_about_header":"Ask about apps","clear_search_suggestions":"Clear","mobile_close_button":"Close search","delete_icon":"Delete recent search"},"carousel":{"aria_label":"App carousel","live_region":"Slide %{slide_number} of %{total_slides}"},"lightbox":{"play":"Play carousel","pause":"Pause carousel","carousel_aria_roledescription":"Carousel","slide_nav_aria_label":"Choose slide","slide_aria_roledescription":"Slide","slide_aria_label":"%{currentSlide} of %{totalSlide}"},"review_modal":{"modal_should_close":"Your review will be lost."},"reply_review_modal":{"confirm_should_close":"Your reply will be lost.","confirm_delete":"Delete reply? This can't be undone.","create_title":"Reply to review","create_action":"Submit reply","update_title":"Edit reply","update_action":"Edit reply","errors":{"duplicate":"This review already has a reply.","create":"You can't reply to this review.","update":"This reply is no longer available.","validate":"You can't update this reply because at least one field in the original reply is no longer valid.","general":"Something went wrong. Please try submitting your reply again."}},"helpers":{"toggle":{"expand":"Show more","collapse":"Show less","more":"more","more_html":"+%{count} more"}},"reviews":{"rated_x_stars":{"one":"Rated %{count} star","other":"Rated %{count} stars"},"listing_cancel_on_create_text":"Your review will be lost.","listing_cancel_on_update_text":"This will delete all edits you made to the review.","listing_delete_review_header":"Delete review?","listing_delete_review_text":"Deleting your review means others will no longer be able to view it and learn from your experience with this app. Consider updating your review with new information instead of deleting it.","review_listing":{"show_full_review":"Show full review","show_full_reply":"Show full reply","show_less":"Show less","helpful_sr_label_helpful":{"one":"Mark as helpful. %{count} person found this review helpful.","other":"Mark as helpful. %{count} people found this review helpful."},"helpful_sr_label_not_helpful":{"one":"Mark as not helpful. %{count} person found this review helpful.","other":"Mark as not helpful. %{count} people found this review helpful."},"helpful_auth_to_rate":"Log in to vote this review as helpful.","helpful_feedback_flash_message":"Thank you for your feedback"},"review_create_error":"To leave a review, the app must be currently installed or have been uninstalled within the past 45 days. Also, you must be on a paid Shopify plan and in good standing.","review_update_error":"This review is no longer available.","review_validate_error":"You can’t update this review because at least one field in the original review is no longer valid.","review_general_error":"Something went wrong. Please try submitting your review again later.","review_account_type_error":"Partners can’t leave reviews on the Shopify App Store. Doing so violates our Partner Program Agreement and Acceptable Use Policy.","review_conflict_error":"We removed your previous review to protect the quality of reviews on our marketplace. You can't leave another review for this app."},"replies":{"modal_create_header":"Reply to review","modal_create_body_label":"Provide some guidance to help the reviewer resolve any problems they are having with your app.","modal_create_primary_action":"Submit reply","modal_update_header":"Update reply","modal_update_body_label":"Update your posted reply. The reviewer will be notified of the new content.","modal_update_primary_action":"Update reply","errors":{"duplicate":"This review already has a reply.","create":"You can’t reply to this review.","update":"This reply is no longer available.","validate":"You can’t update this reply because at least one field in the original reply is no longer valid.","general":"Something went wrong. Please try submitting your reply again.","open_from_hash":"The review you’re looking for couldn’t be found."},"cancel_on_create_text":"Your reply will be lost.","cancel_on_update_text":"This will delete all edits you made to the reply.","delete_header":"Delete reply?","delete_text":"Deleting your reply means others will no longer be able to view it. Consider updating your reply with new information instead of deleting it."},"support_interactions":{"feedback_cancel_text":"Your feedback will be lost.","modal_ok_action":"Ok","close":"Close"},"contact_support":{"modal_close_text":"Are you sure?"}}}"> <meta id="monorailVisitorMetadata" data-monorail-visitor-metadata="{"userToken":"6bfa1de5-9f75-4545-afeb-4019aafbe4c2","sessionToken":"a2deb5d6-2ef9-472f-a66b-aac9003b897d","shopId":null,"locale":"en","clientIp":"8.222.208.146","userAgent":"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 3.5.21022; .NET CLR 1.0.3705; .NET CLR 1.1.4322)","shopPlan":null}"> <script type="text/javascript"> window.I18n = window.I18n || {}; let i18nObjs = [JSON.parse(document.getElementById("i18nData").dataset.i18n)]; window.I18n.data = i18nObjs.reduce(function (accumulator, currentObj) { Object.keys(currentObj).forEach(function (key) { accumulator[key] = currentObj[key]; }); return accumulator; }, {}); window.MonorailVisitorMetadata = JSON.parse(document.getElementById("monorailVisitorMetadata").dataset.monorailVisitorMetadata); </script> <script src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/application_next-JhgcEN92.js" crossorigin="anonymous" type="module"></script><link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/stimulus-CIbhS_I_.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/decode-Bn6vFd8o.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/stimulus-LrxAJrCP.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/client-WA3w38de.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/url-helper-OfTg510_.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/react-DcviX4VJ.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/index-DmnpMxGH.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/BrowserCookieManager-CeIZPYpi.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/dom-helpers-E_jcM3uZ.js" as="script" crossorigin="anonymous"> <link rel="modulepreload" href="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/bundles/assets/preload-helper-gXX2zx0f.js" as="script" crossorigin="anonymous"> </head> <body id="HomeShow" class="tw-font-sans tw-antialiased tw-min-w-full tw-min-h-screen tw-flex tw-flex-col"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TMHDF2L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header id="AppStoreNavbar" data-section-name="global-nav" class="tw-sticky tw-top-0 tw-h-navHeight--mobile lg:tw-h-navHeight--desktop tw-z-[998] lg:tw-z-[1000] tw-border-b tw-bg-canvas-primary tw-text-fg-primary tw-border-b-stroke-primary"> <nav class="tw-container tw-h-full tw-mx-auto tw-flex tw-items-center tw-justify-between lg:tw-py-sm tw-bg-[inherit] tw-leading-3"> <div class="tw-grow lg:tw-grow-0"> <a class="tw-block tw-h-[28px] md:tw-h-[32px] xl:tw-h-[36px] tw-w-[175px] md:tw-w-[200px] xl:tw-w-[225px]" aria-label="Shopify App Store logo" href="/"> <span role="img"><svg class="tw-h-full" viewBox="0 0 225 36" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M22.17 35.08zM27.01 6.49c-.13-.01-2.63-.05-2.63-.05s-1.53-1.48-2.1-2.05v30.69l8.9-2.21S27.35 6.96 27.32 6.78c-.02-.16-.15-.27-.31-.29ZM20.15 4.43c-.13-.43-.3-.84-.5-1.24-.75-1.43-1.84-2.18-3.16-2.18-.09 0-.18 0-.27.02-.04-.05-.08-.09-.12-.14-.59-.61-1.33-.91-2.21-.89-1.71.05-3.4 1.28-4.78 3.47-.97 1.54-1.71 3.47-1.92 4.97L3.83 9.48c-.99.31-1.02.34-1.15 1.27-.1.7-2.68 20.71-2.68 20.71l21.46 3.71V4.06c-.11 0-.2.03-.26.04l-1.05.33Zm-3.91 1.21-3.62 1.12c.35-1.34 1.01-2.67 1.83-3.55.3-.33.73-.69 1.23-.9.47.99.57 2.38.56 3.32Zm-2.32-4.5c.4 0 .74.08 1.03.27-.5.27-.95.62-1.32 1.03-1.08 1.16-1.91 2.97-2.24 4.71l-2.97.92c.59-2.74 2.88-6.85 5.52-6.93Zm-3.32 15.6c.11 1.83 4.92 2.22 5.19 6.5.21 3.36-1.78 5.67-4.66 5.85-3.45.22-5.35-1.82-5.35-1.82l.73-3.11s1.91 1.44 3.45 1.35c1-.06 1.36-.88 1.32-1.45-.15-2.38-4.06-2.24-4.31-6.15-.21-3.29 1.95-6.63 6.73-6.93 1.84-.12 2.78.35 2.78.35l-1.09 4.08s-1.22-.55-2.66-.46c-2.12.13-2.14 1.47-2.12 1.8Zm6.78-11.45c-.01-.86-.11-2.07-.52-3.1 1.29.25 1.93 1.71 2.2 2.58-.5.15-1.07.33-1.68.52ZM43.88 20.05c-1.05-.59-1.64-1.08-1.64-1.76 0-.87.8-1.42 2.01-1.42 1.11 0 2.07.31 2.63.59l.99-3.03c-.68-.37-1.92-.71-3.55-.71-3.77 0-6.33 2.13-6.33 5.16 0 1.67 1.21 2.97 2.81 3.89 1.27.74 1.76 1.27 1.76 2.04s-.65 1.45-1.89 1.45c-1.33.03-2.69-.53-3.46-.93l-1.05 3.03c.8.56 2.44 1.02 4.17 1.05 3.86.03 6.61-1.89 6.61-5.28 0-1.82-1.39-3.09-3.06-4.08ZM59.14 13.72c-1.89 0-3.37.9-4.51 2.26l-.06-.03 1.64-8.59h-4.26l-4.14 21.79h4.26l1.42-7.42c.56-2.81 2.01-4.54 3.37-4.54.96 0 1.33.65 1.33 1.58 0 .59-.06 1.27-.19 1.89l-1.61 8.5h4.26l1.67-8.78c.19-.93.31-2.04.31-2.78 0-2.41-1.27-3.86-3.49-3.86ZM72.44 13.72c-5.13 0-8.53 4.64-8.53 9.8 0 3.28 2.04 5.93 5.87 5.93h.03c5.01 0 8.41-4.51 8.41-9.77 0-3.06-1.79-5.96-5.78-5.96Zm-2.1 12.45h-.03c-1.42 0-2.04-1.21-2.04-2.78 0-2.41 1.27-6.4 3.59-6.4 1.51 0 2.01 1.27 2.01 2.57 0 2.6-1.27 6.61-3.52 6.61ZM88.96 13.72c-1.7 0-3.37.93-4.51 2.5h-.06l.25-2.26h-3.77c-.19 1.55-.53 3.86-.87 5.66L77.03 35.2h4.26l1.17-6.3h.09c.49.31 1.45.56 2.5.56 5.01 0 8.28-5.13 8.28-10.32 0-2.84-1.27-5.41-4.39-5.41Zm-4.08 12.51c-.77 0-1.3-.25-1.76-.62l.71-3.99c.49-2.63 1.89-4.39 3.37-4.39 1.3 0 1.7 1.21 1.7 2.35 0 2.75-1.64 6.64-4.02 6.64ZM93.02 29.14h4.27l2.87-15.11H95.9l-2.88 15.11zM98.99 7.57c-1.36 0-2.44 1.08-2.44 2.47 0 1.27.8 2.13 2.01 2.13h.03c1.33 0 2.5-.9 2.5-2.47 0-1.24-.8-2.13-2.1-2.13ZM110.88 14.03h-2.94l.12-.71c.28-1.48 1.11-2.78 2.57-2.78.46 0 .92.07 1.36.22l.8-3.34c-.49-.22-1.27-.37-2.32-.37-1.48 0-3.03.43-4.17 1.42-1.45 1.24-2.13 3.03-2.47 4.85l-.12.71h-1.98l-.62 3.18h1.98l-2.26 11.93h4.26l2.26-11.93h2.94l.59-3.18ZM118.87 20.79c-.62 1.64-.93 2.6-1.27 3.62h-.06c-.06-.99-.19-2.07-.37-3.59l-.68-6.8h-4.48l2.57 13.88c.06.31.03.49-.09.71-.49.96-1.33 1.89-2.32 2.57-.8.59-1.7.96-2.41 1.21l1.17 3.62c.87-.19 2.66-.9 4.17-2.32 1.95-1.82 3.74-4.64 5.59-8.47l5.22-11.19h-4.45l-2.6 6.77ZM141.36 14.43c-.77-.28-1.95-.43-3-.43-5.75 0-9.36 5.87-9.36 10.94 0 2.66 1.36 4.51 3.62 4.51 1.95 0 3.83-1.02 5.53-4.3h.06c-.22 1.67-.4 3.09-.37 3.99h1.3c-.06-1.58.12-3.96.65-6.74l1.58-7.97Zm-2.59 6.4c-.71 3.83-3.43 7.45-5.84 7.45-2.01 0-2.57-1.73-2.53-3.68.03-4.67 3.37-9.43 7.63-9.43.93 0 1.45.09 1.79.22l-1.05 5.44ZM150.97 14c-1.98 0-3.83 1.27-5.16 3.31h-.06l.46-3h-1.27c-.19 1.36-.46 3.15-.83 5.1l-2.97 15.79h1.33l1.17-6.4h.06c.56.31 1.51.65 2.97.65 4.73 0 8.16-5.62 8.16-10.63 0-2.44-1.05-4.82-3.86-4.82Zm-4.17 14.27c-1.21 0-2.19-.31-2.87-.83l.96-5.1c.83-4.48 3.59-7.17 5.69-7.17s2.87 1.98 2.87 3.74c0 3.8-2.72 9.36-6.64 9.36ZM164.82 14c-1.98 0-3.83 1.27-5.16 3.31h-.06l.46-3h-1.27c-.19 1.36-.46 3.15-.83 5.1l-2.97 15.79h1.33l1.17-6.4h.06c.56.31 1.51.65 2.97.65 4.73 0 8.16-5.62 8.16-10.63 0-2.44-1.05-4.82-3.86-4.82Zm-4.17 14.27c-1.21 0-2.19-.31-2.87-.83l.96-5.1c.83-4.48 3.59-7.17 5.69-7.17s2.87 1.98 2.87 3.74c0 3.8-2.72 9.36-6.64 9.36ZM176.53 18.2c0 1.39.8 2.72 2.29 3.68 1.39.9 2.01 1.79 2.01 3.28 0 1.7-1.33 3.09-3.28 3.09-1.08 0-2.07-.43-2.6-.83l-.53 1.11c.49.4 1.67.9 3 .9 2.57 0 4.76-1.64 4.76-4.64 0-1.51-.87-2.87-2.29-3.83-1.21-.83-2.01-1.61-2.01-3 0-1.51 1.21-2.78 3-2.78.87 0 1.64.34 2.1.62l.49-1.14c-.43-.34-1.42-.65-2.44-.65-2.63 0-4.51 1.89-4.51 4.2ZM188.22 28.24c-.93 0-1.33-.53-1.33-1.39 0-.8.12-1.58.31-2.57l1.64-8.84h3.49l.25-1.14h-3.49l.65-3.25-1.48.59-.49 2.66h-2.16l-.22 1.14h2.13l-1.67 8.84c-.25 1.14-.34 1.92-.34 2.72 0 1.24.68 2.41 2.44 2.41.53 0 1.05-.09 1.45-.22l-.09-1.08c-.28.09-.59.12-1.08.12ZM199.65 14c-4.51 0-7.32 5.38-7.32 9.7 0 3.06 1.51 5.75 4.73 5.75h.03c4.79 0 7.29-5.93 7.29-9.74 0-2.69-1.17-5.72-4.73-5.72Zm-2.38 14.27h-.03c-2.32 0-3.52-2.1-3.52-4.7 0-3.8 2.35-8.41 5.81-8.41 2.72 0 3.46 2.6 3.46 4.54 0 3.55-2.35 8.56-5.72 8.56ZM214.12 14.03c-.15 0-.37-.03-.56-.03-1.85 0-3.34 1.58-4.23 3.55h-.06c.16-1.08.29-2.16.4-3.25h-1.21c-.12 1.3-.34 2.97-.71 4.85l-1.89 9.98h1.33l1.42-7.54c.62-3.25 2.78-6.18 4.73-6.18.22 0 .37 0 .49.03l.28-1.42ZM224.16 17.24c0-1.67-1.02-3.25-3.46-3.25-4.23 0-7.23 5.59-7.23 9.86 0 2.84 1.21 5.56 4.67 5.56 1.85 0 3.28-.59 4.05-1.11l-.4-1.05c-.68.4-1.79.99-3.43.99s-2.72-.83-3.25-2.5c-.31-1.08-.28-3.03-.12-3.71 4.85.03 9.18-1.02 9.18-4.79Zm-3.71-2.07c1.39 0 2.32.74 2.32 2.1v.03c0 2.94-3.71 3.59-7.57 3.55.93-3.21 2.97-5.69 5.25-5.69Z"/> </svg> </span> </a> </div> <div class="tw-bg-[inherit] tw-flex tw-flex-grow-0 tw-justify-center tw-items-center lg:tw-px-8 lg:tw-flex-grow"> <div class="search-component tw-w-full tw-max-w-[500px]"> <button name="button" type="submit" class="tw-block tw-w-5 tw-h-full tw-bg-no-repeat tw-bg-center lg:tw-hidden" data-module="ui-search-navbar__activator" aria-label="Search"> <span role="img"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2 8a6 6 0 1 1 12.01.01A6 6 0 0 1 2 8Zm17.7 10.3-5.39-5.4A8 8 0 1 0 0 8a8 8 0 0 0 12.9 6.31l5.4 5.4a1 1 0 1 0 1.4-1.42Z"/></svg> </span> <span class="tw-hidden" aria-hidden="true"> Search </span> </button> <form id="UiSearchInputForm" data-source="autocomplete" class="tw-hidden tw-m-0 tw-relative lg:tw-block" action="/search" accept-charset="UTF-8" method="get"> <div class="tw-absolute tw-top-1/2 -tw-translate-y-1/2 tw-translate-x-lg tw-bg-fg-secondary tw-w-[20px] tw-h-[20px] [mask-image:url(merchant/navbar/search-icon)] [mask-repeat:no-repeat] [mask-position:center] [mask-size:20px] tw-skew-x-0 tw-skew-y-0 tw-rotate-0 tw-scale-x-100 tw-scale-y-100"> </div> <input type="search" name="q" id="q" placeholder="Search apps, guides, and more" class="js-monorail-element-click-tracking tw-w-full tw-max-w-[31.25rem] tw-h-12 tw-border-stroke-primary tw-bg-input-canvas-default tw-border tw-rounded-2xl tw-pl-[44px] tw-pr-14 tw-text-input-default tw-text-fg-primary placeholder:tw-text-fg-tertiary webkit-search-cancel-button:tw-hidden" autocomplete="off" /> </form></div> <div class="tw-bg-[inherit]"> <div class="tw-hidden tw-ml-xl lg:tw-block tw-bg-[inherit]"> <div class="megamenu-component tw-bg-[inherit]"> <button class="tw-group tw-flex tw-whitespace-nowrap tw-items-center tw-text-link-md link-block--primary" type="button" data-expandable-content data-has-overlay data-open-for-breakpoint="lg" data-content-id="AppStoreMegamenu"> Browse apps <div class="tw-transition-transform tw-origin-center tw-duration-300 tw-rotate-0 tw-ease-out group-[.tw-active]:tw-rotate-180 tw-ml-1.5"> <span role="img"><svg width="10" height="6" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.78.22c.3.3.3.77 0 1.06L5.53 5.53c-.3.3-.77.3-1.06 0L.22 1.28A.75.75 0 0 1 1.28.22L5 3.94 8.72.22c.3-.3.77-.3 1.06 0Z"/></svg> </span> </div> </button> <div id="AppStoreMegamenu" class="tw-fixed tw-overflow-hidden tw-left-0 tw-top-[4.5rem] -tw-mt-1 tw-w-full tw-invisible -tw-translate-y-full tw-transition-[visibility,transform] tw-duration-300 tw-ease-out tw-bg-[inherit] tw-z-[-1] [&.tw-active]:tw-visible [&.tw-active]:tw-translate-y-0"> <div class="tw-container tw-flex tw-flex-nowrap tw-pt-xl tw-pb-2xl tw-mx-auto tw-min-h-[350px]"> <div class="tw-w-8/12 tw-pr-xl"> <h2 class="tw-text-body-sm tw-pb-sm tw-opacity-60">Apps by category</h2> <ul class="tw-grid tw-grid-cols-2 tw-grid-flow-row tw-gap-xl"> <li class="tw-group"> <a class="js-monorail-element-click-tracking tw-block tw-max-w-[340px]" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Sales channels" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/categories/sales-channels?surface_detail=navbar-categories&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> Sales channels </span> <p class="tw-text-body-sm tw-opacity-60"> Sync products with marketplaces, product feeds, data backup, point of sale, retail </p> </a> </li> <li class="tw-group"> <a class="js-monorail-element-click-tracking tw-block tw-max-w-[340px]" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Finding products" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/categories/finding-products?surface_detail=navbar-categories&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> Finding products </span> <p class="tw-text-body-sm tw-opacity-60"> Source products with dropshipping, print on demand, wholesale, suppliers </p> </a> </li> <li class="tw-group"> <a class="js-monorail-element-click-tracking tw-block tw-max-w-[340px]" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Selling products" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/categories/selling-products?surface_detail=navbar-categories&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> Selling products </span> <p class="tw-text-body-sm tw-opacity-60"> Sell more with subscriptions, digital downloads, payments, COD, product options </p> </a> </li> <li class="tw-group"> <a class="js-monorail-element-click-tracking tw-block tw-max-w-[340px]" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Orders and shipping" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/categories/orders-and-shipping?surface_detail=navbar-categories&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> Orders and shipping </span> <p class="tw-text-body-sm tw-opacity-60"> Handle fulfillment with order tracking, invoices, order printers, shipping labels </p> </a> </li> <li class="tw-group"> <a class="js-monorail-element-click-tracking tw-block tw-max-w-[340px]" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Store design" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/categories/store-design?surface_detail=navbar-categories&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> Store design </span> <p class="tw-text-body-sm tw-opacity-60"> Customize storefronts with SEO, translation, currency converters, trust badges </p> </a> </li> <li class="tw-group"> <a class="js-monorail-element-click-tracking tw-block tw-max-w-[340px]" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Marketing and conversion" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/categories/marketing-and-conversion?surface_detail=navbar-categories&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> Marketing and conversion </span> <p class="tw-text-body-sm tw-opacity-60"> Get customers with reviews, bundles, upsells, checkout, email marketing </p> </a> </li> <li class="tw-group"> <a class="js-monorail-element-click-tracking tw-block tw-max-w-[340px]" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Store management" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/categories/store-management?surface_detail=navbar-categories&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> Store management </span> <p class="tw-text-body-sm tw-opacity-60"> Scale up with support, chat, FAQs, analytics, workflow automation </p> </a> </li> </ul> </div> <div class="tw-w-4/12 tw-pl-xl tw-relative before:tw-content-[''] before:tw-absolute before:tw-top-0 before:tw-left-0 before:tw-h-full before:tw-border-l before:tw-border-solid before:tw-border-[inherit] before:tw-opacity-20"> <ul class="tw-grid tw-gap-lg"> <li> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="merchant-tech-stack-rest" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/stories/merchant-tech-stack-rest?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/merchant-tech-stack-rest/hero-small-4fa94a5e69c13cf1ec46129bee375039738bee7aa2a2b78a771a69779f9dc5c6.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/merchant-tech-stack-rest/hero-small@2x-cb57419c7c5be0799027a01f9ee3297e785aa679ef025ae12b4e059f5dc26cb2.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/merchant-tech-stack-rest/hero-small-4fa94a5e69c13cf1ec46129bee375039738bee7aa2a2b78a771a69779f9dc5c6.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">Merchant tech stack</div> <span class="tw-text-heading-md link-block--primary">Rest</span> </div> </div> </a> </li> <li> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="spotlight-app-tryon" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/stories/spotlight-app-tryon?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/hero-small-3ce2f2e35867e69923c28c525f904941e0b0618a2e85c3fc6ead949a49a8996b.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/hero-small@2x-0e8bd2aceca1378e1cbbd6960aa96c4f9fc07e88fc6d8491848c180ba6e12fb3.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/hero-small-3ce2f2e35867e69923c28c525f904941e0b0618a2e85c3fc6ead949a49a8996b.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">Featured app</div> <span class="tw-text-heading-md link-block--primary">Offer free trials with Tryon</span> </div> </div> </a> </li> <li> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="guide-works-with-flow" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/stories/guide-works-with-flow?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/hero-small-10343f9d3c68fb7d9aa4bef931e24d457e8179330c0dfa88818adff304f59f0c.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/hero-small@2x-e906d4735ff5bd03b9c01490230c74cfb9c2965a863e8a5d67bf4c998573667d.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/hero-small-10343f9d3c68fb7d9aa4bef931e24d457e8179330c0dfa88818adff304f59f0c.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">Guide</div> <span class="tw-text-heading-md link-block--primary">Go with the Flow</span> </div> </div> </a> </li> <li> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="guide-built-for-shopify" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/stories/guide-built-for-shopify?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/built-for-shopify/hero-small-5f01454d23dde0aa34cacd97b0686b7ba559ee2782a8d1658604a84ebfcf4100.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/built-for-shopify/hero-small@2x-54f2b1d5a1448e000c9f6d8349930ec068b7e7a91894c1aa6567b75ad074a210.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/built-for-shopify/hero-small-5f01454d23dde0aa34cacd97b0686b7ba559ee2782a8d1658604a84ebfcf4100.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">January 2025</div> <span class="tw-text-heading-md link-block--primary">The best of Built for Shopify</span> </div> </div> </a> </li> <li class="tw-group"> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="all-app-stories" data-element-group="nav-bar-megamenu" href="https://apps.shopify.com/stories?surface_detail=whats-new&surface_type=navbar"> <span class="tw-text-heading-md link-block--primary"> More stories </span> </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="tw-flex tw-flex-nowrap tw-flex-row tw-items-center"> <button class="tw-nav-hamburger tw-block tw-w-5 tw-h-5 tw-bg-no-repeat tw-bg-center tw-ml-lg lg:tw-hidden" type="button" aria-label="Menu"> <span role="img"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16"><path d="M19 9H1a1 1 0 0 1 0-2h18a1 1 0 1 1 0 2Zm0-7H1a1 1 0 0 1 0-2h18a1 1 0 1 1 0 2Zm0 14H1a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2Z"/></svg> </span> </button> <div class="tw-hidden lg:tw-inline"> <div class="login-logout-component"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking tw-border-transparent hover:tw-border-fg-primary" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="Log in" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="log-in-btn" data-element-group="nav-bar-megamenu" href="/login/initiate_shopify_auth_without_shop?redirect_uri=%2F%3Fauth%3D1%26show_store_picker%3D1&return_to=%2F%3Fauth%3D1">Log in</a> </div> </div> <div class="tw-hidden lg:tw-inline lg:tw-ml-6"> <div class="signup-component"> <a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-primary tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md js-monorail-element-click-tracking tw-w-full" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="get-started-btn" data-element-group="nav-bar-megamenu" href="https://accounts.shopify.com/store-create?_s=a2deb5d6-2ef9-472f-a66b-aac9003b897d&_y=6bfa1de5-9f75-4545-afeb-4019aafbe4c2&locale=en&signup_page=https%3A%2F%2Fapps.shopify.com%2F%3Fauth%3D1&signup_types%5B%5D=paid_trial_experience"> Sign up </a> </div> </div> </div> </nav> </header> <div data-section-name="global-nav" class="tw-appstore-side-navbar tw-w-full tw-h-full tw-bg-canvas-primary tw-bottom-0 tw-overflow-y-auto tw-fixed tw-top-0 tw-right-0 tw-z-[1000] tw-invisible tw-translate-x-full sm:tw-w-96 lg:tw-will-change-auto [&.tw-is-open]:tw-translate-x-0 [&.tw-is-open]:tw-visible" role="dialog" aria-label="Main navigation" aria-modal="true"> <div class="side-menu-component tw-h-full tw-container"> <div class="tw-min-h-full tw-flex tw-flex-col"> <div class="tw-sticky tw-top-sm tw-bg-canvas-primary tw-bg-opacity-80 tw-backdrop-blur-sm tw-rounded-full tw-flex tw-justify-center tw-self-end tw-h-3xl tw-w-3xl -tw-mr-[14px] tw-items-center tw-shrink-0"> <button name="button" type="button" class="tw-appstore-side-menu__close-button tw-bg-no-repeat tw-bg-center tw-box-content tw-h-5 tw-w-5" style="background-image: url(https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/navbar/close-d8135512b5f5d89ef5d4c8ae94041d79fcc8addea0e1b4adf07547db4197b4b8.svg); background-size: 1.25rem" aria-label="close" data-ga-event="Main Nav" data-ga-action="close navigation" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="close-side-menu" data-element-group="side-menu"></button> </div> <div class="tw-flex tw-flex-col tw-pb-xl tw-grow tw-gap-y-8 tw-justify-between"> <div class="tw-pb-8"> <div aria-hidden="true" class="tw-text-heading-md tw-text-fg-tertiary tw-mb-md"> Apps by category </div> <ul aria-label="Apps by category"> <li class="tw-mb-sm last:tw-mb-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md lg:tw-text-link-lg tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking !tw-text-heading-lg" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Sales channels" data-element-group="side-menu" href="https://apps.shopify.com/categories/sales-channels?surface_detail=navbar-categories&surface_type=navbar"> Sales channels </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md lg:tw-text-link-lg tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking !tw-text-heading-lg" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Finding products" data-element-group="side-menu" href="https://apps.shopify.com/categories/finding-products?surface_detail=navbar-categories&surface_type=navbar"> Finding products </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md lg:tw-text-link-lg tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking !tw-text-heading-lg" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Selling products" data-element-group="side-menu" href="https://apps.shopify.com/categories/selling-products?surface_detail=navbar-categories&surface_type=navbar"> Selling products </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md lg:tw-text-link-lg tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking !tw-text-heading-lg" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Orders and shipping" data-element-group="side-menu" href="https://apps.shopify.com/categories/orders-and-shipping?surface_detail=navbar-categories&surface_type=navbar"> Orders and shipping </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md lg:tw-text-link-lg tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking !tw-text-heading-lg" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Store design" data-element-group="side-menu" href="https://apps.shopify.com/categories/store-design?surface_detail=navbar-categories&surface_type=navbar"> Store design </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md lg:tw-text-link-lg tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking !tw-text-heading-lg" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Marketing and conversion" data-element-group="side-menu" href="https://apps.shopify.com/categories/marketing-and-conversion?surface_detail=navbar-categories&surface_type=navbar"> Marketing and conversion </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md lg:tw-text-link-lg tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary js-monorail-element-click-tracking !tw-text-heading-lg" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="Store management" data-element-group="side-menu" href="https://apps.shopify.com/categories/store-management?surface_detail=navbar-categories&surface_type=navbar"> Store management </a> </li> </ul> <div aria-hidden="true" class="tw-text-heading-md tw-text-fg-tertiary tw-mt-xl tw-mb-md"> App stories </div> <ul aria-label="App stories"> <li class="tw-mb-sm last:tw-mb-0"> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="merchant-tech-stack-rest" data-element-group="side-menu" href="https://apps.shopify.com/stories/merchant-tech-stack-rest?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/merchant-tech-stack-rest/hero-small-4fa94a5e69c13cf1ec46129bee375039738bee7aa2a2b78a771a69779f9dc5c6.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/merchant-tech-stack-rest/hero-small@2x-cb57419c7c5be0799027a01f9ee3297e785aa679ef025ae12b4e059f5dc26cb2.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/merchant-tech-stack-rest/hero-small-4fa94a5e69c13cf1ec46129bee375039738bee7aa2a2b78a771a69779f9dc5c6.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">Merchant tech stack</div> <span class="tw-text-heading-md link-block--primary">Rest</span> </div> </div> </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="spotlight-app-tryon" data-element-group="side-menu" href="https://apps.shopify.com/stories/spotlight-app-tryon?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/hero-small-3ce2f2e35867e69923c28c525f904941e0b0618a2e85c3fc6ead949a49a8996b.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/hero-small@2x-0e8bd2aceca1378e1cbbd6960aa96c4f9fc07e88fc6d8491848c180ba6e12fb3.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/hero-small-3ce2f2e35867e69923c28c525f904941e0b0618a2e85c3fc6ead949a49a8996b.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">Featured app</div> <span class="tw-text-heading-md link-block--primary">Offer free trials with Tryon</span> </div> </div> </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="guide-works-with-flow" data-element-group="side-menu" href="https://apps.shopify.com/stories/guide-works-with-flow?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/hero-small-10343f9d3c68fb7d9aa4bef931e24d457e8179330c0dfa88818adff304f59f0c.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/hero-small@2x-e906d4735ff5bd03b9c01490230c74cfb9c2965a863e8a5d67bf4c998573667d.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/hero-small-10343f9d3c68fb7d9aa4bef931e24d457e8179330c0dfa88818adff304f59f0c.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">Guide</div> <span class="tw-text-heading-md link-block--primary">Go with the Flow</span> </div> </div> </a> </li> <li class="tw-mb-sm last:tw-mb-0"> <a class="js-monorail-element-click-tracking" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="guide-built-for-shopify" data-element-group="side-menu" href="https://apps.shopify.com/stories/guide-built-for-shopify?surface_detail=whats-new&surface_type=navbar"> <div class="tw-group tw-flex tw-gap-md"> <picture class="tw-w-appIcon--md tw-h-appIcon--md tw-bg-canvas-tertiary tw-rounded-xs tw-overflow-hidden tw-shrink-0"> <img alt="" class="tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025]" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/built-for-shopify/hero-small-5f01454d23dde0aa34cacd97b0686b7ba559ee2782a8d1658604a84ebfcf4100.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/built-for-shopify/hero-small@2x-54f2b1d5a1448e000c9f6d8349930ec068b7e7a91894c1aa6567b75ad074a210.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/built-for-shopify/hero-small-5f01454d23dde0aa34cacd97b0686b7ba559ee2782a8d1658604a84ebfcf4100.webp" /> </picture> <div> <div class="tw-text-body-sm tw-opacity-60">January 2025</div> <span class="tw-text-heading-md link-block--primary">The best of Built for Shopify</span> </div> </div> </a> </li> <li class="tw-mt-8"> <a class="js-monorail-element-click-tracking tw-text-heading-md link-block--primary" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="all-app-stories" data-element-group="side-menu" href="https://apps.shopify.com/stories?surface_detail=whats-new&surface_type=navbar">More stories</a> </li> </ul> </div> <div> <ul> <li class="tw-mb-md"> <div class="signup-component"> <a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-primary tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md js-monorail-element-click-tracking tw-w-full" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="get-started-btn" data-element-group="side-menu" href="https://accounts.shopify.com/store-create?_s=a2deb5d6-2ef9-472f-a66b-aac9003b897d&_y=6bfa1de5-9f75-4545-afeb-4019aafbe4c2&locale=en&signup_page=https%3A%2F%2Fapps.shopify.com%2F%3Fauth%3D1&signup_types%5B%5D=paid_trial_experience"> Sign up </a> </div> </li> <li> <div class="login-logout-component"> <a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-secondary tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md js-monorail-element-click-tracking tw-w-full" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="Log in" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="all" data-element="log-in-btn" data-element-group="side-menu" href="/login/initiate_shopify_auth_without_shop?redirect_uri=%2F%3Fauth%3D1%26show_store_picker%3D1&return_to=%2F%3Fauth%3D1"> Log in </a> </div> </ul> </div> </div> </div> </div> </div> <div data-section-name="global-nav" class="tw-appstore-side-search tw-w-full tw-h-full tw-bg-canvas-primary tw-bottom-0 tw-overflow-y-auto tw-fixed tw-top-0 tw-right-0 tw-z-[1000] tw-invisible tw-translate-x-full sm:tw-w-96 lg:tw-will-change-auto [&.tw-is-open]:tw-translate-x-0 [&.tw-is-open]:tw-visible sm:tw-w-full sm:tw-h-16 sm:tw-overflow-visible sm:tw-pb-0" role="dialog" aria-label="Main navigation" aria-modal="true"> <div id="UiSearchNavbar" class="tw-h-full tw-container"> <form id="UiSearchSuggestionForm" class="tw-w-full sm:tw-relative tw-flex tw-items-center sm:tw-h-full" action="/search" role="search" data-source="autocomplete"> <input type="hidden" name="st_source" id="st_source" value="" autocomplete="off" /> </form> </div> </div> <main class="tw-grow"> <section class="modular-page-section"> <div class="" style=""> <div class="tw-w-full tw-bg-center tw-bg-cover tw-pb-lg sm:tw-pb-xl md:tw-pb-2xl" style="background-image: linear-gradient(96.24deg, rgba(0, 0, 0, 0.7) 17.59%, rgba(0, 0, 0, 0) 47.72%), url('https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/home/texture-hero-purple-17621f91179463e239b18b1c50d51adcccb9c89b2927caedf1cb67dee1808215.png'); background-image: linear-gradient(96.24deg, rgba(0, 0, 0, 0.7) 17.59%, rgba(0, 0, 0, 0) 47.72%), -webkit-image-set( url('https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/home/texture-hero-purple-17621f91179463e239b18b1c50d51adcccb9c89b2927caedf1cb67dee1808215.png') 1x, url('https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/home/texture-hero-purple@2x-0a16a32f9d03d80c1b39d167883b4bcc99b374143e21f790cab6e716d2e8b2c2.png') 2x); background-image: linear-gradient(96.24deg, rgba(0, 0, 0, 0.7) 17.59%, rgba(0, 0, 0, 0) 47.72%), image-set( url('https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/home/texture-hero-purple-17621f91179463e239b18b1c50d51adcccb9c89b2927caedf1cb67dee1808215.png') 1x, url('https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/home/texture-hero-purple@2x-0a16a32f9d03d80c1b39d167883b4bcc99b374143e21f790cab6e716d2e8b2c2.png') 2x); " data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="home" data-waypoint-waypoint="1" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-controller="animated-hero" data-animated-hero-animation-interval-value="2000"> <section class="tw-container tw-relative"> <h1 aria-hidden="true" class="tw-mr-2xl sm:tw-mr-0 tw-text-fg-inverted-primary tw-relative tw-text-display-6 sm:tw-text-display-3 md:tw-text-display-5 md:tw-leading-tight tw-pt-xl"> <span data-prefix-text class="tw-overflow-hidden tw-block tw-absolute tw-w-full"> <span class="tw-invisible tw-block"> Work smarter </span> <span class="tw-inline-block tw-absolute tw-bottom-0" data-animated-hero-target="prefix"> Sell wider </span> <span class="tw-inline-block tw-absolute tw-bottom-0 tw-hidden" data-animated-hero-target="prefix"> Ship faster </span> <span class="tw-inline-block tw-absolute tw-bottom-0 tw-hidden" data-animated-hero-target="prefix"> Work smarter </span> <span class="tw-inline-block tw-absolute tw-bottom-0 tw-hidden" data-animated-hero-target="prefix"> Rest easier </span> <span class="tw-inline-block tw-absolute tw-bottom-0 tw-hidden" data-animated-hero-target="prefix"> Go bigger </span> <span class="tw-inline-block tw-absolute tw-bottom-0 tw-hidden" data-animated-hero-target="prefix"> Do more </span> </span> <span class="tw-invisible tw-block"> Work smarter </span> <span data-suffix-text class="tw-block lg:-tw-mt-sm"> with apps </span> <div aria-hidden="true" class="tw-absolute -tw-right-2xl sm:tw-right-0 tw-bottom-0 tw-w-xl sm:tw-w-[42px] tw-h-xl sm:tw-h-[42px] tw-mb-2xs sm:tw-pt-xs md:tw-pt-0 sm:-tw-mb-4xl"> <button class="tw-block tw-fill-fg-inverted-primary tw-ml-auto" data-action="click->animated-hero#toggleAnimation"> <span role="img" data-animated-hero-target="pauseIcon"><svg class="tw-w-full tw-h-full tw-opacity-80 hover:tw-scale-110" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M0 10c0 5.514 4.486 10 10 10s10-4.486 10-10S15.514 0 10 0 0 4.486 0 10zm7-3a1 1 0 012 0v6a1 1 0 11-2 0V7zm5-1a1 1 0 00-1 1v6a1 1 0 102 0V7a1 1 0 00-1-1z" /></svg> </span> <span role="img" data-animated-hero-target="playIcon" class="tw-hidden"><svg class="tw-w-full tw-h-full tw-opacity-80 hover:tw-scale-110" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10zM8 6.862v6.276a.5.5 0 00.748.434l5.492-3.138a.5.5 0 000-.868L8.748 6.427A.5.5 0 008 6.862z"/></svg> </span> </button> </div> </h1> <h2 class="tw-sr-only"> Sell more. Ship faster. Work smarter with apps. </h2> <div class="tw-pt-xl md:tw-pt-lg"> <div class="tw-flex tw-flex-wrap tw-gap-md md:tw-gap-lg"><a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-secondary tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md js-monorail-element-click-tracking tw-flex-auto sm:tw-flex-none" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="home" data-element="log-in-btn" data-element-group="hero" href="/login/initiate_shopify_auth_without_shop?redirect_uri=https%3A%2F%2Fapps.shopify.com%2F%3Fshow_store_picker%3D1&return_to=%2F"> Log in </a><a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-emphasis tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md js-monorail-element-click-tracking tw-flex-auto sm:tw-flex-none" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="home" data-element="get-started-btn" data-element-group="hero" href="https://accounts.shopify.com/store-create?_s=a2deb5d6-2ef9-472f-a66b-aac9003b897d&_y=6bfa1de5-9f75-4545-afeb-4019aafbe4c2&locale=en&signup_page=https%3A%2F%2Fapps.shopify.com%2F%3Fauth%3D1&signup_types%5B%5D=paid_trial_experience"> Sign up for Shopify </a></div> </div> </section> </div> </div> <div class="tw-container tw-my-xl md:tw-my-2xl lg:tw-my-3xl" style=""> <div class="tw-flex tw-flex-wrap tw-gap-xl lg:tw-flex-nowrap" style=""> <section class="tw-w-full tw-flex tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-flex-col tw-basis-full lg:tw-basis-2/3 xl:tw-basis-3/4" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="most-popular" data-waypoint-waypoint="2" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="most-popular"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-xl"> Popular with merchants across Shopify </h2> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 md:tw-grid-cols-2 xl:tw-grid-cols-3"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="shopify-email" data-app-card-name-value="Shopify Email" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/14711ad7477a3d0211488990623ad24c/icon/CMzIkoWpiYADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/shopify-email?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/14711ad7477a3d0211488990623ad24c/icon/CMzIkoWpiYADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/14711ad7477a3d0211488990623ad24c/icon/CMzIkoWpiYADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/14711ad7477a3d0211488990623ad24c/icon/CMzIkoWpiYADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/shopify-email?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> Shopify Email </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.6 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(2,442)</span> <span class="tw-sr-only">2442 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Email marketing made for commerce </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="facebook" data-app-card-name-value="Facebook & Instagram" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/21d07b9a03ab6e538a053381def7b15d/icon/COCYpcCE9fwCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/facebook?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/21d07b9a03ab6e538a053381def7b15d/icon/COCYpcCE9fwCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/21d07b9a03ab6e538a053381def7b15d/icon/COCYpcCE9fwCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/21d07b9a03ab6e538a053381def7b15d/icon/COCYpcCE9fwCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/facebook?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> Facebook & Instagram </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.2 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(9,428)</span> <span class="tw-sr-only">9428 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Seamlessly manage your Facebook and Instagram presence </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="google" data-app-card-name-value="Google & YouTube" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/a78e004f44cded1b6998e7a6e081a230/icon/COng2Lf0lu8CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/google?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/a78e004f44cded1b6998e7a6e081a230/icon/COng2Lf0lu8CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/a78e004f44cded1b6998e7a6e081a230/icon/COng2Lf0lu8CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/a78e004f44cded1b6998e7a6e081a230/icon/COng2Lf0lu8CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/google?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> Google & YouTube </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.6 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(9,589)</span> <span class="tw-sr-only">9589 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Drive sales by showcasing your products on Google and YouTube </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="inbox" data-app-card-name-value="Shopify Inbox" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/5c413ee331721e49374ce06d0a7edc1b/icon/CPrw4d6I5fECEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/inbox?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/5c413ee331721e49374ce06d0a7edc1b/icon/CPrw4d6I5fECEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/5c413ee331721e49374ce06d0a7edc1b/icon/CPrw4d6I5fECEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/5c413ee331721e49374ce06d0a7edc1b/icon/CPrw4d6I5fECEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/inbox?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> Shopify Inbox </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(6,179)</span> <span class="tw-sr-only">6179 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Connect with shoppers and drive sales with chat </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="search-and-discovery" data-app-card-name-value="Shopify Search & Discovery" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/6bac79c21731e1e8e59b127c6213010a/icon/CM_yj4Kah4ADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/search-and-discovery?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=5&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/6bac79c21731e1e8e59b127c6213010a/icon/CM_yj4Kah4ADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/6bac79c21731e1e8e59b127c6213010a/icon/CM_yj4Kah4ADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/6bac79c21731e1e8e59b127c6213010a/icon/CM_yj4Kah4ADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/search-and-discovery?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=5&surface_type=home&surface_version=redesign" class=""> Shopify Search & Discovery </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.5 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1,313)</span> <span class="tw-sr-only">1313 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Customize your storefront search and discovery experience </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="tiktok" data-app-card-name-value="TikTok" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/ca1f1238d808935b77771b399df6e9ab/icon/CLe6nrP0lu8CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/tiktok?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=6&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/ca1f1238d808935b77771b399df6e9ab/icon/CLe6nrP0lu8CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/ca1f1238d808935b77771b399df6e9ab/icon/CLe6nrP0lu8CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/ca1f1238d808935b77771b399df6e9ab/icon/CLe6nrP0lu8CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/tiktok?surface_detail=most-popular&surface_inter_position=2&surface_intra_position=6&surface_type=home&surface_version=redesign" class=""> TikTok </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(29,205)</span> <span class="tw-sr-only">29205 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Launch TikTok Ads and sell directly via TikTok Shop </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> </div> </section> <div class="tw-basis-full lg:tw-basis-1/3 xl:tw-basis-1/4 tw-hidden sm:tw-block lg:tw-hidden" style=""> <div class="tw-flex tw-rounded-sm tw-overflow-hidden tw-flex tw-flex-col sm:tw-flex-row-reverse tw-bg-canvas-editorial-red tw-text-fg-primary"> <div class="tw-hidden sm:tw-block tw-aspect-[16/9] sm:tw-aspect-[4/3] sm:tw-w-1/2 tw-overflow-hidden"> <a class="tw-group" href="https://apps.shopify.com/stories/guide-works-with-flow?surface_detail=most-popular&surface_type=home&surface_version=redesign"> <img class="tw-h-full tw-w-full tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025] tw-object-cover" loading="lazy" decoding="async" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/display-card-b4245fde58760806d244ee49039e03d9d2a6fd5d82cea1fa014fefef86948fa0.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/display-card@2x-80afdac35f3f516d7b5675e4650b29d405a775c72aec49494f51d50421b99e4d.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/guide-works-with-flow/display-card-b4245fde58760806d244ee49039e03d9d2a6fd5d82cea1fa014fefef86948fa0.webp" /> </a> </div> <div class="tw-flex tw-flex-col tw-justify-between tw-p-lg xl:tw-p-xl sm:tw-w-1/2"> <div> <h5 class="tw-text-heading-md tw-pb-xs"> Guide </h5> <h3 class="tw-text-heading-xl tw-text-pretty">Enhance efficiency with apps that work seamlessly with Shopify Flow.</h3> </div> <div class="tw-pt-lg md:tw-pt-xl lg:tw-pt-2xl xl:tw-pt-3xl"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary " href="https://apps.shopify.com/stories/guide-works-with-flow?surface_detail=most-popular&surface_type=home&surface_version=redesign"> Streamline everything<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div></div> </div> <div class="tw-basis-full lg:tw-basis-1/3 xl:tw-basis-1/4 tw-block sm:tw-hidden lg:tw-block" style=""> <div class="tw-flex tw-rounded-sm tw-overflow-hidden tw-h-full tw-bg-canvas-editorial-red tw-text-fg-primary"> <div class="tw-flex tw-flex-col tw-justify-between tw-p-lg xl:tw-p-xl "> <div> <h5 class="tw-text-heading-md tw-pb-xs"> Guide </h5> <h3 class="tw-text-heading-xl tw-text-pretty">Enhance efficiency with apps that work seamlessly with Shopify Flow.</h3> </div> <div class="tw-pt-lg md:tw-pt-xl lg:tw-pt-2xl xl:tw-pt-3xl"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary " href="https://apps.shopify.com/stories/guide-works-with-flow?surface_detail=most-popular&surface_type=home&surface_version=redesign"> Streamline everything<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div></div> </div> </div> </div> <div class="tw-container" style=""> </div> <div class="tw-container" style=""> </div> <div class="tw-container tw-flex tw-flex-wrap tw-gap-xl md:tw-flex-nowrap tw-my-xl md:tw-my-2xl lg:tw-my-3xl" style=""> <section class="tw-w-full tw-flex tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-flex-col tw-basis-full md:tw-basis-1/2 lg:tw-basis-1/3 xl:tw-basis-1/2" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="spotlight" data-waypoint-waypoint="4" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="spotlight"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-xl"> In the spotlight </h2> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 xl:tw-grid-cols-2"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="transcy-multiple-languages" data-app-card-name-value="Transcy: AI Language Translate" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/ca153fbdb5d5bc9bb3402f61073dbcb2/icon/CLOVkZCGgf0CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/transcy-multiple-languages?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/ca153fbdb5d5bc9bb3402f61073dbcb2/icon/CLOVkZCGgf0CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/ca153fbdb5d5bc9bb3402f61073dbcb2/icon/CLOVkZCGgf0CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/ca153fbdb5d5bc9bb3402f61073dbcb2/icon/CLOVkZCGgf0CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/transcy-multiple-languages?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> Transcy: AI Language Translate </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(5,974)</span> <span class="tw-sr-only">5974 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Translate store into multi language with AI & convert currency </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="ako-retargeting" data-app-card-name-value="Ako Loyalty Retargeting CRM" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/950b5f2fbc4e63124712da075f8e78a2/icon/CPnU1LL0lu8CEAE=.jpg" data-app-card-app-link-value="https://apps.shopify.com/ako-retargeting?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/950b5f2fbc4e63124712da075f8e78a2/icon/CPnU1LL0lu8CEAE=.jpg?height=72&quality=90&width=72 1x, https://cdn.shopify.com/app-store/listing_images/950b5f2fbc4e63124712da075f8e78a2/icon/CPnU1LL0lu8CEAE=.jpg?height=144&quality=90&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/950b5f2fbc4e63124712da075f8e78a2/icon/CPnU1LL0lu8CEAE=.jpg" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/ako-retargeting?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> Ako Loyalty Retargeting CRM </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(217)</span> <span class="tw-sr-only">217 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Boost retention with store credit loyalty program retargeting </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="product-filter-search" data-app-card-name-value="Boost AI Search & Filter" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/d4172f8181a20b56ade67cc448fac594/icon/CPq2w4rmtf4CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/product-filter-search?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/d4172f8181a20b56ade67cc448fac594/icon/CPq2w4rmtf4CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/d4172f8181a20b56ade67cc448fac594/icon/CPq2w4rmtf4CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/d4172f8181a20b56ade67cc448fac594/icon/CPq2w4rmtf4CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/product-filter-search?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> Boost AI Search & Filter </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1,968)</span> <span class="tw-sr-only">1968 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Increase sales with an advanced AI Search Bar & Custom Filters </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="avada-boost-sales" data-app-card-name-value="Avada Boost Sales Trust Badges" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/7c15306931eaaec4c575ca750dea3123/icon/CO717-Of-4gDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/avada-boost-sales?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/7c15306931eaaec4c575ca750dea3123/icon/CO717-Of-4gDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/7c15306931eaaec4c575ca750dea3123/icon/CO717-Of-4gDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/7c15306931eaaec4c575ca750dea3123/icon/CO717-Of-4gDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/avada-boost-sales?surface_detail=spotlight&surface_inter_position=4&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> Avada Boost Sales Trust Badges </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 5.0 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(5,837)</span> <span class="tw-sr-only">5837 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Display trust badges and sales popup to boost sales </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> </div> </section> <div class="tw-basis-full md:tw-basis-1/2 tw-block lg:tw-hidden" style=""> <div class="tw-flex tw-rounded-sm tw-overflow-hidden tw-h-full tw-bg-canvas-editorial-violet tw-text-fg-primary"> <div class="tw-flex tw-flex-col tw-justify-between tw-p-lg xl:tw-p-xl "> <div> <h5 class="tw-text-heading-md tw-pb-xs"> Featured app </h5> <h3 class="tw-text-heading-xl tw-text-pretty">Land more sales by letting customers try before they buy.</h3> </div> <div class="tw-pt-lg md:tw-pt-xl lg:tw-pt-2xl xl:tw-pt-3xl"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary " href="https://apps.shopify.com/stories/spotlight-app-tryon?surface_detail=spotlight&surface_inter_position=5&surface_intra_position=1&surface_type=home&surface_version=redesign"> Try it out<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div></div> </div> <div class="tw-basis-full md:tw-basis-1/2 lg:tw-basis-2/3 xl:tw-basis-1/2 tw-hidden lg:tw-block" style=""> <div class="tw-flex tw-rounded-sm tw-overflow-hidden tw-shadow-border tw-h-full tw-flex tw-flex-col sm:tw-flex-row-reverse tw-bg-canvas-editorial-violet tw-text-fg-primary"> <div class="tw-hidden sm:tw-block tw-aspect-[16/9] sm:tw-aspect-[4/3] sm:tw-w-1/2 tw-overflow-hidden"> <a class="tw-group" href="https://apps.shopify.com/stories/spotlight-app-tryon?surface_detail=spotlight&surface_inter_position=5&surface_intra_position=1&surface_type=home&surface_version=redesign"> <img class="tw-h-full tw-w-full tw-transition tw-ease-out tw-duration-500 group-hover:tw-scale-[1.025] tw-object-cover" loading="lazy" decoding="async" srcset="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/display-card-b83cc7dbd83e4928b17eebb5224474a49d7afbf7ee31c9ad579cbc556e2841c5.webp 1x, https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/display-card@2x-5997fade03a11a5f93210b39d0500a58c21dd2feea2944c708884f6ce831abe9.webp 2x" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/merchant/story-pages/spotlight-app-tryon/display-card-b83cc7dbd83e4928b17eebb5224474a49d7afbf7ee31c9ad579cbc556e2841c5.webp" /> </a> </div> <div class="tw-flex tw-flex-col tw-justify-between tw-p-lg xl:tw-p-xl sm:tw-w-1/2"> <div> <h5 class="tw-text-heading-md tw-pb-xs"> Featured app </h5> <h3 class="tw-text-heading-xl tw-text-pretty">Land more sales by letting customers try before they buy.</h3> </div> <div class="tw-pt-lg md:tw-pt-xl lg:tw-pt-2xl xl:tw-pt-3xl"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-primary active:tw-text-fg-primary tw-decoration-stroke-fg-primary " href="https://apps.shopify.com/stories/spotlight-app-tryon?surface_detail=spotlight&surface_inter_position=5&surface_intra_position=1&surface_type=home&surface_version=redesign"> Try it out<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div></div> </div> </div> <div class="tw-container" style=""> <section class="tw-w-full tw-flex tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-flex-col tw-my-xl md:tw-my-2xl lg:tw-my-3xl" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="trending" data-waypoint-waypoint="6" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="trending"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-xl"> Trending this March </h2> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 md:tw-grid-cols-2 lg:tw-grid-cols-3 xl:tw-grid-cols-4"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="whatsapp-chat-api" data-app-card-name-value="Interakt ‑ WhatsApp Marketing" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/5c03162a9bcd0806ed635be1b2c8950d/icon/CPmRj_z2xIsDEAE=.jpeg" data-app-card-app-link-value="https://apps.shopify.com/whatsapp-chat-api?surface_detail=trending&surface_inter_position=6&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/5c03162a9bcd0806ed635be1b2c8950d/icon/CPmRj_z2xIsDEAE=.jpeg?height=72&quality=90&width=72 1x, https://cdn.shopify.com/app-store/listing_images/5c03162a9bcd0806ed635be1b2c8950d/icon/CPmRj_z2xIsDEAE=.jpeg?height=144&quality=90&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/5c03162a9bcd0806ed635be1b2c8950d/icon/CPmRj_z2xIsDEAE=.jpeg" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/whatsapp-chat-api?surface_detail=trending&surface_inter_position=6&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> Interakt ‑ WhatsApp Marketing </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 3.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(170)</span> <span class="tw-sr-only">170 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free trial available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Automate WhatsApp & Instagram for sales, marketing & support </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="ankorstore" data-app-card-name-value="Ankorstore Sales Channel" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/34aec3615d5e126403bea1c57092c38c/icon/CKDOyOz_ooUDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/ankorstore?surface_detail=trending&surface_inter_position=6&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/34aec3615d5e126403bea1c57092c38c/icon/CKDOyOz_ooUDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/34aec3615d5e126403bea1c57092c38c/icon/CKDOyOz_ooUDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/34aec3615d5e126403bea1c57092c38c/icon/CKDOyOz_ooUDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/ankorstore?surface_detail=trending&surface_inter_position=6&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> Ankorstore Sales Channel </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 3.0 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1)</span> <span class="tw-sr-only">1 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Save time: Sync products, prices, stock and orders </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="searchanise" data-app-card-name-value="Searchanise Search & Filter" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/543e5094f4dc166bd6de54ff98c7e80e/icon/CPTl8uCS3v0CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/searchanise?surface_detail=trending&surface_inter_position=6&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/543e5094f4dc166bd6de54ff98c7e80e/icon/CPTl8uCS3v0CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/543e5094f4dc166bd6de54ff98c7e80e/icon/CPTl8uCS3v0CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/543e5094f4dc166bd6de54ff98c7e80e/icon/CPTl8uCS3v0CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/searchanise?surface_detail=trending&surface_inter_position=6&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> Searchanise Search & Filter </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.6 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1,686)</span> <span class="tw-sr-only">1686 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Increase sales with smart search result pages & custom filters </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="geos" data-app-card-name-value="Geos: Geolocation & Redirect" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/4d64920c96064b44ba00e0da027104dd/icon/CNftmPnetYgDEAE=.jpeg" data-app-card-app-link-value="https://apps.shopify.com/geos?surface_detail=trending&surface_inter_position=6&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/4d64920c96064b44ba00e0da027104dd/icon/CNftmPnetYgDEAE=.jpeg?height=72&quality=90&width=72 1x, https://cdn.shopify.com/app-store/listing_images/4d64920c96064b44ba00e0da027104dd/icon/CNftmPnetYgDEAE=.jpeg?height=144&quality=90&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/4d64920c96064b44ba00e0da027104dd/icon/CNftmPnetYgDEAE=.jpeg" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/geos?surface_detail=trending&surface_inter_position=6&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> Geos: Geolocation & Redirect </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(30)</span> <span class="tw-sr-only">30 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Reach global customers with geolocation for a local experience </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="appointly" data-app-card-name-value="Apntly Appointment Booking App" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/883122886ab7faa62c87a8519152d0c5/icon/CNLD0dqi6_4CEAE=.jpeg" data-app-card-app-link-value="https://apps.shopify.com/appointly?surface_detail=trending&surface_inter_position=6&surface_intra_position=5&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/883122886ab7faa62c87a8519152d0c5/icon/CNLD0dqi6_4CEAE=.jpeg?height=72&quality=90&width=72 1x, https://cdn.shopify.com/app-store/listing_images/883122886ab7faa62c87a8519152d0c5/icon/CNLD0dqi6_4CEAE=.jpeg?height=144&quality=90&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/883122886ab7faa62c87a8519152d0c5/icon/CNLD0dqi6_4CEAE=.jpeg" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/appointly?surface_detail=trending&surface_inter_position=6&surface_intra_position=5&surface_type=home&surface_version=redesign" class=""> Apntly Appointment Booking App </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 5.0 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1,391)</span> <span class="tw-sr-only">1391 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Manage appointments, services & event booking on your calendar </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="monster-upsells" data-app-card-name-value="Monster Cart Upsell+Free Gifts" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/b0d1f54b1219bacc5e80ab7ce7c7dba5/icon/CNWm7u2GwoYDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/monster-upsells?surface_detail=trending&surface_inter_position=6&surface_intra_position=6&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/b0d1f54b1219bacc5e80ab7ce7c7dba5/icon/CNWm7u2GwoYDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/b0d1f54b1219bacc5e80ab7ce7c7dba5/icon/CNWm7u2GwoYDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/b0d1f54b1219bacc5e80ab7ce7c7dba5/icon/CNWm7u2GwoYDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/monster-upsells?surface_detail=trending&surface_inter_position=6&surface_intra_position=6&surface_type=home&surface_version=redesign" class=""> Monster Cart Upsell+Free Gifts </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(651)</span> <span class="tw-sr-only">651 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Slide Cart Upsells + Auto Add to Cart Free Gift With Purchase </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="variant-image-wizard" data-app-card-name-value="Variant Image Wizard + Swatch" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/fb525efdc6b69fe8d2da4128c473cd99/icon/CJqziI7b8fACEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/variant-image-wizard?surface_detail=trending&surface_inter_position=6&surface_intra_position=7&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/fb525efdc6b69fe8d2da4128c473cd99/icon/CJqziI7b8fACEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/fb525efdc6b69fe8d2da4128c473cd99/icon/CJqziI7b8fACEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/fb525efdc6b69fe8d2da4128c473cd99/icon/CJqziI7b8fACEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/variant-image-wizard?surface_detail=trending&surface_inter_position=6&surface_intra_position=7&surface_type=home&surface_version=redesign" class=""> Variant Image Wizard + Swatch </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(338)</span> <span class="tw-sr-only">338 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Customize color swatches and add multiple variant images </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="mycustomizer-1" data-app-card-name-value="Kickflip ‑Product configurator" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/1278d9891c0d6a53ce32403ed963ba94/icon/CNXz5a7z4_UCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/mycustomizer-1?surface_detail=trending&surface_inter_position=6&surface_intra_position=8&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/1278d9891c0d6a53ce32403ed963ba94/icon/CNXz5a7z4_UCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/1278d9891c0d6a53ce32403ed963ba94/icon/CNXz5a7z4_UCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/1278d9891c0d6a53ce32403ed963ba94/icon/CNXz5a7z4_UCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/mycustomizer-1?surface_detail=trending&surface_inter_position=6&surface_intra_position=8&surface_type=home&surface_version=redesign" class=""> Kickflip ‑Product configurator </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.5 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(149)</span> <span class="tw-sr-only">149 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free trial available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Visual product personalizer boosting engagement & sales </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> </div> </section> </div> <div class="tw-container" style=""> </div> <div class="tw-mt-lg md:tw-mt-xl lg:tw-mt-2xl" style=""> <section class="tw-w-full tw-bg-canvas-inverted-primary" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="home" data-waypoint-waypoint="8" data-waypoint-surface="home" data-waypoint-surface-version="redesign"> <div class="tw-container xl:tw-grid xl:tw-grid-cols-12 xl:tw-gap-gutter--desktop tw-py-2xl lg:tw-py-3xl"> <div class="xl:tw-col-span-10 xl:tw-col-start-2"> <h2 class="tw-text-heading-xl tw-text-fg-inverted-tertiary"> Get that tech stack </h2> <ul class="tw-flex tw-flex-col tw-text-fg-inverted-primary hover:tw-text-fg-inverted-tertiary"> <li class="tw-text-display-6 tw-py-lg lg:tw-py-xl tw-group hover:tw-text-fg-inverted-primary tw-transition-colors"> <a href="https://apps.shopify.com/stories/merchant-tech-stack-miss-amara?surface_detail=merchant-tech-stack-callouts&surface_inter_position=8&surface_type=home&surface_version=redesign"> Rug retailer Miss Amara saw a 20.5% increase in revenue when they used FigPii to A/B test their homepage. <span role="img"><svg class="tw-inline-block tw-w-[0.8em] tw-h-[0.8em] tw-fill-fg-inverted-primary group-hover:tw-translate-x-sm tw-transition-transform" viewBox="0 0 47 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m24.727 44.682-4.681-4.637 14.022-14.022H0V19.25h34.068l-14.022-14L24.727.59l22.046 22.046-22.046 22.046Z" fill="#fff"/></svg></span> </a> </li> <li class="tw-text-display-6 tw-py-lg lg:tw-py-xl tw-group hover:tw-text-fg-inverted-primary tw-transition-colors"> <a href="https://apps.shopify.com/stories/merchant-tech-stack-klatch-coffee?surface_detail=merchant-tech-stack-callouts&surface_inter_position=8&surface_type=home&surface_version=redesign"> Klatch Coffee uses Octane AI: Advanced Quiz Maker <img class="tw-inline-block tw-h-[1em] tw-w-[1em] tw-rounded-sm tw-border tw-border-b-2 tw-border-stroke-primary" src="https://cdn.shopify.com/app-store/listing_images/660d02b21dc203afa3147b8a84d27cf3/icon/CMC_7Z38gfQCEAE=.png" /> to help customers find the perfect brew. <span role="img"><svg class="tw-inline-block tw-w-[0.8em] tw-h-[0.8em] tw-fill-fg-inverted-primary group-hover:tw-translate-x-sm tw-transition-transform" viewBox="0 0 47 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m24.727 44.682-4.681-4.637 14.022-14.022H0V19.25h34.068l-14.022-14L24.727.59l22.046 22.046-22.046 22.046Z" fill="#fff"/></svg></span> </a> </li> <li class="tw-text-display-6 tw-py-lg lg:tw-py-xl tw-group hover:tw-text-fg-inverted-primary tw-transition-colors"> <a href="https://apps.shopify.com/stories/merchant-tech-stack-corsa-performance?surface_detail=merchant-tech-stack-callouts&surface_inter_position=8&surface_type=home&surface_version=redesign"> Car parts brand CORSA Performance uses Year Make Model ‑ EasySearch <img class="tw-inline-block tw-h-[1em] tw-w-[1em] tw-rounded-sm tw-border tw-border-b-2 tw-border-stroke-primary" src="https://cdn.shopify.com/app-store/listing_images/edaef6646310a2450df399018572ef92/icon/CLjM7sqc_v0CEAE=.png" /> to let customers filter their search by make, model, and year. <span role="img"><svg class="tw-inline-block tw-w-[0.8em] tw-h-[0.8em] tw-fill-fg-inverted-primary group-hover:tw-translate-x-sm tw-transition-transform" viewBox="0 0 47 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m24.727 44.682-4.681-4.637 14.022-14.022H0V19.25h34.068l-14.022-14L24.727.59l22.046 22.046-22.046 22.046Z" fill="#fff"/></svg></span> </a> </li> </ul> </div> </div> </section> </section> </div> <div class="tw-pb-md md:tw-pb-lg lg:tw-pb-xl" style=""> <section class="tw-w-full tw-bg-canvas-secondary tw-border-y tw-border-stroke-primary" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="home" data-waypoint-waypoint="9" data-waypoint-surface="home" data-waypoint-surface-version="redesign"> <div class="tw-container tw-flex tw-flex-col md:tw-flex-row tw-gap-xl tw-py-2xl lg:tw-py-3xl"> <div class="tw-flex tw-flex-col tw-justify-start md:tw-items-start tw-basis-1/2"> <h2 class="tw-text-heading-3xl tw-mb-sm md:tw-mb-md"> The Shopify app advantage </h2> <p class="tw-text-body-xl tw-text-fg-tertiary lg:tw-max-w-[24em]"> Shopify covers the basics every business needs. For everything else, there’s apps. </p> <div class="tw-hidden md:tw-block tw-mt-xl"> <a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-emphasis tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md" href="https://accounts.shopify.com/store-create?_s=a2deb5d6-2ef9-472f-a66b-aac9003b897d&_y=6bfa1de5-9f75-4545-afeb-4019aafbe4c2&locale=en&signup_page=https%3A%2F%2Fapps.shopify.com%2F%3Fauth%3D1&signup_types%5B%5D=paid_trial_experience"> Start your free trial </a> </div> </div> <ul class="tw-basis-1/2 tw-flex tw-flex-col tw-gap-lg lg:tw-gap-xl"> <li class="lg:tw-max-w-[34em]"> <h3 class="tw-text-heading-lg">An epic variety of apps</h3> <p class="tw-text-body-lg tw-text-fg-tertiary tw-mt-2xs">With over 8,000 apps for all the different ways you want to customize your store.</p> </li> <li class="lg:tw-max-w-[34em]"> <h3 class="tw-text-heading-lg">Tried, tested, and vetted</h3> <p class="tw-text-body-lg tw-text-fg-tertiary tw-mt-2xs">Each app goes through a 100-checkpoint review before it hits the Shopify App Store.</p> </li> <li class="lg:tw-max-w-[34em]"> <h3 class="tw-text-heading-lg">Merchant-powered algorithms</h3> <p class="tw-text-body-lg tw-text-fg-tertiary tw-mt-2xs">Get app recommendations based on what’s worked for businesses like yours.</p> </li> </ul> <div class="tw-block md:tw-hidden"> <a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-emphasis tw-w-full tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md" href="https://accounts.shopify.com/store-create?_s=a2deb5d6-2ef9-472f-a66b-aac9003b897d&_y=6bfa1de5-9f75-4545-afeb-4019aafbe4c2&locale=en&signup_page=https%3A%2F%2Fapps.shopify.com%2F%3Fauth%3D1&signup_types%5B%5D=paid_trial_experience"> Start your free trial </a> </div> </div> </section> </div> <div class="tw-container" style=""> <h3 class="tw-text-heading-2xl tw-pb-sm tw-pt-md md:tw-mt-lg lg:tw-mt-xl tw-flex tw-items-center tw-gap-2"><span role="presentation" class="tw-inline-flex tw-w-7 tw-h-7"><svg viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span><span>Built for Shopify</span></h3> </div> <div class="tw-container" style=""> <section class="tw-w-full tw-grid tw-grid-cols-12 lg:tw-gap-gutter--desktop tw-my-none tw-pb-lg lg:tw-pb-xl tw-pt-lg md:tw-pt-xl lg:tw-pt-2xl" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="built-for-shopify" data-waypoint-waypoint="10" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="built-for-shopify"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-lg tw-pb-2xs"> The latest gems </h2> <h3 class="tw-text-body-sm tw-text-fg-tertiary tw-pb-3.5"> Fast, safe, and easy to use. </h3> <span class="tw-hidden lg:tw-inline-block"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/app-groups/highlights/built-for-shopify?surface_detail=built-for-shopify&surface_type=home&surface_version=redesign"> All the best apps<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </span> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 md:tw-grid-cols-2 xl:tw-grid-cols-3"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="keep-share-your-cart" data-app-card-name-value="CBB Keep & Share Your Cart" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/087c7e0092491eba5c32274a3038ea58/icon/CIK89Jvwyf4CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/keep-share-your-cart?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/087c7e0092491eba5c32274a3038ea58/icon/CIK89Jvwyf4CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/087c7e0092491eba5c32274a3038ea58/icon/CIK89Jvwyf4CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/087c7e0092491eba5c32274a3038ea58/icon/CIK89Jvwyf4CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/keep-share-your-cart?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> CBB Keep & Share Your Cart </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 5.0 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(7)</span> <span class="tw-sr-only">7 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Social share your cart. Grow brand awareness via social proof </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="upsellpluscheckout" data-app-card-name-value="UpsellPlus Checkout Upsell" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/45f544b5047528ca780a28f242bc0e87/icon/CIae2PWPl_oCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/upsellpluscheckout?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/45f544b5047528ca780a28f242bc0e87/icon/CIae2PWPl_oCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/45f544b5047528ca780a28f242bc0e87/icon/CIae2PWPl_oCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/45f544b5047528ca780a28f242bc0e87/icon/CIae2PWPl_oCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/upsellpluscheckout?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> UpsellPlus Checkout Upsell </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(102)</span> <span class="tw-sr-only">102 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free trial available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Grow AOV with cross sell, post purchase & checkout upsell </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="xb-sticky-add-to-cart-upsell" data-app-card-name-value="XB: Sticky Add to Cart Upsell" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/53e75683078d2fcac3a275ebbf7c77ad/icon/CKmSybyKn4kDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/xb-sticky-add-to-cart-upsell?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/53e75683078d2fcac3a275ebbf7c77ad/icon/CKmSybyKn4kDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/53e75683078d2fcac3a275ebbf7c77ad/icon/CKmSybyKn4kDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/53e75683078d2fcac3a275ebbf7c77ad/icon/CKmSybyKn4kDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/xb-sticky-add-to-cart-upsell?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> XB: Sticky Add to Cart Upsell </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(56)</span> <span class="tw-sr-only">56 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Boost AOV with Sticky Cart, Slide Cart Drawer Announcement Bar </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="progressify-me-1" data-app-card-name-value=" Ampify ‑ PWA & Mobile app" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/0f45351b7dabdd2fec80fb03701e7f4f/icon/CIS7-qb0lu8CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/progressify-me-1?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/0f45351b7dabdd2fec80fb03701e7f4f/icon/CIS7-qb0lu8CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/0f45351b7dabdd2fec80fb03701e7f4f/icon/CIS7-qb0lu8CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/0f45351b7dabdd2fec80fb03701e7f4f/icon/CIS7-qb0lu8CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/progressify-me-1?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> Ampify ‑ PWA & Mobile app </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(42)</span> <span class="tw-sr-only">42 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free trial available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Boost conversions by turning your store into a real-time app </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="storefaq" data-app-card-name-value="StoreFAQ‑ Product FAQ Builder" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/c64d383e322501e8a6c50c13936aa9ec/icon/CMXVz6DLiIoDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/storefaq?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=5&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/c64d383e322501e8a6c50c13936aa9ec/icon/CMXVz6DLiIoDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/c64d383e322501e8a6c50c13936aa9ec/icon/CMXVz6DLiIoDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/c64d383e322501e8a6c50c13936aa9ec/icon/CMXVz6DLiIoDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/storefaq?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=5&surface_type=home&surface_version=redesign" class=""> StoreFAQ‑ Product FAQ Builder </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.6 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(15)</span> <span class="tw-sr-only">15 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Create FAQ pages or accordions instantly with AI & drive sales </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="bloom-product-feature-bullets" data-app-card-name-value="Bloom: Product Feature Bullets" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/d3804735215bdbc57f0c5407297263df/icon/CIbW4JncxvcCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/bloom-product-feature-bullets?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=6&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/d3804735215bdbc57f0c5407297263df/icon/CIbW4JncxvcCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/d3804735215bdbc57f0c5407297263df/icon/CIbW4JncxvcCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/d3804735215bdbc57f0c5407297263df/icon/CIbW4JncxvcCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/bloom-product-feature-bullets?surface_detail=built-for-shopify&surface_inter_position=10&surface_intra_position=6&surface_type=home&surface_version=redesign" class=""> Bloom: Product Feature Bullets </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(45)</span> <span class="tw-sr-only">45 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Boost sales by showing Features, Countdowns & Delivery Times </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> <div class="lg:tw-hidden tw-w-full tw-pt-md"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/app-groups/highlights/built-for-shopify?surface_detail=built-for-shopify&surface_type=home&surface_version=redesign"> All the best apps <span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div> </section> </div> <div class="tw-container" style=""> <h3 class="tw-text-heading-2xl tw-pb-sm tw-pt-md md:tw-mt-lg lg:tw-mt-xl">Recommended for new merchants</h3> </div> <div class="tw-container" style=""> <section class="tw-w-full tw-grid tw-grid-cols-12 lg:tw-gap-gutter--desktop tw-my-xl md:tw-my-2xl lg:tw-my-3xl" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="shopify-apps" data-waypoint-waypoint="11" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="shopify-apps"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-lg tw-pb-2xs"> Made by Shopify </h2> <h3 class="tw-text-body-sm tw-text-fg-tertiary tw-pb-3.5"> Powerful apps to help get you going. </h3> <span class="tw-hidden lg:tw-inline-block"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/partners/shopify?surface_detail=shopify-apps&surface_type=home&surface_version=redesign"> Ramp up<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </span> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 md:tw-grid-cols-2 xl:tw-grid-cols-3"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="shop" data-app-card-name-value="Shop" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/532861601aa89a5e70f5d56d075e82ac/icon/CLq7q92-4_0CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/shop?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/532861601aa89a5e70f5d56d075e82ac/icon/CLq7q92-4_0CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/532861601aa89a5e70f5d56d075e82ac/icon/CLq7q92-4_0CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/532861601aa89a5e70f5d56d075e82ac/icon/CLq7q92-4_0CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/shop?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> Shop </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(5,730)</span> <span class="tw-sr-only">5730 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Boost your brand presence and connect with customers on Shop </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="shopify-forms" data-app-card-name-value="Shopify Forms" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/4f9f6772986151b160e59ae5d34ba8dd/icon/CObsj-qpiYADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/shopify-forms?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/4f9f6772986151b160e59ae5d34ba8dd/icon/CObsj-qpiYADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/4f9f6772986151b160e59ae5d34ba8dd/icon/CObsj-qpiYADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/4f9f6772986151b160e59ae5d34ba8dd/icon/CObsj-qpiYADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/shopify-forms?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> Shopify Forms </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.1 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(282)</span> <span class="tw-sr-only">282 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Capture customer information to grow your marketing list </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="translate-and-adapt" data-app-card-name-value="Shopify Translate & Adapt" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/1ce6efd47586a493ebc4be860760ee61/icon/CPiG95HxmIADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/translate-and-adapt?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/1ce6efd47586a493ebc4be860760ee61/icon/CPiG95HxmIADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/1ce6efd47586a493ebc4be860760ee61/icon/CPiG95HxmIADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/1ce6efd47586a493ebc4be860760ee61/icon/CPiG95HxmIADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/translate-and-adapt?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> Shopify Translate & Adapt </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.5 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1,436)</span> <span class="tw-sr-only">1436 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Translate and adapt your store content for every market </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="marketplace-connect" data-app-card-name-value="Shopify Marketplace Connect" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/1edab14682438f4dafa44e78f0df0497/icon/COr1r-TOrIADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/marketplace-connect?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/1edab14682438f4dafa44e78f0df0497/icon/COr1r-TOrIADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/1edab14682438f4dafa44e78f0df0497/icon/COr1r-TOrIADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/1edab14682438f4dafa44e78f0df0497/icon/COr1r-TOrIADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/marketplace-connect?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> Shopify Marketplace Connect </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.3 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(2,097)</span> <span class="tw-sr-only">2097 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Sell on Amazon, Target Plus, Walmart, and eBay from Shopify </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="flow" data-app-card-name-value="Shopify Flow" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/15100ebca4d221b650a7671125cd1444/icon/CO25r7-jh4ADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/flow?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=5&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/15100ebca4d221b650a7671125cd1444/icon/CO25r7-jh4ADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/15100ebca4d221b650a7671125cd1444/icon/CO25r7-jh4ADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/15100ebca4d221b650a7671125cd1444/icon/CO25r7-jh4ADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/flow?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=5&surface_type=home&surface_version=redesign" class=""> Shopify Flow </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 3.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(102)</span> <span class="tw-sr-only">102 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Automate everything and get back to business </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="shopify-bundles" data-app-card-name-value="Shopify Bundles" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/ab274eb0c039ded18b04bf9b299004f8/icon/CKHak7eZh4ADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/shopify-bundles?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=6&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/ab274eb0c039ded18b04bf9b299004f8/icon/CKHak7eZh4ADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/ab274eb0c039ded18b04bf9b299004f8/icon/CKHak7eZh4ADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/ab274eb0c039ded18b04bf9b299004f8/icon/CKHak7eZh4ADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/shopify-bundles?surface_detail=shopify-apps&surface_inter_position=11&surface_intra_position=6&surface_type=home&surface_version=redesign" class=""> Shopify Bundles </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 3.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(697)</span> <span class="tw-sr-only">697 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Offer fixed bundles and multipacks to drive more sales </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> <div class="lg:tw-hidden tw-w-full tw-pt-md"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/partners/shopify?surface_detail=shopify-apps&surface_type=home&surface_version=redesign"> Ramp up <span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div> </section> </div> <div class="tw-container" style=""> <section class="tw-w-full tw-grid tw-grid-cols-12 lg:tw-gap-gutter--desktop tw-my-xl md:tw-my-2xl lg:tw-my-3xl" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="store-design" data-waypoint-waypoint="12" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="store-design"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-lg tw-pb-2xs"> Store design </h2> <h3 class="tw-text-body-sm tw-text-fg-tertiary tw-pb-3.5"> Go beyond built-in options with added pages and features. </h3> <span class="tw-hidden lg:tw-inline-block"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/categories/store-design?surface_detail=store-design&surface_type=home&surface_version=redesign"> Customize your store<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </span> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 md:tw-grid-cols-2 xl:tw-grid-cols-3"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="judgeme" data-app-card-name-value="Judge.me Product Reviews App" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/icon/CIfp9fWd34sDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/judgeme?surface_detail=store-design&surface_inter_position=12&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/icon/CIfp9fWd34sDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/icon/CIfp9fWd34sDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/8cada0f5da411a64e756606bb036f1ed/icon/CIfp9fWd34sDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/judgeme?surface_detail=store-design&surface_inter_position=12&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> Judge.me Product Reviews App </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 5.0 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(41,669)</span> <span class="tw-sr-only">41669 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Build trust with unlimited product reviews, photos and videos </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="instafeed" data-app-card-name-value="Instafeed ‑ Instagram Feed" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/ff3b61a8718cbdeb80d3a8dcf0b25014/icon/CM-CuonX5YcDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/instafeed?surface_detail=store-design&surface_inter_position=12&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/ff3b61a8718cbdeb80d3a8dcf0b25014/icon/CM-CuonX5YcDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/ff3b61a8718cbdeb80d3a8dcf0b25014/icon/CM-CuonX5YcDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/ff3b61a8718cbdeb80d3a8dcf0b25014/icon/CM-CuonX5YcDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/instafeed?surface_detail=store-design&surface_inter_position=12&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> Instafeed ‑ Instagram Feed </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1,892)</span> <span class="tw-sr-only">1892 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Boost sales with Insta feeds, shoppable videos, Reels & UGC. </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="pagefly" data-app-card-name-value="PageFly Landing Page Builder" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/f85ee597169457da8ee70b6652cae768/icon/CKmsycCOx_YCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/pagefly?surface_detail=store-design&surface_inter_position=12&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/f85ee597169457da8ee70b6652cae768/icon/CKmsycCOx_YCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/f85ee597169457da8ee70b6652cae768/icon/CKmsycCOx_YCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/f85ee597169457da8ee70b6652cae768/icon/CKmsycCOx_YCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/pagefly?surface_detail=store-design&surface_inter_position=12&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> PageFly Landing Page Builder </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(12,098)</span> <span class="tw-sr-only">12098 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Create stunning, high-converting pages with full customization </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="section-factory" data-app-card-name-value="Section Store: Theme Sections" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/9379d0b061b8a54c2b057c1fa14544c8/icon/COmvw8en_vYCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/section-factory?surface_detail=store-design&surface_inter_position=12&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/9379d0b061b8a54c2b057c1fa14544c8/icon/COmvw8en_vYCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/9379d0b061b8a54c2b057c1fa14544c8/icon/COmvw8en_vYCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/9379d0b061b8a54c2b057c1fa14544c8/icon/COmvw8en_vYCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/section-factory?surface_detail=store-design&surface_inter_position=12&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> Section Store: Theme Sections </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(1,234)</span> <span class="tw-sr-only">1234 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Add plug-n-play customisable sections to any theme & page </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="omnisend" data-app-card-name-value="Omnisend Email Marketing & SMS" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/9b0c952ebdfd9d278f559665ecf48f5c/icon/CODw6NWe6_YCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/omnisend?surface_detail=store-design&surface_inter_position=12&surface_intra_position=5&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/9b0c952ebdfd9d278f559665ecf48f5c/icon/CODw6NWe6_YCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/9b0c952ebdfd9d278f559665ecf48f5c/icon/CODw6NWe6_YCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/9b0c952ebdfd9d278f559665ecf48f5c/icon/CODw6NWe6_YCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/omnisend?surface_detail=store-design&surface_inter_position=12&surface_intra_position=5&surface_type=home&surface_version=redesign" class=""> Omnisend Email Marketing & SMS </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(6,028)</span> <span class="tw-sr-only">6028 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Drive sales with email marketing, newsletters, SMS, and popups </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="smile-io" data-app-card-name-value="Smile: Loyalty Rewards Program" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/439617d93d452f065b8cd6122493ccc3/icon/CPHVlb70lu8CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/smile-io?surface_detail=store-design&surface_inter_position=12&surface_intra_position=6&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/439617d93d452f065b8cd6122493ccc3/icon/CPHVlb70lu8CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/439617d93d452f065b8cd6122493ccc3/icon/CPHVlb70lu8CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/439617d93d452f065b8cd6122493ccc3/icon/CPHVlb70lu8CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/smile-io?surface_detail=store-design&surface_inter_position=12&surface_intra_position=6&surface_type=home&surface_version=redesign" class=""> Smile: Loyalty Rewards Program </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(6,718)</span> <span class="tw-sr-only">6718 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Build customer loyalty with points, rewards, referrals, VIP </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> <div class="lg:tw-hidden tw-w-full tw-pt-md"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/categories/store-design?surface_detail=store-design&surface_type=home&surface_version=redesign"> Customize your store <span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div> </section> </div> <div class="tw-container" style=""> <section class="tw-w-full tw-grid tw-grid-cols-12 lg:tw-gap-gutter--desktop tw-my-xl md:tw-my-2xl lg:tw-my-3xl" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="finding-products" data-waypoint-waypoint="13" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="finding-products"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-lg tw-pb-2xs"> Finding products </h2> <h3 class="tw-text-body-sm tw-text-fg-tertiary tw-pb-3.5"> Fill your store with bestsellers. </h3> <span class="tw-hidden lg:tw-inline-block"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/categories/finding-products?surface_detail=finding-products&surface_type=home&surface_version=redesign"> Start sourcing<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </span> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 md:tw-grid-cols-2 xl:tw-grid-cols-3"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="dsers" data-app-card-name-value="DSers‑AliExpress Dropshipping" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/f542dc5a007dc8f705239e569608c654/icon/CNiy-eaHmvICEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/dsers?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/f542dc5a007dc8f705239e569608c654/icon/CNiy-eaHmvICEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/f542dc5a007dc8f705239e569608c654/icon/CNiy-eaHmvICEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/f542dc5a007dc8f705239e569608c654/icon/CNiy-eaHmvICEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/dsers?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> DSers‑AliExpress Dropshipping </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 5.0 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(31,907)</span> <span class="tw-sr-only">31907 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Place 100s of orders to AliExpress in seconds & Find suppliers </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="printful" data-app-card-name-value="Printful: Print on Demand" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/3dd87416a3b1e12a9ef3604aaaaf4d1e/icon/CNDmhPSW_oQDEAE=.jpeg" data-app-card-app-link-value="https://apps.shopify.com/printful?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/3dd87416a3b1e12a9ef3604aaaaf4d1e/icon/CNDmhPSW_oQDEAE=.jpeg?height=72&quality=90&width=72 1x, https://cdn.shopify.com/app-store/listing_images/3dd87416a3b1e12a9ef3604aaaaf4d1e/icon/CNDmhPSW_oQDEAE=.jpeg?height=144&quality=90&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/3dd87416a3b1e12a9ef3604aaaaf4d1e/icon/CNDmhPSW_oQDEAE=.jpeg" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/printful?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> Printful: Print on Demand </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(7,391)</span> <span class="tw-sr-only">7391 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Sell custom print and embroidery items with no upfront costs </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="printify" data-app-card-name-value="Printify: Print on Demand" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/64dbf028e50bc736072a16e7d0f8a382/icon/CKTxturkzIkDEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/printify?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/64dbf028e50bc736072a16e7d0f8a382/icon/CKTxturkzIkDEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/64dbf028e50bc736072a16e7d0f8a382/icon/CKTxturkzIkDEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/64dbf028e50bc736072a16e7d0f8a382/icon/CKTxturkzIkDEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/printify?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> Printify: Print on Demand </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.8 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(7,417)</span> <span class="tw-sr-only">7417 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Create and Sell Custom Products, We Handle the Rest. </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="cucheng" data-app-card-name-value="CJdropshipping: Much Faster" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/6092673ffae7ca48ab9cb01736bae7fa/icon/CJSt3rj0lu8CEAE=.jpg" data-app-card-app-link-value="https://apps.shopify.com/cucheng?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/6092673ffae7ca48ab9cb01736bae7fa/icon/CJSt3rj0lu8CEAE=.jpg?height=72&quality=90&width=72 1x, https://cdn.shopify.com/app-store/listing_images/6092673ffae7ca48ab9cb01736bae7fa/icon/CJSt3rj0lu8CEAE=.jpg?height=144&quality=90&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/6092673ffae7ca48ab9cb01736bae7fa/icon/CJSt3rj0lu8CEAE=.jpg" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/cucheng?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> CJdropshipping: Much Faster </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(9,753)</span> <span class="tw-sr-only">9753 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> You Sell - We source and ship for you! </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="autods" data-app-card-name-value="Auto DS: AI Dropshipping & POD" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/b70bb02dd8f5290e7801a08fc28e4c20/icon/CNj5xtL0lu8CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/autods?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=5&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/b70bb02dd8f5290e7801a08fc28e4c20/icon/CNj5xtL0lu8CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/b70bb02dd8f5290e7801a08fc28e4c20/icon/CNj5xtL0lu8CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/b70bb02dd8f5290e7801a08fc28e4c20/icon/CNj5xtL0lu8CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/autods?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=5&surface_type=home&surface_version=redesign" class=""> Auto DS: AI Dropshipping & POD </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(11,775)</span> <span class="tw-sr-only">11775 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free trial available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Find dropshipping products from the best global drop suppliers </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="zendrop" data-app-card-name-value="Zendrop ‑ Dropshipping & POD" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/4e6b2c3e3ba0f788aaf4a0945cbc544b/icon/CPyC1oTmh_wCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/zendrop?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=6&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/4e6b2c3e3ba0f788aaf4a0945cbc544b/icon/CPyC1oTmh_wCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/4e6b2c3e3ba0f788aaf4a0945cbc544b/icon/CPyC1oTmh_wCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/4e6b2c3e3ba0f788aaf4a0945cbc544b/icon/CPyC1oTmh_wCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/zendrop?surface_detail=finding-products&surface_inter_position=13&surface_intra_position=6&surface_type=home&surface_version=redesign" class=""> Zendrop ‑ Dropshipping & POD </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(10,442)</span> <span class="tw-sr-only">10442 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Start drop shipping in 30 sec. 1M+ products. Fast delivery. </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> <div class="lg:tw-hidden tw-w-full tw-pt-md"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/categories/finding-products?surface_detail=finding-products&surface_type=home&surface_version=redesign"> Start sourcing <span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div> </section> </div> <div class="tw-container" style=""> <section class="tw-w-full tw-grid tw-grid-cols-12 lg:tw-gap-gutter--desktop tw-my-xl md:tw-my-2xl lg:tw-my-3xl" data-controller="recommended-apps" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="marketing-and-conversion" data-waypoint-waypoint="14" data-waypoint-surface="home" data-waypoint-surface-version="redesign" data-waypoint-surface-detail="marketing-and-conversion"> <div class="tw-col-span-full lg:tw-col-span-3 tw-flex tw-flex-wrap tw-justify-between "> <div class="tw-flex tw-flex-col tw-pb-sm md:tw-gap-xs sm:tw-gap-2xs"> <h2 class="tw-text-heading-lg tw-pb-2xs"> Marketing and conversion </h2> <h3 class="tw-text-body-sm tw-text-fg-tertiary tw-pb-3.5"> Get more customers to buy more products they love. </h3> <span class="tw-hidden lg:tw-inline-block"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/categories/marketing-and-conversion?surface_detail=marketing-and-conversion&surface_type=home&surface_version=redesign"> Find your people<span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </span> </div> </div> <div class="tw-col-span-full lg:tw-col-span-8 lg:tw-col-start-5 xl:tw-col-span-9 xl:tw-col-start-4"> <div class="tw-grid tw-grid-flow-dense tw-gap-gutter--mobile lg:tw-gap-x-gutter--desktop tw-grid-cols-1 md:tw-grid-cols-2 xl:tw-grid-cols-3"> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="pinterest" data-app-card-name-value="Pinterest" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/8a98eae41ba0d6e898e2b322b7ac6202/icon/CNW9z830lu8CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/pinterest?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=1&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/8a98eae41ba0d6e898e2b322b7ac6202/icon/CNW9z830lu8CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/8a98eae41ba0d6e898e2b322b7ac6202/icon/CNW9z830lu8CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/8a98eae41ba0d6e898e2b322b7ac6202/icon/CNW9z830lu8CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/pinterest?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=1&surface_type=home&surface_version=redesign" class=""> Pinterest </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.6 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(5,959)</span> <span class="tw-sr-only">5959 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Put your products where people go to find ideas to try and buy </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="klaviyo-email-marketing" data-app-card-name-value="Klaviyo: Email Marketing & SMS" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/5edd9000b933a8fa88c152d1e498531f/icon/CP6B2OOv3PYCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/klaviyo-email-marketing?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=2&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/5edd9000b933a8fa88c152d1e498531f/icon/CP6B2OOv3PYCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/5edd9000b933a8fa88c152d1e498531f/icon/CP6B2OOv3PYCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/5edd9000b933a8fa88c152d1e498531f/icon/CP6B2OOv3PYCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/klaviyo-email-marketing?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=2&surface_type=home&surface_version=redesign" class=""> Klaviyo: Email Marketing & SMS </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.6 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(3,340)</span> <span class="tw-sr-only">3340 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Power smarter digital relationships with email marketing & SMS </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="buy-button" data-app-card-name-value="Buy Button channel" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/5076396ac61bba417a451577630ddc08/icon/CPer_IjP04ADEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/buy-button?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=3&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/5076396ac61bba417a451577630ddc08/icon/CPer_IjP04ADEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/5076396ac61bba417a451577630ddc08/icon/CPer_IjP04ADEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/5076396ac61bba417a451577630ddc08/icon/CPer_IjP04ADEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/buy-button?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=3&surface_type=home&surface_version=redesign" class=""> Buy Button channel </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 3.6 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(402)</span> <span class="tw-sr-only">402 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Sell your products on any website or blog. </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="mailchimp" data-app-card-name-value="Mailchimp Email SMS Marketing" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/5a5385cf8a756c3fc55c4fb80706f9f6/icon/CLa98_yf6PMCEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/mailchimp?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=4&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/5a5385cf8a756c3fc55c4fb80706f9f6/icon/CLa98_yf6PMCEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/5a5385cf8a756c3fc55c4fb80706f9f6/icon/CLa98_yf6PMCEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/5a5385cf8a756c3fc55c4fb80706f9f6/icon/CLa98_yf6PMCEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/mailchimp?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=4&surface_type=home&surface_version=redesign" class=""> Mailchimp Email SMS Marketing </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.2 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(711)</span> <span class="tw-sr-only">711 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free plan available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Drive sales with email marketing, SMS, forms, and automation </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="snapchat-ads" data-app-card-name-value="Snapchat Ads" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/0fd69359d11e5b4af85fc1304e3e734e/icon/CPH9lbP0lu8CEAE=.png" data-app-card-app-link-value="https://apps.shopify.com/snapchat-ads?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=5&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/0fd69359d11e5b4af85fc1304e3e734e/icon/CPH9lbP0lu8CEAE=.png?height=72&width=72 1x, https://cdn.shopify.com/app-store/listing_images/0fd69359d11e5b4af85fc1304e3e734e/icon/CPH9lbP0lu8CEAE=.png?height=144&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/0fd69359d11e5b4af85fc1304e3e734e/icon/CPH9lbP0lu8CEAE=.png" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/snapchat-ads?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=5&surface_type=home&surface_version=redesign" class=""> Snapchat Ads </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.7 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(3,602)</span> <span class="tw-sr-only">3602 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free to install</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Reach 750M+ Snapchat users and grow your business </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> <div class="tw-w-full" data-controller="app-card" data-app-card-handle-value="loox" data-app-card-name-value="Loox ‑ Product Reviews App" data-app-card-icon-url-value="https://cdn.shopify.com/app-store/listing_images/252ae7c55fa0e8a35df7f6ff3c8c1596/icon/CPLp1Kb0lu8CEAE=.jpg" data-app-card-app-link-value="https://apps.shopify.com/loox?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=6&surface_type=home&surface_version=redesign" data-app-card-offer-token-value="" data-app-card-intra-position-value="" data-action=" app-comparison-wrapper:compare-mode-on@window->app-card#enableCompareMode app-comparison-wrapper:compare-mode-off@window->app-card#disableCompareMode app-comparison-wrapper:apps-updated@window->app-card#handleAppsUpdated "> <div class=" tw-relative tw-flex tw-gap-md tw-items-start tw-cursor-pointer tw-group [&.dimmed]:tw-opacity-[.5] tw-transition-opacity [&.dimmed]:tw-pointer-events-none tw-text-fg-primary " data-app-card-target="wrapper" data-action=" click->app-card#handleClick keydown->app-card#handleKeyDown " aria-pressed="false" role="button"> <figure class="tw-rounded-sm tw-overflow-hidden tw-shrink-0 tw-relative after:tw-content-[''] after:tw-absolute after:tw-inset-0 after:tw-rounded-sm tw-transition-transform group-hover:tw-scale-[1.025] tw-w-appIcon--sm after:tw-shadow-[inset_0_0_0_1px_rgba(0,0,0,0.1)]"> <img alt="" srcset="https://cdn.shopify.com/app-store/listing_images/252ae7c55fa0e8a35df7f6ff3c8c1596/icon/CPLp1Kb0lu8CEAE=.jpg?height=72&quality=90&width=72 1x, https://cdn.shopify.com/app-store/listing_images/252ae7c55fa0e8a35df7f6ff3c8c1596/icon/CPLp1Kb0lu8CEAE=.jpg?height=144&quality=90&width=144 2x" class="tw-block tw-relative tw-shrink-0 tw-w-appIcon--sm" src="https://cdn.shopify.com/app-store/listing_images/252ae7c55fa0e8a35df7f6ff3c8c1596/icon/CPLp1Kb0lu8CEAE=.jpg" /> </figure> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-w-full tw-items-start tw-min-w-0 tw-gap-3xs tw-flex tw-flex-col"> <div class="tw-text-body-sm tw-font-link md:-tw-mt-[0.1em] lg:-tw-mt-[0.2em] tw-transition-colors tw-text-fg-primary group-hover:tw-text-fg-highlight-primary "> <a href="https://apps.shopify.com/loox?surface_detail=marketing-and-conversion&surface_inter_position=14&surface_intra_position=6&surface_type=home&surface_version=redesign" class=""> Loox ‑ Product Reviews App </a> </div> <div class="tw-relative tw-flex tw-items-center tw-self-stretch tw-gap-xs tw-text-fg-secondary tw-text-body-xs"> <span> 4.9 <span class="tw-sr-only"> out of 5 stars</span> </span> <span class="tw-shrink-0 -tw-mt-2xs"><img aria-hidden="true" class="tw-w-[12px]" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/v2/icons/rating-star-a920190da874bfc184ab74449d2a5fd519e8bd717bdb24dbf918828da19bef13.svg" /></span> <span aria-hidden="true">(22,958)</span> <span class="tw-sr-only">22958 total reviews</span> <span class="">•</span> <span class="tw-overflow-hidden tw-whitespace-nowrap tw-text-ellipsis">Free trial available</span> </div> <div class="tw-text-fg-secondary tw-text-body-xs"> Product reviews with photos and videos, referrals, and upsells </div> <div class="tw-pt-xs"><span class="tw-inline-flex tw-self-start tw-items-center tw-rounded-xs tw-whitespace-nowrap tw-py-3xs tw-px-sm tw-text-label-sm tw-leading-xl tw-bg-canvas-accent-bfs tw-text-fg-primary built-for-shopify-badge"> <span role="presentation"><svg class="tw-h-[0.75em]" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 0-1 5-4 9 8-9.5L13 0ZM3 0l1 5 4 9-8-9.5L3 0Z" fill="#1495CC"/><path d="m3 0 1 5 4 9 4-9 1-5H3Z" fill="#58B7DF"/><path d="M8 14 4 5l-4-.5L8 14ZM8 14l4-9 4-.5L8 14Z" fill="#035F86"/><path d="M8 5.5 4 5l4 9 4-9-4 .5Z" fill="#1495CC"/><path d="m4 5 4-5 4 5-4.001.5L4 5Z" fill="#A9DEF4"/><path d="M4 5 3 0h5L4 5ZM12 5l1-5H8l4 5Z" fill="#58B7DF"/><path d="M4 5 3 0 0 4.5 4 5ZM12 5l1-5 3 4.5-4 .5Z" fill="#1495CC"/></svg> </span> <span class="tw-ml-xs">Built for Shopify</span> </span> </div> </div> <div class="tw-border-none group-[.selection-enabled]:tw-cursor-not-allowed "> </div> </div> </div> </div> </div> <div class="lg:tw-hidden tw-w-full tw-pt-md"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/categories/marketing-and-conversion?surface_detail=marketing-and-conversion&surface_type=home&surface_version=redesign"> Find your people <span aria-hidden="true" class="tw-inline-block tw-pl-[0.375em] group-hover:tw-translate-x-2xs tw-transition-transform tw-will-change-transform"><span role="img"><svg class="tw-h-[0.5em] tw-mb-[0.025em]" viewBox="0 0 6 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21914 0.220001C0.51914 -0.0799988 0.98914 -0.0799988 1.27914 0.220001L5.52914 4.47C5.82914 4.77 5.82914 5.24 5.52914 5.53L1.27914 9.78C1.13697 9.91248 0.948919 9.9846 0.754618 9.98118C0.560317 9.97775 0.374932 9.89904 0.237519 9.76162C0.100106 9.62421 0.0213938 9.43882 0.0179656 9.24452C0.0145374 9.05022 0.0866606 8.86218 0.219141 8.72L3.93914 5L0.21914 1.28C-0.0808598 0.980001 -0.0808598 0.510001 0.21914 0.220001Z"/></svg> </span></span></a> </div> </div> </section> </div> <div class="tw-pt-lg lg:tw-pt-2xl" style=""> <div class="tw-bg-canvas-inverted-primary" data-monorail-waypoint="AppStoreSurfaceWaypoint" data-waypoint-app-grouping-handle="home" data-waypoint-waypoint="14" data-waypoint-surface="home" data-waypoint-surface-version="redesign"> <div class="tw-container tw-flex tw-flex-col tw-items-center tw-gap-xl tw-py-2xl lg:tw-py-4xl"> <h2 class="tw-text-display-5 tw-text-fg-inverted-primary tw-text-center"> Want to add an app? </h2> <a class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-emphasis tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md js-monorail-element-click-tracking tw-w-full sm:tw-w-auto" data-monorail-click="AppStoreElementClick" data-page-url="https://apps.shopify.com/?auth=1" data-page-type="home" data-element="get-started-btn" data-element-group="signup-free-trial" href="https://accounts.shopify.com/store-create?_s=a2deb5d6-2ef9-472f-a66b-aac9003b897d&_y=6bfa1de5-9f75-4545-afeb-4019aafbe4c2&locale=en&signup_page=https%3A%2F%2Fapps.shopify.com%2F%3Fauth%3D1&signup_types%5B%5D=paid_trial_experience"> Try Shopify free for 3 days </a> </div> </div> </div> </div> </section> </main> <footer class="tw-py-10 tw-text-body-md tw-bg-canvas-inverted-primary tw-text-fg-inverted-primary" data-section-name="footer"> <div class="tw-container"> <div class="tw-grid tw-grid-cols-2 tw-gap-y-12 lg:tw-grid-cols-5 tw-gap-md"> <div class="tw-col-span-2 lg:tw-col-span-1 tw-h-2xl"> <div class="tw-absolute tw-w-[40px] tw-h-[45px] [mask-image:url(merchant/footer/shopping-bag)] [mask-repeat:space] [mask-position:center] [mask-size:40px] tw-bg-fg-inverted-primary"></div> </div> <div class="tw-grid tw-auto-rows-min"> <h6 class="tw-text-heading-md tw-mb-6"> App categories </h6> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/sales-channels"> Sales channels </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/finding-products"> Finding products </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/selling-products"> Selling products </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/orders-and-shipping"> Orders and shipping </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/store-design"> Store design </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/marketing-and-conversion"> Marketing and conversion </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/store-management"> Store management </a> </div> <div class="tw-grid tw-auto-rows-min"> <h6 class="tw-text-heading-md tw-mb-6"> Top categories </h6> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/finding-products-sourcing-options-dropshipping"> Dropshipping </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/sales-channels-selling-online-marketplaces"> Marketplaces </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/marketing-and-conversion-social-trust-product-reviews"> Product reviews </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/marketing-and-conversion-upsell-and-bundles"> Upsell and bundles </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/marketing-and-conversion-marketing-email-marketing"> Email marketing </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/store-design-site-optimization-seo"> SEO </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/orders-and-shipping-shipping-solutions-shipping"> Shipping </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/categories/store-design-internationalization-currency-and-translation"> Currency and translation </a> </div> <div class="tw-grid tw-auto-rows-min"> <h6 class="tw-text-heading-md tw-mb-6"> Resources </h6> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://help.shopify.com/en/"> Shopify Help Center </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://shopify.dev/api"> API documentation </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://community.shopify.com/c/shopify-community-en/ct-p/en"> Shopify Community </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://community.shopify.com/c/events/eb-p/events_en"> Community Events </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/blog"> Shopify Blog </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/research/future-of-commerce"> Research </a> </div> <div class="tw-grid tw-auto-rows-min"> <h6 class="tw-text-heading-md tw-mb-6"> Shopify </h6> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/about"> About </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/careers"> Careers </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://investors.shopify.com/home/default.aspx"> Investors </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://news.shopify.com/"> Press and media </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/partners"> Partners </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/affiliates"> Affiliates </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/legal"> Legal </a> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://shopifystatus.com"> Service status </a> </div> </div> <hr class="tw-my-8"> <div class="tw-flex tw-flex-col-reverse lg:tw-flex-row lg:tw-flex lg:tw-justify-between"> <div class="lg:tw-flex lg:tw-flex-wrap lg:tw-gap-6"> <span class="tw-block tw-pt-md lg:tw-inline lg:tw-pt-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/?auth=1"> Developer login </a> </span> <span class="tw-block tw-pt-md lg:tw-inline lg:tw-pt-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/legal/terms"> Terms of service </a> </span> <span class="tw-block tw-pt-md lg:tw-inline lg:tw-pt-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://www.shopify.com/legal/privacy"> Privacy policy </a> </span> <span class="tw-block tw-pt-md lg:tw-inline lg:tw-pt-0"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-md tw-no-underline hover:tw-underline active:tw-underline tw-text-fg-inverted-primary hover:tw-text-fg-inverted-primary active:tw-text-fg-inverted-primary tw-decoration-stroke-link-inverted-default tw-block tw-py-sm tw-text-ellipsis tw-overflow-hidden" href="https://apps.shopify.com/sitemap"> Sitemap </a> </span> </div> <div class="tw-pb-md lg:tw-pb-0"> <div class="tw-flex tw-items-center"> <div class="tw-relative tw-w-[28px] tw-h-[28px] tw-mr-sm [mask-image:url(merchant/footer/globe)] [mask-repeat:no-repeat] [mask-position:center] [mask-size:28px] tw-bg-fg-inverted-primary"></div> <form action="https://apps.shopify.com/set_locale" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="9ordDMaEX2i6IhuMTt8gVC7B1gZRZWX-uPghladxMl6VmUvngx7VEhQOfn-LwP09TuVSRDwyFFdfoTMj2_q1nQ" autocomplete="off" /> <select name="language" id="language" class="tw-bg-canvas-inverted-primary" aria-label="Change your language" onchange="this.form.submit();"><option value="cs">Čeština</option> <option value="da">Dansk</option> <option value="de">Deutsch</option> <option selected="selected" value="en">English</option> <option value="es">Español</option> <option value="fr">Français</option> <option value="it">Italiano</option> <option value="nl">Nederlands</option> <option value="nb">Norsk (bokmål)</option> <option value="pl">Polski</option> <option value="pt-BR">Português (Brasil)</option> <option value="pt-PT">Português (Portugal)</option> <option value="fi">Suomi</option> <option value="sv">Svenska</option> <option value="tr">Türkçe</option> <option value="th">ภาษาไทย</option> <option value="ja">日本語</option> <option value="zh-CN">简体中文</option> <option value="zh-TW">繁體中文</option> <option value="ko">한국어</option></select> </form></div> </div> </div> <span width="0" height="0"></span> </div> </footer> <div id="ModalContainer"> <div id="ModalContents"> <div id="AuthWithDomain" class="eco-modal" data-can-open-from-location="true" role="dialog"> <div class="eco-modal-section" data-section="main"> <div class="eco-modal-header"> <h2 class="eco-modal-title"> Log in to your Shopify store </h2> <button class="eco-modal-close-action " aria-label="close modal"> <img class="tw-block tw-w-full tw-min-w-[16px]" aria-hidden="true" src="https://apps.shopify.com/cdn/shopifycloud/shopify_app_store/assets/eco/icons/eco-modal-close-b200ad2b4407778f759569d5d832b5c20ed3f1719526941f66cc7444c74711bb.svg" /> </button> </div> <div class="eco-modal-body"> <div class="tw-pt-4 tw-text-body-md tw-text-fg-primary"> <form id="AuthLoginForm" action="/login/initiate_shopify_auth" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="D3fUNXbi5mxWJHsodI1R4OnycoooUjh9RiQhBQT8RlFsZELeM3hsFvgIHtuxkoyJidb2yEUFSdShfTOzeHfBkg" autocomplete="off" /> <input type="hidden" name="auth_intent" id="auth_intent" value="" autocomplete="off" /> <input type="hidden" name="id" id="id" value="" autocomplete="off" /> <input type="hidden" name="return_to" id="return_to" value="/?auth=1" autocomplete="off" /> <label class="tw-text-label-sm tw-block tw-pb-sm" for="Store URL"> Store URL </label> <input autocomplete="off" type="text" class='tw-input tw-form-input tw-block tw-w-full' id='AuthLoginShopInput' name='shop' placeholder="your-store.myshopify.com"> <p class="tw-text-body-sm tw-text-fg-secondary tw-mt-sm"> Don’t have a store yet? <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-underline hover:tw-no-underline active:tw-no-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://accounts.shopify.com/store-create?_s=a2deb5d6-2ef9-472f-a66b-aac9003b897d&_y=6bfa1de5-9f75-4545-afeb-4019aafbe4c2&locale=en&signup_page=https%3A%2F%2Fapps.shopify.com%2F%3Fauth%3D1&signup_types%5B%5D=paid_trial_experience">Sign up</a> </p> </form> </div> </div> <div class="eco-modal-footer"> <div class="eco-modal-actions-container"> <div class="eco-modal-actions"> <div class="eco-modal-action-primary"> <button name="button" type="button" class="tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus focus-visible:tw-outline tw-button-primary tw-w-full tw-whitespace-nowrap tw-px-5 tw-py-sm sm:tw-px-6 sm:tw-py-md tw-text-link-md" disabled="disabled"> Log in </button> </div> </div> <div class="eco-modal-action-tertiary"> <a class="tw-group tw-underline-offset-linkOffset tw-decoration-linkWeight tw-text-link-sm tw-underline hover:tw-no-underline active:tw-no-underline tw-text-fg-primary hover:tw-text-fg-highlight-primary active:tw-text-fg-highlight-primary tw-decoration-stroke-link-default hover:tw-decoration-stroke-link-hover " href="https://apps.shopify.com/partner/login?return_path=%2F%3Fauth%3D1">Developer login</a> </div> </div> </div> </div> </div> </div> <div id="ModalBackdrop" class="eco-modal-backdrop" aria-hidden="true"></div> </div> </body> </html>