{"product_id":"☎️-retro-telephone-handset-with-type-c-interface-📞","title":"☎️ Retro telephone handset with Type-C interface 📞","description":"\u003c!-- =========================================================\n  RETRO TYPE-C PHONE HANDSET PDP\n  Shopify Custom Liquid\n  Replace IMAGE_01 ~ IMAGE_05 with your Shopify CDN image URLs\n\n  IMAGE_01 = Product flat lay \/ main product image\n  IMAGE_02 = Phone → handset comparison image\n  IMAGE_03 = Hand holding handset image\n  IMAGE_04 = Nothing to set up image\n  IMAGE_05 = Ready in three steps image\n========================================================== --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026amp;family=Inter:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  #retro-phone-pdp {\n    --pdp-red: #ee2028;\n    --pdp-red-deep: #cb1119;\n    --pdp-red-soft: #fff0ef;\n    --pdp-cream: #fff8ed;\n    --pdp-cream-deep: #f8eedf;\n    --pdp-white: #ffffff;\n    --pdp-black: #171717;\n    --pdp-gray: #686868;\n    --pdp-gray-light: #f4f3f1;\n    --pdp-green: #1d7c57;\n    --pdp-radius: 12px;\n    --pdp-gap: 24px;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 24px 16px 48px;\n    box-sizing: border-box;\n    background: transparent;\n    color: var(--pdp-black);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  }\n\n  #retro-phone-pdp *,\n  #retro-phone-pdp *::before,\n  #retro-phone-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  #retro-phone-pdp .pdp-shell {\n    display: grid;\n    gap: 24px;\n  }\n\n  \/* ---------- CARD ---------- *\/\n\n  #retro-phone-pdp .pdp-block-card {\n    position: relative;\n    overflow: hidden;\n    border: none;\n    border-radius: var(--pdp-radius);\n    padding: 30px 22px 22px;\n    background: var(--pdp-white);\n    box-shadow: 0 12px 38px rgba(38, 25, 18, 0.055);\n  }\n\n  #retro-phone-pdp .pdp-card-cream {\n    background: var(--pdp-cream);\n  }\n\n  #retro-phone-pdp .pdp-card-redsoft {\n    background: var(--pdp-red-soft);\n  }\n\n  #retro-phone-pdp .pdp-card-white {\n    background: #fff;\n  }\n\n  #retro-phone-pdp .pdp-card-dark {\n    background: #191919;\n    color: #fff;\n  }\n\n  \/* ---------- TYPOGRAPHY ---------- *\/\n\n  #retro-phone-pdp .pdp-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin: 0 0 12px;\n    color: var(--pdp-red);\n    font-size: 12px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  #retro-phone-pdp .pdp-heading {\n    margin: 0;\n    font-family: \"DM Serif Display\", Georgia, serif;\n    font-size: clamp(28px, 7.6vw, 34px);\n    line-height: 1.04;\n    letter-spacing: -0.015em;\n    font-weight: 400;\n    color: var(--pdp-black);\n  }\n\n  #retro-phone-pdp .pdp-card-dark .pdp-heading {\n    color: #fff;\n  }\n\n  #retro-phone-pdp .pdp-heading .accent {\n    color: var(--pdp-red);\n  }\n\n  #retro-phone-pdp .pdp-subtitle {\n    margin: 15px 0 0;\n    color: var(--pdp-gray);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  #retro-phone-pdp .pdp-card-dark .pdp-subtitle {\n    color: rgba(255,255,255,.76);\n  }\n\n  #retro-phone-pdp strong {\n    font-weight: 700;\n  }\n\n  \/* ---------- IMAGES ---------- *\/\n\n  #retro-phone-pdp .pdp-image-wrap {\n    position: relative;\n    width: 100%;\n    margin-top: 24px;\n    overflow: hidden;\n    border-radius: 12px;\n    background: #f6f0e8;\n  }\n\n  #retro-phone-pdp .pdp-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n    border: none;\n  }\n\n  \/* ---------- HERO \/ SOCIAL PROOF ---------- *\/\n\n  #retro-phone-pdp .pdp-hero {\n    padding-top: 32px;\n    background:\n      radial-gradient(circle at 92% 10%, rgba(238,32,40,.16), transparent 34%),\n      linear-gradient(120deg, #fff8ec 0%, #fff 48%, #fff0ee 100%);\n    background-size: 180% 180%;\n    animation: pdpSoftBg 11s ease-in-out infinite;\n  }\n\n  @keyframes pdpSoftBg {\n    0%, 100% {\n      background-position: 0% 50%;\n    }\n    50% {\n      background-position: 100% 50%;\n    }\n  }\n\n  #retro-phone-pdp .pdp-proof {\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 17px;\n  }\n\n  #retro-phone-pdp .pdp-stars {\n    color: #f2a900;\n    letter-spacing: 1px;\n    font-size: 17px;\n    line-height: 1;\n  }\n\n  #retro-phone-pdp .pdp-proof-text {\n    color: #555;\n    font-size: 12px;\n    line-height: 1.45;\n    font-weight: 600;\n  }\n\n  #retro-phone-pdp .pdp-review-placeholder {\n    opacity: .72;\n  }\n\n  #retro-phone-pdp .pdp-benefit-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  #retro-phone-pdp .pdp-pill {\n    padding: 9px 12px;\n    border-radius: 999px;\n    background: rgba(255,255,255,.8);\n    color: #262626;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 700;\n    box-shadow: 0 5px 16px rgba(0,0,0,.045);\n  }\n\n  #retro-phone-pdp .pdp-pill.red {\n    color: #fff;\n    background: var(--pdp-red);\n  }\n\n  \/* ---------- FEATURE LIST ---------- *\/\n\n  #retro-phone-pdp .pdp-feature-list {\n    display: grid;\n    gap: 11px;\n    margin: 20px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  #retro-phone-pdp .pdp-feature-list li {\n    position: relative;\n    padding-left: 28px;\n    color: #454545;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  #retro-phone-pdp .pdp-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: grid;\n    place-items: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background: var(--pdp-red);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  \/* ---------- BENEFIT BANNER ---------- *\/\n\n  #retro-phone-pdp .pdp-benefit-banner {\n    margin-top: 20px;\n    padding: 16px;\n    border-radius: 12px;\n    background: var(--pdp-red);\n    color: #fff;\n  }\n\n  #retro-phone-pdp .pdp-benefit-banner strong {\n    display: block;\n    margin-bottom: 4px;\n    font-family: \"DM Serif Display\", Georgia, serif;\n    font-size: 22px;\n    line-height: 1.1;\n    font-weight: 400;\n  }\n\n  #retro-phone-pdp .pdp-benefit-banner span {\n    display: block;\n    font-size: 13px;\n    line-height: 1.55;\n    opacity: .92;\n  }\n\n  \/* ---------- STEPS ---------- *\/\n\n  #retro-phone-pdp .pdp-steps {\n    display: grid;\n    gap: 12px;\n    margin-top: 21px;\n  }\n\n  #retro-phone-pdp .pdp-step {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    padding: 13px 14px;\n    border-radius: 12px;\n    background: rgba(255,255,255,.78);\n  }\n\n  #retro-phone-pdp .pdp-step-number {\n    flex: 0 0 38px;\n    width: 38px;\n    height: 38px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--pdp-red);\n    color: #fff;\n    font-family: \"DM Serif Display\", Georgia, serif;\n    font-size: 21px;\n  }\n\n  #retro-phone-pdp .pdp-step-copy strong {\n    display: block;\n    color: #161616;\n    font-size: 14px;\n  }\n\n  #retro-phone-pdp .pdp-step-copy span {\n    display: block;\n    margin-top: 2px;\n    color: #6a6a6a;\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  \/* ---------- SPECS \/ MATERIAL ---------- *\/\n\n  #retro-phone-pdp .pdp-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  #retro-phone-pdp .pdp-spec {\n    min-width: 0;\n    padding: 16px 14px;\n    border-radius: 12px;\n    background: rgba(255,255,255,.78);\n  }\n\n  #retro-phone-pdp .pdp-spec-label {\n    display: block;\n    margin-bottom: 5px;\n    color: #8a7771;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n  }\n\n  #retro-phone-pdp .pdp-spec-value {\n    display: block;\n    color: #191919;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    word-break: break-word;\n  }\n\n  #retro-phone-pdp .pdp-compatibility-note {\n    margin: 18px 0 0;\n    padding: 13px 14px;\n    border-radius: 10px;\n    background: rgba(255,255,255,.65);\n    color: #625955;\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  \/* ---------- FAQ ---------- *\/\n\n  #retro-phone-pdp .pdp-faq-wrap {\n    margin-top: 22px;\n  }\n\n  #retro-phone-pdp .pdp-faq-item {\n    border-bottom: 1px solid rgba(0,0,0,.08);\n  }\n\n  #retro-phone-pdp .pdp-faq-item:last-child {\n    border-bottom: 0;\n  }\n\n  #retro-phone-pdp .pdp-faq-question {\n    position: relative;\n    width: 100%;\n    padding: 17px 34px 17px 0;\n    border: 0;\n    background: transparent;\n    color: #171717;\n    font: inherit;\n    font-size: 14px;\n    line-height: 1.45;\n    font-weight: 700;\n    text-align: left;\n    cursor: pointer;\n  }\n\n  #retro-phone-pdp .pdp-faq-question::after {\n    content: \"+\";\n    position: absolute;\n    top: 15px;\n    right: 2px;\n    color: var(--pdp-red);\n    font-size: 24px;\n    line-height: 1;\n    font-weight: 400;\n    transition: transform .2s ease;\n  }\n\n  #retro-phone-pdp .pdp-faq-item.active .pdp-faq-question::after {\n    transform: rotate(45deg);\n  }\n\n  #retro-phone-pdp .pdp-faq-answer {\n    display: none;\n    padding: 0 28px 17px 0;\n    color: #676767;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  #retro-phone-pdp .pdp-faq-item.active .pdp-faq-answer {\n    display: block;\n  }\n\n  \/* ---------- REVIEWS ---------- *\/\n\n  #retro-phone-pdp .pdp-rating-card {\n    margin-top: 22px;\n    padding: 20px 16px;\n    border-radius: 12px;\n    background: #fff;\n    text-align: center;\n  }\n\n  #retro-phone-pdp .pdp-rating-big {\n    display: block;\n    font-family: \"DM Serif Display\", Georgia, serif;\n    font-size: 32px;\n    line-height: 1;\n  }\n\n  #retro-phone-pdp .pdp-rating-stars {\n    display: block;\n    margin-top: 7px;\n    color: #f2a900;\n    font-size: 19px;\n    letter-spacing: 2px;\n  }\n\n  #retro-phone-pdp .pdp-rating-small {\n    display: block;\n    margin-top: 7px;\n    color: #777;\n    font-size: 11px;\n    line-height: 1.5;\n  }\n\n  #retro-phone-pdp .pdp-review-grid {\n    display: grid;\n    gap: 24px;\n    margin-top: 24px;\n  }\n\n  #retro-phone-pdp .pdp-review {\n    padding: 19px 17px;\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  #retro-phone-pdp .pdp-review-stars {\n    margin-bottom: 10px;\n    color: #f2a900;\n    font-size: 14px;\n    letter-spacing: 1px;\n  }\n\n  #retro-phone-pdp .pdp-review-title {\n    margin: 0 0 7px;\n    color: #1d1d1d;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  #retro-phone-pdp .pdp-review-text {\n    margin: 0;\n    color: #626262;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  #retro-phone-pdp .pdp-review-name {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    margin-top: 13px;\n    color: #222;\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  #retro-phone-pdp .verified-dot {\n    display: inline-grid;\n    width: 16px;\n    height: 16px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--pdp-green);\n    color: #fff;\n    font-size: 9px;\n  }\n\n  \/* ---------- TRUST ---------- *\/\n\n  #retro-phone-pdp .pdp-trust-grid {\n    display: grid;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  #retro-phone-pdp .pdp-trust-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 15px;\n    border-radius: 12px;\n    background: rgba(255,255,255,.08);\n  }\n\n  #retro-phone-pdp .pdp-trust-icon {\n    flex: 0 0 34px;\n    width: 34px;\n    height: 34px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--pdp-red);\n    font-size: 16px;\n  }\n\n  #retro-phone-pdp .pdp-trust-copy strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #fff;\n    font-size: 13px;\n    line-height: 1.35;\n  }\n\n  #retro-phone-pdp .pdp-trust-copy span,\n  #retro-phone-pdp .pdp-trust-copy a {\n    color: rgba(255,255,255,.7);\n    font-size: 11px;\n    line-height: 1.55;\n  }\n\n  #retro-phone-pdp .pdp-trust-copy a {\n    text-decoration: underline;\n    text-underline-offset: 2px;\n  }\n\n  #retro-phone-pdp .pdp-mini-note {\n    margin: 18px 0 0;\n    color: rgba(255,255,255,.52);\n    font-size: 10px;\n    line-height: 1.55;\n    text-align: center;\n  }\n\n  \/* ---------- DESKTOP ---------- *\/\n\n  @media screen and (min-width: 750px) {\n    #retro-phone-pdp {\n      padding: 36px 20px 64px;\n    }\n\n    #retro-phone-pdp .pdp-block-card {\n      padding: 42px 42px 34px;\n    }\n\n    #retro-phone-pdp .pdp-subtitle {\n      max-width: 680px;\n      font-size: 16px;\n    }\n\n    #retro-phone-pdp .pdp-spec-grid {\n      grid-template-columns: repeat(4, minmax(0,1fr));\n    }\n\n    #retro-phone-pdp .pdp-review-grid {\n      grid-template-columns: repeat(3, minmax(0,1fr));\n    }\n\n    #retro-phone-pdp .pdp-trust-grid {\n      grid-template-columns: repeat(3, minmax(0,1fr));\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #retro-phone-pdp .pdp-hero {\n      animation: none;\n    }\n  }\n\u003c\/style\u003e\n\u003csection id=\"retro-phone-pdp\"\u003e\n\u003cdiv class=\"pdp-shell\"\u003e\n\u003c!-- =====================================================\n      01 SOCIAL PROOF + STRONGEST BENEFIT\n      IMAGE: Phone → handset comparison image\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-hero\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003e☎️ THE REAL-CALL FEEL IS BACK\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eYour Phone Is Smart.\u003cbr\u003e\u003cspan class=\"accent\"\u003eYour Calls Can Feel Better.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eGive everyday calls the solid, comfortable feel of a classic handset. Plug it into your Type-C phone, pick it up and talk. No Bluetooth pairing, no battery to babysit.\u003c\/p\u003e\n\u003cdiv class=\"pdp-benefit-banner\"\u003e\n\u003cstrong\u003eMore call. Less phone juggling.\u003c\/strong\u003e \u003cspan\u003e A familiar full-size receiver gives your hand and ear a more natural place to settle during longer conversations. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9_11.gif?v=1789094829\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n      02 FEATURE: COMFORT\n      IMAGE: Hand holding handset\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-card-white\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003e01 · COMFORT YOU CAN FEEL\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eHold More.\u003cbr\u003e\u003cspan class=\"accent\"\u003eFumble Less.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eInstead of pinching a thin phone against your face, wrap your hand around a full-size receiver designed to feel familiar, stable and satisfyingly solid.\u003c\/p\u003e\n\u003cul class=\"pdp-feature-list\"\u003e\n\u003cli\u003eLarge earpiece sits naturally around the ear.\u003c\/li\u003e\n\u003cli\u003eCurved handset gives your fingers a comfortable grip.\u003c\/li\u003e\n\u003cli\u003ePhysical controls sit right where your thumb expects them.\u003c\/li\u003e\n\u003cli\u003eA playful retro silhouette instantly upgrades the mood of a call.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pdp-benefit-banner\"\u003e\n\u003cstrong\u003eComfort that makes you want to keep talking.\u003c\/strong\u003e \u003cspan\u003e Great for catch-ups, work calls and those conversations that were supposed to last five minutes. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-wrap\"\u003e\u003cimg src=\"https:\/\/dialbop.com\/cdn\/shop\/files\/dialbop-icp-long-call-day.jpg?v=1788969642\u0026amp;width=1420\" alt=\"拨号波普\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n      03 FEATURE: NO SETUP\n      IMAGE: No app \/ No charging \/ No pairing\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-card-redsoft\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003e02 · ZERO SETUP DRAMA\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eNothing to Pair.\u003cbr\u003e\u003cspan class=\"accent\"\u003eNothing to Charge.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eThis is refreshingly low-tech in all the right ways. It uses a direct wired Type-C connection, so there is no Bluetooth menu, companion app or separate handset battery.\u003c\/p\u003e\n\u003cul class=\"pdp-feature-list\"\u003e\n\u003cli\u003eNo app required.\u003c\/li\u003e\n\u003cli\u003eNo Bluetooth pairing.\u003c\/li\u003e\n\u003cli\u003eNo receiver battery to recharge.\u003c\/li\u003e\n\u003cli\u003eDedicated volume controls within easy reach.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pdp-benefit-banner\"\u003e\n\u003cstrong\u003eOne cable. One call. Done.\u003c\/strong\u003e \u003cspan\u003e Less setup means fewer tiny annoyances standing between you and the person on the other end. \u003c\/span\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-wrap\"\u003e\n\u003cimg src=\"https:\/\/dialbop.com\/cdn\/shop\/files\/dialbop-retro-phone-handset-nothing-to-set-up.jpg?v=1789002475\u0026amp;width=1946\" alt=\"Nothing to set up: no app, no charging, no pairing. + VOL - rocker under your thumb, big earpiece covers the whole ear\"\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n      04 FEATURE: 3 STEPS\n      IMAGE: Ready in three steps\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-card-cream\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003e03 · RIDICULOUSLY SIMPLE\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003ePlug In.\u003cbr\u003ePick Up. \u003cspan class=\"accent\"\u003eTalk.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eNo instruction manual gymnastics. Connect the Type-C plug, answer your call and enjoy the satisfying feel of a real receiver in your hand.\u003c\/p\u003e\n\u003cdiv class=\"pdp-steps\"\u003e\n\u003cdiv class=\"pdp-step\"\u003e\n\u003cdiv class=\"pdp-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"pdp-step-copy\"\u003e\n\u003cstrong\u003ePlug it in.\u003c\/strong\u003e \u003cspan\u003eConnect directly to a compatible Type-C phone.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-step\"\u003e\n\u003cdiv class=\"pdp-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"pdp-step-copy\"\u003e\n\u003cstrong\u003ePick it up.\u003c\/strong\u003e \u003cspan\u003eEnjoy the reassuring grip of a classic-style handset.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-step\"\u003e\n\u003cdiv class=\"pdp-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"pdp-step-copy\"\u003e\n\u003cstrong\u003eStart talking.\u003c\/strong\u003e \u003cspan\u003eUse the built-in controls to manage your call and volume.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-wrap\"\u003e\u003cimg src=\"https:\/\/dialbop.com\/cdn\/shop\/files\/dialbop-retro-phone-handset-ready-in-three-steps.jpg?v=1789002475\u0026amp;width=1946\" alt=\"Ready in three steps: plug it in, pick up, talk\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n      05 FEATURE: WIRED AUDIO + CONTROLS + CABLE\n      IMAGE: Main product\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-card-white\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003e04 · MADE FOR ACTUAL CONVERSATIONS\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eClear, Wired \u0026amp;\u003cbr\u003e\u003cspan class=\"accent\"\u003eEasy to Control.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eA wired connection keeps things simple and responsive while physical controls let you manage the call without constantly tapping at your phone screen.\u003c\/p\u003e\n\u003cul class=\"pdp-feature-list\"\u003e\n\u003cli\u003eDirect wired connection for responsive call audio.\u003c\/li\u003e\n\u003cli\u003eDedicated answer\/end control for quick call management.\u003c\/li\u003e\n\u003cli\u003eEasy-access volume adjustment.\u003c\/li\u003e\n\u003cli\u003eFlexible coiled cable gives you useful room to move.\u003c\/li\u003e\n\u003cli\u003eTangle-resistant spiral design keeps your setup tidier.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pdp-benefit-banner\"\u003e\n\u003cstrong\u003eYour call stays in your hand, not on your screen.\u003c\/strong\u003e \u003cspan\u003e Adjust volume, settle into your chair and give the conversation your attention. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-image-wrap\"\u003e\u003cimg src=\"https:\/\/dialbop.com\/cdn\/shop\/files\/dialbop-retro-phone-handset-vs-holding-your-phone.jpg?v=1789002475\u0026amp;width=1946\" alt=\"A real call feels like this: a hot, slippery, tiring smartphone versus the cool, solid, easy DialBop handset\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n      06 MATERIALS + PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-card-redsoft\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003e05 · MATERIAL \u0026amp; DETAILS\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eRetro Outside.\u003cbr\u003e\u003cspan class=\"accent\"\u003eBuilt for Today.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eThe handset uses durable ABS with a lightly textured surface, combining nostalgic desk-phone character with a modern Type-C connection.\u003c\/p\u003e\n\u003cdiv class=\"pdp-spec-grid\"\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eABS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eConnection\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eWired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eConnector\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eType-C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eCable Length\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eApprox. 1m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eApprox. 180g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003ePackage\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e23 × 7 × 6cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eCharging\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eNot Required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eBluetooth\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eNot Required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"pdp-compatibility-note\"\u003e\u003cstrong\u003eCompatibility note:\u003c\/strong\u003e Designed for Type-C mobile phones. Compatibility can vary by phone model, operating system and USB audio support, so please check your device before ordering.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"pdp-block-card pdp-card-redsoft\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eCUSTOMER LOVE\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eThe Kind of Product\u003cbr\u003e\u003cspan class=\"accent\"\u003ePeople Talk About.\u003c\/span\u003e\u003cspan class=\"pdp-rating-small\"\u003e \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pdp-review-grid\"\u003e\n\u003c!-- REVIEW 01 --\u003e\n\u003carticle class=\"pdp-review\"\u003e\n\u003cdiv class=\"pdp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003c!-- Replace with real review title --\u003e\n\u003ch3 class=\"pdp-review-title\"\u003e[Clear sound, the mic comes through]\u003c\/h3\u003e\n\u003c!-- Replace with real review --\u003e\n\u003cp class=\"pdp-review-text\"\u003e“Very nice and satisfying product, good and clear sound and the microphone also brings the call very clear through.Absolutely recommended!”\u003c\/p\u003e\n\u003cdiv class=\"pdp-review-name\"\u003e\n\u003cspan class=\"verified-dot\"\u003e✓\u003c\/span\u003e [Alex M.] · Verified Buyer\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- REVIEW 02 --\u003e\n\u003carticle class=\"pdp-review\"\u003e\n\u003cdiv class=\"pdp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3 class=\"pdp-review-title\"\u003e[Fast delivery, good call quality.]\u003c\/h3\u003e\n\u003cp class=\"pdp-review-text\"\u003e“The delivery was fast and the product arrived without any damage. The call quality is also good.”\u003c\/p\u003e\n\u003cdiv class=\"pdp-review-name\"\u003e\n\u003cspan class=\"verified-dot\"\u003e✓\u003c\/span\u003e [Sarah J.] · Verified Buyer\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- REVIEW 03 --\u003e\n\u003carticle class=\"pdp-review\"\u003e\n\u003cdiv class=\"pdp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3 class=\"pdp-review-title\"\u003e[Connects quickly, sound is good.]\u003c\/h3\u003e\n\u003cp class=\"pdp-review-text\"\u003e“The handset arrived quickly. It connects quickly, the sound is good, everything works.”\u003c\/p\u003e\n\u003cdiv class=\"pdp-review-name\"\u003e\n\u003cspan class=\"verified-dot\"\u003e✓\u003c\/span\u003e [Michael K.] · Verified Buyer\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n      09 SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-card-white\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eSHIPPING \u0026amp; RETURNS\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eFrom Our Door\u003cbr\u003e\u003cspan class=\"accent\"\u003eto Yours.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eOrders are carefully processed and shipped to the delivery address selected at checkout. Exact delivery timing depends on destination and the shipping method available for your order.\u003c\/p\u003e\n\u003cul class=\"pdp-feature-list\"\u003e\n\u003cli\u003eOrder tracking is provided when available.\u003c\/li\u003e\n\u003cli\u003eDelivery timing may vary by destination.\u003c\/li\u003e\n\u003cli\u003eReturns are handled according to our published return policy.\u003c\/li\u003e\n\u003cli\u003ePlease contact customer support if your order arrives damaged or incorrect.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n      10 GUARANTEE \/ TRUST\n    ====================================================== --\u003e\n\u003csection class=\"pdp-block-card pdp-card-dark\"\u003e\n\u003cdiv class=\"pdp-eyebrow\"\u003eBUY WITH CONFIDENCE\u003c\/div\u003e\n\u003ch2 class=\"pdp-heading\"\u003eA Fun Purchase.\u003cbr\u003e\u003cspan class=\"accent\"\u003eWithout the Guesswork.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pdp-subtitle\"\u003eSecure checkout, clear store policies and support if something about your order is not right.\u003c\/p\u003e\n\u003cdiv class=\"pdp-trust-grid\"\u003e\n\u003cdiv class=\"pdp-trust-item\"\u003e\n\u003cdiv class=\"pdp-trust-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"pdp-trust-copy\"\u003e\n\u003cstrong\u003eSecure Checkout\u003c\/strong\u003e \u003cspan\u003e Your payment is processed through Shopify's secure checkout environment. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-trust-item\"\u003e\n\u003cdiv class=\"pdp-trust-icon\"\u003e↩\u003c\/div\u003e\n\u003cdiv class=\"pdp-trust-copy\"\u003e\n\u003cstrong\u003eReturns Support\u003c\/strong\u003e \u003cspan\u003e Your purchase is covered by our published \u003ca href=\"\/zh\/policies\/refund-policy\"\u003ereturn policy\u003c\/a\u003e. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-trust-item\"\u003e\n\u003cdiv class=\"pdp-trust-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv class=\"pdp-trust-copy\"\u003e\n\u003cstrong\u003eHere When You Need Us\u003c\/strong\u003e \u003cspan\u003e Questions about compatibility, delivery or your order? Contact our customer support team. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--\n        OPTIONAL:\n        If your store genuinely offers a specific guarantee,\n        add the exact guarantee here.\n\n        Example:\n        \"30-Day Satisfaction Guarantee\"\n        ONLY use this if that is your actual store policy.\n      --\u003e\n\u003cp class=\"pdp-mini-note\"\u003eProduct compatibility can vary by device. Please confirm that your phone supports Type-C audio accessories before ordering.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"JH","offers":[{"title":"Red","offer_id":44874862067801,"sku":"NC03642609115874-C口插头大红色","price":21.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":44874862100569,"sku":"NC03642609115874-C口插头黑色","price":21.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":44874862133337,"sku":"NC03642609115874-C口插头淡粉","price":21.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_ec637f0f-2bf8-4652-88c7-a5528c12d12e.png?v=1789096352","url":"https:\/\/treavhds.com\/zh\/products\/%e2%98%8e%ef%b8%8f-retro-telephone-handset-with-type-c-interface-%f0%9f%93%9e","provider":"treavhds","version":"1.0","type":"link"}