Set sail with this premium box set featuring the first two story arcs of One Piece, one of the most beloved and bestselling manga series of all time! As a child, Monkey D. Luffy dreamed of becoming King of the Pirates, but his life changed when he accidentally ate the Gum-Gum Fruit, a magical Devil Fruit that gave him a rubber-like body—though it came with a major drawback: he can never swim again. Years later, Luffy embarks on his epic quest to find the legendary treasure known as the “One Piece.” This box set includes volumes 1–23, covering the East Blue and Baroque Works arcs, and comes with exclusive bonuses, offering big savings over purchasing each volume separately—a true treasure for any manga fan!
PRODUCT FAQ
What condition is the product in? +
This product is carefully inspected and packed before shipping. Please check the product description for specific condition details.
How long will delivery take? +
Orders are generally delivered within 5–7 business days, depending on your location and shipping service.
How will my order be packed? +
Every order is packed with care to help protect your manga, novels, box sets and merchandise during transit.
Can I return this product? +
Yes, eligible products can be returned according to our return and refund policy. Please review the policy before placing your order.
How can I track my order? +
Once your order has been shipped, tracking information will be provided so you can follow your delivery.
What if my order arrives damaged? +
Please contact our customer support team as soon as possible with your order details and photographs of the damaged package or product.
/* ========================================= MAIN SECTION ========================================= */ .gym-product-faq { width: 100%; margin: 35px 0 0; padding: 0; background: #ffffff; box-sizing: border-box; } /* ========================================= HEADING ========================================= */ .gym-faq-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; } .gym-faq-heading h2 { margin: 0; padding: 0; color: #111111; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 800; line-height: 1.2; letter-spacing: 0; } /* RED LINE */ .gym-faq-line { width: 3px; height: 19px; flex-shrink: 0; display: block; background: #ed1c24; border-radius: 1px; } /* ========================================= FAQ LIST ========================================= */ .gym-faq-list { width: 100%; display: flex; flex-direction: column; gap: 8px; } /* ========================================= FAQ ITEM ========================================= */ .gym-faq-item { width: 100%; margin: 0; padding: 0; background: #ffffff; border: 1px solid #e5e5e5; border-radius: 4px; overflow: hidden; box-sizing: border-box; transition: border-color .2s ease, box-shadow .2s ease; } /* OPEN STATE */ .gym-faq-item[open] { border-color: #d7d7d7; box-shadow: 0 3px 12px rgba(0,0,0,.06); } /* ========================================= QUESTION ========================================= */ .gym-faq-item summary { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 16px; margin: 0; color: #111111; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; line-height: 1.3; cursor: pointer; list-style: none; box-sizing: border-box; } /* REMOVE DEFAULT MARKER */ .gym-faq-item summary::-webkit-details-marker { display: none; } .gym-faq-item summary::marker { display: none; } /* ========================================= PLUS ICON ========================================= */ .gym-faq-item summary b { width: 24px; height: 24px; min-width: 24px; display: flex; align-items: center; justify-content: center; color: #111111; font-size: 18px; font-weight: 400; line-height: 1; transition: transform .2s ease, color .2s ease; } /* OPEN ICON */ .gym-faq-item[open] summary b { color: #ed1c24; transform: rotate(45deg); } /* ========================================= ANSWER ========================================= */ .gym-faq-answer { padding: 0 16px 15px; border-top: 1px solid #eeeeee; box-sizing: border-box; } .gym-faq-answer p { margin: 12px 0 0; padding: 0; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 400; line-height: 1.6; } /* ========================================= HOVER ========================================= */ .gym-faq-item summary:hover { color: #ed1c24; } /* ========================================= MOBILE ========================================= */ @media (max-width: 767px) { .gym-product-faq { margin-top: 25px; } .gym-faq-heading { gap: 9px; margin-bottom: 14px; } .gym-faq-heading h2 { font-size: 17px; } .gym-faq-line { width: 3px; height: 17px; } .gym-faq-list { gap: 7px; } .gym-faq-item summary { min-height: 46px; padding: 0 12px; font-size: 10px; } .gym-faq-item summary b { width: 21px; height: 21px; min-width: 21px; font-size: 17px; } .gym-faq-answer { padding: 0 12px 12px; } .gym-faq-answer p { margin-top: 10px; font-size: 9px; line-height: 1.55; } }