{"id":76236,"date":"2023-08-16T16:21:38","date_gmt":"2023-08-16T20:21:38","guid":{"rendered":"https:\/\/www.litmus.com\/?page_id=76236"},"modified":"2025-12-12T09:21:44","modified_gmt":"2025-12-12T14:21:44","slug":"countdown-timers","status":"publish","type":"page","link":"https:\/\/www.litmus.com\/email-gallery\/countdown-timers","title":{"rendered":"Countdown Timers"},"content":{"rendered":"<section class=\"page-header-2022\" style=\"background-color: #fefcf0;\"><style>@media only screen and (max-width: 1399px) and (min-width: 992px)  {\r\n  .circle-bg {\r\n    top: -300px !important;\r\n  }\r\n}<\/style><div class=\"container-fluid p-0\" style=\"overflow: hidden; position: relative;\"><div style=\"width: 60%;border-radius: 50%;background-color: #f8edc4;position: absolute;aspect-ratio: 1 \/ 1;right: -10%;top: -100%;z-index: 0;\" class=\"circle-bg\"><\/div> <div class=\"container\" style=\"padding: 75px 0;z-index: 1 !important;position: relative;\"> <div class=\"row px-3\"><div class=\"col-12 col-lg-5 mb-1 mb-lg-0\"><h1 class=\"page-header-headline\">Email Gallery<\/h1><p class=\"mt-2\"><span style=\"font-size: 1.3rem; line-height: 1.3;\">Need email inspo? We\u2019ve got you covered. Check out our top picks for emails that can help your brand get more clicks, more revenue, and provide better in-email experiences.<\/span><\/p>  <\/div>  <div class=\"col-12 col-lg-7\"><img decoding=\"async\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/gallery-header.svg\" alt=\"Litmus Email Gallery\"><\/div><\/div><\/div><\/div><\/section>\n\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\"><\/script>\r\n<section class=\"internal-navigation\">\r\n    <div class=\"container\">\r\n    <div class=\"container-fluid internal-menu-navigation-container\">\r\n        <div class=\"row\">\r\n            <div id=\"internal-menu-navigation\" class=\"text-right my-2\"><i class=\"fa-solid fa-circle-chevron-left hide-left-active\" id=\"internal-navigation-slide-left\" type=\"button\"><\/i><i class=\"fa-solid fa-circle-chevron-right show-right-active\" id=\"internal-navigation-slide-right\" type=\"button\"><\/i>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"row text-center\"><div id=\"internal-menu-container\" class=\"menu-email-gallery-container\"><ul id=\"internal-menu-wrapper\" class=\"internal-menu list-inline\"><li id=\"menu-item-78005\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-78005\"><a href=\"https:\/\/www.litmus.com\/email-gallery\">Email Gallery Home<\/a><\/li>\n<li id=\"menu-item-76270\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76270\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/countdown-timers\">Countdown Timers<\/a><\/li>\n<li id=\"menu-item-76269\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76269\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/live-polls\">Live Polls<\/a><\/li>\n<li id=\"menu-item-76271\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76271\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/personalized-image\">Personalized Images<\/a><\/li>\n<li id=\"menu-item-76267\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76267\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/social-content\">Social Content<\/a><\/li>\n<li id=\"menu-item-76266\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76266\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/social-signals\">Interest Signals<\/a><\/li>\n<li id=\"menu-item-76265\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76265\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/weather\">Weather<\/a><\/li>\n<\/ul><\/div><\/div>\r\n    <\/div>\r\n    <\/div>\r\n<\/section>\r\n<script>\r\n     jQuery(document).ready(function($) {\r\n\/\/internal navigation overflow scroll controllers\r\n\/\/Show or hide internal menu navigation dependent upon horizontal overflow\r\n\tfunction checkOverflow() {\r\n\t\tif ($('#internal-menu-wrapper').prop('scrollWidth') <= $('#internal-menu-wrapper').prop('clientWidth')){\r\n\t\t\t$('#internal-menu-navigation').hide();\r\n\t\t\t$('#internal-menu-wrapper').addClass('internal-menu-wrapper-spacer');\r\n\t\t} else {\r\n\t\t\t$('#internal-menu-navigation').show();\r\n\t\t}\r\n\t} checkOverflow(); \r\n\t$(window).resize(function () {\r\n\t\tcheckOverflow();\r\n\t});\r\n\/\/have internal navigation buttons control scrolling on horizontal overflow\r\n\tconst buttonRight = document.getElementById('internal-navigation-slide-right');\r\n\tconst buttonLeft = document.getElementById('internal-navigation-slide-left');\r\n\tbuttonRight.onclick = function () {\r\n\t\tdocument.getElementById('internal-menu-wrapper').scrollLeft += 200;};\r\n\tbuttonLeft.onclick = function () {\r\n\t\tdocument.getElementById('internal-menu-wrapper').scrollLeft -= 200;\r\n\t};\r\n    $('.internal-menu').on('scroll', function () {\r\n        \/\/add helper classes to menu items so we can count them for correct width calculation \r\n        $('#internal-menu-wrapper > li').addClass('internal-navigaton-menu-item');\r\n        $('#internal-menu-wrapper > li').last().addClass('last-internal-navigaton-menu-item');\r\n        \/\/count menu items and calculate total paddings\r\n        var internalmenuitems = $('.internal-navigaton-menu-item').length;\r\n        var maxrightitemsvalue = parseInt(internalmenuitems);\r\n        var maxrightitemspadding = maxrightitemsvalue * 58;\r\n        \/\/get values of bootstrap container margins\r\n        var getmargins = $('.internal-menu-navigation-container').first();\r\n        var getmarginsouter = getmargins.outerWidth(true);\r\n        \/\/calculate distance to right edge of overflow-x element\r\n        var totalWidth = 0;\r\n        $('.internal-navigaton-menu-item').each(function() {totalWidth += parseInt($(this).width(), 10);});\r\n        var internalmenuscroll = totalWidth - getmarginsouter + maxrightitemspadding + 30;\r\n        var maxright = parseInt(internalmenuscroll);\r\n        \/\/start at zero and show right button only\r\n        var cur = $(this).scrollLeft();\r\n        if (cur === 0) {\r\n            $('#internal-navigation-slide-right').addClass('show-right-active').removeClass('hide-right-active');$('#internal-navigation-slide-left').removeClass('show-left-active').addClass('hide-left-active');} \r\n        \/\/if we scrolled to the right edge of overflow-x element remove right button\r\n        else { if (cur > maxright ) {$('#internal-navigation-slide-left').addClass('show-left-active');$('#internal-navigation-slide-right').removeClass('show-right-active').addClass('hide-right-active');} \r\n              else { $('#internal-navigation-slide-left').addClass('show-left-active').removeClass('hide-left-active');$('#internal-navigation-slide-right').addClass('show-right-active').removeClass('hide-right-active');}\r\n             }\r\n    });\r\n        $(\".internal-menu\").trigger(\"scroll\");\r\n    });\r\n<\/script>\n\n\n\n\t<div id=\"simple-text-block-block_ea6a6e6f4b49f8fbe491fe389eae3569\" class=\"block-simple-text-block alignfull bg-texture \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<div class=\"row\">\n<div class=\"col-12\">\n<h2 class=\"h-lg\">Countdown Timers<\/h2>\n<\/div>\n<div class=\"col-12\">\n<p>Countdown timers are the best way to drive urgency around a specific date or event, displaying the exact time remaining at every email open. <\/p>\n<\/div>\n<\/div>\n<style>#jtg-76699 .modula-item { box-shadow: #b5b5b5 0px 0px 2px; }#jtg-76699 .modula-item .jtg-social a, .lightbox-socials.jtg-social a{ color: #000000 }#jtg-76699 .modula-item .jtg-social svg, .lightbox-socials.jtg-social svg { height: 16px; width: 16px }#jtg-76699 .modula-item .jtg-social a:not(:last-child), .lightbox-socials.jtg-social a:not(:last-child) { margin-right: 10px }#jtg-76699 .modula-item .figc {color:#ffffff;}#jtg-76699 .modula-item .modula-item-content { transform: scale(1) }#jtg-76699 { width:100%;}#jtg-76699 .modula-items .figc p.description { font-size:24px; }#jtg-76699 .modula-items .figc p.description { color:#ffffff;}#jtg-76699 .modula-items .figc .jtg-title { color:#000000; }#jtg-76699.modula-gallery .modula-item > a, #jtg-76699.modula-gallery .modula-item, #jtg-76699.modula-gallery .modula-item-content > a:not(.modula-no-follow) { cursor:pointer; } #jtg-76699.modula-gallery .modula-item-content .modula-no-follow { cursor: default; } #jtg-76699.modula-gallery .modula-item, #jtg-76699.modula-gallery .modula-grid-sizer { width: calc(33.333333333333% - 20px) ; } @media (min-width: 768px) and (max-width:992px) { html body #jtg-76699.modula-gallery .modula-item, html body  #jtg-76699.modula-gallery .modula-grid-sizer {width: calc(50% - 15px ) ; } }@media (max-width: 768px) { html body #jtg-76699.modula-gallery .modula-item, html body  #jtg-76699.modula-gallery .modula-grid-sizer {width: calc(100% - 0px ) ; } }#jtg-76699 .modula-items{position:relative;}#jtg-76699 .modula-item .modula-item-overlay, #jtg-76699 .modula-item.effect-layla, #jtg-76699  .modula-item.effect-ruby,#jtg-76699 .modula-item.effect-bubba,#jtg-76699 .modula-item.effect-sarah,#jtg-76699 .modula-item.effect-milo,#jtg-76699 .modula-item.effect-julia,#jtg-76699 .modula-item.effect-hera,#jtg-76699 .modula-item.effect-winston,#jtg-76699 .modula-item.effect-selena,#jtg-76699 .modula-item.effect-terry,#jtg-76699 .modula-item.effect-phoebe,#jtg-76699 .modula-item.effect-apollo,#jtg-76699 .modula-item.effect-steve,#jtg-76699 .modula-item.effect-ming{ background-color:#000000; }#jtg-76699  .modula-item.effect-oscar { background: -webkit-linear-gradient(45deg,#000000 0,#9b4a1b 40%,#000000 100%);background: linear-gradient(45deg,#000000 0,#9b4a1b 40%,#000000 100%);}#jtg-76699  .modula-item.effect-roxy {background: -webkit-linear-gradient(45deg,#000000 0,#05abe0 100%);background: linear-gradient(45deg,#000000 0,#05abe0 100%);}#jtg-76699 .modula-item.effect-dexter {background: -webkit-linear-gradient(top,#000000 0,rgba(104,60,19,1) 100%); background: linear-gradient(to bottom,#000000 0,rgba(104,60,19,1) 100%);}#jtg-76699  .modula-item.effect-jazz {background: -webkit-linear-gradient(-45deg,#000000 0,#f33f58 100%);background: linear-gradient(-45deg,#000000 0,#f33f58 100%);}#jtg-76699 .modula-item.effect-lexi {background: -webkit-linear-gradient(-45deg,#000000 0,#fff 100%);background: linear-gradient(-45deg,#000000 0,#fff 100%);}#jtg-76699 .modula-item.effect-duke {background: -webkit-linear-gradient(-45deg,#000000 0,#cc6055 100%);background: linear-gradient(-45deg,#000000 0,#cc6055 100%);}#jtg-76699 .modula-item:hover img { opacity: 0.3; }#jtg-76699 .jtg-title {font-weight:400; }#jtg-76699 p.description {font-weight:normal; }#jtg-76699:not(.modula-loaded-scale)  .modula-item .modula-item-content { transform: scale(1) translate(0px,20px) rotate(0deg); }@keyframes modulaScaling { 0% {transform: scale(1) translate(0px,p0x) rotate(0deg);} 50%{transform: scale(1) translate(0px,20px) rotate(0deg);}100%{transform: scale(1) translate(0px,p0x) rotate(0deg);}}#jtg-76699.modula-gallery .filters { text-align: center;}#jtg-76699.modula-gallery .filters a {color: #dd7322 !important;}#jtg-76699 .menu--ceres .modula_menu__item::before, #jtg-76699 .menu--ceres .modula_menu__item::after, #jtg-76699 .menu--ceres .modula_menu__link::after,#jtg-76699 .menu--ariel .modula_menu__item::before, #jtg-76699 .menu--ariel .modula_menu__item::after, #jtg-76699 .menu--ariel .modula_menu__link::after, #jtg-76699 .menu--ariel .modula_menu__link::before{background-color: #dd7322 !important;}#jtg-76699.modula-gallery .filters a:hover, #jtg-76699.modula-gallery .filters li.modula_menu__item--current a {color: #dd7322 !important;border-color: #dd7322 !important}#jtg-76699.modula-gallery .filters li.modula_menu__item--current a:hover:before,#jtg-76699.modula-gallery .filters li.modula_menu__item--current a:hover:after,#jtg-76699.modula-gallery .filters li.modula_menu__item--current:hover:before,#jtg-76699.modula-gallery .filters li.modula_menu__item--current:hover:after { border-color:#dd7322;background-color:#dd7322}#jtg-76699.modula-gallery .filters li.modula_menu__item--current a:before,#jtg-76699.modula-gallery .filters li.modula_menu__item--current a:after,#jtg-76699.modula-gallery .filters li.modula_menu__item--current:before,#jtg-76699.modula-gallery .filters li.modula_menu__item--current:after{border-color:#dd7322; background-color:#dd7322;}#jtg-76699.modula .menu--antonio .modula_menu__item::after, #jtg-76699.modula .menu--antonio .modula_menu__item::before, #jtg-76699.modula .menu--antonio .modula_menu__link::after, #jtg-76699.modula .menu--antonio .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--caliban .modula_menu__link::before,#jtg-76699.modula .menu--caliban .modula_menu__link::after{border-color:#dd7322;}#jtg-76699.modula .menu--ferdinand .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--francisco .modula_menu__link::before, #jtg-76699.modula .menu--trinculo .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--horatio .modula_menu__item a::after, #jtg-76699.modula .menu--horatio .modula_menu__item a::before, #jtg-76699.modula .menu--horatio .modula_menu__item::after, #jtg-76699.modula .menu--horatio .modula_menu__item::before{border-color:#dd7322}#jtg-76699.modula .menu--invulner .modula_menu__link::before{border-color:#dd7322}#jtg-76699.modula .menu--iris .modula_menu__link::after, #jtg-76699.modula .menu--iris .modula_menu__link::before{border-color:#dd7322}#jtg-76699.modula .menu--juno .modula_menu__item::after,#jtg-76699.modula .menu--juno .modula_menu__item::before,#jtg-76699.modula .menu--juno .modula_menu__link::after,#jtg-76699.modula .menu--juno .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--maria .modula_menu__item::before{background-color:#dd7322;}#jtg-76699.modula .menu--miranda .modula_menu__item::after,#jtg-76699.modula .menu--miranda .modula_menu__item::before,#jtg-76699.modula .menu--miranda .modula_menu__link::after,#jtg-76699.modula .menu--miranda .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--prospero .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--sebastian .modula_menu__link::after,#jtg-76699.modula .menu--sebastian .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--shylock .modula_menu__link::after{background-color:#dd7322;}#jtg-76699.modula .menu--stephano .modula_menu__item::before,#jtg-76699.modula .menu--stephano .modula_menu__link::after,#jtg-76699.modula .menu--stephano .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--tantalid .modula_menu__link::after,#jtg-76699.modula .menu--tantalid .modula_menu__link::before{border-color:#dd7322}#jtg-76699.modula .menu--valentine .modula_menu__item::after,#jtg-76699.modula .menu--valentine .modula_menu__item::before,#jtg-76699.modula .menu--valentine .modula_menu__link::after,#jtg-76699.modula .menu--valentine .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula .menu--viola .modula_menu__item::after,#jtg-76699.modula .menu--viola .modula_menu__item::before,#jtg-76699.modula .menu--viola .modula_menu__link::after,#jtg-76699.modula .menu--viola .modula_menu__link::before{background-color:#dd7322;}#jtg-76699.modula-gallery .modula-item.effect-terry .jtg-social a:not(:last-child){margin-bottom:10px;}.modula-fancybox-container.modula-lightbox-jtg-76699 .modula-fancybox-caption .modula-fancybox-caption__body, .modula-fancybox-container.modula-lightbox-jtg-76699 .modula-fancybox-caption .modula-fancybox-caption__body p {text-align:center}html body .modula.modula-columns .modula-items.grid-gallery .modula-item.effect-under .modula-item-content { height:auto;}#jtg-76699 + div.modula-navigation .modula-links-wrapper {text-align:}.modula-items .figc p.description { background-color: #000 !important; padding: 20px !important; text-align: left !important; font-size: 1.0rem !important; bottom: 85% !important; margin-top: 0px !important; margin-bottom: 0px !important; letter-spacing: unset !important; right: 0% !important; left: 0% !important; position: relative !important; } .modula .modula-items .jtg-social { right: unset !important; position: relative !important; bottom: unset !important; text-align: center !important; padding: 20px !important;} .modula .modula-item .jtg-social a { text-decoration: none !important; color: #fff !important; display: inline-block !important; margin: 0 10px 0 0 !important; padding: unset !important; background-color: #000 !important; -ms-flex-pack: center !important; justify-content: center !important; -ms-flex-align: center !important; align-items: center !important; border: 2px solid #000 !important; padding: 2px !important; width: 38px !important; height: 38px !important; border-radius: 100% !important; text-align: center !important;@media screen and (max-width:480px){#jtg-76699 .modula-item .figc .jtg-title {  font-size: 12px; }#jtg-76699 .modula-items .figc p.description { color:#ffffff;font-size:10px; }}<\/style>\n<!-- Gallery Container -->\r\n<div  id=\"jtg-76699\" class=\"modula modula-gallery modula-columns\" data-config=\"{&quot;tabletHeight&quot;:0,&quot;mobileHeight&quot;:0,&quot;desktopHeight&quot;:0,&quot;enableTwitter&quot;:true,&quot;enableWhatsapp&quot;:false,&quot;enableFacebook&quot;:true,&quot;enablePinterest&quot;:false,&quot;enableLinkedin&quot;:true,&quot;enableEmail&quot;:false,&quot;randomFactor&quot;:0,&quot;type&quot;:&quot;grid&quot;,&quot;columns&quot;:12,&quot;gutter&quot;:30,&quot;mobileGutter&quot;:30,&quot;tabletGutter&quot;:30,&quot;desktopGutter&quot;:30,&quot;enableResponsive&quot;:&quot;1&quot;,&quot;tabletColumns&quot;:&quot;2&quot;,&quot;mobileColumns&quot;:&quot;1&quot;,&quot;lazyLoad&quot;:&quot;0&quot;,&quot;lightboxOpts&quot;:{&quot;loop&quot;:false,&quot;arrows&quot;:true,&quot;toolbar&quot;:true,&quot;keyboard&quot;:false,&quot;wheel&quot;:false,&quot;buttons&quot;:[&quot;zoom&quot;,&quot;share&quot;,&quot;close&quot;],&quot;hash&quot;:false,&quot;lang&quot;:&quot;en&quot;,&quot;touch&quot;:{&quot;vertical&quot;:true,&quot;momentum&quot;:true},&quot;protect&quot;:false,&quot;i18n&quot;:{&quot;en&quot;:{&quot;CLOSE&quot;:&quot;Close&quot;,&quot;NEXT&quot;:&quot;Next&quot;,&quot;PREV&quot;:&quot;Previous&quot;,&quot;Error&quot;:&quot;The requested content cannot be loaded. Please try again later.&quot;,&quot;PLAY_START&quot;:&quot;Start slideshow&quot;,&quot;PLAY_STOP&quot;:&quot;Pause slideshow&quot;,&quot;FULL_SCREEN&quot;:&quot;Full screen&quot;,&quot;THUMBS&quot;:&quot;Thumbnails&quot;,&quot;DOWNLOAD&quot;:&quot;Download&quot;,&quot;SHARE&quot;:&quot;Share&quot;,&quot;ZOOM&quot;:&quot;Zoom&quot;}},&quot;clickSlide&quot;:&quot;close&quot;,&quot;clickOutside&quot;:false,&quot;dblclickContent&quot;:false,&quot;dblclickSlide&quot;:false,&quot;dblclickOutside&quot;:false,&quot;baseTpl&quot;:&quot;&lt;div class=\\&quot;modula-fancybox-container modula-lightbox-jtg-76699\\&quot; role=\\&quot;dialog\\&quot; tabindex=\\&quot;-1\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-bg\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-inner\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-infobar\\&quot;&gt;&lt;span data-fancybox-index&gt;&lt;\\\/span&gt;&nbsp;\\\/&nbsp;&lt;span data-fancybox-count&gt;&lt;\\\/span&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-toolbar\\&quot;&gt;{{buttons}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-navigation\\&quot;&gt;{{arrows}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-stage\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-caption\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-caption__body\\&quot;&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&quot;,&quot;infobar&quot;:true,&quot;modulaShare&quot;:[&quot;facebook&quot;,&quot;twitter&quot;,&quot;linkedin&quot;],&quot;lightboxEmailSubject&quot;:&quot;&quot;,&quot;lightboxEmailMessage&quot;:&quot;&quot;,&quot;messageGallery&quot;:&quot;Here is the link to the gallery :&quot;,&quot;animationEffect&quot;:false,&quot;animationDuration&quot;:0,&quot;transitionEffect&quot;:false,&quot;transitionDuration&quot;:0,&quot;thumbs&quot;:{&quot;autoStart&quot;:false,&quot;axis&quot;:&quot;y&quot;},&quot;preventCaptionOverlap&quot;:false},&quot;inView&quot;:false,&quot;email_subject&quot;:&quot;Check out this awesome image !!&quot;,&quot;email_message&quot;:&quot;Here is the link to the image : %%image_link%% and this is the link to the gallery : %%gallery_link%%&quot;,&quot;grid_type&quot;:&quot;3&quot;,&quot;rowHeight&quot;:0,&quot;lastRow&quot;:&quot;&quot;,&quot;lightbox&quot;:&quot;fancybox&quot;,&quot;filterClick&quot;:&quot;0&quot;,&quot;dropdownFilters&quot;:&quot;0&quot;,&quot;defaultActiveFilter&quot;:&quot;all&quot;,&quot;initLightbox&quot;:&quot;modula_pro_init_lightbox&quot;,&quot;haveFilters&quot;:0,&quot;lightbox_devices&quot;:&quot;both&quot;,&quot;pagination&quot;:true,&quot;images_per_page&quot;:&quot;12&quot;,&quot;images_count&quot;:75,&quot;load_images&quot;:&quot;button&quot;}\">\r\n\r\n\t<div class=\"modula-grid-sizer\"> <\/div>\r\n\t<!-- Items Container -->\r\n\t<div  class=\"modula-items grid-gallery\">\r\n\t\t<div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-retail jtg-filter-countdown-timers\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57408\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;This bold countdown timer from bulk showed customer how long they had left to shop exclusive Black Friday deals.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-57408\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Bulk Countdown Timer\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT.png\" title=\"Bulk Countdown Timer\" width=\"570\" height=\"1024\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_570,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-570x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_570,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-570x1024.png\" data-caption=\"This bold countdown timer from bulk showed customer how long they had left to shop exclusive Black Friday deals.\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1171,h_2104\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT.png 1171w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_167,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-167x300.png 167w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_570,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-570x1024.png 570w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1380\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-768x1380.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_855,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-855x1536.png 855w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1140,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-1140x2048.png 1140w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1258\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-700x1258.png 700w\" sizes=\"(max-width: 570px) 100vw, 570px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-570x1024.png 570w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-167x300.png 167w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-768x1380.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-855x1536.png 855w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-1140x2048.png 1140w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT-700x1258.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Bulk-CDT.png 1171w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This bold countdown timer from bulk showed customer how long they had left to shop exclusive Black Friday deals.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-retail jtg-filter-fashion jtg-filter-countdown-timers jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14598\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;This supersonic Black Friday email from Hunter included a countdown timer at the top of the email, as well as social signals to show how many people were currently shopping.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14598\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Hunter Black Friday\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals.png\" title=\"Hunter Black Friday\" data-caption=\"This supersonic Black Friday email from Hunter included a countdown timer at the top of the email, as well as social signals to show how many people were currently shopping.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_647,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-647x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_647,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-647x1024.png\" width=\"647\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_655,h_1037\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals.png 655w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_189,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-189x300.png 189w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_647,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-647x1024.png 647w\" sizes=\"(max-width: 647px) 100vw, 647px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-647x1024.png 647w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-189x300.png 189w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals.png 655w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This supersonic Black Friday email from Hunter included a countdown timer at the top of the email, as well as social signals to show how many people were currently shopping.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-weather jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14491\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;Endy used this countdown timer to let email openers know how long they had left to save in the sale. They also used a fun weather roundel!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14491\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Endy Countdown Timer\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png\" title=\"Endy Countdown Timer\" data-caption=\"Endy used this countdown timer to let email openers know how long they had left to save in the sale. They also used a fun weather roundel!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_654,h_941\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_654,h_941\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png\" width=\"654\" height=\"941\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_654,h_941\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png 654w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_209,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT-209x300.png 209w\" sizes=\"(max-width: 654px) 100vw, 654px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT.png 654w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/09\/Endy-CDT-209x300.png 209w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Endy used this countdown timer to let email openers know how long they had left to save in the sale. They also used a fun weather roundel!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14286\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;This Happy Hour sale email from Studio included a countdown timer in the header to show how long was left before the sale ended.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14286\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Studio - Countdown Timer\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer.png\" title=\"Studio - Countdown Timer\" data-caption=\"This Happy Hour sale email from Studio included a countdown timer in the header to show how long was left before the sale ended.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_577,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer-577x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_577,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer-577x1024.png\" width=\"577\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_691,h_1226\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer.png 691w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_169,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer-169x300.png 169w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_577,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer-577x1024.png 577w\" sizes=\"(max-width: 577px) 100vw, 577px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer-577x1024.png 577w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer-169x300.png 169w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/studio-timer.png 691w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This Happy Hour sale email from Studio included a countdown timer in the header to show how long was left before the sale ended.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-travel\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11462\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;A live countdown is featured in this P&amp;O Ferries email. Instead of showcasing how many hours, mins, secs there is left to shop the offer, they opted for a more subtle timer roundel showing the live hours left. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer-150x150.jpg\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-11462\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live countdown in travel email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer.jpg\" title=\"Live countdown in travel email\" data-caption=\"A live countdown is featured in this P&amp;O Ferries email. Instead of showcasing how many hours, mins, secs there is left to shop the offer, they opted for a more subtle timer roundel showing the live hours left. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_597,h_788\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer.jpg\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_597,h_788\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer.jpg\" width=\"597\" height=\"788\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_597,h_788\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer.jpg 597w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_227,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer-227x300.jpg 227w\" sizes=\"(max-width: 597px) 100vw, 597px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer.jpg 597w, https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/PO-roundel-timer-227x300.jpg 227w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">A live countdown is featured in this P&amp;O Ferries email. Instead of showcasing how many hours, mins, secs there is left to shop the offer, they opted for a more subtle timer roundel showing the live hours left. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14281\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;This subtle countdown timer used in Bulk&#039;s email header is a simple, yet very effective way to promote sale periods.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14281\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Bulk - Countdown Timer\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT.png\" title=\"Bulk - Countdown Timer\" data-caption=\"This subtle countdown timer used in Bulk&#039;s email header is a simple, yet very effective way to promote sale periods.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_562,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT-562x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_562,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT-562x1024.png\" width=\"562\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_680,h_1238\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT.png 680w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_165,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT-165x300.png 165w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_562,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT-562x1024.png 562w\" sizes=\"(max-width: 562px) 100vw, 562px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT-562x1024.png 562w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT-165x300.png 165w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/Bulk-CDT.png 680w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This subtle countdown timer used in Bulk&#8217;s email header is a simple, yet very effective way to promote sale periods.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14284\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;Social Signals and a Countdown Timer was used in this email from Kate Spade promotiong their VIP preview sale!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14284\"  data-valign=\"middle\" data-halign=\"center\" alt=\"KateSpade - Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05.png\" title=\"KateSpade - Social Signals\" data-caption=\"Social Signals and a Countdown Timer was used in this email from Kate Spade promotiong their VIP preview sale!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_252,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-252x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_252,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-252x1024.png\" width=\"252\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1367,h_5548\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05.png 1367w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_74,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-74x300.png 74w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_252,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-252x1024.png 252w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3117\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-768x3117.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2841\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-700x2841.png 700w\" sizes=\"(max-width: 252px) 100vw, 252px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-252x1024.png 252w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-74x300.png 74w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-768x3117.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-378x1536.png 378w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-700x2841.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05.png 1367w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Social Signals and a Countdown Timer was used in this email from Kate Spade promotiong their VIP preview sale!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-retail jtg-filter-fashion jtg-filter-live-products jtg-filter-live-polls\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14156\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;This email from Hunter incuded their newest products, as well as a fun poll asking recipients how they will be spending the long weekend!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14156\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Hunter - New In and Live Poll\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll.png\" title=\"Hunter - New In and Live Poll\" data-caption=\"This email from Hunter incuded their newest products, as well as a fun poll asking recipients how they will be spending the long weekend!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_185,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-185x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_185,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-185x1024.png\" width=\"185\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_597,h_3307\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll.png 597w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_54,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-54x300.png 54w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_185,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-185x1024.png 185w\" sizes=\"(max-width: 185px) 100vw, 185px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-185x1024.png 185w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-54x300.png 54w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll-370x2048.png 370w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Hunter-New-In-Poll.png 597w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This email from Hunter incuded their newest products, as well as a fun poll asking recipients how they will be spending the long weekend!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-retail jtg-filter-countdown-timers\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14168\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;The subtle countdown timer in the header of this email is a super effective, just chic way to countdown to the Kate Spade VIP preview sale!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14168\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Kate Spade Countdown\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT.png\" title=\"Kate Spade Countdown\" data-caption=\"The subtle countdown timer in the header of this email is a super effective, just chic way to countdown to the Kate Spade VIP preview sale!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_387,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-387x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_387,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-387x1024.png\" width=\"387\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_661,h_1748\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT.png 661w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_113,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-113x300.png 113w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_387,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-387x1024.png 387w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_581,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-581x1536.png 581w\" sizes=\"(max-width: 387px) 100vw, 387px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-387x1024.png 387w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-113x300.png 113w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT-581x1536.png 581w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Kate-Spade-CDT.png 661w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">The subtle countdown timer in the header of this email is a super effective, just chic way to countdown to the Kate Spade VIP preview sale!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-fashion jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13554\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;This clean, stripped back email includes a simple countdown timer alongside a 20% off loungewear promotion. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13554\"  data-valign=\"top\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer.png\" title=\"FatFace countdown timer in email\" data-caption=\"This clean, stripped back email includes a simple countdown timer alongside a 20% off loungewear promotion. \" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_411,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-411x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_411,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-411x1024.png\" width=\"411\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1475,h_3672\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer.png 1475w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_121,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-121x300.png 121w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_411,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-411x1024.png 411w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1912\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-768x1912.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_617,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-617x1536.png 617w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_823,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-823x2048.png 823w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1743\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-700x1743.png 700w\" sizes=\"(max-width: 411px) 100vw, 411px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-411x1024.png 411w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-121x300.png 121w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-768x1912.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-617x1536.png 617w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-823x2048.png 823w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer-700x1743.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/fatface-timer.png 1475w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This clean, stripped back email includes a simple countdown timer alongside a 20% off loungewear promotion. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-retail jtg-filter-countdown-timers\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13812\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;Kate Spade used a countdown timer in the header of this email to let openers know when their stores were reopening.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-13812\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Kate Spade Countdown\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days.png\" title=\"Kate Spade Countdown\" data-caption=\"Kate Spade used a countdown timer in the header of this email to let openers know when their stores were reopening.\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_469,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-469x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_469,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-469x1024.png\" width=\"469\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1284,h_2802\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days.png 1284w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_137,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-137x300.png 137w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_469,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-469x1024.png 469w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1676\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-768x1676.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_704,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-704x1536.png 704w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_938,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-938x2048.png 938w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1528\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-700x1528.png 700w\" sizes=\"(max-width: 469px) 100vw, 469px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-469x1024.png 469w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-137x300.png 137w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-768x1676.png 768w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-704x1536.png 704w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-938x2048.png 938w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days-700x1528.png 700w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/ks-3days.png 1284w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Kate Spade used a countdown timer in the header of this email to let openers know when their stores were reopening.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item modula-load-more-item-jtg-76699 effect-hide jtg-filter-all jtg-filter-retail jtg-filter-fashion jtg-filter-countdown-timers\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14160\" rel=\"jtg-76699\" data-caption=\"&lt;p&gt;This simple countdown timer from Johnny Bigg showed recipients how long they had left to shop the BIGG Bonanza sale!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img decoding=\"async\" class=\"pic wp-image-14160\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Johnny Bigg Countdown Timer\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT.png\" title=\"Johnny Bigg Countdown Timer\" data-caption=\"This simple countdown timer from Johnny Bigg showed recipients how long they had left to shop the BIGG Bonanza sale!\" src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_480,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT-480x1024.png\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_480,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT-480x1024.png\" width=\"480\" height=\"1024\"srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_623,h_1330\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT.png 623w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_141,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT-141x300.png 141w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_480,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT-480x1024.png 480w\" sizes=\"(max-width: 480px) 100vw, 480px\"\" srcset=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT-480x1024.png 480w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT-141x300.png 141w, https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Johnny-Bigg-CDT.png 623w\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This simple countdown timer from Johnny Bigg showed recipients how long they had left to shop the BIGG Bonanza sale!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div>\t\t\r\n\t<\/div>\r\n\r\n\t\r\n\t\r\n\t<script type=\"application\/ld+json\">\r\n\t{\r\n\t\t\"@context\": \"http:\/\/schema.org\",\r\n\t\t\"@type\"   : \"ImageGallery\",\r\n\t\t\"id\"      : \"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76236\",\r\n\t\t\"url\"     : \"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76236\"\r\n\t}\r\n\r\n    <\/script>\r\n\r\n\t\r\n<\/div><div class=\"modula-load-more-wrap jtg-76699\"><a rel=\"noopener\" target=\"_blank\" href=\"\/wp-json\/wp\/v2\/pages\/76236?modula-page=2\" class=\"next\">Next<\/a><button id=\"modula-jtg-76699-load\" class=\"button modula-load-more\">Load more<\/button><\/div>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n<style>\r\n.modula .filters {background-color: transparent; border-bottom: 1px solid #dee2e6;}\r\n.modula>.filters .modula_menu__list {margin: 0 !important;}\r\n.modula>.filters .modula_menu__list li.modula_menu__item {font-weight: 700; font-size: .8rem; letter-spacing: .05rem; padding: 0; text-align: center; margin-right: 35px !important; text-transform:uppercase;}\r\n.modula-item {box-shadow: 0 0 10px rgb(0 0 0 \/ 15%) !important;}\r\n.modula-load-more {background-color: #dd7322;\r\n    color: #fff;\r\n    -webkit-font-smoothing: antialiased;\r\n    -moz-osx-font-smoothing: grayscale;\r\n    border-radius: 4px;\r\n    font-weight: 700;\r\n    font-size: 12px;\r\n    text-transform: uppercase;\r\n    padding: 14px 40px;\r\n    border:none;\r\n    margin-top:50px;\r\n    width:100%;\r\n    }\r\n<\/style>","protected":false},"excerpt":{"rendered":"","protected":false},"author":34,"featured_media":0,"parent":57526,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-76236","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Countdown Timers - Litmus<\/title>\n<meta name=\"description\" content=\"See how brands are using countdown timers to create a sense of urgency and drive conversions! Get inspired by these innovative examples. Learn more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.litmus.com\/email-gallery\/countdown-timers\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Countdown Timers - Litmus\" \/>\n<meta property=\"og:description\" content=\"See how brands are using countdown timers to create a sense of urgency and drive conversions! Get inspired by these innovative examples. Learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.litmus.com\/email-gallery\/countdown-timers\" \/>\n<meta property=\"og:site_name\" content=\"Litmus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/litmusapp\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-12T14:21:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"314\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@litmusapp\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Countdown Timers - Litmus","description":"See how brands are using countdown timers to create a sense of urgency and drive conversions! Get inspired by these innovative examples. Learn more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.litmus.com\/email-gallery\/countdown-timers","og_locale":"en_US","og_type":"article","og_title":"Countdown Timers - Litmus","og_description":"See how brands are using countdown timers to create a sense of urgency and drive conversions! Get inspired by these innovative examples. Learn more.","og_url":"https:\/\/www.litmus.com\/email-gallery\/countdown-timers","og_site_name":"Litmus","article_publisher":"https:\/\/www.facebook.com\/litmusapp","article_modified_time":"2025-12-12T14:21:44+00:00","og_image":[{"width":600,"height":314,"url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@litmusapp","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.litmus.com\/email-gallery\/countdown-timers","url":"https:\/\/www.litmus.com\/email-gallery\/countdown-timers","name":"Countdown Timers - Litmus","isPartOf":{"@id":"https:\/\/www.litmus.com\/#website"},"datePublished":"2023-08-16T20:21:38+00:00","dateModified":"2025-12-12T14:21:44+00:00","description":"See how brands are using countdown timers to create a sense of urgency and drive conversions! Get inspired by these innovative examples. Learn more.","breadcrumb":{"@id":"https:\/\/www.litmus.com\/email-gallery\/countdown-timers#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.litmus.com\/email-gallery\/countdown-timers"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.litmus.com\/email-gallery\/countdown-timers#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.litmus.com\/"},{"@type":"ListItem","position":2,"name":"Email Gallery","item":"https:\/\/www.litmus.com\/email-gallery"},{"@type":"ListItem","position":3,"name":"Countdown Timers"}]},{"@type":"WebSite","@id":"https:\/\/www.litmus.com\/#website","url":"https:\/\/www.litmus.com\/","name":"Litmus","description":"Are you getting the most out of your email marketing?","publisher":{"@id":"https:\/\/www.litmus.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.litmus.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.litmus.com\/#organization","name":"Litmus Software","url":"https:\/\/www.litmus.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.litmus.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","contentUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","width":600,"height":314,"caption":"Litmus Software"},"image":{"@id":"https:\/\/www.litmus.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/litmusapp","https:\/\/x.com\/litmusapp"]}]}},"acf":{"enable_legacy_page_header":false,"alt_header_title":"","background_color":"#073045","header_image":"","header_image_overlay_color":"#000000","header_description":"","header_primary_cta_button":"","header_secondary_cta_button":"","title_alignment":"align-items-center","title_justification":"justify-content-start","text_align":"text-left","wide_header":false,"short_header":false,"form_header":false,"side_header_image":"","header_video":false,"toggle_labels":{"left":"","right":""},"price_toggle":["left"],"column":null,"video_id":""},"_links":{"self":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/users\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/comments?post=76236"}],"version-history":[{"count":10,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76236\/revisions"}],"predecessor-version":[{"id":100148,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76236\/revisions\/100148"}],"up":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/57526"}],"wp:attachment":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media?parent=76236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}