{"product_id":"easy-clean-microwave-splash-guard","title":"Easy Clean Microwave Splash Guard","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) *\/    .product-detail-container {      --primary: #1A1A1A;      --primary-hover: #333333;      --text-main: #2C3E50;      --text-sub: #596A7A;      --bg-body: #FFFFFF;      --bg-card: #F8F9FA;      --border-color: #E2E8F0;      --radius-md: 10px;      --radius-lg: 18px;      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);      \/* Typography \u0026 Spacing System *\/      --spacing-section: clamp(2.5rem, 6vw, 5rem);      --spacing-module: clamp(2rem, 5vw, 4rem);            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      color: var(--text-main);      background-color: var(--bg-body);      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      line-height: 1.7;    }    .product-detail-container *,    .product-detail-container *::before,    .product-detail-container *::after {      box-sizing: inherit;    }    \/* Typography Scale *\/    .product-detail-container h1 {      font-size: clamp(32px, 4vw, 44px);      line-height: 1.2;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 700;      letter-spacing: -0.02em;    }    .product-detail-container h2 {      font-size: clamp(24px, 3vw, 32px);      line-height: 1.3;      color: var(--text-main);      margin: 0 0 1rem 0;      font-weight: 600;    }    .product-detail-container h3 {      font-size: clamp(20px, 2.5vw, 24px);      line-height: 1.4;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 600;    }    .product-detail-container p {      font-size: clamp(18px, 2vw, 20px);      color: var(--text-sub);      margin: 0 0 1.5rem 0;    }    \/* Badges (Non-interactive) *\/    .detail-badge-group {      display: flex;      flex-wrap: wrap;      gap: 12px;      margin-bottom: 2rem;    }    .detail-badge {      display: inline-flex;      align-items: center;      padding: 8px 16px;      background: var(--bg-card);      border: 1px solid var(--border-color);      border-radius: 30px;      font-size: 16px;      font-weight: 500;      color: var(--text-main);    }    \/* Image Protocol \u0026 Placeholders *\/    .detail-img-fluid {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-lg);      box-shadow: var(--shadow-sm);    }        .img-placeholder {      width: 100%;      background-color: var(--bg-card);      border-radius: var(--radius-lg);      display: flex;      align-items: center;      justify-content: center;      overflow: hidden;    }        .img-placeholder img {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-lg);      transition: transform 0.3s ease;    }        .img-placeholder:hover img {      transform: scale(1.02);    }    \/* Modules *\/    .hero-section {      text-align: center;      margin-top: 2rem;      margin-bottom: var(--spacing-section);    }    .hero-section .detail-badge-group {      justify-content: center;    }    \/* Z-Pattern Features *\/    .feature-list {      display: flex;      flex-direction: column;      gap: var(--spacing-section);      margin-bottom: var(--spacing-section);    }    .feature-item {      display: flex;      flex-direction: column;      gap: 2rem;      align-items: center;    }    .feature-media, .feature-copy {      width: 100%;    }    \/* Specs Table *\/    .specs-section {      margin-bottom: var(--spacing-section);    }    .specs-table-wrapper {      background: var(--bg-card);      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid transparent;\n      transition: border-color 0.2s ease;\n    }\n    .faq-item:hover {\n      border-color: var(--border-color);\n    }\n    .faq-question {\n      font-size: clamp(18px, 2.5vw, 22px);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .faq-answer {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n    \/* Desktop Enhancements (Z-Pattern \u0026 Table) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: var(--spacing-module);\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n      .specs-table th, .specs-table td {\n        padding: 1rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      .specs-table th {\n        font-weight: 600;\n        color: var(--primary);\n        width: 35%;\n      }\n      .specs-table tr:last-child td, .specs-table tr:last-child th {\n        border-bottom: none;\n      }\n    }\n    \/* Mobile Specs Table Lock (Card Based) *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--bg-card);\n        font-size: 16px;\n        text-align: right;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        text-align: left;\n        flex-basis: 40%;\n        margin-right: 1rem;\n      }\n    }\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003eGet the Best Microwave Splatter Cover for a Cleaner Kitchen!\u003c\/h1\u003e\n\u003ch2\u003eMake Mealtime Easier with Our Top-Notch Microwave Cover\u003c\/h2\u003e\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge\"\u003e🧼 Keeps Your Microwave Clean\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e💨 Steam Vents for Even Heating\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e📏 9.2-Inch Universal Fit\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e✋ Heat-Resistant Handle for Safe Lifting\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🧽 BPA-Free and Dishwasher Safe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\u003cdiv class=\"feature-item\"\u003e\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Keeps Your Microwave Clean\" ref\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cofik","offers":[{"title":"1 Cover (Standard)","offer_id":46229850489029,"sku":"0f3a316fE","price":56.99,"currency_code":"USD","in_stock":true},{"title":"🔥 Buy 2 (One for Home, One for the Office Breakroom)","offer_id":46229850521797,"sku":"eea08785E","price":56.99,"currency_code":"USD","in_stock":true},{"title":"Buy 3 (Family Pack \/ Gift for College Student) - Best Value","offer_id":46229850554565,"sku":"addb39ffE","price":56.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0783\/6414\/7909\/files\/c8817859d1d5c998c75a88204d9e993e.jpg?v=1778939115","url":"https:\/\/cofik.com\/products\/easy-clean-microwave-splash-guard","provider":"Cofik","version":"1.0","type":"link"}