{"product_id":"qavrilo-ghost-pumpkin-candy-bowl","title":"QAVRILO Ghost \u0026 Pumpkin Candy Bowl","description":"\u003cstyle\u003e\n  \/* ===== 全店统一颜色 ===== *\/\n  .qv-ghost {\n    --qv-bg: #fffaf3;\n    --qv-card: #ffffff;\n    --qv-text: #392b23;\n    --qv-muted: #726257;\n    --qv-accent: #b94d20;\n    --qv-dark: #29231f;\n    --qv-border: #e9dccb;\n  }\n\n  .qv-ghost,\n  .qv-ghost * {\n    box-sizing: border-box;\n  }\n\n  .qv-ghost {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--qv-bg);\n    color: var(--qv-text);\n    font-family: Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .qv-ghost .qv-section {\n    padding: 36px 24px;\n  }\n\n  .qv-ghost .qv-center {\n    text-align: center;\n  }\n\n  .qv-ghost .qv-eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--qv-accent);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .qv-ghost h2,\n  .qv-ghost h3 {\n    color: var(--qv-text);\n    font-family: Georgia, serif;\n    font-weight: 400;\n    line-height: 1.2;\n    text-transform: none;\n  }\n\n  .qv-ghost h2 {\n    margin: 0 0 20px;\n    font-size: clamp(28px, 4vw, 42px);\n  }\n\n  .qv-ghost h3 {\n    margin: 0 0 10px;\n    font-size: 22px;\n  }\n\n  .qv-ghost p {\n    margin: 0 0 18px;\n  }\n\n  .qv-ghost p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qv-ghost .qv-copy {\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .qv-ghost .qv-muted {\n    color: var(--qv-muted);\n  }\n\n  .qv-ghost .qv-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 24px;\n  }\n\n  .qv-ghost .qv-tag {\n    padding: 7px 13px;\n    border: 1px solid var(--qv-border);\n    border-radius: 30px;\n    font-size: 12px;\n  }\n\n  \/* 上传图片后删除整个占位框，并在原位置插入对应图片 *\/\n  .qv-ghost .qv-image-slot {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 180px;\n    margin: 0;\n    padding: 28px;\n    border: 2px dashed var(--qv-border);\n    background: #f3ece2;\n    color: var(--qv-muted);\n    font-size: 15px;\n    line-height: 1.7;\n    text-align: center;\n  }\n\n  .qv-ghost img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  .qv-ghost .qv-cards {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 26px;\n  }\n\n  .qv-ghost .qv-card {\n    padding: 22px;\n    border: 1px solid var(--qv-border);\n    border-radius: 12px;\n    background: var(--qv-card);\n  }\n\n  .qv-ghost .qv-number {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--qv-accent);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  .qv-ghost .qv-card p {\n    color: var(--qv-muted);\n    font-size: 14px;\n  }\n\n  .qv-ghost .qv-light-details,\n  .qv-ghost .qv-details {\n    width: 100%;\n    max-width: 720px;\n    margin: 24px auto 0;\n  }\n\n  .qv-ghost .qv-row {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);\n    gap: 20px;\n    align-items: start;\n    padding: 15px 0;\n    border-bottom: 1px solid var(--qv-border);\n  }\n\n  .qv-ghost .qv-row:first-child {\n    border-top: 1px solid var(--qv-border);\n  }\n\n  .qv-ghost .qv-row dt {\n    color: var(--qv-text);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .qv-ghost .qv-row dd {\n    margin: 0;\n    color: var(--qv-muted);\n    font-size: 14px;\n    text-align: right;\n    overflow-wrap: anywhere;\n  }\n\n  .qv-ghost .qv-dark {\n    background: var(--qv-dark);\n    color: #fff5e8;\n  }\n\n  .qv-ghost .qv-dark h2 {\n    color: #fff5e8;\n  }\n\n  .qv-ghost .qv-dark .qv-eyebrow {\n    color: #efb678;\n  }\n\n  .qv-ghost .qv-dark .qv-row {\n    border-color: rgba(255, 255, 255, 0.16);\n  }\n\n  .qv-ghost .qv-dark .qv-row dt {\n    color: #d8c0a9;\n  }\n\n  .qv-ghost .qv-dark .qv-row dd {\n    color: #fff5e8;\n  }\n\n  @media (max-width: 700px) {\n    .qv-ghost {\n      font-size: 15px;\n    }\n\n    .qv-ghost .qv-section {\n      padding: 28px 18px;\n    }\n\n    .qv-ghost .qv-cards {\n      grid-template-columns: 1fr;\n    }\n\n    .qv-ghost .qv-row {\n      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);\n      gap: 12px;\n      padding: 14px 0;\n    }\n\n    .qv-ghost .qv-row dt,\n    .qv-ghost .qv-row dd {\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qv-ghost\"\u003e\n\u003c!-- ===== 01：产品开场 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003e QAVRILO · Halloween Collection \u003c\/span\u003e\n\u003ch2\u003eA Little Ghost.\u003cbr\u003eA Sweeter Halloween.\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eMeet a cheerful companion for your October home. The QAVRILO Ghost \u0026amp; Pumpkin Candy Bowl pairs a smiling ivory ghost with a pumpkin-orange bowl, bringing a playful touch to your seasonal display.\u003c\/p\u003e\n\u003cp class=\"qv-muted\"\u003eFrom a welcoming entryway to a festive party table, this friendly face makes a simple candy corner feel like part of the celebration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-tags\"\u003e\n\u003cspan class=\"qv-tag\"\u003eFriendly Ghost Design\u003c\/span\u003e \u003cspan class=\"qv-tag\"\u003ePumpkin-Shaped Bowl\u003c\/span\u003e \u003cspan class=\"qv-tag\"\u003eQAVRILO Signature\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"qv-image-slot\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/7544\/6209\/files\/QAVRILO-01-main-01.png?v=1789746950\" alt=\"\"\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 02：家居场景 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003eA Seasonal Welcome\u003c\/span\u003e\n\u003ch2\u003eGive Your Entryway\u003cbr\u003ea Friendly Little Host\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eSet the mood before the party even begins. Place your ghost on an entryway console with a few autumn accents for a Halloween greeting that feels warm and inviting.\u003c\/p\u003e\n\u003cp class=\"qv-muted\"\u003eThe ivory silhouette and orange pumpkin bring familiar fall colors together. Style it beside miniature pumpkins and dried foliage, or let it stand on its own for a simpler seasonal look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"qv-image-slot\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/7544\/6209\/files\/QAVRILO-01-detail-03.png?v=1789746946\" alt=\"\"\u003e\u003cbr\u003e玄关场景详情图\u003c\/div\u003e\n\u003c!-- ===== 03：设计细节 ===== --\u003e\n\u003csection class=\"qv-section\"\u003e\n\u003cdiv class=\"qv-center\"\u003e\n\u003cspan class=\"qv-eyebrow\"\u003eLook a Little Closer\u003c\/span\u003e\n\u003ch2\u003eSmall Details.\u003cbr\u003ePlenty of Personality.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp class=\"qv-center\"\u003eA gently curved head, rounded arms, and softly flowing folds give this little ghost its character. The pumpkin’s smiling face echoes the expression above it, bringing the whole design together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-cards\"\u003e\n\u003cdiv class=\"qv-card\"\u003e\n\u003cspan class=\"qv-number\"\u003e01 \/ THE EXPRESSION\u003c\/span\u003e\n\u003ch3\u003eA Softer Side of Spooky\u003c\/h3\u003e\n\u003cp\u003eOval eyes and a gentle smile create a cheerful Halloween look with just the right amount of whimsy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-card\"\u003e\n\u003cspan class=\"qv-number\"\u003e02 \/ THE SHAPE\u003c\/span\u003e\n\u003ch3\u003eA Classic Pumpkin Twist\u003c\/h3\u003e\n\u003cp\u003eCurved ribs and a jack-o’-lantern face turn the open bowl into a decorative feature of its own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-card\"\u003e\n\u003cspan class=\"qv-number\"\u003e03 \/ THE SIGNATURE\u003c\/span\u003e\n\u003ch3\u003eFinished with QAVRILO\u003c\/h3\u003e\n\u003cp\u003eThe brand name sits on the front of the dark base, adding a subtle finishing detail to the display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"qv-image-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/7544\/6209\/files\/QAVRILO-01-detail-02.png?v=1789746946\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ===== 04：材质介绍 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003eMaterial \u0026amp; Finish\u003c\/span\u003e\n\u003ch2\u003eTexture, Color\u003cbr\u003e\u0026amp; Sculpted Detail\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eMade from glazed dolomite ceramic, this decorative candy bowl combines a solid sculpted form with a smooth, glossy surface. The material gives the piece a substantial tabletop presence while preserving the rounded contours and expressive details of the design.\u003c\/p\u003e\n\u003cp class=\"qv-muted\"\u003eThe ivory ghost and pumpkin-orange bowl create a warm seasonal contrast. Sculpted folds and pumpkin ribbing add visual depth, while the charcoal base completes the silhouette with the QAVRILO name at the front.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003ePrimary MaterialGlazed dolomite ceramic\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eSurface FinishSmooth glossy glaze\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eBase MaterialIntegrated dolomite ceramic base\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eColor PaletteIvory, pumpkin orange \u0026amp; charcoal\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 05：摆放搭配 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003eFind Its Favorite Spot\u003c\/span\u003e\n\u003ch2\u003eOne Character.\u003cbr\u003eSo Many Ways to Style It.\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eGive it a place on a sideboard, an entry table, or your Halloween treat station. The bowl sits in front of the ghost’s body, keeping both the playful face and pumpkin shape in view.\u003c\/p\u003e\n\u003cp class=\"qv-muted\"\u003ePair the orange and ivory with dark table linens for a classic Halloween setting, or choose warm wood and neutral accents for a cozy autumn arrangement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"qv-image-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/7544\/6209\/files\/QAVRILO-01-detail-03.png?v=1789746946\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ===== 06：尺寸与重量 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003eDimensions \u0026amp; Weight\u003c\/span\u003e\n\u003ch2\u003ePlan Its Place\u003cbr\u003ein Your Home\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eIts balanced tabletop proportions make it suitable for an entryway console, dining table, kitchen counter, or seasonal display shelf. Leave a little space around the piece so the complete ghost silhouette remains visible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eOverall Height10.2 in \/ 25.9 cm\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eOverall Width10.6 in \/ 26.9 cm\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eOverall Depth7.1 in \/ 18.0 cm\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eBowl Opening8.0 × 6.2 in \/ 20.3 × 15.7 cm\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eInterior Bowl Depth3.1 in \/ 7.9 cm\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eNet Weight3.9 lb \/ 1.77 kg\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"qv-image-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/7544\/6209\/files\/QAVRILO-01-main-06.png?v=1789746950\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ===== 07：聚会及送礼场景 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003e Gather Around Something Sweet \u003c\/span\u003e\n\u003ch2\u003eA Cheerful Stop\u003cbr\u003eon the Treat Table\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eFill the bowl with individually wrapped treats and bring a little personality to your Halloween gathering. It creates a clear spot for something sweet while becoming part of the table’s seasonal decor.\u003c\/p\u003e\n\u003cp class=\"qv-muted\"\u003eThe ghost-and-pumpkin pairing also makes a playful seasonal gift for friends, hosts, and anyone who enjoys decorating their home for October.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"qv-image-slot\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/7544\/6209\/files\/QAVRILO-01-main-05.png?v=1789746950\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ===== 08：产品参数汇总 ===== --\u003e\n\u003csection class=\"qv-section qv-dark\"\u003e\u003cspan class=\"qv-eyebrow\"\u003e The Details at a Glance \u003c\/span\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"qv-row\"\u003eProductGhost \u0026amp; Pumpkin Candy Bowl\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eBrandQAVRILO\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eMaterialGlazed dolomite ceramic\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eDesignSmiling ghost holding a pumpkin-shaped bowl\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003ePlacementIndoor tabletop display\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003eConstructionOne-piece freestanding design\u003c\/div\u003e\n\u003cdiv class=\"qv-row\"\u003ePackage Contents1 × Ghost \u0026amp; Pumpkin Candy Bowl\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 09：保养说明 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003eCare Instructions\u003c\/span\u003e\n\u003ch2\u003eKeep It Looking\u003cbr\u003eIts Seasonal Best\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eWipe the surface gently with a soft, dry cloth. Avoid abrasive cleaners, harsh chemicals, and rough scrubbing tools that may damage the glazed finish.\u003c\/p\u003e\n\u003cp class=\"qv-muted\"\u003eHandle the ceramic piece carefully when moving or storing it. Keep it on a stable, level indoor surface and protect it from impacts or sudden drops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 10：结尾 ===== --\u003e\n\u003csection class=\"qv-section qv-center\"\u003e\u003cspan class=\"qv-eyebrow\"\u003e Make October Feel Special \u003c\/span\u003e\n\u003ch2\u003eA Friendly Face.\u003cbr\u003eA Festive Finishing Touch.\u003c\/h2\u003e\n\u003cdiv class=\"qv-copy\"\u003e\n\u003cp\u003eA welcoming entryway, a table ready for guests, and a little corner filled with fall color—sometimes one playful detail brings the whole scene together. Make this QAVRILO ghost part of your Halloween story.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":50620439920833,"sku":null,"price":52.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0873\/7544\/6209\/files\/QAVRILO-01-main-05.png?v=1789746950","url":"https:\/\/qavrilo.com\/products\/qavrilo-ghost-pumpkin-candy-bowl","provider":"My Store","version":"1.0","type":"link"}