{"product_id":"✨-adjustable-stove-gap-cover-keep-crumbs-grease-out","title":"✨ Adjustable Stove Gap Cover – Keep Crumbs \u0026 Grease Out","description":"\u003cstyle\u003e\n  \/* =========================================================\n     ADJUSTABLE STOVE GAP COVER — SHOPIFY CUSTOM LIQUID\n     Mobile First \/ Scoped CSS \/ Theme Compatible\n  ========================================================== *\/\n\n  #sgc-product-page,\n  #sgc-product-page * {\n    box-sizing: border-box;\n  }\n\n  #sgc-product-page {\n    --sgc-navy: #13243a;\n    --sgc-navy-2: #1d3552;\n    --sgc-blue: #168cd8;\n    --sgc-blue-light: #eaf6ff;\n    --sgc-orange: #f97316;\n    --sgc-orange-dark: #d9570b;\n    --sgc-green: #17875d;\n    --sgc-text: #17202a;\n    --sgc-muted: #596675;\n    --sgc-line: #dfe7ee;\n    --sgc-white: #ffffff;\n    --sgc-bg: #f5f8fa;\n    --sgc-soft: #eef3f6;\n    --sgc-radius: 22px;\n    --sgc-shadow: 0 16px 42px rgba(20, 42, 65, 0.11);\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--sgc-text) !important;\n    background: var(--sgc-white) !important;\n    font-family: Arial, Helvetica, sans-serif !important;\n    line-height: 1.55;\n    overflow: hidden;\n  }\n\n  #sgc-product-page h1,\n  #sgc-product-page h2,\n  #sgc-product-page h3,\n  #sgc-product-page h4,\n  #sgc-product-page p {\n    color: inherit;\n    margin-top: 0;\n  }\n\n  #sgc-product-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    border: 0;\n  }\n\n  #sgc-product-page .sgc-section {\n    padding: 54px 18px;\n  }\n\n  #sgc-product-page .sgc-container {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  #sgc-product-page .sgc-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 7px;\n    margin: 0 0 13px;\n    padding: 8px 13px;\n    border-radius: 999px;\n    background: #fff0e7 !important;\n    color: #b94306 !important;\n    font-size: 12px !important;\n    font-weight: 800 !important;\n    line-height: 1.2;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n  }\n\n  #sgc-product-page .sgc-heading {\n    margin: 0 0 15px;\n    color: var(--sgc-text) !important;\n    font-size: clamp(28px, 7vw, 48px) !important;\n    line-height: 1.08 !important;\n    font-weight: 850 !important;\n    letter-spacing: -1px;\n  }\n\n  #sgc-product-page .sgc-subheading {\n    max-width: 720px;\n    margin: 0 auto;\n    color: var(--sgc-muted) !important;\n    font-size: 16px !important;\n    line-height: 1.65 !important;\n  }\n\n  #sgc-product-page .sgc-center {\n    text-align: center;\n  }\n\n  \/* 1:1 image container — no text overlay *\/\n  #sgc-product-page .sgc-image-square {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    background: #edf1f4 !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: var(--sgc-radius);\n    box-shadow: var(--sgc-shadow);\n  }\n\n  #sgc-product-page .sgc-image-square img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  #sgc-product-page .sgc-image-square.sgc-contain img {\n    object-fit: contain;\n    padding: 8px;\n    background: #f6f8fa !important;\n  }\n\n  \/* HERO *\/\n  #sgc-product-page .sgc-hero {\n    padding: 22px 18px 48px;\n    background:\n      radial-gradient(circle at 90% 10%, rgba(22, 140, 216, 0.15), transparent 34%),\n      linear-gradient(145deg, #f7fbff 0%, #edf5f9 100%) !important;\n  }\n\n  #sgc-product-page .sgc-hero-grid {\n    display: grid;\n    gap: 28px;\n    align-items: center;\n  }\n\n  #sgc-product-page .sgc-hero-copy {\n    text-align: center;\n  }\n\n  #sgc-product-page .sgc-offer {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 14px;\n    padding: 8px 14px;\n    color: #ffffff !important;\n    background: var(--sgc-orange) !important;\n    border-radius: 999px;\n    font-size: 12px !important;\n    font-weight: 800 !important;\n    letter-spacing: 1px;\n  }\n\n  #sgc-product-page .sgc-hero-title {\n    margin: 0 0 15px;\n    color: var(--sgc-navy) !important;\n    font-size: clamp(34px, 9vw, 62px) !important;\n    line-height: 1.02 !important;\n    font-weight: 900 !important;\n    letter-spacing: -1.6px;\n  }\n\n  #sgc-product-page .sgc-hero-title span {\n    color: var(--sgc-blue) !important;\n  }\n\n  #sgc-product-page .sgc-hero-lead {\n    max-width: 620px;\n    margin: 0 auto 21px;\n    color: #47596a !important;\n    font-size: 17px !important;\n    line-height: 1.6 !important;\n  }\n\n  #sgc-product-page .sgc-benefit-list {\n    display: grid;\n    gap: 10px;\n    max-width: 590px;\n    margin: 0 auto 25px;\n    text-align: left;\n  }\n\n  #sgc-product-page .sgc-benefit {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 11px 13px;\n    color: var(--sgc-text) !important;\n    background: rgba(255, 255, 255, 0.78) !important;\n    border: 1px solid rgba(203, 219, 230, 0.9);\n    border-radius: 13px;\n    font-size: 14px !important;\n    font-weight: 700 !important;\n  }\n\n  #sgc-product-page .sgc-check {\n    flex: 0 0 22px;\n    width: 22px;\n    height: 22px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n    border-radius: 50%;\n    color: #ffffff !important;\n    background: var(--sgc-green) !important;\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  #sgc-product-page .sgc-primary-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    min-height: 56px;\n    padding: 14px 25px;\n    border: 0 !important;\n    border-radius: 15px;\n    color: #ffffff !important;\n    background: linear-gradient(135deg, var(--sgc-orange), var(--sgc-orange-dark)) !important;\n    box-shadow: 0 12px 26px rgba(218, 83, 9, 0.25);\n    text-decoration: none !important;\n    font-size: 16px !important;\n    font-weight: 850 !important;\n    line-height: 1.2;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  #sgc-product-page .sgc-primary-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 15px 32px rgba(218, 83, 9, 0.32);\n  }\n\n  #sgc-product-page .sgc-mini-trust {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px 15px;\n    margin-top: 14px;\n    color: #5e6b76 !important;\n    font-size: 12px !important;\n    font-weight: 700 !important;\n  }\n\n  \/* QUICK BENEFITS *\/\n  #sgc-product-page .sgc-quick {\n    position: relative;\n    z-index: 3;\n    padding: 0 18px 38px;\n    background: #ffffff !important;\n  }\n\n  #sgc-product-page .sgc-quick-grid {\n    display: grid;\n    gap: 12px;\n    margin-top: -20px;\n  }\n\n  #sgc-product-page .sgc-quick-card {\n    display: grid;\n    grid-template-columns: 45px 1fr;\n    gap: 12px;\n    align-items: center;\n    padding: 16px;\n    background: #ffffff !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: 17px;\n    box-shadow: 0 10px 28px rgba(23, 43, 65, 0.08);\n  }\n\n  #sgc-product-page .sgc-icon {\n    width: 45px;\n    height: 45px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--sgc-blue) !important;\n    background: var(--sgc-blue-light) !important;\n    border-radius: 13px;\n    font-size: 22px;\n  }\n\n  #sgc-product-page .sgc-quick-card strong {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--sgc-text) !important;\n    font-size: 14px !important;\n  }\n\n  #sgc-product-page .sgc-quick-card span {\n    color: var(--sgc-muted) !important;\n    font-size: 12px !important;\n  }\n\n  \/* PAIN SECTION *\/\n  #sgc-product-page .sgc-pain {\n    background: var(--sgc-bg) !important;\n  }\n\n  #sgc-product-page .sgc-split {\n    display: grid;\n    gap: 30px;\n    align-items: center;\n  }\n\n  #sgc-product-page .sgc-copy-card {\n    padding: 25px 20px;\n    background: #ffffff !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: var(--sgc-radius);\n    box-shadow: var(--sgc-shadow);\n  }\n\n  #sgc-product-page .sgc-copy-card h2 {\n    margin: 0 0 14px;\n    color: var(--sgc-text) !important;\n    font-size: 29px !important;\n    line-height: 1.14 !important;\n    font-weight: 850 !important;\n  }\n\n  #sgc-product-page .sgc-copy-card p {\n    margin: 0 0 18px;\n    color: var(--sgc-muted) !important;\n    font-size: 15px !important;\n  }\n\n  #sgc-product-page .sgc-problem-list {\n    display: grid;\n    gap: 10px;\n  }\n\n  #sgc-product-page .sgc-problem-item {\n    display: flex;\n    gap: 10px;\n    padding: 12px;\n    color: #602d18 !important;\n    background: #fff5ee !important;\n    border-radius: 12px;\n    font-size: 14px !important;\n    font-weight: 700 !important;\n  }\n\n  \/* BEFORE \/ AFTER *\/\n  #sgc-product-page .sgc-before-after {\n    background: #ffffff !important;\n  }\n\n  #sgc-product-page .sgc-ba-grid {\n    display: grid;\n    gap: 18px;\n    margin-top: 30px;\n  }\n\n  #sgc-product-page .sgc-ba-card {\n    padding: 12px;\n    border-radius: var(--sgc-radius);\n  }\n\n  #sgc-product-page .sgc-ba-card.before {\n    background: #fff2ec !important;\n    border: 1px solid #f7d5c6;\n  }\n\n  #sgc-product-page .sgc-ba-card.after {\n    background: #eef9f4 !important;\n    border: 1px solid #cbe9dc;\n  }\n\n  #sgc-product-page .sgc-ba-label {\n    display: inline-flex;\n    margin: 4px 0 12px 4px;\n    padding: 6px 11px;\n    border-radius: 999px;\n    font-size: 12px !important;\n    font-weight: 850 !important;\n    letter-spacing: 0.7px;\n  }\n\n  #sgc-product-page .before .sgc-ba-label {\n    color: #a64017 !important;\n    background: #ffe0d2 !important;\n  }\n\n  #sgc-product-page .after .sgc-ba-label {\n    color: #116842 !important;\n    background: #d9f2e7 !important;\n  }\n\n  #sgc-product-page .sgc-ba-card h3 {\n    margin: 15px 5px 5px;\n    color: var(--sgc-text) !important;\n    font-size: 19px !important;\n  }\n\n  #sgc-product-page .sgc-ba-card p {\n    margin: 0 5px 8px;\n    color: var(--sgc-muted) !important;\n    font-size: 14px !important;\n  }\n\n  \/* FEATURES *\/\n  #sgc-product-page .sgc-features {\n    background: linear-gradient(180deg, #eef7fc 0%, #ffffff 100%) !important;\n  }\n\n  #sgc-product-page .sgc-feature-grid {\n    display: grid;\n    gap: 16px;\n    margin-top: 30px;\n  }\n\n  #sgc-product-page .sgc-feature-card {\n    padding: 22px 18px;\n    background: #ffffff !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: 18px;\n    box-shadow: 0 12px 30px rgba(23, 43, 65, 0.07);\n  }\n\n  #sgc-product-page .sgc-feature-number {\n    width: 42px;\n    height: 42px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n    color: #ffffff !important;\n    background: var(--sgc-blue) !important;\n    border-radius: 13px;\n    font-size: 16px !important;\n    font-weight: 900 !important;\n  }\n\n  #sgc-product-page .sgc-feature-card h3 {\n    margin: 0 0 7px;\n    color: var(--sgc-text) !important;\n    font-size: 18px !important;\n  }\n\n  #sgc-product-page .sgc-feature-card p {\n    margin: 0;\n    color: var(--sgc-muted) !important;\n    font-size: 14px !important;\n  }\n\n  \/* RANGE *\/\n  #sgc-product-page .sgc-range {\n    background: #ffffff !important;\n  }\n\n  #sgc-product-page .sgc-range-panel {\n    display: grid;\n    gap: 24px;\n    align-items: center;\n    padding: 20px;\n    background: #f5f8fa !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: 24px;\n  }\n\n  #sgc-product-page .sgc-range-copy h2 {\n    margin: 0 0 10px;\n    color: var(--sgc-navy) !important;\n    font-size: 29px !important;\n    line-height: 1.12 !important;\n  }\n\n  #sgc-product-page .sgc-range-copy p {\n    color: var(--sgc-muted) !important;\n    font-size: 15px !important;\n  }\n\n  #sgc-product-page .sgc-range-bar {\n    margin-top: 20px;\n    padding: 17px;\n    background: #ffffff !important;\n    border-radius: 15px;\n    border: 1px solid var(--sgc-line);\n  }\n\n  #sgc-product-page .sgc-range-line {\n    position: relative;\n    height: 10px;\n    margin: 18px 8px 10px;\n    background: #dce7ee !important;\n    border-radius: 999px;\n  }\n\n  #sgc-product-page .sgc-range-fill {\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(90deg, #84c8ef, var(--sgc-blue)) !important;\n    border-radius: 999px;\n  }\n\n  #sgc-product-page .sgc-range-labels {\n    display: flex;\n    justify-content: space-between;\n    color: var(--sgc-navy) !important;\n    font-size: 13px !important;\n    font-weight: 850 !important;\n  }\n\n  \/* HOW IT WORKS *\/\n  #sgc-product-page .sgc-how {\n    background: var(--sgc-bg) !important;\n  }\n\n  #sgc-product-page .sgc-steps {\n    display: grid;\n    gap: 15px;\n    margin-top: 30px;\n  }\n\n  #sgc-product-page .sgc-step {\n    display: grid;\n    grid-template-columns: 48px 1fr;\n    gap: 13px;\n    padding: 18px;\n    background: #ffffff !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: 17px;\n  }\n\n  #sgc-product-page .sgc-step-num {\n    width: 48px;\n    height: 48px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--sgc-blue) !important;\n    background: var(--sgc-blue-light) !important;\n    border-radius: 50%;\n    font-size: 18px !important;\n    font-weight: 900 !important;\n  }\n\n  #sgc-product-page .sgc-step h3 {\n    margin: 2px 0 5px;\n    color: var(--sgc-text) !important;\n    font-size: 17px !important;\n  }\n\n  #sgc-product-page .sgc-step p {\n    margin: 0;\n    color: var(--sgc-muted) !important;\n    font-size: 13px !important;\n  }\n\n  \/* LIFESTYLE *\/\n  #sgc-product-page .sgc-lifestyle {\n    background: #ffffff !important;\n  }\n\n  #sgc-product-page .sgc-lifestyle-grid {\n    display: grid;\n    gap: 22px;\n    align-items: center;\n  }\n\n  #sgc-product-page .sgc-lifestyle-copy {\n    padding: 24px 20px;\n    background: var(--sgc-blue-light) !important;\n    border-radius: var(--sgc-radius);\n  }\n\n  #sgc-product-page .sgc-lifestyle-copy h2 {\n    margin: 0 0 12px;\n    color: var(--sgc-navy) !important;\n    font-size: 29px !important;\n    line-height: 1.12 !important;\n  }\n\n  #sgc-product-page .sgc-lifestyle-copy p {\n    margin: 0 0 16px;\n    color: #4b6071 !important;\n    font-size: 15px !important;\n  }\n\n  #sgc-product-page .sgc-clean-list {\n    display: grid;\n    gap: 9px;\n  }\n\n  #sgc-product-page .sgc-clean-item {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    color: var(--sgc-text) !important;\n    font-size: 14px !important;\n    font-weight: 750 !important;\n  }\n\n  \/* SPECIFICATIONS *\/\n  #sgc-product-page .sgc-specs {\n    background: #f4f7f9 !important;\n  }\n\n  #sgc-product-page .sgc-spec-card {\n    max-width: 850px;\n    margin: 30px auto 0;\n    overflow: hidden;\n    background: #ffffff !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: var(--sgc-radius);\n    box-shadow: var(--sgc-shadow);\n  }\n\n  #sgc-product-page .sgc-spec-row {\n    display: grid;\n    grid-template-columns: 43% 57%;\n    border-bottom: 1px solid var(--sgc-line);\n  }\n\n  #sgc-product-page .sgc-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  #sgc-product-page .sgc-spec-label,\n  #sgc-product-page .sgc-spec-value {\n    padding: 14px 13px;\n    font-size: 13px !important;\n  }\n\n  #sgc-product-page .sgc-spec-label {\n    color: var(--sgc-navy) !important;\n    background: #edf5fa !important;\n    font-weight: 850 !important;\n  }\n\n  #sgc-product-page .sgc-spec-value {\n    color: var(--sgc-muted) !important;\n    background: #ffffff !important;\n    font-weight: 650 !important;\n  }\n\n  \/* TRUST *\/\n  #sgc-product-page .sgc-trust {\n    background: #ffffff !important;\n  }\n\n  #sgc-product-page .sgc-trust-grid {\n    display: grid;\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  #sgc-product-page .sgc-trust-card {\n    padding: 21px 18px;\n    text-align: center;\n    background: #f7fafb !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: 17px;\n  }\n\n  #sgc-product-page .sgc-trust-icon {\n    display: block;\n    margin-bottom: 9px;\n    font-size: 27px;\n  }\n\n  #sgc-product-page .sgc-trust-card h3 {\n    margin: 0 0 5px;\n    color: var(--sgc-text) !important;\n    font-size: 16px !important;\n  }\n\n  #sgc-product-page .sgc-trust-card p {\n    margin: 0;\n    color: var(--sgc-muted) !important;\n    font-size: 12px !important;\n  }\n\n  \/* FAQ *\/\n  #sgc-product-page .sgc-faq {\n    background: var(--sgc-bg) !important;\n  }\n\n  #sgc-product-page .sgc-faq-wrap {\n    display: grid;\n    gap: 11px;\n    max-width: 850px;\n    margin: 28px auto 0;\n  }\n\n  #sgc-product-page .sgc-faq details {\n    padding: 17px 18px;\n    background: #ffffff !important;\n    border: 1px solid var(--sgc-line);\n    border-radius: 14px;\n  }\n\n  #sgc-product-page .sgc-faq summary {\n    position: relative;\n    padding-right: 30px;\n    color: var(--sgc-text) !important;\n    font-size: 15px !important;\n    font-weight: 850 !important;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  #sgc-product-page .sgc-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  #sgc-product-page .sgc-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: -4px;\n    right: 0;\n    color: var(--sgc-blue) !important;\n    font-size: 23px;\n    font-weight: 700;\n  }\n\n  #sgc-product-page .sgc-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  #sgc-product-page .sgc-faq details p {\n    margin: 12px 0 0;\n    color: var(--sgc-muted) !important;\n    font-size: 13px !important;\n  }\n\n  \/* FINAL CTA *\/\n  #sgc-product-page .sgc-final {\n    padding: 54px 18px;\n    background:\n      radial-gradient(circle at 90% 10%, rgba(69, 158, 214, 0.22), transparent 35%),\n      linear-gradient(135deg, var(--sgc-navy), var(--sgc-navy-2)) !important;\n  }\n\n  #sgc-product-page .sgc-final-box {\n    max-width: 800px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  #sgc-product-page .sgc-final h2 {\n    margin: 0 0 13px;\n    color: #ffffff !important;\n    font-size: clamp(29px, 7vw, 44px) !important;\n    line-height: 1.1 !important;\n    font-weight: 900 !important;\n  }\n\n  #sgc-product-page .sgc-final p {\n    max-width: 620px;\n    margin: 0 auto 23px;\n    color: #d6e3ed !important;\n    font-size: 15px !important;\n  }\n\n  #sgc-product-page .sgc-final .sgc-primary-btn {\n    max-width: 430px;\n  }\n\n  #sgc-product-page .sgc-final-note {\n    display: block;\n    margin-top: 13px;\n    color: #b9cad7 !important;\n    font-size: 12px !important;\n    font-weight: 650 !important;\n  }\n\n  \/* DESKTOP *\/\n  @media screen and (min-width: 750px) {\n    #sgc-product-page .sgc-section {\n      padding: 76px 32px;\n    }\n\n    #sgc-product-page .sgc-hero {\n      padding: 48px 32px 70px;\n    }\n\n    #sgc-product-page .sgc-hero-grid {\n      grid-template-columns: 1.02fr 0.98fr;\n      gap: 54px;\n    }\n\n    #sgc-product-page .sgc-hero-copy {\n      text-align: left;\n    }\n\n    #sgc-product-page .sgc-hero-lead,\n    #sgc-product-page .sgc-benefit-list {\n      margin-left: 0;\n      margin-right: 0;\n    }\n\n    #sgc-product-page .sgc-primary-btn {\n      width: auto;\n      min-width: 310px;\n    }\n\n    #sgc-product-page .sgc-mini-trust {\n      justify-content: flex-start;\n    }\n\n    #sgc-product-page .sgc-quick {\n      padding: 0 32px 48px;\n    }\n\n    #sgc-product-page .sgc-quick-grid {\n      grid-template-columns: repeat(3, 1fr);\n      margin-top: -34px;\n    }\n\n    #sgc-product-page .sgc-split {\n      grid-template-columns: 1fr 1fr;\n      gap: 48px;\n    }\n\n    #sgc-product-page .sgc-ba-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    #sgc-product-page .sgc-feature-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    #sgc-product-page .sgc-range-panel {\n      grid-template-columns: 1fr 1fr;\n      padding: 28px;\n    }\n\n    #sgc-product-page .sgc-steps {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    #sgc-product-page .sgc-step {\n      grid-template-columns: 1fr;\n    }\n\n    #sgc-product-page .sgc-lifestyle-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 45px;\n    }\n\n    #sgc-product-page .sgc-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media screen and (min-width: 990px) {\n    #sgc-product-page .sgc-copy-card {\n      padding: 35px;\n    }\n\n    #sgc-product-page .sgc-lifestyle-copy {\n      padding: 38px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"sgc-product-page\"\u003e\n\u003c!-- ======================================================\n       HERO \/ ATTENTION\n  ======================================================= --\u003e\n\u003csection class=\"sgc-hero\"\u003e\n\u003cdiv class=\"sgc-container sgc-hero-grid\"\u003e\n\u003cdiv class=\"sgc-hero-copy\"\u003e\n\u003cdiv class=\"sgc-offer\"\u003e🔥 LIMITED TIME OFFER\u003c\/div\u003e\n\u003ch1 class=\"sgc-hero-title\"\u003eStop Food \u0026amp; Grease From Falling Into That \u003cspan\u003eImpossible Gap\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"sgc-hero-lead\"\u003eThe adjustable stainless steel gap cover seals the space between your stove and countertop—helping keep your kitchen cleaner without moving heavy appliances.\u003c\/p\u003e\n\u003cdiv class=\"sgc-benefit-list\"\u003e\n\u003cdiv class=\"sgc-benefit\"\u003e\n\u003cspan class=\"sgc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eExtends from 13.8\" to 27.4\" for a more flexible fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-benefit\"\u003e\n\u003cspan class=\"sgc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBlocks crumbs, oil splashes, spills and small objects\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-benefit\"\u003e\n\u003cspan class=\"sgc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDurable stainless steel surface wipes clean in seconds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Replace # with your purchase section anchor or product URL --\u003e \u003ca href=\"#sgc-final-order\" class=\"sgc-primary-btn\"\u003e Keep My Kitchen Gap Clean → \u003c\/a\u003e\n\u003cdiv class=\"sgc-mini-trust\"\u003e\n\u003cspan\u003e✓ Easy to Adjust\u003c\/span\u003e \u003cspan\u003e✓ No Complicated Installation\u003c\/span\u003e \u003cspan\u003e✓ Easy-Clean Surface\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 1: Hero product image, 1:1 --\u003e\n\u003cdiv class=\"sgc-image-square sgc-contain\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0841\/9167\/4593\/files\/1_43d23294-6623-4bfb-bd25-f7ca6efed56a.png?v=1785313081\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003csection class=\"sgc-quick\"\u003e\n\u003cdiv class=\"sgc-container sgc-quick-grid\"\u003e\n\u003cdiv class=\"sgc-quick-card\"\u003e\n\u003cspan class=\"sgc-icon\"\u003e↔\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAdjustable Length\u003c\/strong\u003e \u003cspan\u003eFits a wider range of stove and counter depths.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-quick-card\"\u003e\n\u003cspan class=\"sgc-icon\"\u003e🧽\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy To Clean\u003c\/strong\u003e \u003cspan\u003eSimply wipe the smooth metal surface after cooking.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-quick-card\"\u003e\n\u003cspan class=\"sgc-icon\"\u003e🛡\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDaily Gap Protection\u003c\/strong\u003e \u003cspan\u003eHelps stop crumbs, grease and utensils from falling.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       INTEREST \/ PAIN POINT\n  ======================================================= --\u003e\n\u003csection class=\"sgc-section sgc-pain\"\u003e\n\u003cdiv class=\"sgc-container sgc-split\"\u003e\n\u003c!-- IMAGE 2: Dirty stove gap problem, 1:1 --\u003e\n\u003cdiv class=\"sgc-image-square\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0841\/9167\/4593\/files\/2_acd0b5e8-b9e0-41b9-b4ee-30127ae8ed1c.png?v=1785313081\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sgc-copy-card\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eThe Hidden Kitchen Problem\u003c\/span\u003e\n\u003ch2\u003eWhat Falls Into The Gap Usually Stays There\u003c\/h2\u003e\n\u003cp\u003eCrumbs, cooking oil and small utensils can disappear between the stove and countertop, creating a dirty area that is difficult to reach without pulling out a heavy appliance.\u003c\/p\u003e\n\u003cdiv class=\"sgc-problem-list\"\u003e\n\u003cdiv class=\"sgc-problem-item\"\u003e\n\u003cspan\u003e✕\u003c\/span\u003e \u003cspan\u003eGrease and food residue collect out of sight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-problem-item\"\u003e\n\u003cspan\u003e✕\u003c\/span\u003e \u003cspan\u003eCleaning often requires moving the stove\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-problem-item\"\u003e\n\u003cspan\u003e✕\u003c\/span\u003e \u003cspan\u003eUtensils and bottle caps can fall into the gap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BEFORE \/ AFTER --\u003e\n\u003csection class=\"sgc-section sgc-before-after\"\u003e\n\u003cdiv class=\"sgc-container\"\u003e\n\u003cdiv class=\"sgc-center\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eBefore → After\u003c\/span\u003e\n\u003ch2 class=\"sgc-heading\"\u003eA Small Upgrade That Makes Cleaning Easier\u003c\/h2\u003e\n\u003cp class=\"sgc-subheading\"\u003eCover the open space before spills and crumbs have a chance to disappear beside your stove.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-ba-grid\"\u003e\n\u003cdiv class=\"sgc-ba-card before\"\u003e\n\u003cspan class=\"sgc-ba-label\"\u003eBEFORE\u003c\/span\u003e \u003c!-- IMAGE 3: Before image, 1:1 --\u003e\n\u003cdiv class=\"sgc-image-square\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0841\/9167\/4593\/files\/2_acd0b5e8-b9e0-41b9-b4ee-30127ae8ed1c.png?v=1785313081\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch3\u003eOpen, Messy Gap\u003c\/h3\u003e\n\u003cp\u003eCrumbs and spills fall into an area that is difficult to reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-ba-card after\"\u003e\n\u003cspan class=\"sgc-ba-label\"\u003eAFTER\u003c\/span\u003e \u003c!-- IMAGE 4: After installation, 1:1 --\u003e\n\u003cdiv class=\"sgc-image-square\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0841\/9167\/4593\/files\/3_9e0df4b5-7d04-4cec-9720-5c24c6452b66.png?v=1785313081\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch3\u003eCovered \u0026amp; Easier To Maintain\u003c\/h3\u003e\n\u003cp\u003eThe smooth surface catches everyday mess where you can wipe it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       DESIRE \/ CORE FEATURES\n  ======================================================= --\u003e\n\u003csection class=\"sgc-section sgc-features\"\u003e\n\u003cdiv class=\"sgc-container\"\u003e\n\u003cdiv class=\"sgc-center\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eDesigned For Everyday Kitchens\u003c\/span\u003e\n\u003ch2 class=\"sgc-heading\"\u003eSimple Protection Without A Complicated Remodel\u003c\/h2\u003e\n\u003cp class=\"sgc-subheading\"\u003eAn adjustable, reusable solution for one of the most frustrating cleaning spaces in the kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-feature-grid\"\u003e\n\u003cdiv class=\"sgc-feature-card\"\u003e\n\u003cspan class=\"sgc-feature-number\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eRetractable Fit\u003c\/h3\u003e\n\u003cp\u003eAdjust the length to better match the depth of your stove and countertop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-feature-card\"\u003e\n\u003cspan class=\"sgc-feature-number\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eStainless Steel Build\u003c\/h3\u003e\n\u003cp\u003eStrong metal construction offers a cleaner, more premium appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-feature-card\"\u003e\n\u003cspan class=\"sgc-feature-number\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eSmooth Finished Edges\u003c\/h3\u003e\n\u003cp\u003eFinished edges provide a cleaner look and more comfortable handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-feature-card\"\u003e\n\u003cspan class=\"sgc-feature-number\"\u003e04\u003c\/span\u003e\n\u003ch3\u003eWipe-Clean Surface\u003c\/h3\u003e\n\u003cp\u003eOil, crumbs and spills remain visible and easier to clean after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ADJUSTABLE SIZE --\u003e\n\u003csection class=\"sgc-section sgc-range\"\u003e\n\u003cdiv class=\"sgc-container\"\u003e\n\u003cdiv class=\"sgc-range-panel\"\u003e\n\u003c!-- IMAGE 5: Product dimension image, 1:1 --\u003e\n\u003cdiv class=\"sgc-image-square sgc-contain\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0841\/9167\/4593\/files\/4_e32fe187-24b1-435b-9165-bc7812835f80.png?v=1785313082\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sgc-range-copy\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eAdjustable Design\u003c\/span\u003e\n\u003ch2\u003eExtend It To Match Your Kitchen\u003c\/h2\u003e\n\u003cp\u003eThe retractable body adjusts from approximately 13.8 inches to 27.4 inches, helping it fit different countertop and appliance depths.\u003c\/p\u003e\n\u003cdiv class=\"sgc-range-bar\"\u003e\n\u003cdiv class=\"sgc-range-labels\"\u003e\n\u003cspan\u003e13.8\" Retracted\u003c\/span\u003e \u003cspan\u003e27.4\" Extended\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-range-line\"\u003e\n\u003cdiv class=\"sgc-range-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-range-labels\"\u003e\n\u003cspan\u003eCompact\u003c\/span\u003e \u003cspan\u003eAdjustable Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"sgc-section sgc-how\"\u003e\n\u003cdiv class=\"sgc-container\"\u003e\n\u003cdiv class=\"sgc-center\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eHow It Works\u003c\/span\u003e\n\u003ch2 class=\"sgc-heading\"\u003eSet It Up In 3 Simple Steps\u003c\/h2\u003e\n\u003cp class=\"sgc-subheading\"\u003eNo complicated construction or permanent kitchen modification needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-steps\"\u003e\n\u003cdiv class=\"sgc-step\"\u003e\n\u003cspan class=\"sgc-step-num\"\u003e1\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMeasure The Area\u003c\/h3\u003e\n\u003cp\u003eCheck the depth and available mounting area beside your stove.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-step\"\u003e\n\u003cspan class=\"sgc-step-num\"\u003e2\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjust The Length\u003c\/h3\u003e\n\u003cp\u003eExtend or retract the cover until it matches your kitchen layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-step\"\u003e\n\u003cspan class=\"sgc-step-num\"\u003e3\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCover The Gap\u003c\/h3\u003e\n\u003cp\u003ePosition it over the open space to help block everyday kitchen mess.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE --\u003e\n\u003csection class=\"sgc-section sgc-lifestyle\"\u003e\n\u003cdiv class=\"sgc-container sgc-lifestyle-grid\"\u003e\n\u003cdiv class=\"sgc-lifestyle-copy\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eCleaner Daily Cooking\u003c\/span\u003e\n\u003ch2\u003eSpend Less Time Cleaning Hard-To-Reach Spaces\u003c\/h2\u003e\n\u003cp\u003eKeep everyday mess on a visible, wipeable surface instead of letting it collect beside your appliance.\u003c\/p\u003e\n\u003cdiv class=\"sgc-clean-list\"\u003e\n\u003cdiv class=\"sgc-clean-item\"\u003e\n\u003cspan class=\"sgc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelps reduce trapped food residue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-clean-item\"\u003e\n\u003cspan class=\"sgc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelps keep the stove area looking organized\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-clean-item\"\u003e\n\u003cspan class=\"sgc-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eUseful for busy family kitchens and rental homes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 6: Lifestyle kitchen image, 1:1 --\u003e\n\u003cdiv class=\"sgc-image-square\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0841\/9167\/4593\/files\/6_300e3b57-636e-445f-82cd-04cf49bfbbc8.png?v=1785313081\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"sgc-section sgc-specs\"\u003e\n\u003cdiv class=\"sgc-container\"\u003e\n\u003cdiv class=\"sgc-center\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eProduct Details\u003c\/span\u003e\n\u003ch2 class=\"sgc-heading\"\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-card\"\u003e\n\u003cdiv class=\"sgc-spec-row\"\u003e\n\u003cdiv class=\"sgc-spec-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-value\"\u003eAdjustable Stove Gap Cover\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-row\"\u003e\n\u003cdiv class=\"sgc-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-value\"\u003eStainless Steel \/ Metal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-row\"\u003e\n\u003cdiv class=\"sgc-spec-label\"\u003eRetracted Length\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-value\"\u003eApprox. 35 cm \/ 13.8 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-row\"\u003e\n\u003cdiv class=\"sgc-spec-label\"\u003eExtended Length\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-value\"\u003eApprox. 69.8 cm \/ 27.4 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-row\"\u003e\n\u003cdiv class=\"sgc-spec-label\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-value\"\u003eApprox. 10 cm \/ 3.9 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-row\"\u003e\n\u003cdiv class=\"sgc-spec-label\"\u003eTop Width\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-value\"\u003eApprox. 2.7 cm \/ 1.06 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-row\"\u003e\n\u003cdiv class=\"sgc-spec-label\"\u003eRecommended Use\u003c\/div\u003e\n\u003cdiv class=\"sgc-spec-value\"\u003eStove, oven, countertop and cabinet gaps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003csection class=\"sgc-section sgc-trust\"\u003e\n\u003cdiv class=\"sgc-container\"\u003e\n\u003cdiv class=\"sgc-center\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eShop With Confidence\u003c\/span\u003e\n\u003ch2 class=\"sgc-heading\"\u003eA Practical Upgrade For Everyday Kitchens\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-trust-grid\"\u003e\n\u003cdiv class=\"sgc-trust-card\"\u003e\n\u003cspan class=\"sgc-trust-icon\"\u003e🔒\u003c\/span\u003e\n\u003ch3\u003eSecure Checkout\u003c\/h3\u003e\n\u003cp\u003eYour payment information is protected during checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-trust-card\"\u003e\n\u003cspan class=\"sgc-trust-icon\"\u003e📦\u003c\/span\u003e\n\u003ch3\u003eOrder Tracking\u003c\/h3\u003e\n\u003cp\u003eTrack your package after it has been processed and shipped.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-trust-card\"\u003e\n\u003cspan class=\"sgc-trust-icon\"\u003e💬\u003c\/span\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eContact our support team if you need help with your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"sgc-section sgc-faq\"\u003e\n\u003cdiv class=\"sgc-container\"\u003e\n\u003cdiv class=\"sgc-center\"\u003e\n\u003cspan class=\"sgc-eyebrow\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003ch2 class=\"sgc-heading\"\u003eQuestions Before Ordering?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sgc-faq-wrap\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does this product do?\u003c\/summary\u003e\n\u003cp\u003eIt covers the open area between your stove and countertop to help prevent crumbs, grease, spills and small objects from falling into the gap.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat length can it adjust to?\u003c\/summary\u003e\n\u003cp\u003eThe product retracts to approximately 13.8 inches and extends to approximately 27.4 inches.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the surface easy to clean?\u003c\/summary\u003e\n\u003cp\u003eYes. The smooth metal surface can usually be wiped with a damp cloth and suitable kitchen cleaner. Allow it to cool before cleaning if positioned near a hot appliance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it fit every stove?\u003c\/summary\u003e\n\u003cp\u003eKitchen layouts vary. Please measure the available length, gap position and installation area before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used in other gaps?\u003c\/summary\u003e\n\u003cp\u003eIt may also suit compatible gaps beside cabinets or appliances, provided the dimensions and installation position are appropriate.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       ACTION \/ FINAL CTA\n  ======================================================= --\u003e\n\u003csection class=\"sgc-final\" id=\"sgc-final-order\"\u003e\n\u003cdiv class=\"sgc-final-box\"\u003e\n\u003cdiv class=\"sgc-offer\"\u003e🔥 LIMITED TIME OFFER\u003c\/div\u003e\n\u003ch2\u003eClose The Gap Before The Next Spill\u003c\/h2\u003e\n\u003cp\u003eMake one of the hardest-to-clean areas in your kitchen easier to protect, maintain and keep looking tidy.\u003c\/p\u003e\n\u003c!-- Replace # with your product purchase URL --\u003e \u003ca href=\"#\" class=\"sgc-primary-btn\"\u003e Get My Adjustable Gap Cover → \u003c\/a\u003e \u003cspan class=\"sgc-final-note\"\u003e Please measure your kitchen space before ordering. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"虾霸","offers":[{"title":"Default Title","offer_id":48820916093153,"sku":"NC02932607292169","price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0841\/9167\/4593\/files\/1_43d23294-6623-4bfb-bd25-f7ca6efed56a.png?v=1785313081","url":"https:\/\/lunnaxor.com\/products\/%e2%9c%a8-adjustable-stove-gap-cover-keep-crumbs-grease-out","provider":"Lunnaxor","version":"1.0","type":"link"}