{"product_id":"halloween-pumpkin-skull-mask","title":"🎃 Evil Jack-O’-Lantern Pumpkin Skull Halloween Mask 💀","description":"\u003c!--\nROAMVILDE PUMPKIN MASK — MOBILE VERTICAL IMAGES DESCRIPTION V4\nDesktop: full feature cards.\nMobile: swipeable image gallery + compact accordions to reduce vertical page length.\n--\u003e\n\n\u003cstyle\u003e\n  .rv-mask-wrap,\n  .rv-mask-wrap * {\n    box-sizing: border-box;\n  }\n\n  .rv-mask-wrap {\n    --rv-orange: #f97316;\n    --rv-cream: #fff7ed;\n    --rv-muted: #d4d4d8;\n    --rv-panel: #18181b;\n    --rv-border: #303036;\n    --rv-bg: #101012;\n    max-width: 1080px;\n    margin: 0 auto;\n    padding: 22px 18px 30px;\n    overflow: hidden;\n    border-radius: 18px;\n    background: var(--rv-bg);\n    color: #f4f4f5;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    line-height: 1.55;\n  }\n\n  .rv-mask-title {\n    margin: 8px 0 16px;\n    padding: 13px 18px;\n    border-left: 4px solid var(--rv-orange);\n    border-radius: 10px;\n    background: linear-gradient(135deg, #7c2d12, #ea580c);\n    color: #fff;\n    font-size: clamp(21px, 3vw, 29px);\n    font-weight: 850;\n    letter-spacing: .4px;\n    line-height: 1.18;\n    text-transform: uppercase;\n  }\n\n  .rv-mask-intro {\n    margin: 0 0 20px;\n    padding: 18px 20px;\n    border: 1px solid #3b2a22;\n    border-left: 5px solid var(--rv-orange);\n    border-radius: 0 11px 11px 0;\n    background: #1c1917;\n    color: #fed7aa;\n    font-size: clamp(15.5px, 1.8vw, 17.5px);\n  }\n\n  .rv-mask-points {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 9px;\n    margin: 0 0 24px;\n  }\n\n  .rv-mask-point {\n    padding: 11px 8px;\n    border: 1px solid var(--rv-border);\n    border-radius: 9px;\n    background: var(--rv-panel);\n    color: var(--rv-cream);\n    font-size: 13.5px;\n    font-weight: 750;\n    text-align: center;\n  }\n\n  .rv-mask-card {\n    margin: 0 0 24px;\n    overflow: hidden;\n    border: 1px solid var(--rv-border);\n    border-radius: 13px;\n    background: var(--rv-panel);\n    box-shadow: 0 10px 28px rgba(0,0,0,.28);\n  }\n\n  .rv-mask-copy {\n    padding: 22px 25px 18px;\n  }\n\n  .rv-mask-copy h3 {\n    margin: 0 0 7px;\n    color: var(--rv-cream);\n    font-size: clamp(19px, 2.4vw, 24px);\n    line-height: 1.2;\n  }\n\n  .rv-mask-copy p {\n    margin: 0;\n    color: var(--rv-muted);\n    font-size: clamp(15px, 1.6vw, 16.5px);\n  }\n\n  .rv-mask-media,\n  .rv-mobile-slide {\n    margin: 0;\n    background: #050505;\n  }\n\n  .rv-mask-media img,\n  .rv-mobile-slide img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  .rv-desktop-features {\n    display: block;\n    margin-top: 2px;\n  }\n\n  .rv-mobile-content {\n    display: none;\n  }\n\n  .rv-mask-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    margin: 0 0 28px;\n    overflow: hidden;\n    border: 1px solid var(--rv-border);\n    border-radius: 11px;\n    background: var(--rv-border);\n  }\n\n  .rv-mask-spec {\n    min-height: 84px;\n    padding: 15px 17px;\n    background: var(--rv-panel);\n  }\n\n  .rv-mask-spec strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--rv-orange);\n    font-size: 13.5px;\n    letter-spacing: .35px;\n    text-transform: uppercase;\n  }\n\n  .rv-mask-spec span {\n    color: var(--rv-muted);\n    font-size: 14.5px;\n  }\n\n  .rv-mask-accordion details {\n    margin: 0 0 9px;\n    overflow: hidden;\n    border: 1px solid var(--rv-border);\n    border-radius: 9px;\n    background: var(--rv-panel);\n  }\n\n  .rv-mask-accordion summary {\n    position: relative;\n    padding: 14px 42px 14px 16px;\n    cursor: pointer;\n    color: var(--rv-cream);\n    font-size: 15.5px;\n    font-weight: 750;\n    list-style: none;\n  }\n\n  .rv-mask-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rv-mask-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    color: var(--rv-orange);\n    font-size: 22px;\n    transform: translateY(-52%);\n  }\n\n  .rv-mask-accordion details[open] summary::after {\n    content: \"−\";\n  }\n\n  .rv-mask-answer {\n    padding: 0 16px 15px;\n    color: var(--rv-muted);\n    font-size: 14.5px;\n  }\n\n  .rv-mask-note {\n    margin-top: 22px;\n    padding: 15px 17px;\n    border: 1px solid #6b321d;\n    border-left: 5px solid var(--rv-orange);\n    border-radius: 0 9px 9px 0;\n    background: #2b160e;\n    color: #ffedd5;\n    font-size: 13.5px;\n  }\n\n  @media (max-width: 760px) {\n    .rv-mask-wrap {\n      padding: 10px 8px 20px;\n      border-radius: 10px;\n      line-height: 1.45;\n    }\n\n    .rv-mask-title {\n      margin: 5px 0 10px;\n      padding: 10px 11px;\n      font-size: 18px;\n      letter-spacing: .1px;\n    }\n\n    .rv-mask-intro {\n      margin-bottom: 12px;\n      padding: 13px 13px;\n      font-size: 14px;\n    }\n\n    .rv-mask-points {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 7px;\n      margin-bottom: 15px;\n    }\n\n    .rv-mask-point {\n      padding: 9px 6px;\n      font-size: 12.5px;\n    }\n\n    .rv-desktop-features,\n    .rv-desktop-specs {\n      display: none;\n    }\n\n    .rv-mobile-content {\n      display: block;\n    }\n\n    .rv-mobile-heading {\n      margin: 2px 2px 9px;\n      color: var(--rv-cream);\n      font-size: 16px;\n      font-weight: 800;\n    }\n\n    .rv-mobile-hint {\n      margin: -4px 2px 9px;\n      color: #a1a1aa;\n      font-size: 12px;\n    }\n\n    .rv-mobile-gallery {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      width: 100%;\n      margin: 0 0 15px;\n      padding: 0;\n      overflow: visible;\n    }\n\n    .rv-mobile-slide {\n      width: 100%;\n      overflow: hidden;\n      border: 1px solid var(--rv-border);\n      border-radius: 11px;\n    }\n\n    .rv-mobile-benefits {\n      display: grid;\n      gap: 7px;\n      margin-bottom: 14px;\n    }\n\n    .rv-mobile-benefit {\n      padding: 10px 11px;\n      border: 1px solid var(--rv-border);\n      border-radius: 8px;\n      background: var(--rv-panel);\n      color: var(--rv-muted);\n      font-size: 13.5px;\n    }\n\n    .rv-mobile-benefit strong {\n      color: var(--rv-cream);\n    }\n\n    .rv-mask-accordion summary {\n      padding: 12px 38px 12px 13px;\n      font-size: 14px;\n    }\n\n    .rv-mask-answer {\n      padding: 0 13px 13px;\n      font-size: 13.5px;\n    }\n\n    .rv-mask-note {\n      margin-top: 16px;\n      padding: 12px 13px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rv-mask-wrap\"\u003e\n\n  \u003c!-- DESKTOP\/TABLET: FULL FEATURE STORY --\u003e\n  \u003cdiv class=\"rv-desktop-features\"\u003e\n\n    \u003csection class=\"rv-mask-card\"\u003e\n      \u003cdiv class=\"rv-mask-copy\"\u003e\n        \u003ch3\u003eMade for Halloween Nights\u003c\/h3\u003e\n        \u003cp\u003e\n          Create a recognizable horror look without spending hours on special-effects makeup.\n          Pair it with a black jacket, robe or scarecrow outfit for parties, photos and group costumes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"rv-mask-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-halloween-nights.webp?v=1785330022\" alt=\"Two adults wearing pumpkin skull masks at a Halloween event\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rv-mask-card\"\u003e\n      \u003cdiv class=\"rv-mask-copy\"\u003e\n        \u003ch3\u003eDeep Texture That Shows Up on Camera\u003c\/h3\u003e\n        \u003cp\u003e\n          Sculpted grooves, weathered color effects, a crooked green stem and a skull-inspired grin\n          add dimension from the front and side.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"rv-mask-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-realistic-detail.webp?v=1785330022\" alt=\"Close-up details of the carved pumpkin and skull texture\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rv-mask-card\"\u003e\n      \u003cdiv class=\"rv-mask-copy\"\u003e\n        \u003ch3\u003eLightweight With More Open Facial Areas\u003c\/h3\u003e\n        \u003cp\u003e\n          At approximately 135 grams, the PU-foam construction is lighter than many rigid full-head styles.\n          Larger eye openings and open areas around the nose and mouth help make it easier to wear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"rv-mask-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-wide-vision.webp?v=1785330022\" alt=\"Adults wearing the pumpkin skull mask with large eye openings\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rv-mask-card\"\u003e\n      \u003cdiv class=\"rv-mask-copy\"\u003e\n        \u003ch3\u003eAdjustable Strap, Easy On and Off\u003c\/h3\u003e\n        \u003cp\u003e\n          The elastic back strap helps hold the half-mask in place and can be adjusted for many adult head sizes.\n          The uncovered back also makes it easy to combine with wigs, hoods and hats.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"rv-mask-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-angle-fit.webp?v=1785330022\" alt=\"Front, side and rear views showing the adjustable strap\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rv-mask-card\"\u003e\n      \u003cdiv class=\"rv-mask-copy\"\u003e\n        \u003ch3\u003eCheck the Size Before Ordering\u003c\/h3\u003e\n        \u003cp\u003e\n          Approximate size: 30 × 28 × 7.5 cm (11.8 × 11.0 × 3.0 in).\n          Review the measurements before ordering, especially when wearing glasses or headwear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cfigure class=\"rv-mask-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-lightweight-specs.webp?v=1785330022\" alt=\"Mask dimensions, weight and PU foam material information\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- MOBILE: FIVE FULL-WIDTH IMAGES STACKED VERTICALLY --\u003e\n  \u003cdiv class=\"rv-mobile-content\"\u003e\n\n    \u003cdiv class=\"rv-mobile-heading\"\u003eSee the Details\u003c\/div\u003e\n    \u003cdiv class=\"rv-mobile-hint\"\u003eScroll down to view all five images ↓\u003c\/div\u003e\n\n    \u003cdiv class=\"rv-mobile-gallery\" aria-label=\"Product image gallery\"\u003e\n      \u003cfigure class=\"rv-mobile-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-halloween-nights.webp?v=1785330022\" alt=\"Halloween party use\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n      \u003cfigure class=\"rv-mobile-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-realistic-detail.webp?v=1785330022\" alt=\"Close-up sculpted texture\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n      \u003cfigure class=\"rv-mobile-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-wide-vision.webp?v=1785330022\" alt=\"Lightweight fit and eye openings\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n      \u003cfigure class=\"rv-mobile-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-angle-fit.webp?v=1785330022\" alt=\"Side profile and adjustable strap\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n      \u003cfigure class=\"rv-mobile-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/rv-pumpkin-lightweight-specs.webp?v=1785330022\" alt=\"Dimensions, weight and material\" width=\"1000\" height=\"1250\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rv-mobile-benefits\"\u003e\n      \u003cdiv class=\"rv-mobile-benefit\"\u003e\n        \u003cstrong\u003eInstant costume impact:\u003c\/strong\u003e Works with simple black clothing, robes or scarecrow outfits.\n      \u003c\/div\u003e\n      \u003cdiv class=\"rv-mobile-benefit\"\u003e\n        \u003cstrong\u003eLightweight construction:\u003c\/strong\u003e Approx. 135 g PU foam with open eye, nose and mouth areas.\n      \u003c\/div\u003e\n      \u003cdiv class=\"rv-mobile-benefit\"\u003e\n        \u003cstrong\u003eAdjustable fit:\u003c\/strong\u003e Elastic back strap designed for many adult head sizes.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- DESKTOP PRODUCT DETAILS --\u003e\n  \u003cdiv class=\"rv-desktop-specs\"\u003e\n    \u003ch2 class=\"rv-mask-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cdiv class=\"rv-mask-specs\"\u003e\n      \u003cdiv class=\"rv-mask-spec\"\u003e\n        \u003cstrong\u003eMaterial\u003c\/strong\u003e\n        \u003cspan\u003ePU foam; made without latex according to the product specification.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rv-mask-spec\"\u003e\n        \u003cstrong\u003eApprox. Weight\u003c\/strong\u003e\n        \u003cspan\u003e135 g \/ 4.8 oz.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rv-mask-spec\"\u003e\n        \u003cstrong\u003eApprox. Size\u003c\/strong\u003e\n        \u003cspan\u003e30 × 28 × 7.5 cm \/ 11.8 × 11.0 × 3.0 in.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rv-mask-spec\"\u003e\n        \u003cstrong\u003eFit\u003c\/strong\u003e\n        \u003cspan\u003eAdjustable elastic back strap; designed for many adult head sizes.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rv-mask-spec\"\u003e\n        \u003cstrong\u003eFace Openings\u003c\/strong\u003e\n        \u003cspan\u003eOpen eye, nose and mouth areas.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rv-mask-spec\"\u003e\n        \u003cstrong\u003ePackage Includes\u003c\/strong\u003e\n        \u003cspan\u003eThe quantity included in your selected offer: 1, 2, 3 or 5 Pumpkin Skull Horror Masks.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MOBILE PRODUCT DETAILS: COLLAPSED BY DEFAULT --\u003e\n  \u003cdiv class=\"rv-mobile-content rv-mask-accordion\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eProduct details and measurements\u003c\/summary\u003e\n      \u003cdiv class=\"rv-mask-answer\"\u003e\n        \u003cstrong\u003eMaterial:\u003c\/strong\u003e PU foam; made without latex according to the product specification.\u003cbr\u003e\n        \u003cstrong\u003eWeight:\u003c\/strong\u003e Approx. 135 g \/ 4.8 oz.\u003cbr\u003e\n        \u003cstrong\u003eSize:\u003c\/strong\u003e Approx. 30 × 28 × 7.5 cm \/ 11.8 × 11.0 × 3.0 in.\u003cbr\u003e\n        \u003cstrong\u003eFit:\u003c\/strong\u003e Adjustable elastic back strap for many adult head sizes.\u003cbr\u003e\n        \u003cstrong\u003ePackage:\u003c\/strong\u003e The quantity included in the selected offer: 1, 2, 3 or 5 masks.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"rv-mask-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"rv-mask-accordion\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the mask made from?\u003c\/summary\u003e\n      \u003cdiv class=\"rv-mask-answer\"\u003e\n        It is made from lightweight PU foam. The product specification describes the material as latex-free.\n        Customers with known material sensitivities should review the product information before use.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWill it fit me?\u003c\/summary\u003e\n      \u003cdiv class=\"rv-mask-answer\"\u003e\n        The adjustable elastic strap is designed for many adult head sizes. Fit varies by head shape,\n        hairstyle, glasses and costume accessories, so review the listed measurements before ordering.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I see and breathe while wearing it?\u003c\/summary\u003e\n      \u003cdiv class=\"rv-mask-answer\"\u003e\n        The design has openings around the eyes, nose and mouth. Visibility and airflow vary by wearer.\n        Remove it if vision or breathing feels restricted, and use extra care in low light or around obstacles.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should I clean and store it?\u003c\/summary\u003e\n      \u003cdiv class=\"rv-mask-answer\"\u003e\n        Wipe gently with a soft, slightly damp cloth and air-dry fully. Do not machine wash, soak, bleach\n        or expose it to high heat. Store without heavy objects pressing on the sculpted surface.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat arrives, and how does shipping work?\u003c\/summary\u003e\n      \u003cdiv class=\"rv-mask-answer\"\u003e\n        Your package matches the offer selected above: Buy 1 includes 1 mask; Buy 2 — Save 20% includes 2 masks;\n        Buy 3 — Save 25% includes 3 masks; and Buy 4 Get 1 Free includes 5 masks total.\n        Orders under $45.98 are charged $5.99 shipping. Orders totaling $45.98 or more qualify for free shipping.\n        Final destination-specific information is shown at checkout.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rv-mask-note\"\u003e\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e Costume accessory only—not protective equipment. Keep away from open flames\n    and heat. Do not drive or perform hazardous activities while wearing it.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Buy 1-Perfect for One","offer_id":44476551561304,"sku":"C031260729PSMK-ORANGE-1PC","price":27.99,"currency_code":"USD","in_stock":true},{"title":"Buy 2-Perfect for Couples \u0026 Besties","offer_id":44476551626840,"sku":"C031260729PSMK-ORANGE-2PCS","price":46.98,"currency_code":"USD","in_stock":true},{"title":"Buy 3-Squad Up \u0026 Save","offer_id":44476551659608,"sku":"C031260729PSMK-ORANGE-3PCS","price":63.97,"currency_code":"USD","in_stock":true},{"title":"Buy 4-The Ultimate Halloween Party Pack","offer_id":44476720545880,"sku":"C031260729PSMK-ORANGE-5PCS","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0734\/6208\/7768\/files\/ChatGPT_Image_Jul_29_2026_12_58_37_PM.png?v=1785344545","url":"https:\/\/roamvilde.com\/products\/halloween-pumpkin-skull-mask","provider":"Roamvilde","version":"1.0","type":"link"}