{"product_id":"one-piece-luffy-king-of-pirates-hat-drop-4","title":"Luffy Hat | Drop 4 | King Of Pirates Edition","description":"\u003c!--\n  SUPERDUPER x Netflix One Piece\n  Product Description — King Of Pirates Edition\n  Varianti: Adventure Edition \/ Standard Box \/ Golden Box\n  Incollare nel campo \"Descrizione\" del prodotto Shopify → tasto HTML (\u003c\u003e)\n--\u003e\n\u003cstyle\u003e\n  .sd-pd { --gold: #C8942A; --gold-light: #E8B84B; --red: #E50914; --cream: #FAF6EF; --dark: #0D0D0D; --dark-2: #161616; --white: #FFFFFF; font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif; color: #1a1a1a; max-width: 100%; }\n  .sd-pd *, .sd-pd *::before, .sd-pd *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* ── OFFICIAL STRIP ── *\/\n  .sd-pd-strip {\n    background: var(--dark);\n    color: var(--white);\n    text-align: center;\n    padding: 13px 20px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n  .sd-pd-strip-pill {\n    background: var(--red);\n    color: var(--white);\n    padding: 3px 12px;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n  .sd-pd-strip-dot { color: var(--gold); opacity: 0.5; }\n\n  \/* ── INTRO ── *\/\n  .sd-pd-intro { padding-bottom: 36px; border-bottom: 1px solid #e0d8cc; margin-bottom: 40px; }\n  .sd-pd-intro-headline {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(22px, 3.5vw, 34px);\n    font-weight: 900;\n    line-height: 1.08;\n    letter-spacing: -0.02em;\n    color: var(--dark);\n    margin-bottom: 18px;\n  }\n  .sd-pd-intro-headline em { font-style: italic; color: var(--gold); }\n  .sd-pd-intro-body { font-size: 15px; line-height: 1.75; color: #555; max-width: 760px; }\n\n  \/* ── EDITIONS HEADER ── *\/\n  .sd-pd-editions-hd { text-align: center; margin-bottom: 28px; }\n  .sd-pd-label {\n    display: block;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n  .sd-pd-editions-hd h3 {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(20px, 3vw, 30px);\n    font-weight: 900;\n    letter-spacing: -0.02em;\n    color: var(--dark);\n  }\n\n  \/* ── GRID ── *\/\n  .sd-pd-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: 52px;\n  }\n  @media (max-width: 780px) { .sd-pd-grid { grid-template-columns: 1fr; } }\n\n  \/* ── CARDS ── *\/\n  .sd-pd-card {\n    padding: 28px 22px 24px;\n    border: 1px solid #e0d8cc;\n    position: relative;\n    background: #fff;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .sd-pd-card--adventure {\n    background: var(--dark);\n    border: none;\n    color: var(--white);\n  }\n  .sd-pd-card--standard {\n    background: #1a0a00;\n    border: 1px solid #5c3010;\n    color: var(--white);\n  }\n  .sd-pd-card--golden {\n    background: var(--dark-2);\n    border: 2px solid var(--gold);\n    color: var(--white);\n  }\n\n  \/* BADGE *\/\n  .sd-pd-badge {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    margin-bottom: 18px;\n    align-self: flex-start;\n  }\n  .sd-pd-badge--new  { background: var(--red);  color: #fff; }\n  .sd-pd-badge--last { background: #7a3010;     color: #f5c08a; }\n  .sd-pd-badge--gold { background: var(--gold); color: var(--dark); }\n\n  \/* CARD TITLE *\/\n  .sd-pd-card-title {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(20px, 2.5vw, 26px);\n    font-weight: 900;\n    line-height: 1.05;\n    letter-spacing: -0.02em;\n    margin-bottom: 14px;\n    color: var(--white);\n  }\n  .sd-pd-card--golden .sd-pd-card-title em { font-style: italic; color: var(--gold-light); }\n  .sd-pd-card-title em { font-style: italic; color: var(--gold-light); }\n\n  \/* CARD BODY *\/\n  .sd-pd-card-body {\n    font-size: 13.5px;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    color: rgba(255,255,255,0.7);\n    flex-grow: 1;\n  }\n  .sd-pd-card--adventure .sd-pd-card-body { color: rgba(255,255,255,0.7); }\n\n  \/* FEATURES *\/\n  .sd-pd-features {\n    list-style: none;\n    border-top: 1px solid rgba(255,255,255,0.12);\n    padding-top: 16px;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .sd-pd-card--standard .sd-pd-features { border-top-color: rgba(255,255,255,0.12); }\n  .sd-pd-features li {\n    font-size: 13px;\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    color: rgba(255,255,255,0.82);\n    line-height: 1.45;\n  }\n  .sd-pd-features li::before {\n    content: '✓';\n    color: var(--gold);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .sd-pd-features li strong { color: #fff; }\n\n  \/* SOLD OUT NOTE *\/\n  .sd-pd-sold-note {\n    margin-top: 16px;\n    padding: 10px 14px;\n    background: rgba(255,255,255,0.05);\n    border-left: 3px solid #7a3010;\n    font-size: 12px;\n    color: #f5c08a;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── CINEMATIC SEPARATOR ── *\/\n  .sd-pd-cinematic {\n    background: var(--dark);\n    padding: 40px 28px;\n    text-align: center;\n    margin-bottom: 40px;\n    position: relative;\n    overflow: hidden;\n  }\n  .sd-pd-cinematic::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(200,148,42,0.08) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .sd-pd-cinematic-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: rgba(229,9,20,0.9);\n    color: var(--white);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 5px 16px;\n    margin-bottom: 20px;\n  }\n  .sd-pd-cinematic-quote {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(20px, 3.5vw, 36px);\n    font-weight: 700;\n    font-style: italic;\n    letter-spacing: -0.01em;\n    color: var(--white);\n    line-height: 1.2;\n    position: relative;\n    z-index: 1;\n  }\n  .sd-pd-cinematic-quote em { font-style: normal; color: var(--gold-light); }\n\n  \/* ── CRAFT SECTION ── *\/\n  .sd-pd-craft {\n    background: var(--dark);\n    color: var(--white);\n    padding: 36px 28px;\n    margin-bottom: 24px;\n  }\n  .sd-pd-craft h3 {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: clamp(18px, 2.5vw, 26px);\n    font-weight: 900;\n    letter-spacing: -0.02em;\n    margin-bottom: 24px;\n    margin-top: 10px;\n  }\n  .sd-pd-craft-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n  }\n  @media (max-width: 600px) { .sd-pd-craft-grid { grid-template-columns: 1fr; } }\n  .sd-pd-craft-item {\n    border-left: 2px solid var(--gold);\n    padding-left: 14px;\n  }\n  .sd-pd-craft-item strong {\n    display: block;\n    font-size: 12.5px;\n    font-weight: 700;\n    color: var(--white);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-bottom: 5px;\n  }\n  .sd-pd-craft-item span {\n    font-size: 13px;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.55;\n  }\n\n  \/* ── TRUST BAR ── *\/\n  .sd-pd-trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0;\n    background: var(--gold);\n    margin-bottom: 20px;\n  }\n  .sd-pd-trust-item {\n    flex: 1 1 150px;\n    text-align: center;\n    padding: 16px 12px;\n    border-right: 1px solid rgba(0,0,0,0.12);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--dark);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 4px;\n  }\n  .sd-pd-trust-item:last-child { border-right: none; }\n  .sd-pd-trust-item span { font-size: 18px; font-weight: 900; display: block; }\n\n  \/* ── LEGAL ── *\/\n  .sd-pd-legal { font-size: 11px; color: #aaa; line-height: 1.6; padding-top: 16px; border-top: 1px solid #eee; }\n\u003c\/style\u003e\n\u003cdiv class=\"sd-pd\"\u003e\n\u003c!-- OFFICIAL STRIP --\u003e\n\u003cdiv class=\"sd-pd-strip\"\u003e\n\u003cspan class=\"sd-pd-strip-pill\"\u003eOFFICIAL\u003c\/span\u003e Netflix One Piece \u003cspan class=\"sd-pd-strip-dot\"\u003e·\u003c\/span\u003e ©Eiichiro Oda\/SHUEISHA \u003cspan class=\"sd-pd-strip-dot\"\u003e·\u003c\/span\u003e The Only Licensed Luffy Straw Hat in the World\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"sd-pd-intro\"\u003e\n\u003cdiv class=\"sd-pd-intro-headline\"\u003eThe \u003cem\u003eonly\u003c\/em\u003e Luffy Straw Hat officially licensed\u003cbr\u003eby ©Eiichiro Oda\/SHUEISHA ©Netflix\/Tomorrow.\u003c\/div\u003e\n\u003cp class=\"sd-pd-intro-body\"\u003eOver 30,000 One Piece fans from around the world shaped every detail of this hat — the weave, the band, the brim, the colour. The result is the most accurate Mugiwara replica ever made outside a screen. Born from a direct collaboration between SUPERDUPER and Netflix One Piece, and the only hat bearing the personal seal of creator Eiichiro Oda. \u003cstrong\u003eCommunity Curated. Collector-Worthy. Season 2 Ready.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- EDITIONS HEADER --\u003e\n\u003cdiv class=\"sd-pd-editions-hd\"\u003e\n\u003cspan class=\"sd-pd-label\"\u003e⚔ Choose Your Edition ⚔\u003c\/span\u003e\n\u003ch3\u003eOne hat. Three ways to own it.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- EDITIONS GRID --\u003e\n\u003cdiv class=\"sd-pd-grid\"\u003e\n\u003c!-- ── ADVENTURE EDITION ── --\u003e\n\u003cdiv class=\"sd-pd-card sd-pd-card--adventure\"\u003e\n\u003cspan class=\"sd-pd-badge sd-pd-badge--new\"\u003e✦ New — Season 2\u003c\/span\u003e\n\u003cdiv class=\"sd-pd-card-title\"\u003eAdventure\u003cbr\u003e\u003cem\u003eEdition\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-card-body\"\u003eThe Season 2 launch edition. Designed for those who don't keep their Straw Hat on a shelf — they take it everywhere the Grand Line leads them.\u003cbr\u003e\u003cbr\u003eSame 100% handwoven natural raffia. Same legendary craftsmanship. Ships with the new \u003cstrong\u003eSUPERDUPER Adventure Bag\u003c\/strong\u003e — a custom carry bag built for concerts, festivals, travel, everyday life. Less bulk, total freedom. The edition Luffy himself would choose.\u003c\/div\u003e\n\u003cul class=\"sd-pd-features\"\u003e\n\u003cli\u003e100% handwoven natural raffia — same premium quality across all editions\u003c\/li\u003e\n\u003cli\u003ePremium leather sweatband for all-day comfort\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSUPERDUPER Adventure Bag\u003c\/strong\u003e — take it anywhere, no compromises\u003c\/li\u003e\n\u003cli\u003eOfficial Netflix One Piece × Eiichiro Oda seal\u003c\/li\u003e\n\u003cli\u003eSeason 2 launch edition — born for the next chapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ── STANDARD BOX ── --\u003e\n\u003cdiv class=\"sd-pd-card sd-pd-card--standard\"\u003e\n\u003cspan class=\"sd-pd-badge sd-pd-badge--last\"\u003e☠ Last Units\u003c\/span\u003e\n\u003cdiv class=\"sd-pd-card-title\"\u003eStandard\u003cbr\u003eBox\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-card-body\"\u003eThe original. The one that started everything. The hat that convinced 30,000 fans this was the real thing, presented in the classic SUPERDUPER collector's box.\u003cbr\u003e\u003cbr\u003eOnly a handful remain. Once they're gone, this edition closes permanently. No restock. No second chance.\u003c\/div\u003e\n\u003cul class=\"sd-pd-features\"\u003e\n\u003cli\u003e100% handwoven natural raffia\u003c\/li\u003e\n\u003cli\u003ePremium leather sweatband\u003c\/li\u003e\n\u003cli\u003eOriginal SUPERDUPER collector's hat box\u003c\/li\u003e\n\u003cli\u003eOfficial Netflix One Piece × Eiichiro Oda seal\u003c\/li\u003e\n\u003cli\u003eNo restock — this edition ends here\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sd-pd-sold-note\"\u003e☠ Once sold out, this edition will not return.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── GOLDEN BOX ── --\u003e\n\u003cdiv class=\"sd-pd-card sd-pd-card--golden\"\u003e\n\u003cspan class=\"sd-pd-badge sd-pd-badge--gold\"\u003e★ Collector's Edition\u003c\/span\u003e\n\u003cdiv class=\"sd-pd-card-title\"\u003eGolden\u003cbr\u003e\u003cem\u003eBox\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-card-body\"\u003eThis is the definitive collector's set. For those who understand that the Straw Hat isn't just a hat — it's a symbol of freedom, of defiance, of a promise kept across oceans.\u003cbr\u003e\u003cbr\u003eThe most complete version of the most important object in the One Piece universe. When Luffy becomes King of the Pirates, you'll want to say you had this from the beginning.\u003c\/div\u003e\n\u003cul class=\"sd-pd-features\"\u003e\n\u003cli\u003e100% handwoven natural raffia — finest quality\u003c\/li\u003e\n\u003cli\u003ePremium leather sweatband\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollector's Hat Box\u003c\/strong\u003e — One Piece collector's graphic edition\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLuffy's Jolly Roger Flag\u003c\/strong\u003e — Nautical-grade fabric — the flag that became a symbol of revolution\u003c\/li\u003e\n\u003cli\u003eOfficial Netflix One Piece × Eiichiro Oda seal\u003c\/li\u003e\n\u003cli\u003eThe complete collector's experience\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CINEMATIC SEPARATOR --\u003e\n\u003cdiv class=\"sd-pd-cinematic\"\u003e\n\u003cdiv class=\"sd-pd-cinematic-eyebrow\"\u003e⚔ Netflix One Piece — Season 2 ⚔\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-cinematic-quote\"\u003eThe hat was there at the beginning.\u003cbr\u003eIt'll be there at the \u003cem\u003eend\u003c\/em\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CRAFT --\u003e\n\u003cdiv class=\"sd-pd-craft\"\u003e\n\u003cspan class=\"sd-pd-label\"\u003eThe Craft\u003c\/span\u003e\n\u003ch3\u003eEvery detail. Exactly right.\u003c\/h3\u003e\n\u003cdiv class=\"sd-pd-craft-grid\"\u003e\n\u003cdiv class=\"sd-pd-craft-item\"\u003e\n\u003cstrong\u003e100% Natural Raffia\u003c\/strong\u003e \u003cspan\u003eHandwoven by master craftspeople. The same material, the same technique, the same feel as the hat seen on screen in the Netflix One Piece series.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-craft-item\"\u003e\n\u003cstrong\u003eOfficially Licensed\u003c\/strong\u003e \u003cspan\u003eThe only Luffy Straw Hat licensed by both Netflix One Piece and creator Eiichiro Oda\/SHUEISHA. No other hat in the world can say this.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-craft-item\"\u003e\n\u003cstrong\u003eCommunity Curated\u003c\/strong\u003e \u003cspan\u003e30,000+ One Piece fans from around the world voted on every single detail. The weave. The band. The brim. This hat is exactly what the community asked for.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-craft-item\"\u003e\n\u003cstrong\u003eBuilt to Last\u003c\/strong\u003e \u003cspan\u003eFinished with a premium leather sweatband. Built to be worn every day, displayed with pride, and if you're lucky — passed down.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"sd-pd-trust\"\u003e\n\u003cdiv class=\"sd-pd-trust-item\"\u003e\n\u003cspan\u003eOfficial\u003c\/span\u003eNetflix Collab\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-trust-item\"\u003e\n\u003cspan\u003e©Eiichiro Oda\/SHUEISHA\u003c\/span\u003e©Netflix\/Tomorrow\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-trust-item\"\u003e\n\u003cspan\u003e30,000+\u003c\/span\u003eFans Worldwide\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-trust-item\"\u003e\n\u003cspan\u003e100%\u003c\/span\u003eNatural Raffia\u003c\/div\u003e\n\u003cdiv class=\"sd-pd-trust-item\"\u003e\n\u003cspan\u003eLimited\u003c\/span\u003eEdition\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LEGAL --\u003e\n\u003cp class=\"sd-pd-legal\"\u003e© Eiichiro Oda\/SHUEISHA ©Netflix\/Tomorrow\u003c\/p\u003e\n\u003c\/div\u003e","brand":"SUPERDUPER","offers":[{"title":"S - 56\/57cm \/ Adventure Edition","offer_id":55448228004174,"sku":"SDP-LUFFY-KOP-S-AE","price":180.0,"currency_code":"EUR","in_stock":false},{"title":"S - 56\/57cm \/ Standard Box","offer_id":54940747989326,"sku":"SDP-LUFFY-KOP-S-NB","price":165.0,"currency_code":"EUR","in_stock":false},{"title":"S - 56\/57cm \/ Golden Box Limited Edition","offer_id":54944113328462,"sku":"SDP-LUFFY-KOP-S-GB","price":245.0,"currency_code":"EUR","in_stock":true},{"title":"M - 58\/59cm \/ Adventure Edition","offer_id":55448228036942,"sku":"SDP-LUFFY-KOP-M-AE","price":180.0,"currency_code":"EUR","in_stock":true},{"title":"M - 58\/59cm \/ Standard Box","offer_id":54940748022094,"sku":"SDP-LUFFY-KOP-M-NB","price":165.0,"currency_code":"EUR","in_stock":false},{"title":"M - 58\/59cm \/ Golden Box Limited Edition","offer_id":54944116310350,"sku":"SDP-LUFFY-KOP-M-GB","price":245.0,"currency_code":"EUR","in_stock":true},{"title":"L - 60\/61cm \/ Adventure Edition","offer_id":55448228069710,"sku":"SDP-LUFFY-KOP-L-AE","price":180.0,"currency_code":"EUR","in_stock":true},{"title":"L - 60\/61cm \/ Standard Box","offer_id":54940748054862,"sku":"SDP-LUFFY-KOP-L-NB","price":165.0,"currency_code":"EUR","in_stock":false},{"title":"L - 60\/61cm \/ Golden Box Limited Edition","offer_id":54944121160014,"sku":"SDP-LUFFY-KOP-L-GB","price":245.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1188\/5516\/files\/superduper-netflix-one-piece-luffy-hat-king-of-pirates-drop-4-0.jpg?v=1773138570","url":"https:\/\/superduperhats.live\/products\/one-piece-luffy-king-of-pirates-hat-drop-4","provider":"SUPERDUPER","version":"1.0","type":"link"}