{"product_id":"new-portable-neck-fan","title":"🔥Last Day 60% OFF🔥New Portable Neck Fan","description":"\u003c!--  Portable Neck Fan — AIDA lower-page conversion block  Paste into a Shopify \"Custom liquid\" block directly below the product information section.  This snippet does not replace or edit the product title, price, variant picker, or buy box above it.--\u003e\u003cstyle\u003e  .nfa-page,  .nfa-page * {    box-sizing: border-box;  }  .nfa-page {    --nfa-ink: #101114;    --nfa-muted: #62666d;    --nfa-line: #dedfe3;    --nfa-paper: #ffffff;    --nfa-mist: #f5f5f7;    --nfa-blue: #1677ff;    --nfa-blue-dark: #0861d5;    --nfa-cool: #e8f4ff;    --nfa-radius: 28px;    width: 100%;    overflow: hidden;    color: var(--nfa-ink);    background: var(--nfa-paper);    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"SF Pro Text\",      \"Segoe UI\", Helvetica, Arial, sans-serif;    -webkit-font-smoothing: antialiased;    text-rendering: optimizeLegibility;    container-name: nfa;    container-type: inline-size;  }  .nfa-page img {    display: block;    max-width: 100%;    width: 100%;    height: auto;    object-fit: contain;  }  .nfa-wrap {    width: min(1180px, calc(100% - 40px));    margin: 0 auto;  }  .nfa-section {    padding: clamp(72px, 9vw, 132px) 0;  }  .nfa-eyebrow {    margin: 0 0 15px;    color: var(--nfa-blue);    font-size: 14px;    font-weight: 750;    letter-spacing: 0.09em;    line-height: 1.2;    text-transform: uppercase;  }  .nfa-heading {    max-width: 820px;    margin: 0;    font-size: clamp(40px, 6.4vw, 78px);    font-weight: 720;    letter-spacing: -0.055em;    line-height: 0.98;  }  \/* Prevent Shopify theme heading colors from overriding this block. *\/  .nfa-page .nfa-heading {    color: var(--nfa-ink) !important;  }  .nfa-heading--medium {    font-size: clamp(36px, 5vw, 62px);  }  .nfa-copy {    max-width: 680px;    margin: 24px 0 0;    color: var(--nfa-muted);    font-size: clamp(18px, 2.1vw, 23px);    letter-spacing: -0.018em;    line-height: 1.5;  }  .nfa-button {    display: inline-flex;    min-height: 56px;    align-items: center;    justify-content: center;    margin-top: 30px;    padding: 15px 27px;    border: 0;    border-radius: 999px;    background: var(--nfa-blue);    box-shadow: 0 10px 30px rgba(22, 119, 255, 0.22);    color: #fff !important;    font-size: 17px;    font-weight: 700;    line-height: 1.2;    text-align: center;    text-decoration: none !important;    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;  }  .nfa-button:hover {    background: var(--nfa-blue-dark);    box-shadow: 0 14px 36px rgba(22, 119, 255, 0.28);    transform: translateY(-2px);  }  .nfa-button:focus-visible,  .nfa-faq summary:focus-visible {    outline: 3px solid rgba(22, 119, 255, 0.38);    outline-offset: 4px;  }  .nfa-button__arrow {    margin-left: 10px;    font-size: 20px;    line-height: 1;    transition: transform 180ms ease;  }  .nfa-button:hover .nfa-button__arrow {    transform: translateX(3px);  }  \/* A — Attention *\/  .nfa-hero {    position: relative;    display: grid;    align-items: stretch;    isolation: isolate;    background: #06101d;    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);  }  .nfa-hero__media {    display: flex;    align-items: center;    background: #eef7ff;    grid-column: 2;    grid-row: 1;  }  .nfa-hero__media img {    width: 100%;    height: auto;    object-fit: contain;  }  .nfa-hero::after {    display: none;  }  .nfa-hero__content {    width: auto;    display: flex;    flex-direction: column;    align-items: flex-start;    justify-content: center;    margin: 0;    padding:      clamp(72px, 9vw, 130px)      clamp(36px, 6vw, 90px)      clamp(72px, 9vw, 130px)      max(20px, calc((100vw - 1180px) \/ 2));    color: #fff;    grid-column: 1;    grid-row: 1;  }  .nfa-hero .nfa-eyebrow {    color: #8ec9ff;  }  .nfa-hero .nfa-heading {    max-width: 680px;    color: #fff !important;  }  .nfa-hero .nfa-copy {    max-width: 570px;    color: rgba(255, 255, 255, 0.84) !important;  }  .nfa-microproof {    display: flex;    flex-wrap: wrap;    gap: 12px 22px;    margin-top: 26px;    color: rgba(255, 255, 255, 0.82);    font-size: 14px;    font-weight: 650;  }  .nfa-microproof span {    display: inline-flex;    align-items: center;  }  .nfa-microproof span::before {    width: 17px;    height: 17px;    display: grid;    place-items: center;    margin-right: 7px;    border: 1px solid currentColor;    border-radius: 50%;    color: #8ec9ff;    content: \"✓\";    font-size: 10px;    font-weight: 800;  }  \/* I — Interest *\/  .nfa-intro {    text-align: center;  }  .nfa-intro .nfa-heading,  .nfa-intro .nfa-copy {    margin-right: auto;    margin-left: auto;  }  .nfa-intro__line {    width: 1px;    height: 80px;    margin: 0 auto 35px;    background: linear-gradient(transparent, #aeb2b8);  }  .nfa-feature {    display: grid;    overflow: hidden;    border-radius: var(--nfa-radius);    margin-top: 28px;    background: var(--nfa-mist);    grid-template-columns: 1.04fr 0.96fr;  }  .nfa-feature:nth-child(even) {    grid-template-columns: 0.96fr 1.04fr;  }  .nfa-feature:nth-child(even) .nfa-feature__media {    order: 2;  }  .nfa-feature__media {    display: flex;    min-height: 0;    align-items: center;    justify-content: center;    background: #e8eef3;  }  .nfa-feature__media img {    width: 100%;    height: auto;    object-fit: contain;  }  .nfa-feature__body {    display: flex;    align-items: center;    padding: clamp(38px, 6vw, 86px);  }  .nfa-feature__body h3 {    margin: 0;    color: var(--nfa-ink) !important;    font-size: clamp(32px, 4.2vw, 56px);    font-weight: 700;    letter-spacing: -0.045em;    line-height: 1.02;  }  .nfa-feature__body p {    margin: 20px 0 0;    color: var(--nfa-muted);    font-size: clamp(17px, 1.8vw, 21px);    line-height: 1.52;  }  .nfa-feature__number {    display: block;    margin-bottom: 40px;    color: #a2a6ad;    font-size: 16px;    font-weight: 700;    letter-spacing: 0.08em;  }  .nfa-quiet {    overflow: hidden;    padding: clamp(76px, 9vw, 120px) 0 0;    background:      radial-gradient(circle at 50% 15%, rgba(76, 167, 255, 0.24), transparent 33%),      #05090f;    color: #fff;    text-align: center;  }  .nfa-quiet .nfa-heading,  .nfa-quiet .nfa-copy {    margin-right: auto;    margin-left: auto;  }  .nfa-quiet .nfa-heading {    color: #fff !important;  }  .nfa-quiet .nfa-copy {    color: #aeb9c6 !important;  }  .nfa-speed {    position: relative;    width: min(720px, calc(100% - 28px));    min-height: 350px;    display: flex;    align-items: center;    justify-content: center;    gap: clamp(18px, 5vw, 52px);    margin: 48px auto 0;    overflow: hidden;    border: 1px solid rgba(142, 201, 255, 0.18);    border-bottom: 0;    border-radius: 32px 32px 0 0;    background:      radial-gradient(circle at 50% 65%, rgba(29, 130, 255, 0.32), transparent 42%),      rgba(255, 255, 255, 0.035);  }  .nfa-speed::before,  .nfa-speed::after {    position: absolute;    width: 390px;    height: 390px;    border: 1px solid rgba(142, 201, 255, 0.13);    border-radius: 50%;    content: \"\";  }  .nfa-speed::after {    width: 530px;    height: 530px;    border-color: rgba(142, 201, 255, 0.07);  }  .nfa-speed__item {    position: relative;    z-index: 1;    width: clamp(74px, 12vw, 108px);    height: clamp(74px, 12vw, 108px);    display: grid;    place-items: center;    border: 1px solid rgba(255, 255, 255, 0.18);    border-radius: 50%;    background: rgba(255, 255, 255, 0.07);    color: #d5eaff;    font-size: 12px;    font-weight: 800;    letter-spacing: 0.12em;    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.28);  }  .nfa-speed__item:nth-child(2) {    background: rgba(43, 140, 255, 0.25);    transform: scale(1.12);  }  .nfa-speed__item:nth-child(3) {    border-color: rgba(142, 201, 255, 0.5);    background: var(--nfa-blue);    color: #fff;  }  \/* D — Desire *\/  .nfa-life {    background: var(--nfa-mist);  }  .nfa-life__head {    display: flex;    align-items: end;    justify-content: space-between;    gap: 40px;    margin-bottom: 42px;  }  .nfa-life__head .nfa-copy {    max-width: 410px;    margin: 0;  }  .nfa-scenes {    display: grid;    gap: 18px;    grid-template-columns: repeat(3, 1fr);  }  .nfa-scene {    position: relative;    overflow: hidden;    border-radius: 25px;    background: #dce8f0;  }  .nfa-scene img {    width: 100%;    height: auto;    aspect-ratio: auto;    object-fit: contain;    transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);  }  .nfa-scene:hover img {    transform: scale(1.025);  }  .nfa-scene::after {    position: absolute;    inset: 48% 0 0;    background: linear-gradient(transparent, rgba(3, 8, 14, 0.86));    content: \"\";  }  .nfa-scene__text {    position: absolute;    z-index: 1;    right: 28px;    bottom: 27px;    left: 28px;    color: #fff;  }  .nfa-scene__text h3 {    margin: 0;    color: #fff !important;    font-size: 27px;    font-weight: 700;    letter-spacing: -0.035em;  }  .nfa-scene__text p {    margin: 8px 0 0;    color: rgba(255, 255, 255, 0.78);    font-size: 15px;    line-height: 1.45;  }  .nfa-compare {    display: grid;    overflow: hidden;    margin-top: 48px;    border: 1px solid var(--nfa-line);    border-radius: 24px;    grid-template-columns: 1fr 1fr;  }  .nfa-compare__col {    padding: clamp(28px, 4.5vw, 55px);  }  .nfa-compare__col + .nfa-compare__col {    border-left: 1px solid var(--nfa-line);    background: #f0f8ff;  }  .nfa-compare h3 {    margin: 0 0 27px;    color: var(--nfa-ink) !important;    font-size: 24px;    letter-spacing: -0.025em;  }  .nfa-compare ul {    padding: 0;    margin: 0;    list-style: none;  }  .nfa-compare li {    position: relative;    padding: 15px 0 15px 31px;    border-top: 1px solid rgba(125, 130, 138, 0.18);    color: var(--nfa-muted);    font-size: 17px;    line-height: 1.35;  }  .nfa-compare li::before {    position: absolute;    top: 17px;    left: 2px;    width: 19px;    height: 19px;    border-radius: 50%;    color: #9b9ea4;    content: \"×\";    font-size: 18px;    font-weight: 700;    line-height: 17px;    text-align: center;  }  .nfa-compare__col--cool li::before {    background: var(--nfa-blue);    color: #fff;    content: \"✓\";    font-size: 12px;    line-height: 19px;  }  .nfa-how {    text-align: center;  }  .nfa-how .nfa-heading,  .nfa-how .nfa-copy {    margin-right: auto;    margin-left: auto;  }  .nfa-how__grid {    display: grid;    gap: 14px;    margin-top: 50px;    counter-reset: nfa-step;    grid-template-columns: repeat(3, 1fr);  }  .nfa-step {    min-height: 235px;    padding: 34px;    border-radius: 22px;    background: var(--nfa-mist);    text-align: left;    counter-increment: nfa-step;  }  .nfa-step::before {    display: block;    margin-bottom: 56px;    color: var(--nfa-blue);    content: \"0\" counter(nfa-step);    font-size: 14px;    font-weight: 800;    letter-spacing: 0.08em;  }  .nfa-step h3 {    margin: 0;    color: var(--nfa-ink) !important;    font-size: 25px;    letter-spacing: -0.03em;  }  .nfa-step p {    margin: 10px 0 0;    color: var(--nfa-muted);    font-size: 16px;    line-height: 1.45;  }  .nfa-how__media {    overflow: hidden;    width: min(760px, 100%);    margin: 30px auto 0;    border-radius: 26px;    background: var(--nfa-mist);  }  .nfa-faq {    background: var(--nfa-mist);  }  .nfa-faq__layout {    display: grid;    gap: clamp(40px, 8vw, 110px);    grid-template-columns: 0.75fr 1.25fr;  }  .nfa-faq details {    border-top: 1px solid #ced0d4;  }  .nfa-faq details:last-child {    border-bottom: 1px solid #ced0d4;  }  .nfa-faq summary {    position: relative;    padding: 25px 44px 25px 0;    cursor: pointer;    font-size: 19px;    font-weight: 700;    letter-spacing: -0.016em;    list-style: none;  }  .nfa-faq summary::-webkit-details-marker {    display: none;  }  .nfa-faq summary::after {    position: absolute;    top: 25px;    right: 4px;    color: var(--nfa-blue);    content: \"+\";    font-size: 25px;    font-weight: 400;    line-height: 1;    transition: transform 180ms ease;  }  .nfa-faq details[open] summary::after {    transform: rotate(45deg);  }  .nfa-faq details p {    max-width: 620px;    padding: 0 42px 25px 0;    margin: 0;    color: var(--nfa-muted);    font-size: 16px;    line-height: 1.55;  }  \/* A — Action *\/  .nfa-final {    position: relative;    display: grid;    align-items: center;    isolation: isolate;    background: #eaf5ff;    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);    text-align: left;  }  .nfa-final__media {    display: flex;    align-items: center;    background: #eaf5ff;    grid-column: 2;    grid-row: 1;  }  .nfa-final__media img {    width: 100%;    height: auto;    object-fit: contain;  }  .nfa-final::after {    display: none;  }  .nfa-final .nfa-wrap {    width: auto;    margin: 0;    padding:      clamp(72px, 9vw, 130px)      clamp(36px, 6vw, 90px)      clamp(72px, 9vw, 130px)      max(20px, calc((100vw - 1180px) \/ 2));    grid-column: 1;    grid-row: 1;  }  .nfa-final .nfa-heading,  .nfa-final .nfa-copy {    margin-right: 0;    margin-left: 0;  }  .nfa-final__note {    margin: 15px 0 0;    color: var(--nfa-muted);    font-size: 13px;  }  @media (max-width: 900px) {    .nfa-feature,    .nfa-feature:nth-child(even) {      grid-template-columns: 1fr;    }    .nfa-feature:nth-child(even) .nfa-feature__media {      order: 0;    }    .nfa-feature__media {      min-height: 0;    }    .nfa-scenes {      grid-template-columns: 1fr;    }    .nfa-scene {      min-height: 0;    }    .nfa-faq__layout {      grid-template-columns: 1fr;    }  }  @media (max-width: 700px) {    .nfa-wrap,    .nfa-hero__content {      width: min(100% - 28px, 1180px);    }    .nfa-section {      padding: 72px 0;    }    .nfa-heading {      font-size: clamp(40px, 13vw, 60px);    }    .nfa-heading--medium {      font-size: clamp(36px, 11.2vw, 52px);    }    .nfa-copy {      margin-top: 19px;      font-size: 18px;    }    .nfa-hero {      grid-template-columns: 1fr;    }    .nfa-hero__media {      grid-column: 1;      grid-row: 1;    }    .nfa-hero__media img {      width: 100%;      height: auto;      object-fit: contain;    }    .nfa-hero__content {      width: min(100% - 28px, 1180px);      margin: 0 auto;      padding: 52px 0 60px;      grid-column: 1;      grid-row: 2;    }    .nfa-microproof {      display: grid;      gap: 9px;      margin-top: 22px;    }    .nfa-button {      width: 100%;      min-height: 58px;    }    .nfa-intro__line {      height: 55px;    }    .nfa-feature {      margin-top: 14px;      border-radius: 20px;    }    .nfa-feature__media {      min-height: 0;      aspect-ratio: auto;    }    .nfa-feature__body {      padding: 36px 25px 42px;    }    .nfa-feature__body h3 {      font-size: 37px;    }    .nfa-feature__number {      margin-bottom: 26px;    }    .nfa-quiet {      padding-top: 72px;    }    .nfa-life__head {      display: block;      margin-bottom: 28px;    }    .nfa-life__head .nfa-copy {      margin-top: 18px;    }    .nfa-scene {      min-height: 0;      border-radius: 20px;    }    .nfa-compare {      grid-template-columns: 1fr;    }    .nfa-compare__col + .nfa-compare__col {      border-top: 1px solid var(--nfa-line);      border-left: 0;    }    .nfa-how__grid {      grid-template-columns: 1fr;    }    .nfa-step {      min-height: 190px;    }    .nfa-step::before {      margin-bottom: 35px;    }    .nfa-faq summary {      font-size: 18px;    }    .nfa-final {      grid-template-columns: 1fr;      text-align: center;    }    .nfa-final__media {      grid-column: 1;      grid-row: 1;    }    .nfa-final .nfa-wrap {      width: min(100% - 28px, 1180px);      margin: 0 auto;      padding: 60px 0 72px;      grid-column: 1;      grid-row: 2;    }    .nfa-final .nfa-heading,    .nfa-final .nfa-copy {      margin-right: auto;      margin-left: auto;    }  }  \/*    Shopify can place this block inside a narrow product-description column on desktop.    Container queries make the layout respond to the block's real width, not only the screen.  *\/  @container nfa (max-width: 900px) {    .nfa-feature,    .nfa-feature:nth-child(even) {      grid-template-columns: 1fr;    }    .nfa-feature:nth-child(even) .nfa-feature__media {      order: 0;    }    .nfa-feature__media {      min-height: 0;    }    .nfa-scenes {      grid-template-columns: 1fr;    }    .nfa-scene {      min-height: 0;    }    .nfa-faq__layout {      grid-template-columns: 1fr;    }  }  @container nfa (max-width: 700px) {    .nfa-wrap,    .nfa-hero__content {      width: min(100% - 28px, 1180px);    }    .nfa-section {      padding: 72px 0;    }    .nfa-heading {      font-size: clamp(38px, 10cqw, 54px);      overflow-wrap: normal;      word-break: normal;    }    .nfa-heading--medium {      font-size: clamp(34px, 9cqw, 48px);    }    .nfa-copy {      margin-top: 19px;      font-size: 18px;    }    .nfa-hero {      grid-template-columns: 1fr;    }    .nfa-hero__media {      grid-column: 1;      grid-row: 1;    }    .nfa-hero__media img {      width: 100%;      height: auto;      object-fit: contain;    }    .nfa-hero__content {      width: min(100% - 28px, 1180px);      margin: 0 auto;      padding: 52px 0 60px;      grid-column: 1;      grid-row: 2;    }    .nfa-hero .nfa-heading {      color: #fff !important;    }    .nfa-microproof {      display: grid;      gap: 9px;      margin-top: 22px;    }    .nfa-button {      width: 100%;      min-height: 58px;    }    .nfa-intro__line {      height: 55px;    }    .nfa-feature {      margin-top: 14px;      border-radius: 20px;    }    .nfa-feature__media {      min-height: 0;      aspect-ratio: auto;    }    .nfa-feature__body {      padding: 36px 25px 42px;    }    .nfa-feature__body h3 {      font-size: clamp(32px, 8.5cqw, 42px);    }    .nfa-feature__number {      margin-bottom: 26px;    }    .nfa-quiet {      padding-top: 72px;    }    .nfa-life__head {      display: block;      margin-bottom: 28px;    }    .nfa-life__head .nfa-copy {      margin-top: 18px;    }    .nfa-scene {      min-height: 0;      border-radius: 20px;    }    .nfa-compare {      grid-template-columns: 1fr;    }    .nfa-compare__col + .nfa-compare__col {      border-top: 1px solid var(--nfa-line);      border-left: 0;    }    .nfa-how__grid {      grid-template-columns: 1fr;    }    .nfa-step {      min-height: 190px;    }    .nfa-step::before {      margin-bottom: 35px;    }    .nfa-faq summary {      font-size: 18px;    }    .nfa-final {      grid-template-columns: 1fr;      text-align: center;    }    .nfa-final__media {      grid-column: 1;      grid-row: 1;    }    .nfa-final .nfa-wrap {      width: min(100% - 28px, 1180px);      margin: 0 auto;      padding: 60px 0 72px;      grid-column: 1;      grid-row: 2;    }    .nfa-final .nfa-heading,    .nfa-final .nfa-copy {      margin-right: auto;      margin-left: auto;    }  }  @media (prefers-reduced-motion: reduce) {    .nfa-page *,    .nfa-page *::before,    .nfa-page *::after {      scroll-behavior: auto !important;      transition: none !important;    }  }\u003c\/style\u003e\u003cdiv class=\"nfa-page\" id=\"nfa-landing\"\u003e  \u003c!-- ATTENTION --\u003e  \u003cdiv class=\"nfa-hero\"\u003e    \u003cdiv class=\"nfa-hero__media\"\u003e      \u003cimg src=\"https:\/\/cdn.myshopage.com\/a7aa3d15-b67c-4d80-07a1-cf241a9aa800\/w1000.png\" alt=\"Hands-free portable neck fan creating cooling airflow around the neck\" width=\"1000\" height=\"1000\" fetchpriority=\"high\"\u003e    \u003c\/div\u003e    \u003cdiv class=\"nfa-hero__content\"\u003e      \u003cp class=\"nfa-eyebrow\"\u003ePersonal cooling, reimagined\u003c\/p\u003e      \u003ch2 class=\"nfa-heading\"\u003eThe heat doesn’t get a vote.\u003c\/h2\u003e      \u003cp class=\"nfa-copy\"\u003e        Wear your breeze. The bladeless neck fan surrounds you with refreshing airflow        while both hands stay completely free.      \u003c\/p\u003e            \u003cdiv class=\"nfa-microproof\" aria-label=\"Key product benefits\"\u003e        \u003cspan\u003eHands-free comfort\u003c\/span\u003e        \u003cspan\u003eHair-friendly bladeless design\u003c\/span\u003e        \u003cspan\u003e3 adjustable speeds\u003c\/span\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- INTEREST --\u003e  \u003cdiv class=\"nfa-section nfa-intro\"\u003e    \u003cdiv class=\"nfa-wrap\"\u003e      \u003cdiv class=\"nfa-intro__line\"\u003e\u003c\/div\u003e      \u003cp class=\"nfa-eyebrow\"\u003eWhy handheld fans fall short\u003c\/p\u003e      \u003ch2 class=\"nfa-heading nfa-heading--medium\"\u003eA tiny breeze shouldn’t take up your whole hand.\u003c\/h2\u003e      \u003cp class=\"nfa-copy\"\u003e        Stop aiming, gripping, and constantly repositioning. Slip it on, choose your speed,        and keep moving through the heat.      \u003c\/p\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"nfa-wrap\" aria-label=\"Product benefits\"\u003e    \u003cdiv class=\"nfa-feature\"\u003e      \u003cdiv class=\"nfa-feature__media\"\u003e        \u003cimg src=\"https:\/\/cdn.myshopage.com\/db3883f6-da80-40ce-e7ed-d49605315e00\/w500.gif\" alt=\"Close-up demonstration of the neck fan in use\" width=\"581\" height=\"581\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"nfa-feature__body\"\u003e        \u003cdiv\u003e          \u003cspan class=\"nfa-feature__number\"\u003e01 \/ ALL-AROUND AIRFLOW\u003c\/span\u003e          \u003ch3\u003eCool air, right where you want it.\u003c\/h3\u003e          \u003cp\u003e            Air outlets along the neckband direct a steady breeze upward around your neck            and face—without waving a fan inches from your skin.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"nfa-feature\"\u003e      \u003cdiv class=\"nfa-feature__media\"\u003e        \u003cimg src=\"https:\/\/cdn.myshopage.com\/c67bef18-5c17-401e-b9c1-1f303a528200\/w500.gif\" alt=\"Lightweight neck fan resting comfortably around the shoulders\" width=\"548\" height=\"548\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"nfa-feature__body\"\u003e        \u003cdiv\u003e          \u003cspan class=\"nfa-feature__number\"\u003e02 \/ WEARABLE COMFORT\u003c\/span\u003e          \u003ch3\u003ePut it on. Forget it’s there.\u003c\/h3\u003e          \u003cp\u003e            The curved, headphone-inspired shape sits comfortably around your neck so you            can walk, work, cook, or relax with both hands free.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"nfa-feature\"\u003e      \u003cdiv class=\"nfa-feature__media\"\u003e        \u003cimg src=\"https:\/\/cdn.myshopage.com\/67f6c742-0989-4573-42d0-e0a2ba951600\/w500.jpg\" alt=\"Modern portable neck fan with a clean headphone-inspired design\" width=\"535\" height=\"535\" loading=\"lazy\"\u003e      \u003c\/div\u003e      \u003cdiv class=\"nfa-feature__body\"\u003e        \u003cdiv\u003e          \u003cspan class=\"nfa-feature__number\"\u003e03 \/ BLADELESS DESIGN\u003c\/span\u003e          \u003ch3\u003eA breeze without the hair drama.\u003c\/h3\u003e          \u003cp\u003e            With no exposed spinning blades, long hair stays away from the moving parts.            It looks more like sleek wearable tech than a mini fan.          \u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"nfa-section nfa-quiet\"\u003e    \u003cdiv class=\"nfa-wrap\"\u003e      \u003cp class=\"nfa-eyebrow\"\u003eYour speed. Your breeze.\u003c\/p\u003e      \u003ch2 class=\"nfa-heading nfa-heading--medium\"\u003eFrom a gentle airflow to serious relief.\u003c\/h2\u003e      \u003cp class=\"nfa-copy\"\u003e        Tap through three fan speeds and find the setting that feels right for the moment.      \u003c\/p\u003e      \u003cdiv class=\"nfa-speed\" aria-label=\"Three adjustable fan speeds\"\u003e        \u003cdiv class=\"nfa-speed__item\"\u003eLOW\u003c\/div\u003e        \u003cdiv class=\"nfa-speed__item\"\u003eMED\u003c\/div\u003e        \u003cdiv class=\"nfa-speed__item\"\u003eHIGH\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- DESIRE --\u003e  \u003cdiv class=\"nfa-section nfa-life\"\u003e    \u003cdiv class=\"nfa-wrap\"\u003e      \u003cdiv class=\"nfa-life__head\"\u003e        \u003cdiv\u003e          \u003cp class=\"nfa-eyebrow\"\u003eMade for real summer days\u003c\/p\u003e          \u003ch2 class=\"nfa-heading nfa-heading--medium\"\u003eTake your cool with you.\u003c\/h2\u003e        \u003c\/div\u003e        \u003cp class=\"nfa-copy\"\u003e          One wearable fan. A lot fewer moments spent thinking about the heat.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"nfa-scenes\"\u003e        \u003cdiv class=\"nfa-scene\"\u003e          \u003cimg src=\"https:\/\/cdn.myshopage.com\/bd4a1dba-6423-45bd-9097-47e286e28a00\/w500.png\" alt=\"Person staying comfortable with a wearable neck fan\" width=\"601\" height=\"601\" loading=\"lazy\"\u003e          \u003cdiv class=\"nfa-scene__text\"\u003e            \u003ch3\u003eCommute cooler.\u003c\/h3\u003e            \u003cp\u003eBring your own breeze to packed trains, hot platforms, and long walks.\u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"nfa-scene\"\u003e          \u003cimg src=\"https:\/\/cdn.myshopage.com\/a97838a6-e6a9-4623-f5ea-b93ee8541f00\/w500.jpg\" alt=\"Wearable neck fan fitting naturally into an everyday work setting\" width=\"602\" height=\"602\" loading=\"lazy\"\u003e          \u003cdiv class=\"nfa-scene__text\"\u003e            \u003ch3\u003eFocus longer.\u003c\/h3\u003e            \u003cp\u003eStay hands-free at your desk, in the kitchen, or while working around the house.\u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e        \u003cdiv class=\"nfa-scene\"\u003e          \u003cimg src=\"https:\/\/cdn.myshopage.com\/040b725b-72a5-4bb1-4c4b-62e26eee4000\/w400.jpg\" alt=\"Portable neck fan ready for outdoor summer activities\" width=\"501\" height=\"501\" loading=\"lazy\"\u003e          \u003cdiv class=\"nfa-scene__text\"\u003e            \u003ch3\u003eStay out longer.\u003c\/h3\u003e            \u003cp\u003eMade for dog walks, gardening, ball games, festivals, and sunny weekends.\u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"nfa-compare\" aria-label=\"Handheld fan and wearable neck fan comparison\"\u003e        \u003cdiv class=\"nfa-compare__col\"\u003e          \u003ch3\u003eHandheld fan\u003c\/h3\u003e          \u003cul\u003e            \u003cli\u003eOccupies one hand\u003c\/li\u003e            \u003cli\u003eCools only where you point it\u003c\/li\u003e            \u003cli\u003eNeeds constant repositioning\u003c\/li\u003e            \u003cli\u003eExposed blades can catch loose hair\u003c\/li\u003e          \u003c\/ul\u003e        \u003c\/div\u003e        \u003cdiv class=\"nfa-compare__col nfa-compare__col--cool\"\u003e          \u003ch3\u003eWearable neck fan\u003c\/h3\u003e          \u003cul\u003e            \u003cli\u003eHands stay completely free\u003c\/li\u003e            \u003cli\u003eAirflow surrounds the neck and face\u003c\/li\u003e            \u003cli\u003eMoves with you throughout the day\u003c\/li\u003e            \u003cli\u003eNo exposed spinning blades\u003c\/li\u003e          \u003c\/ul\u003e        \u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"nfa-section nfa-how\"\u003e    \u003cdiv class=\"nfa-wrap\"\u003e      \u003cp class=\"nfa-eyebrow\"\u003eCooling made simple\u003c\/p\u003e      \u003ch2 class=\"nfa-heading nfa-heading--medium\"\u003eThree steps. Instant breeze.\u003c\/h2\u003e      \u003cp class=\"nfa-copy\"\u003eNo setup. No app. No learning curve.\u003c\/p\u003e      \u003cdiv class=\"nfa-how__grid\"\u003e        \u003cdiv class=\"nfa-step\"\u003e          \u003ch3\u003eCharge it.\u003c\/h3\u003e          \u003cp\u003ePower up with the included USB charging cable.\u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"nfa-step\"\u003e          \u003ch3\u003eWear it.\u003c\/h3\u003e          \u003cp\u003eRest the curved band comfortably around your neck.\u003c\/p\u003e        \u003c\/div\u003e        \u003cdiv class=\"nfa-step\"\u003e          \u003ch3\u003eTap and cool.\u003c\/h3\u003e          \u003cp\u003eChoose from three speeds and get on with your day.\u003c\/p\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"nfa-how__media\"\u003e        \u003cimg src=\"https:\/\/cdn.myshopage.com\/0ca47a3d-073b-4b62-def9-80b89d589000\/w500.gif\" alt=\"Simple demonstration of how to wear and operate the portable neck fan\" width=\"500\" height=\"500\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"nfa-section nfa-faq\"\u003e    \u003cdiv class=\"nfa-wrap nfa-faq__layout\"\u003e      \u003cdiv\u003e        \u003cp class=\"nfa-eyebrow\"\u003eGood to know\u003c\/p\u003e        \u003ch2 class=\"nfa-heading nfa-heading--medium\"\u003eQuestions? Cool.\u003c\/h2\u003e      \u003c\/div\u003e      \u003cdiv\u003e        \u003cdetails\u003e          \u003csummary\u003eWill it catch or pull my hair?\u003c\/summary\u003e          \u003cp\u003e            The fan uses an enclosed, bladeless exterior with no exposed spinning fan blades,            making it far more hair-friendly than a traditional handheld mini fan.          \u003c\/p\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eCan I adjust the airflow?\u003c\/summary\u003e          \u003cp\u003e            Yes. Tap the power control to cycle through three fan speeds, from a gentler breeze            to stronger airflow.          \u003c\/p\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eWhere can I wear it?\u003c\/summary\u003e          \u003cp\u003e            It is designed for everyday non-water activities: commuting, desk work, cooking,            walking, gardening, travel, sporting events, and more.          \u003c\/p\u003e        \u003c\/details\u003e        \u003cdetails\u003e          \u003csummary\u003eHow do I charge it?\u003c\/summary\u003e          \u003cp\u003e            Recharge it with the included USB charging cable. Charging time and operating time            can vary by power source and selected fan speed.          \u003c\/p\u003e        \u003c\/details\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- ACTION --\u003e  \u003cdiv class=\"nfa-section nfa-final\" id=\"nfa-shop-now\"\u003e    \u003cdiv class=\"nfa-final__media\"\u003e      \u003cimg src=\"https:\/\/cdn.myshopage.com\/040b725b-72a5-4bb1-4c4b-62e26eee4000\/w400.jpg\" alt=\"\" width=\"501\" height=\"501\" loading=\"lazy\"\u003e    \u003c\/div\u003e    \u003cdiv class=\"nfa-wrap\"\u003e      \u003cp class=\"nfa-eyebrow\"\u003eSummer feels better hands-free\u003c\/p\u003e      \u003ch2 class=\"nfa-heading nfa-heading--medium\"\u003eLess sweating.\u003cbr\u003eMore living.\u003c\/h2\u003e      \u003cp class=\"nfa-copy\"\u003e        Choose your color above and make your next hot day feel a whole lot easier.      \u003c\/p\u003e            \u003cp class=\"nfa-final__note\"\u003eSelect your preferred option in the product section above.\u003c\/p\u003e    \u003c\/div\u003e  \u003c\/div\u003e\n\u003c\/div\u003e\u003cnoscript\u003e  (() =\u0026gt; {    const page = document.getElementById(\"nfa-landing\");    if (!page || page.dataset.nfaReady === \"true\") return;    page.dataset.nfaReady = \"true\";    const findProductTarget = () =\u0026gt; {      const productForm = document.querySelector('form[action*=\"\/cart\/add\"]');      if (productForm) {        return productForm.closest(          \".product__info-container, .product-info, .product-form, .product\"        ) || productForm;      }      return document.querySelector(        \"#ProductInfo, [id^='ProductInfo-'], .product__info-wrapper, main\"      );    };    page.querySelectorAll(\"[data-nfa-shop]\").forEach((button) =\u0026gt; {      button.addEventListener(\"click\", (event) =\u0026gt; {        const target = findProductTarget();        if (!target) return;        event.preventDefault();        target.scrollIntoView({ behavior: \"smooth\", block: \"center\" });        window.setTimeout(() =\u0026gt; {          const variantControl = target.querySelector(            \"select, input[type='radio'], button[name='add'], [name='add']\"          );          if (variantControl) variantControl.focus({ preventScroll: true });        }, 650);      });    });  })();\u003c\/noscript\u003e","brand":"mysite","offers":[{"title":"White \/ Buy 1","offer_id":53886159814994,"sku":"SP69334624017WBR","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Buy 2 save 40%off","offer_id":53886159847762,"sku":"SP69334624017WBR*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Buy 3 save 50%off","offer_id":53886159880530,"sku":"SP69334624017WBR*3","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Buy 1","offer_id":53886159913298,"sku":"SP69334624017GYE","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Buy 2 save 40%off","offer_id":53886159946066,"sku":"SP69334624017GYE*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Buy 3 save 50%off","offer_id":53886159978834,"sku":"SP69334624017GYE*3","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ Buy 1","offer_id":53886160011602,"sku":"SP69334624017SEN","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ Buy 2 save 40%off","offer_id":53886160044370,"sku":"SP69334624017SEN*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ Buy 3 save 50%off","offer_id":53886160077138,"sku":"SP69334624017SEN*3","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Light green \/ Buy 1","offer_id":53886160109906,"sku":"SP69334624017IXM","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Light green \/ Buy 2 save 40%off","offer_id":53886160142674,"sku":"SP69334624017IXM*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Light green \/ Buy 3 save 50%off","offer_id":53886160175442,"sku":"SP69334624017IXM*3","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1065\/3030\/8434\/files\/w500_1_eda428f9-2955-416d-935a-8259ac98b978.webp?v=1782831498","url":"https:\/\/clippino.com\/products\/new-portable-neck-fan","provider":"Clippino","version":"1.0","type":"link"}