{"product_id":"pocketed-ruffled-kitchen-skirt","title":"Pocketed Ruffled Kitchen Skirt","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5a7052;\n      --primary-hover: #45543e;\n      --text-main: #2c322a;\n      --text-sub: #555d52;\n      --bg-body: #faf8f5;\n      --bg-card: #ffffff;\n      --bg-soft: #f2efe9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(90, 112, 82, 0.05);\n      --shadow-lg: 0 8px 24px rgba(90, 112, 82, 0.1);\n      --border-color: #e3ded5;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question,\n    .product-detail-container .compare-title,\n    .product-detail-container .scenario-title {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Spacing System *\/\n    .pd-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Universal Non-clickable Badges \u0026 Tags *\/\n    .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff !important;\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-weight: 500;\n      margin-bottom: 16px;\n      text-transform: uppercase;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 14px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main) !important;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Image Rules *\/\n    .img-wrapper {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      background-color: var(--bg-soft);\n      border: 1px dashed var(--border-color);\n      box-sizing: border-box;\n      padding: 40px 20px;\n      text-align: center;\n      margin-bottom: 20px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: 24px;\n    }\n    \n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Compare Section *\/\n    .pd-compare-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      align-items: center;\n    }\n\n    \/* Scenario Grid *\/\n    .pd-scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    \/* Feature Items *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table-wrapper {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 18px 24px;\n    }\n\n    \/* FAQ Section *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      margin-bottom: 8px !important;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Responsive Lock \u0026 Rules *\/\n    @media (min-width: 768px) {\n      .pd-compare-grid {\n        grid-template-columns: 1.2fr 1fr;\n      }\n\n      .pd-scenario-grid {\n        grid-template-columns: 1.2fr 1fr;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important; \/* Force Image First, Text Second *\/\n      }\n\n      .feature-media {\n        order: -1;\n      }\n\n      \/* Safe Specifications Table Mobile View *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 16px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Decorative Kitchen Appliance Handle Skirt\/Curtain with Pockets\n  Target Audience: Cozy home lovers, cottagecore decor enthusiasts, farmhouse kitchen fans\n  Visual Style: Warm, rustic, cottage-inspired, soft botanical\n  Color Strategy: Soft oatmeal cream background (#FAF8F5), sage forest green accents (#5A7052), deep charcoal-olive text (#2C322A)\n  Module Order: Hero -\u003e Compare (Before\/After) -\u003e Scenarios -\u003e Feature 1 (Details) -\u003e Feature 2 (Practical Pockets) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_5, Compare=detail_3, Scenarios=detail_1, Feature1=detail_4, Feature2=detail_2\n  Specification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Included (image_3 explicitly presents \"Before\" and \"After\" installation states)\n  Information Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003cheader class=\"pd-hero pd-section\"\u003e\u003cspan class=\"badge\"\u003eCozy Cottage Style\u003c\/span\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003ch1\u003eCottage Charm, Instantly\u003c\/h1\u003e\n\n\u003cp\u003eDelicate mushroom botanicals and a soft ruffled hem bring warm, vintage-inspired character to any kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911140449\/0d1f74b8e46778b1cc7836d9a3d6dfe2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-compare-grid\"\u003e\n\u003cdiv class=\"pd-compare-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911140008\/036d7bcae979d0459118595265ee8b70.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-compare-copy\"\u003e\n\u003ch2 class=\"compare-title\"\u003eTransform Your Kitchen Appliances\u003c\/h2\u003e\n\n\u003cp\u003eSoft linen-blend texture instantly covers cold, clinical steel or dated door panels. It helps soften the visual aesthetic of your space while keeping high-frequency tools easily accessible and neatly stored.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eDecorates Metal Doors\u003c\/span\u003e \u003cspan class=\"tag\"\u003eProtects from Stains\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHides Scratches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. OPTIONAL SCENARIO SECTION --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-scenario-grid\"\u003e\n\u003cdiv class=\"pd-scenario-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911140008\/f5c7d5c0c392c995abcd1c71d18e2109.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-scenario-copy\"\u003e\n\u003ch2 class=\"scenario-title\"\u003eOne Skirt, Many Places\u003c\/h2\u003e\n\n\u003cp\u003eUnleash endless possibilities with adjustable design fits that secure directly to your everyday household grab rails:\u003c\/p\u003e\n\n\u003cul style=\"padding-left: 20px; margin: 16px 0 0 0;\"\u003e\n\t\u003cli style=\"margin-bottom: 12px;\"\u003e\n\u003cstrong\u003eOven Handle:\u003c\/strong\u003e Adds rustic charm while keeping cooking spoons and cloths handy.\u003c\/li\u003e\n\t\u003cli style=\"margin-bottom: 12px;\"\u003e\n\u003cstrong\u003eDishwasher Handle:\u003c\/strong\u003e Softens clinical appliance surfaces and catches water drops.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eCabinet Rail:\u003c\/strong\u003e Instantly upgrades standard cabinet frames with warm country character.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"pd-section\" style=\"display: flex; flex-direction: column; gap: clamp(2rem, 5vw, 4rem);\"\u003e\u003c!-- Feature 1: Material \u0026 Attachment --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911140008\/c1beb786bde76832deef2d09c5741893.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eThoughtful Details, Made to Last\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeaturing premium linen-blend texture that offers soft breathability and natural rustic appeal. Double-layered edges with reinforced stitching ensure durable performance through daily culinary tasks.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eLinen-Blend Texture\u003c\/span\u003e \u003cspan class=\"tag\"\u003eReinforced Seams\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMachine Washable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Tie-On and Pockets Detail --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911140008\/5a3ac0d36823fa9bd67a5b46d7a9710d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePretty Meets Highly Practical\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with top ties to easily tie clean, elegant bows around standard handle bars. The symmetric double square pockets offer storage for wooden spoons, whisks, brushing pads, or hand-wiping rags.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eBow-Tie Top Tabs\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSymmetric Double Pockets\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSoft Ruffled Hem\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- E. SPECIFICATIONS --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Sizes Available\"\u003e\u003cspan class=\"spec-value\"\u003eLarge (for Oven \u0026amp; Dishwasher), Small (for Microwave \u0026amp; Cabinet Rails)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Patterns\"\u003e\u003cspan class=\"spec-value\"\u003eBotanical Mushroom, Pine Needle, Autumn Pumpkin\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting Style\"\u003e\u003cspan class=\"spec-value\"\u003eAdjustable Bow-Tie Top Straps (Tool-Free Handle Mounting)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Storage Design\"\u003e\u003cspan class=\"spec-value\"\u003eSymmetric Double Front Utility Pockets\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hem Finish\"\u003e\u003cspan class=\"spec-value\"\u003eSoft Pleated Ruffle Hem \u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003e\u003cspan class=\"spec-value\"\u003eEasy machine washing with like colors\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- F. FAQ --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌿 How do I install this decorative handle skirt?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eInstallation is completely tool-free. Simply loop the built-in top straps over your appliance door handles or cabinet hanging rails, and tie them securely into bows to let the fabric panel drape naturally.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🧺 How should I wash and care for this product?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe durable fabric is machine washable. Simply toss it into the washing machine to remove any standard kitchen grease, splash stains, or cooking oils, maintaining a clean, cozy look.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e📐 What sizes do these decorative curtains come in?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThey are available in two convenient sizes: the Large size is ideal for wider standard home kitchen ovens and dishwasher door handles, while the Small size is perfectly proportioned for microwave doors or single-cabinet handles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Forest Mushroom \/ Small \/ 1-Pack (Kitchen Essential)","offer_id":46192142942399,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Harvest Pumpkin \/ Small \/ 1-Pack (Kitchen Essential)","offer_id":46192142975167,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Botanical Pine \/ Small \/ 1-Pack (Kitchen Essential)","offer_id":46192143007935,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Forest Mushroom \/ Large \/ 1-Pack (Kitchen Essential)","offer_id":46192143040703,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Harvest Pumpkin \/ Large \/ 1-Pack (Kitchen Essential)","offer_id":46192143073471,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Botanical Pine \/ Large \/ 1-Pack (Kitchen Essential)","offer_id":46192143106239,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Forest Mushroom \/ Small \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46192143139007,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Forest Mushroom \/ Large \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46192143171775,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Harvest Pumpkin \/ Small \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46192143204543,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Harvest Pumpkin \/ Large \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46192143237311,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Botanical Pine \/ Small \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46192143270079,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Botanical Pine \/ Large \/ 2-Pack (Most Popular - 10% OFF)","offer_id":46192143302847,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/0d1f74b8e46778b1cc7836d9a3d6dfe2_2f100f69-8526-4fcb-86d3-8a29e13e89d2.jpg?v=1789107377","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/pocketed-ruffled-kitchen-skirt","provider":"Bak","version":"1.0","type":"link"}