{"product_id":"behringer-sm200-slow-motion-guitar-effect-pedal-used","title":"Behringer SM200 Slow Motion Guitar Effect Pedal Used","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* =============================================\n     REVERTY USED GUITARS JAPAN — eBay Template\n     カスタマイズ変数は :root で一括管理\n  ============================================= *\/\n  :root {\n    --color-bg:        #eef2f7;   \/* 薄いネイビーグレー *\/\n    --color-brand-1:   #0d2a4a;   \/* ロゴ ダークネイビー *\/\n    --color-brand-2:   #1a4a7a;   \/* ロゴ ミディアムネイビー *\/\n    --color-header:    #0d2a4a;   \/* セクションヘッダー = ロゴネイビー *\/\n    --color-accent:    #c0392b;   \/* 警告レッド（ネイビーに映える） *\/\n    --color-highlight: #2563a8;   \/* リンク・強調テキスト *\/\n    --color-text:      #1a2a3a;   \/* 本文テキスト *\/\n    --color-subtle:    #5a6e82;\n    --color-border:    #cdd8e3;\n    --color-card-bg:   #ffffff;\n    --radius-card:     14px;\n    --radius-inner:    10px;\n    --font-main: Georgia, 'Times New Roman', serif;\n    --font-ui: 'Trebuchet MS', Verdana, sans-serif;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--color-bg);\n    font-family: var(--font-main);\n    font-size: 16px;\n    color: var(--color-text);\n    line-height: 1.7;\n  }\n\n  \/* ── Outer wrapper ── *\/\n  .eb-wrap {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 20px 12px 40px;\n  }\n\n  \/* ── White card shell ── *\/\n  .eb-card {\n    background: var(--color-card-bg);\n    border-radius: var(--radius-card);\n    box-shadow: 0 4px 20px rgba(30,80,140,.12);\n    overflow: hidden;\n    margin-bottom: 16px;\n  }\n\n  \/* ── Section header bar ── *\/\n  .eb-section-head {\n    background: var(--color-header);\n    color: #fff;\n    padding: 13px 20px;\n    font-family: var(--font-ui);\n    font-size: 15px;\n    font-weight: bold;\n    letter-spacing: .04em;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .eb-section-head .icon { font-size: 17px; }\n\n  \/* ── Inner content padding ── *\/\n  .eb-content {\n    padding: 20px 22px;\n  }\n\n  \/* ── Hero \/ Brand banner ── *\/\n  .eb-hero {\n    background: linear-gradient(135deg, var(--color-brand-1) 0%, var(--color-brand-2) 100%);\n    border-radius: var(--radius-card);\n    padding: 32px 24px 28px;\n    text-align: center;\n    color: #fff;\n    margin-bottom: 16px;\n    box-shadow: 0 4px 20px rgba(30,80,140,.2);\n  }\n  .eb-hero .store-name {\n    font-family: var(--font-ui);\n    font-size: 11px;\n    letter-spacing: .2em;\n    text-transform: uppercase;\n    opacity: .8;\n    margin-bottom: 6px;\n  }\n  .eb-hero h1 {\n    font-family: var(--font-ui);\n    font-size: clamp(20px, 4vw, 28px);\n    font-weight: bold;\n    margin-bottom: 10px;\n    line-height: 1.3;\n  }\n  .eb-hero .badge {\n    display: inline-block;\n    background: rgba(255,255,255,.18);\n    border: 1.5px solid rgba(255,255,255,.5);\n    border-radius: 50px;\n    padding: 5px 18px;\n    font-size: 13px;\n    font-family: var(--font-ui);\n    margin-bottom: 10px;\n  }\n  .eb-hero .tagline {\n    font-size: 14px;\n    opacity: .88;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  \/* ── Summary quick-facts ── *\/\n  .eb-summary-3line {\n    background: linear-gradient(135deg, #f0f4fa 0%, #e8eef6 100%);\n    border: 1.5px solid #b8c8d8;\n    border-radius: var(--radius-inner);\n    padding: 16px 18px;\n    margin-bottom: 16px;\n  }\n  .eb-summary-3line p {\n    font-size: 15.5px;\n    margin-bottom: 5px;\n    padding-left: 22px;\n    position: relative;\n  }\n  .eb-summary-3line p:last-child { margin-bottom: 0; }\n  .eb-summary-3line p::before {\n    content: attr(data-icon);\n    position: absolute;\n    left: 0;\n  }\n\n  \/* ── Info box (left border accent) ── *\/\n  .eb-info-box {\n    background: #fff8f5;\n    border-left: 4px solid var(--color-accent);\n    border-radius: 0 var(--radius-inner) var(--radius-inner) 0;\n    padding: 12px 16px;\n    margin: 12px 0;\n    font-size: 14.5px;\n    color: #7a3010;\n  }\n  .eb-info-box.blue {\n    background: #eef3fa;\n    border-color: var(--color-brand-2);\n    color: #0d2a4a;\n  }\n  .eb-info-box .label {\n    font-weight: bold;\n    font-family: var(--font-ui);\n  }\n\n  \/* ── Condition grid ── *\/\n  .eb-condition-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 10px;\n    margin-top: 12px;\n  }\n  .eb-condition-item {\n    background: #f4f7fb;\n    border: 1px solid var(--color-border);\n    border-radius: var(--radius-inner);\n    padding: 12px 14px;\n  }\n  .eb-condition-item .ci-label {\n    font-family: var(--font-ui);\n    font-size: 11px;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--color-header);\n    margin-bottom: 4px;\n  }\n  .eb-condition-item .ci-value {\n    font-size: 15px;\n    font-weight: bold;\n    color: var(--color-text);\n  }\n  .eb-condition-item .ci-note {\n    font-size: 13px;\n    color: var(--color-subtle);\n    margin-top: 2px;\n  }\n\n  \/* ── Rating badge ── *\/\n  .eb-grade {\n    display: inline-block;\n    padding: 3px 14px;\n    border-radius: 50px;\n    font-family: var(--font-ui);\n    font-size: 13px;\n    font-weight: bold;\n    margin-left: 8px;\n  }\n  .eb-grade.excellent { background: #d4f5e2; color: #1a6b3a; }\n  .eb-grade.good      { background: #d8ecff; color: #1a4f8a; }\n  .eb-grade.fair      { background: #fff0cc; color: #7a5200; }\n\n  \/* ── Shipping cards ── *\/\n  .eb-ship-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-top: 14px;\n  }\n  @media (max-width: 480px) {\n    .eb-ship-grid { grid-template-columns: 1fr; }\n  }\n  .eb-ship-card {\n    border: 1.5px solid var(--color-border);\n    border-radius: var(--radius-inner);\n    padding: 16px;\n    text-align: center;\n  }\n  .eb-ship-card .sc-carrier {\n    font-family: var(--font-ui);\n    font-size: 15px;\n    font-weight: bold;\n    color: var(--color-header);\n    margin-bottom: 4px;\n  }\n  .eb-ship-card .sc-days {\n    font-size: 14px;\n    font-weight: bold;\n    color: var(--color-brand-1);\n    margin-bottom: 6px;\n  }\n  .eb-ship-card .sc-desc {\n    font-size: 13px;\n    color: var(--color-subtle);\n  }\n\n  \/* ── FAQ accordion (CSS only) ── *\/\n  .eb-faq-item {\n    border-bottom: 1px solid var(--color-border);\n  }\n  .eb-faq-item:last-child { border-bottom: none; }\n  .eb-faq-item summary {\n    cursor: pointer;\n    padding: 13px 16px 13px 0;\n    font-family: var(--font-ui);\n    font-size: 14.5px;\n    font-weight: bold;\n    color: var(--color-header);\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    user-select: none;\n  }\n  .eb-faq-item summary::after {\n    content: '▼';\n    font-size: 11px;\n    color: var(--color-subtle);\n    transition: transform .2s;\n    flex-shrink: 0;\n    margin-left: 8px;\n  }\n  .eb-faq-item[open] summary::after { transform: rotate(180deg); }\n  .eb-faq-item .faq-body {\n    padding: 0 0 14px 0;\n    font-size: 14.5px;\n    color: var(--color-text);\n  }\n\n  \/* ── CTA block ── *\/\n  .eb-cta {\n    background: linear-gradient(135deg, var(--color-brand-1), var(--color-brand-2));\n    border-radius: var(--radius-card);\n    padding: 26px 24px;\n    text-align: center;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n  .eb-cta h3 {\n    font-family: var(--font-ui);\n    font-size: 18px;\n    margin-bottom: 8px;\n  }\n  .eb-cta p {\n    font-size: 14.5px;\n    opacity: .9;\n    max-width: 480px;\n    margin: 0 auto 14px;\n  }\n  .eb-cta .cta-btn {\n    display: inline-block;\n    background: #fff;\n    color: var(--color-brand-1);\n    font-family: var(--font-ui);\n    font-weight: bold;\n    font-size: 14px;\n    padding: 10px 28px;\n    border-radius: 50px;\n    text-decoration: none;\n  }\n\n  \/* ── Utilities ── *\/\n  .eb-highlight { color: var(--color-highlight); font-weight: bold; }\n  .eb-muted     { color: var(--color-subtle); font-size: 13.5px; }\n  ul.eb-list    { padding-left: 20px; margin-top: 8px; }\n  ul.eb-list li { margin-bottom: 6px; font-size: 15px; }\n  .eb-content p { margin-bottom: 10px; }\n  .eb-content p:last-child { margin-bottom: 0; }\n  strong        { color: var(--color-text); }\n\u003c\/style\u003e\n\u003cdiv class=\"eb-wrap\"\u003e\n\u003c!-- ════════════════════════════════\n       HERO \/ BRAND BANNER\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-hero\"\u003e\n\u003cdiv class=\"store-name\"\u003eReverty Used Guitars Japan\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e✓ Inspected \u0026amp; Ready to Ship\u003c\/div\u003e\n\u003cp class=\"tagline\"\u003eCarefully selected vintage \u0026amp; used effects pedals — shipped worldwide from Tokyo, Japan\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       冒頭3行サマリー\n       ［カスタマイズ］各 data-icon と文言を変更\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-summary-3line\"\u003e\n\u003cp data-icon=\"✓\"\u003eWe are a specialized instrument \u0026amp; effects pedal shop based in Tokyo, Japan. Every item is carefully checked before shipping.\u003c\/p\u003e\n\u003cp data-icon=\"✓\"\u003eAll items are sold exclusively through this store. Every photo shows the actual item you will receive — we never use stock or borrowed images.\u003c\/p\u003e\n\u003cp data-icon=\"✓\"\u003eAll orders ship with full tracking and insurance. Your instrument will be carefully packed and delivered safely to your door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       CONDITION DETAILS\n       ［カスタマイズ］不要な .eb-condition-item は削除可\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Condition Details\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cp style=\"margin-top: 14px;\"\u003e\u003cstrong\u003eIncluded Accessories:\u003c\/strong\u003e None\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       IMPORTANT NOTES BEFORE PURCHASE\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Important Notes Before Purchase\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cul class=\"eb-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePre-Owned Item:\u003c\/strong\u003e Normal signs of use may be present. All major issues are clearly described in this listing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne-of-a-Kind:\u003c\/strong\u003e This is a used, unique item. Once sold, it cannot be restocked.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       SHIPPING INFORMATION\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Shipping Information\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cdiv style=\"margin-top: 0;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eFor US Buyers:\u003c\/span\u003e\u003cbr\u003eYour order ships from Japan to our US fulfillment center, then is handed off to USPS for final delivery. Please note that tracking activity may not appear immediately after purchase — this is normal and expected. Your package is on its way.\u003cbr\u003e\u003cspan style=\"font-size: 13.5px; margin-top: 6px; display: block; color: var(--color-subtle);\"\u003eNote: Due to current restrictions on Japan Post shipments to the US and recent US customs regulation changes, we use this routing to ensure smooth, reliable delivery. No additional customs duties will be charged.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eFor International Buyers (outside the US):\u003c\/span\u003e\u003cbr\u003eShips via Japan Post e-packet Lite with tracking. Import duties and taxes are not included (DDU) — please check your local regulations before purchasing.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eExpedited Shipping:\u003c\/span\u003e\u003cbr\u003eFedEx \/ DHL express delivery is available for an additional fee. Please contact us before purchasing if you need expedited shipping.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 10px;\" class=\"eb-info-box\"\u003e\n\u003cspan class=\"label\"\u003e[!] Handling Time:\u003c\/span\u003e Our listed handling time is set conservatively, but we typically ship sooner. If you're in a hurry, feel free to message us!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       RETURN \u0026 TROUBLE POLICY\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Return \u0026amp; Trouble Policy\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cp\u003eReturns and refunds are handled in accordance with eBay's standard return policy as set on this listing.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 12px;\" class=\"eb-info-box blue\"\u003e\n\u003cspan class=\"label\"\u003eImportant — Please Contact Us First:\u003c\/span\u003e\u003cbr\u003eIf you have any concerns about your order — damage, missing parts, or anything unexpected — please \u003cstrong\u003emessage us before opening a case.\u003c\/strong\u003e We respond quickly and will do everything we can to resolve the issue fairly. Most problems can be solved much faster through direct communication.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       CROSS-SELL \/ STORE FRONT\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-card\"\u003e\n\u003cdiv class=\"eb-section-head\"\u003e\n\u003cspan class=\"icon\"\u003e►\u003c\/span\u003e Complete Your Setup\u003c\/div\u003e\n\u003cdiv class=\"eb-content\"\u003e\n\u003cp\u003eLooking for more pedals, cables, power supplies, or other accessories? Our store carries a wide selection of effects pedals, plus hard-to-find \u003cstrong\u003eJapan-exclusive items\u003c\/strong\u003e and \u003cstrong\u003evintage effects pedals\u003c\/strong\u003e — all carefully sourced and inspected.\u003c\/p\u003e\n\u003cp\u003eBrowse our store — we may have exactly what you're looking for.\u003c\/p\u003e\n\u003cdiv style=\"text-align: center; margin-top: 16px;\"\u003e\u003ca style=\"display: inline-block; background: var(--color-brand-2); color: #fff; font-family: var(--font-ui); font-weight: bold; font-size: 14px; padding: 11px 32px; border-radius: 50px; text-decoration: none; letter-spacing: .03em;\" href=\"[[STORE_URL]]\"\u003eVisit Our eBay Store\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       CTA\n  ════════════════════════════════ --\u003e\n\u003cdiv class=\"eb-cta\"\u003e\n\u003ch3\u003eQuestions? We're Here to Help!\u003c\/h3\u003e\n\u003cp\u003eFeel free to message us any time before purchasing. We respond within 24 hours and are happy to answer any questions you may have.\u003c\/p\u003e\n\u003cspan class=\"cta-btn\"\u003eSend Us a Message\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════\n       FOOTER\n  ════════════════════════════════ --\u003e\n\u003cdiv style=\"text-align: center; padding: 10px 0 4px; color: var(--color-subtle); font-size: 13px; font-family: var(--font-ui);\"\u003eReverty Used Guitars Japan — Trusted instruments shipped worldwide from Tokyo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003c!-- \/eb-wrap --\u003e\u003c\/p\u003e","brand":"Reverty Used Guitars Japan","offers":[{"title":"Default Title","offer_id":48813091553522,"sku":"BEH_SM200_0227","price":10400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/3113\/3426\/files\/IMG_5353.jpg?v=1772504148","url":"https:\/\/revertyjapan.com\/products\/behringer-sm200-slow-motion-guitar-effect-pedal-used","provider":"Reverty Used Guitars Japan","version":"1.0","type":"link"}