{"product_id":"round-wrapping-paper-cutter","title":"Round Wrapping Paper Cutter – Sliding Gift Wrap Cutting Tool","description":"\u003cstyle\u003e\n  \/* ==========================================================\n     RWPC - Round Wrapping Paper Cutter\n     Shopify White Theme \/ Mobile-First \/ Fully Scoped\n     ========================================================== *\/\n\n  #RWPC-wrapper {\n    --rwpc-red: #df8c87;\n    --rwpc-gold: #dfbf78;\n    --rwpc-blue: #91c4dd;\n    --rwpc-green: #9bbca5;\n    --rwpc-title: #5c6266;\n    --rwpc-text: #757b7f;\n    --rwpc-border: #e6e7e4;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 12px 0 20px;\n    color: var(--rwpc-text);\n    font-family: inherit;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  #RWPC-wrapper *,\n  #RWPC-wrapper *::before,\n  #RWPC-wrapper *::after {\n    box-sizing: border-box;\n  }\n\n  #RWPC-wrapper h3,\n  #RWPC-wrapper p {\n    padding: 0;\n  }\n\n  #RWPC-wrapper h3 {\n    margin: 0 0 15px;\n    color: var(--rwpc-title);\n    font-size: 1.35rem;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n  }\n\n  #RWPC-wrapper p {\n    margin: 0 0 16px;\n    color: var(--rwpc-text);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  #RWPC-wrapper .RWPC-accent {\n    font-weight: 800;\n    background: linear-gradient(\n      90deg,\n      #c97873 0%,\n      #c4a451 38%,\n      #72aeca 68%,\n      #7fa589 100%\n    );\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    -webkit-text-fill-color: transparent;\n  }\n\n  \/* HERO *\/\n  #RWPC-wrapper .RWPC-banner {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 11px;\n    margin: 18px 0 20px;\n    padding: 19px 15px;\n    text-align: center;\n    border: 1px solid #e6e5e2;\n    border-radius: 18px;\n    background:\n      linear-gradient(\n        135deg,\n        #fff7f5 0%,\n        #fffaf1 40%,\n        #f4fbfe 72%,\n        #f5faf6 100%\n      );\n    box-shadow: 0 8px 25px rgba(93, 93, 82, 0.07);\n  }\n\n  #RWPC-wrapper .RWPC-banner-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 56px;\n    height: 56px;\n    min-width: 56px;\n    border-radius: 17px;\n    background: rgba(255,255,255,0.94);\n    box-shadow: 0 5px 16px rgba(89, 89, 82, 0.08);\n  }\n\n  #RWPC-wrapper .RWPC-banner-icon svg {\n    width: 40px;\n    height: 40px;\n    display: block;\n  }\n\n  #RWPC-wrapper .RWPC-banner-text {\n    margin: 0 !important;\n    font-size: 13.5px;\n    line-height: 1.6;\n  }\n\n  #RWPC-wrapper .RWPC-banner-text strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--rwpc-title);\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  \/* QUICK STRIP *\/\n  #RWPC-wrapper .RWPC-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 7px;\n    margin: 0 0 20px;\n  }\n\n  #RWPC-wrapper .RWPC-strip-item {\n    padding: 9px 5px;\n    text-align: center;\n    border-radius: 11px;\n    border: 1px solid #e4e6e3;\n    background: linear-gradient(\n      135deg,\n      #fff8f6,\n      #fffaf3,\n      #f5fafc\n    );\n    color: #6a7074;\n    font-size: 10.5px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  \/* FEATURE GRID *\/\n  #RWPC-wrapper .RWPC-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 9px;\n    margin: 20px 0;\n  }\n\n  #RWPC-wrapper .RWPC-card {\n    min-width: 0;\n    padding: 14px 11px;\n    border: 1px solid transparent;\n    border-radius: 15px;\n\n    background:\n      linear-gradient(#ffffff, #ffffff) padding-box,\n      linear-gradient(\n        135deg,\n        #f1d9d6,\n        #f1e6c8,\n        #dcebf2,\n        #e0ebe3\n      ) border-box;\n\n    box-shadow: 0 5px 16px rgba(76, 82, 82, 0.05);\n\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  #RWPC-wrapper .RWPC-card:hover {\n    transform: translateY(-3px);\n\n    background:\n      linear-gradient(#ffffff, #ffffff) padding-box,\n      linear-gradient(\n        135deg,\n        #df9690,\n        #dfc27e,\n        #95c5dc,\n        #9fbea7\n      ) border-box;\n\n    box-shadow:\n      0 10px 26px rgba(94, 101, 101, 0.11),\n      0 0 18px rgba(223,191,120,0.08);\n  }\n\n  #RWPC-wrapper .RWPC-card-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 8px;\n    border-radius: 10px;\n    background: linear-gradient(\n      135deg,\n      #fff4f2,\n      #fff8ee,\n      #f3f9fc\n    );\n  }\n\n  #RWPC-wrapper .RWPC-card-icon svg {\n    width: 22px;\n    height: 22px;\n    display: block;\n  }\n\n  #RWPC-wrapper .RWPC-card-title {\n    display: block;\n    margin-bottom: 6px;\n    color: #61676b;\n    font-size: 13.5px;\n    font-weight: 800;\n    line-height: 1.4;\n  }\n\n  #RWPC-wrapper .RWPC-card-text {\n    margin: 0 !important;\n    color: #7b8084;\n    font-size: 12.3px !important;\n    line-height: 1.55;\n  }\n\n  \/* HOW TO USE *\/\n  #RWPC-wrapper .RWPC-how {\n    margin: 21px 0;\n    padding: 17px 15px;\n    border: 1px solid #e4e6e3;\n    border-radius: 16px;\n    background:\n      linear-gradient(\n        120deg,\n        #f6fbfd 0%,\n        #fffaf3 55%,\n        #f6faf7 100%\n      );\n  }\n\n  #RWPC-wrapper .RWPC-section-title {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 11px;\n    color: var(--rwpc-title);\n    font-size: 14.5px;\n    font-weight: 800;\n  }\n\n  #RWPC-wrapper .RWPC-section-title svg {\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n  }\n\n  #RWPC-wrapper .RWPC-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n\n  #RWPC-wrapper .RWPC-step:last-child {\n    margin-bottom: 0;\n  }\n\n  #RWPC-wrapper .RWPC-step-num {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    min-width: 24px;\n    border-radius: 50%;\n    background: linear-gradient(\n      135deg,\n      #f5deda,\n      #f0e5c9,\n      #dfeef4\n    );\n    color: #846f65;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  #RWPC-wrapper .RWPC-step-text {\n    padding-top: 1px;\n    color: #757b7e;\n    font-size: 12.5px;\n    line-height: 1.55;\n  }\n\n  \/* OCCASIONS *\/\n  #RWPC-wrapper .RWPC-uses {\n    margin: 20px 0;\n    padding: 17px 15px;\n    border: 1px solid #e4e6e4;\n    border-radius: 16px;\n    background:\n      linear-gradient(\n        120deg,\n        #fff8f5,\n        #fffaf2,\n        #f6faf7\n      );\n  }\n\n  #RWPC-wrapper .RWPC-use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n  }\n\n  #RWPC-wrapper .RWPC-use {\n    padding: 9px 8px;\n    text-align: center;\n    border: 1px solid #e3e5e2;\n    border-radius: 10px;\n    background: rgba(255,255,255,0.84);\n    color: #697074;\n    font-size: 11.5px;\n    font-weight: 700;\n  }\n\n  \/* SPECS *\/\n  #RWPC-wrapper .RWPC-specs {\n    margin: 20px 0;\n    padding: 16px 15px;\n    border: 1px solid #e3e6e4;\n    border-radius: 16px;\n    background: linear-gradient(\n      120deg,\n      #fafbfb,\n      #f7fbf8\n    );\n  }\n\n  #RWPC-wrapper .RWPC-spec {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 7px 0;\n    border-bottom: 1px solid rgba(218,224,221,0.75);\n    font-size: 12.5px;\n  }\n\n  #RWPC-wrapper .RWPC-spec:last-child {\n    border-bottom: 0;\n  }\n\n  #RWPC-wrapper .RWPC-spec strong {\n    color: #61686b;\n    font-weight: 800;\n  }\n\n  #RWPC-wrapper .RWPC-spec span {\n    text-align: right;\n  }\n\n  \/* NOTE *\/\n  #RWPC-wrapper .RWPC-note {\n    margin: 20px 0;\n    padding: 16px 15px;\n    border: 1px solid #e5e5e2;\n    border-radius: 16px;\n    background: linear-gradient(\n      120deg,\n      #fafafa,\n      #fff9f3\n    );\n  }\n\n  #RWPC-wrapper .RWPC-note strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #61676a;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  #RWPC-wrapper .RWPC-note p {\n    margin: 0 !important;\n    font-size: 12.8px !important;\n  }\n\n  \/* TAGS *\/\n  #RWPC-wrapper .RWPC-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 20px 0 5px;\n  }\n\n  #RWPC-wrapper .RWPC-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 7px 11px;\n    border: 1px solid #e4e5e2;\n    border-radius: 999px;\n    background:\n      linear-gradient(\n        120deg,\n        #fff7f5,\n        #fffaf2,\n        #f5faf7\n      );\n    color: #686f72;\n    font-size: 11.5px;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  #RWPC-wrapper .RWPC-slogan {\n    margin: 25px 0 0 !important;\n    padding-top: 18px;\n    border-top: 1px solid #e7e7e4;\n    text-align: center;\n    color: #60676a !important;\n    font-size: 14.5px !important;\n    font-weight: 800;\n  }\n\n  @media (min-width: 601px) {\n\n    #RWPC-wrapper {\n      padding: 20px 0 28px;\n    }\n\n    #RWPC-wrapper h3 {\n      font-size: 1.65rem;\n    }\n\n    #RWPC-wrapper p {\n      font-size: 15px;\n    }\n\n    #RWPC-wrapper .RWPC-banner {\n      flex-direction: row;\n      text-align: left;\n      gap: 15px;\n      padding: 19px 20px;\n    }\n\n    #RWPC-wrapper .RWPC-strip-item {\n      padding: 10px;\n      font-size: 12px;\n    }\n\n    #RWPC-wrapper .RWPC-grid {\n      gap: 13px;\n    }\n\n    #RWPC-wrapper .RWPC-card {\n      padding: 18px;\n    }\n\n    #RWPC-wrapper .RWPC-card-title {\n      font-size: 15px;\n    }\n\n    #RWPC-wrapper .RWPC-card-text {\n      font-size: 13.5px !important;\n    }\n\n    #RWPC-wrapper .RWPC-use-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    #RWPC-wrapper .RWPC-how,\n    #RWPC-wrapper .RWPC-uses,\n    #RWPC-wrapper .RWPC-specs,\n    #RWPC-wrapper .RWPC-note {\n      padding: 18px 20px;\n    }\n\n    #RWPC-wrapper .RWPC-step-text {\n      font-size: 13.5px;\n    }\n\n    #RWPC-wrapper .RWPC-use {\n      font-size: 12.5px;\n    }\n\n    #RWPC-wrapper .RWPC-tag {\n      padding: 8px 13px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"RWPC-wrapper\"\u003e\n\u003ch3\u003eStraighter Cuts. Less Fuss. Faster Gift Wrapping.\u003c\/h3\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"RWPC-banner\"\u003e\n\u003cspan class=\"RWPC-banner-icon\"\u003e \u003c!-- Paper Roll + Cut Line SVG --\u003e \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n\n        \u003ccircle cx=\"17\" cy=\"24\" r=\"10\" stroke=\"#91c4dd\" stroke-width=\"2.2\"\u003e\u003c\/circle\u003e\n\n        \u003ccircle cx=\"17\" cy=\"24\" r=\"4\" stroke=\"#dfbf78\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n\n        \u003cpath d=\"M27 18H40M27 30H40\" stroke=\"#9bbca5\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M33 14L33 34\" stroke=\"#df8c87\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"3 3\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e \u003c\/span\u003e\n\u003cp class=\"RWPC-banner-text\"\u003e\u003cstrong\u003e Make Gift-Wrap Prep Feel a Little Easier \u003c\/strong\u003e Guide your wrapping paper through the cutter and slide along the roll to help create a straighter, neater cut without reaching for traditional scissors every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003cdiv class=\"RWPC-strip\"\u003e\n\u003cdiv class=\"RWPC-strip-item\"\u003eSliding Cut\u003c\/div\u003e\n\u003cdiv class=\"RWPC-strip-item\"\u003e1.23 oz Lightweight\u003c\/div\u003e\n\u003cdiv class=\"RWPC-strip-item\"\u003eReusable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eWrapping a gift is much easier when the paper starts with a clean edge. This \u003cspan class=\"RWPC-accent\"\u003e compact round wrapping paper cutter \u003c\/span\u003e is designed to glide along gift wrap and help you make neater, straighter cuts with a simple sliding motion.\u003c\/p\u003e\n\u003cp\u003eAt only approximately \u003cspan class=\"RWPC-accent\"\u003e 1.23 oz \/ 35 g \u003c\/span\u003e, it's light enough to keep with your ribbons, tape and other wrapping supplies, ready for birthdays, Christmas, weddings and celebrations throughout the year.\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"RWPC-grid\"\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003cdiv class=\"RWPC-card\"\u003e\n\u003cspan class=\"RWPC-card-icon\"\u003e \u003c!-- Sliding SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n\n          \u003crect x=\"5\" y=\"7\" width=\"14\" height=\"10\" rx=\"5\" stroke=\"#91c4dd\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\n\n          \u003cpath d=\"M3 12H8M16 12H21\" stroke=\"#df8c87\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M5 10L3 12L5 14M19 10L21 12L19 14\" stroke=\"#9bbca5\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"RWPC-card-title\"\u003e Smooth Sliding Motion \u003c\/span\u003e\n\u003cp class=\"RWPC-card-text\"\u003eGuide the paper into position and slide the cutter along the roll to help create a cleaner cutting line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003cdiv class=\"RWPC-card\"\u003e\n\u003cspan class=\"RWPC-card-icon\"\u003e \u003c!-- Straight Edge SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n\n          \u003cpath d=\"M5 5V19H19\" stroke=\"#dfbf78\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M8 16L16 8\" stroke=\"#91c4dd\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M13 8H16V11\" stroke=\"#df8c87\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"RWPC-card-title\"\u003e Helps Create Neater Edges \u003c\/span\u003e\n\u003cp class=\"RWPC-card-text\"\u003eThe guided design helps reduce uneven freehand cutting, making it easier to prepare paper for a tidier wrapped gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003cdiv class=\"RWPC-card\"\u003e\n\u003cspan class=\"RWPC-card-icon\"\u003e \u003c!-- Compact SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"7\" stroke=\"#9bbca5\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\n\n          \u003cpath d=\"M4 4L8 8M20 4L16 8\" stroke=\"#91c4dd\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M8 4H4V8M16 4H20V8\" stroke=\"#df8c87\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"RWPC-card-title\"\u003e Compact \u0026amp; Lightweight \u003c\/span\u003e\n\u003cp class=\"RWPC-card-text\"\u003eThe small round format stores easily alongside tape, ribbon and other gift-wrapping supplies between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003cdiv class=\"RWPC-card\"\u003e\n\u003cspan class=\"RWPC-card-icon\"\u003e \u003c!-- Reusable SVG --\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n\n          \u003cpath d=\"M18 8C16.5 5.5 14.5 4 12 4C8 4 5 7 5 11\" stroke=\"#91c4dd\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M5 7V11H9\" stroke=\"#dfbf78\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M6 16C7.5 18.5 9.5 20 12 20C16 20 19 17 19 13\" stroke=\"#9bbca5\" stroke-width=\"1.7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"M19 17V13H15\" stroke=\"#df8c87\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\n        \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"RWPC-card-title\"\u003e Ready for the Next Gift \u003c\/span\u003e\n\u003cp class=\"RWPC-card-text\"\u003eReuse it across multiple gift-wrapping sessions instead of treating it as a single-use holiday accessory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"RWPC-how\"\u003e\n\u003cdiv class=\"RWPC-section-title\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n\n        \u003ccircle cx=\"6\" cy=\"12\" r=\"3\" stroke=\"#df8c87\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\n\n        \u003ccircle cx=\"18\" cy=\"6\" r=\"3\" stroke=\"#dfbf78\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\n\n        \u003ccircle cx=\"18\" cy=\"18\" r=\"3\" stroke=\"#9bbca5\" stroke-width=\"1.7\"\u003e\u003c\/circle\u003e\n\n        \u003cpath d=\"M9 11L15 7M9 13L15 17\" stroke=\"#91c4dd\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e Slide, Cut \u0026amp; Start Wrapping\u003c\/div\u003e\n\u003cdiv class=\"RWPC-step\"\u003e\n\u003cspan class=\"RWPC-step-num\"\u003e1\u003c\/span\u003e\n\u003cdiv class=\"RWPC-step-text\"\u003ePosition the wrapping paper through the cutter according to the direction of the cutting opening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-step\"\u003e\n\u003cspan class=\"RWPC-step-num\"\u003e2\u003c\/span\u003e\n\u003cdiv class=\"RWPC-step-text\"\u003eHold the paper steady and guide the cutter along the roll using a controlled sliding motion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-step\"\u003e\n\u003cspan class=\"RWPC-step-num\"\u003e3\u003c\/span\u003e\n\u003cdiv class=\"RWPC-step-text\"\u003eSeparate the cut section, measure it around your gift and continue wrapping as usual.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003cdiv class=\"RWPC-uses\"\u003e\n\u003cdiv class=\"RWPC-section-title\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\"\u003e\n\n        \u003crect x=\"4\" y=\"8\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#df8c87\" stroke-width=\"1.7\"\u003e\u003c\/rect\u003e\n\n        \u003cpath d=\"M3 8H21M12 8V20\" stroke=\"#dfbf78\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M12 7C9 7 7 6 7 4.5C7 3.5 8 3 9 3C10.7 3 12 5 12 7ZM12 7C15 7 17 6 17 4.5C17 3.5 16 3 15 3C13.3 3 12 5 12 7Z\" stroke=\"#91c4dd\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e Keep It Ready for Every Gift-Giving Season\u003c\/div\u003e\n\u003cdiv class=\"RWPC-use-grid\"\u003e\n\u003cdiv class=\"RWPC-use\"\u003eChristmas\u003c\/div\u003e\n\u003cdiv class=\"RWPC-use\"\u003eBirthdays\u003c\/div\u003e\n\u003cdiv class=\"RWPC-use\"\u003eWeddings\u003c\/div\u003e\n\u003cdiv class=\"RWPC-use\"\u003eCelebrations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"RWPC-specs\"\u003e\n\u003cdiv class=\"RWPC-spec\"\u003e\n\u003cstrong\u003eProduct Type\u003c\/strong\u003e \u003cspan\u003eRound Wrapping Paper Cutter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-spec\"\u003e\n\u003cstrong\u003eOperation\u003c\/strong\u003e \u003cspan\u003eManual Sliding Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-spec\"\u003e\n\u003cstrong\u003eSize\u003c\/strong\u003e \u003cspan\u003eApprox. 5.3 × 5.3 × 9.6 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-spec\"\u003e\n\u003cstrong\u003eImperial Size\u003c\/strong\u003e \u003cspan\u003eApprox. 2.09 × 2.09 × 3.78 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-spec\"\u003e\n\u003cstrong\u003eWeight\u003c\/strong\u003e \u003cspan\u003eApprox. 35 g \/ 1.23 oz\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-spec\"\u003e\n\u003cstrong\u003eUse\u003c\/strong\u003e \u003cspan\u003eGift Wrapping Paper Cutting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"RWPC-spec\"\u003e\n\u003cstrong\u003eDesign\u003c\/strong\u003e \u003cspan\u003eCompact, Lightweight \u0026amp; Reusable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NOTE --\u003e\n\u003cdiv class=\"RWPC-note\"\u003e\n\u003cstrong\u003e Use With Care \u003c\/strong\u003e\n\u003cp\u003eThis product contains a cutting component. Keep fingers clear of the cutting area during use and store the tool safely when not in use. Cutting performance may vary depending on the thickness, texture and type of wrapping paper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- TAGS --\u003e\n\u003cdiv class=\"RWPC-tags\"\u003e\n\u003cspan class=\"RWPC-tag\"\u003eWrapping Paper Cutter\u003c\/span\u003e \u003cspan class=\"RWPC-tag\"\u003eGift Wrap Tool\u003c\/span\u003e \u003cspan class=\"RWPC-tag\"\u003eChristmas Wrapping\u003c\/span\u003e \u003cspan class=\"RWPC-tag\"\u003eBirthday Gift Wrap\u003c\/span\u003e \u003cspan class=\"RWPC-tag\"\u003ePaper Roll Cutter\u003c\/span\u003e \u003cspan class=\"RWPC-tag\"\u003eReusable Wrapping Tool\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"RWPC-slogan\"\u003eSlide. Cut. Wrap. Make the Next Gift Look Neater.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Zalovra","offers":[{"title":"Red","offer_id":50053078352114,"sku":"260910-QZQ-red","price":14.86,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":50053078384882,"sku":"260910-QZQ-blue","price":14.86,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":50053078417650,"sku":"260910-QZQ-green","price":14.86,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":50053078450418,"sku":"260910-QZQ-black","price":14.86,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":50053078483186,"sku":"260910-QZQ-white","price":14.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0834\/6583\/0642\/files\/acc19c757aff5236f4b92d3f5d7e4dd0_de2d4ab1-fff5-4dd1-bce9-1a600126535f.png?v=1789019055","url":"https:\/\/zalovra.com\/products\/round-wrapping-paper-cutter","provider":"Zalovra","version":"1.0","type":"link"}