{"product_id":"nelovique™-peelstop","title":"Nelovique™ PeelStop","description":"\u003cstyle\u003e\n\/* =========================================================\n   NELOVIQUE™ PEELSTOP\n   PLAYFUL HOME OBJECT SYSTEM\n\n   PRODUCT DESCRIPTION ONLY\n\n   DOES NOT TOUCH:\n   .product\n   .product__media-wrapper\n   .product__media-list\n   .product__media-item\n   media-gallery\n   slider\n   thumbnail\n========================================================= *\/\n\n\n.nv-peel {\n\n  --nv-black: #17130f;\n  --nv-cream: #fffaf0;\n  --nv-paper: #fffdf8;\n\n  --nv-yellow: #ffd02f;\n  --nv-yellow-soft: #fff0a0;\n\n  --nv-red: #ff5b44;\n  --nv-red-soft: #ffc6ba;\n\n  --nv-aqua: #61d6ce;\n  --nv-aqua-soft: #c8f3ee;\n\n  --nv-brown: #69351e;\n\n  --nv-muted: #75675d;\n\n  width: 100%;\n  max-width: 100%;\n\n  margin: 34px 0 0;\n\n  position: relative;\n\n  color: var(--nv-black);\n\n  font-family:\n    \"Trebuchet MS\",\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  box-sizing: border-box;\n}\n\n\n.nv-peel *,\n.nv-peel *::before,\n.nv-peel *::after {\n  box-sizing: border-box;\n}\n\n\n\n\/* =========================================================\n   DESKTOP BREAKOUT\n\n   Important:\n   Extra width is cancelled by negative right margin.\n\n   So:\n   - visually expands right\n   - does not make parent column wider\n   - does not modify Shopify product layout\n========================================================= *\/\n\n.nv-peel__breakout {\n  width: 100%;\n  max-width: 100%;\n}\n\n\n@media screen and (min-width: 1200px) {\n\n  .nv-peel__breakout {\n\n    --nv-peel-extra: clamp(90px, 10vw, 180px);\n\n    width:\n      calc(100% + var(--nv-peel-extra));\n\n    max-width:\n      860px;\n\n    margin-right:\n      calc(-1 * var(--nv-peel-extra));\n  }\n\n}\n\n\n@media screen and (min-width: 1500px) {\n\n  .nv-peel__breakout {\n\n    --nv-peel-extra:\n      clamp(120px, 12vw, 220px);\n\n    max-width:\n      920px;\n  }\n\n}\n\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.nv-peel__hero {\n\n  position: relative;\n\n  padding:\n    clamp(34px, 5vw, 66px);\n\n  border:\n    3px solid\n    var(--nv-black);\n\n  border-radius:\n    30px 30px 12px 12px;\n\n  background:\n    var(--nv-yellow);\n\n  overflow: hidden;\n}\n\n\n\n\/* Decorative banana-ish smile badge *\/\n\n.nv-peel__hero-badge {\n\n  position: absolute;\n\n  right: 27px;\n  top: 27px;\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 82px;\n  height: 82px;\n\n  border:\n    3px solid\n    var(--nv-black);\n\n  border-radius:\n    50%;\n\n  background:\n    var(--nv-aqua);\n\n  font-size: 34px;\n  line-height: 1;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__object-tag {\n\n  display: inline-block;\n\n  margin:\n    0 0 27px;\n\n  padding:\n    9px 13px;\n\n  border:\n    2px solid\n    var(--nv-black);\n\n  border-radius:\n    999px;\n\n  background:\n    var(--nv-cream);\n\n  font-size: 10px;\n\n  line-height: 1;\n\n  font-weight: 900;\n\n  letter-spacing: .12em;\n\n  text-transform: uppercase;\n}\n\n\n.nv-peel__hero-title {\n\n  max-width: 670px;\n\n  margin: 0;\n\n  font-size:\n    clamp(43px, 6vw, 78px);\n\n  line-height: .87;\n\n  letter-spacing: -.065em;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__hero-title span {\n\n  display: inline-block;\n\n  margin-top: 5px;\n\n  padding:\n    4px 13px 8px;\n\n  border:\n    3px solid\n    var(--nv-black);\n\n  border-radius:\n    999px;\n\n  background:\n    var(--nv-red);\n\n  color:\n    #ffffff;\n\n  transform:\n    rotate(-1deg);\n}\n\n\n.nv-peel__hero-copy {\n\n  max-width: 590px;\n\n  margin:\n    28px 0 0;\n\n  font-size:\n    clamp(14px, 1.4vw, 17px);\n\n  line-height: 1.7;\n\n  font-weight: 500;\n}\n\n\n.nv-peel__hero-copy strong {\n  font-weight: 900;\n}\n\n\n\n\/* =========================================================\n   MARQUEE\n========================================================= *\/\n\n.nv-peel__marquee {\n\n  width: 100%;\n\n  overflow: hidden;\n\n  border-left:\n    3px solid\n    var(--nv-black);\n\n  border-right:\n    3px solid\n    var(--nv-black);\n\n  border-bottom:\n    3px solid\n    var(--nv-black);\n\n  background:\n    var(--nv-red);\n\n  color:\n    #ffffff;\n}\n\n\n.nv-peel__marquee-track {\n\n  display: flex;\n\n  width: max-content;\n\n  min-width: 100%;\n\n  animation:\n    nvPeelTicker\n    23s\n    linear\n    infinite;\n\n  will-change:\n    transform;\n}\n\n\n.nv-peel__marquee:hover\n.nv-peel__marquee-track {\n\n  animation-play-state:\n    paused;\n}\n\n\n.nv-peel__marquee-group {\n\n  display: flex;\n\n  flex-shrink: 0;\n\n  white-space: nowrap;\n}\n\n\n.nv-peel__ticker {\n\n  display: inline-flex;\n\n  align-items: center;\n\n  gap: 15px;\n\n  padding:\n    15px 21px;\n\n  font-size: 10px;\n\n  font-weight: 900;\n\n  letter-spacing: .1em;\n\n  text-transform: uppercase;\n}\n\n\n.nv-peel__ticker::after {\n\n  content: \"●\";\n\n  color:\n    var(--nv-yellow);\n\n  font-size: 12px;\n}\n\n\n@keyframes nvPeelTicker {\n\n  from {\n    transform:\n      translateX(0);\n  }\n\n  to {\n    transform:\n      translateX(-50%);\n  }\n\n}\n\n\n@media (prefers-reduced-motion: reduce) {\n\n  .nv-peel__marquee-track {\n    animation: none;\n  }\n\n}\n\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.nv-peel__intro {\n\n  display: grid;\n\n  grid-template-columns:\n    82px\n    minmax(0, 1fr);\n\n  gap:\n    clamp(18px, 3vw, 36px);\n\n  padding:\n    clamp(48px, 7vw, 82px)\n    0\n    32px;\n}\n\n\n.nv-peel__number {\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 68px;\n  height: 52px;\n\n  border:\n    3px solid\n    var(--nv-black);\n\n  border-radius:\n    14px;\n\n  background:\n    var(--nv-aqua);\n\n  font-size: 24px;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__intro-body {\n  max-width: 660px;\n}\n\n\n.nv-peel__eyebrow {\n\n  margin:\n    0 0 11px;\n\n  color:\n    #8a7360;\n\n  font-size: 9px;\n\n  font-weight: 900;\n\n  letter-spacing: .15em;\n\n  text-transform: uppercase;\n}\n\n\n.nv-peel__heading {\n\n  max-width: 650px;\n\n  margin: 0;\n\n  font-size:\n    clamp(33px, 4.4vw, 57px);\n\n  line-height: .96;\n\n  letter-spacing: -.05em;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__intro-copy {\n\n  max-width: 610px;\n\n  margin:\n    18px 0 0;\n\n  color:\n    var(--nv-muted);\n\n  font-size: 14px;\n\n  line-height: 1.75;\n}\n\n\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.nv-peel__benefits {\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  margin-bottom:\n    clamp(34px, 5vw, 48px);\n\n  border:\n    3px solid\n    var(--nv-black);\n\n  border-radius:\n    22px;\n\n  background:\n    var(--nv-cream);\n}\n\n\n.nv-peel__benefit {\n\n  padding:\n    20px 15px 21px;\n\n  text-align: center;\n}\n\n\n.nv-peel__benefit:nth-child(2) {\n\n  border-left:\n    3px solid\n    var(--nv-black);\n\n  border-right:\n    3px solid\n    var(--nv-black);\n\n  background:\n    var(--nv-aqua-soft);\n}\n\n\n.nv-peel__benefit-icon {\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 48px;\n  height: 48px;\n\n  margin:\n    0 auto 10px;\n\n  border:\n    2px solid\n    var(--nv-black);\n\n  border-radius: 50%;\n\n  background:\n    var(--nv-yellow);\n\n  font-size: 22px;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__benefit-title {\n\n  display: block;\n\n  font-size: 12px;\n\n  line-height: 1.2;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__benefit-copy {\n\n  display: block;\n\n  margin-top: 5px;\n\n  color:\n    var(--nv-muted);\n\n  font-size: 10px;\n\n  line-height: 1.45;\n}\n\n\n\n\/* =========================================================\n   IMAGE SECTION TITLE\n========================================================= *\/\n\n.nv-peel__section-head {\n\n  display: flex;\n\n  align-items: flex-end;\n\n  justify-content:\n    space-between;\n\n  gap: 24px;\n\n  margin-bottom:\n    17px;\n}\n\n\n.nv-peel__section-title {\n\n  max-width: 560px;\n\n  margin: 0;\n\n  font-size:\n    clamp(26px, 3.3vw, 42px);\n\n  line-height: .98;\n\n  letter-spacing: -.04em;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__section-pill {\n\n  flex: 0 0 auto;\n\n  margin: 0;\n\n  padding:\n    8px 12px;\n\n  border:\n    2px solid\n    var(--nv-black);\n\n  border-radius:\n    999px;\n\n  background:\n    var(--nv-yellow-soft);\n\n  font-size: 9px;\n\n  font-weight: 900;\n\n  letter-spacing: .08em;\n\n  text-transform: uppercase;\n}\n\n\n\n\/* =========================================================\n   GALLERY\n\n   Image 1 = wide hero detail\n   Image 2\/3 = two-column\n\n   NO IMAGE CROPPING\n========================================================= *\/\n\n.nv-peel__gallery {\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap:\n    clamp(18px, 2.5vw, 26px);\n\n  align-items: start;\n}\n\n\n.nv-peel__card {\n\n  min-width: 0;\n\n  margin: 0;\n\n  padding: 0;\n\n  background:\n    var(--nv-paper);\n\n  border:\n    3px solid\n    var(--nv-black);\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n\n.nv-peel__card:first-child {\n\n  grid-column:\n    1 \/ -1;\n}\n\n\n\n\/* =========================================================\n   PRODUCT IMAGES\n\n   CRITICAL:\n   - height auto\n   - natural ratio\n   - no crop\n   - no overlay\n   - no mask\n========================================================= *\/\n\n.nv-peel__image-wrap {\n\n  width: 100%;\n\n  margin: 0;\n\n  padding: 0;\n\n  background:\n    #ffffff;\n}\n\n\n.nv-peel__image {\n\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n\n  height: auto;\n\n  margin: 0;\n\n  padding: 0;\n\n  border: 0;\n\n  object-fit: contain;\n\n  object-position: center;\n}\n\n\n\n\/* =========================================================\n   CAPTION\n\n   ALWAYS BELOW IMAGE\n========================================================= *\/\n\n.nv-peel__caption {\n\n  display: grid;\n\n  grid-template-columns:\n    auto\n    minmax(0, 1fr);\n\n  gap: 13px;\n\n  padding:\n    17px 18px 19px;\n\n  border-top:\n    3px solid\n    var(--nv-black);\n\n  background:\n    var(--nv-cream);\n}\n\n\n.nv-peel__caption-number {\n\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  align-self: start;\n\n  min-width: 36px;\n\n  padding:\n    6px 7px;\n\n  border:\n    2px solid\n    var(--nv-black);\n\n  border-radius:\n    10px;\n\n  background:\n    var(--nv-aqua);\n\n  font-size: 10px;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__caption-title {\n\n  margin: 0;\n\n  font-size:\n    clamp(16px, 1.7vw, 22px);\n\n  line-height: 1.05;\n\n  font-weight: 900;\n\n  letter-spacing:\n    -.025em;\n}\n\n\n.nv-peel__caption-copy {\n\n  margin:\n    6px 0 0;\n\n  color:\n    var(--nv-muted);\n\n  font-size: 11px;\n\n  line-height: 1.5;\n}\n\n\n\n\/* =========================================================\n   ONLY INTERACTION:\n   CARD LIFT + SHADOW\n========================================================= *\/\n\n@media\n(hover: hover)\nand\n(pointer: fine) {\n\n  .nv-peel__card:hover {\n\n    transform:\n      translateY(-7px);\n\n    box-shadow:\n      10px 10px 0\n      var(--nv-black);\n  }\n\n}\n\n\n\n\/* =========================================================\n   END BRAND BLOCK\n========================================================= *\/\n\n.nv-peel__end {\n\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1.28fr)\n    minmax(180px, .72fr);\n\n  margin-top:\n    clamp(52px, 7vw, 86px);\n\n  border:\n    3px solid\n    var(--nv-black);\n\n  border-radius:\n    26px;\n\n  background:\n    var(--nv-red);\n}\n\n\n.nv-peel__end-main {\n\n  padding:\n    clamp(32px, 5vw, 58px);\n\n  color:\n    #ffffff;\n}\n\n\n.nv-peel__end-label {\n\n  margin:\n    0 0 17px;\n\n  font-size: 9px;\n\n  font-weight: 900;\n\n  letter-spacing: .14em;\n\n  text-transform: uppercase;\n}\n\n\n.nv-peel__end-title {\n\n  max-width: 540px;\n\n  margin: 0;\n\n  font-size:\n    clamp(34px, 5vw, 60px);\n\n  line-height: .9;\n\n  letter-spacing: -.055em;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__end-side {\n\n  display: flex;\n\n  flex-direction: column;\n\n  justify-content:\n    space-between;\n\n  padding:\n    27px;\n\n  border-left:\n    3px solid\n    var(--nv-black);\n\n  border-radius:\n    0 22px 22px 0;\n\n  background:\n    var(--nv-aqua);\n}\n\n\n.nv-peel__end-side-top {\n\n  font-size: 13px;\n\n  line-height: 1.45;\n\n  font-weight: 900;\n}\n\n\n.nv-peel__end-side-bottom {\n\n  margin-top: 48px;\n\n  font-size: 10px;\n\n  line-height: 1.55;\n\n  font-weight: 800;\n\n  letter-spacing: .06em;\n\n  text-transform: uppercase;\n}\n\n\n\n\/* =========================================================\n   MOBILE \/ TABLET\n\n   Return to 100%.\n   Cancel breakout.\n========================================================= *\/\n\n@media screen and (max-width: 989px) {\n\n  .nv-peel,\n  .nv-peel__breakout {\n\n    width: 100%;\n    max-width: 100%;\n\n    margin-left: 0;\n    margin-right: 0;\n  }\n\n\n  .nv-peel__hero {\n\n    padding:\n      36px 22px 42px;\n  }\n\n\n  .nv-peel__hero-badge {\n\n    width: 53px;\n    height: 53px;\n\n    right: 17px;\n    top: 17px;\n\n    font-size: 24px;\n  }\n\n\n  .nv-peel__intro {\n\n    grid-template-columns:\n      1fr;\n\n    gap:\n      18px;\n  }\n\n\n  .nv-peel__benefits {\n\n    grid-template-columns:\n      1fr;\n  }\n\n\n  .nv-peel__benefit:nth-child(2) {\n\n    border-left: 0;\n    border-right: 0;\n\n    border-top:\n      3px solid\n      var(--nv-black);\n\n    border-bottom:\n      3px solid\n      var(--nv-black);\n  }\n\n\n  .nv-peel__section-head {\n\n    display: block;\n  }\n\n\n  .nv-peel__section-pill {\n\n    display: inline-block;\n\n    margin-top:\n      12px;\n  }\n\n\n  .nv-peel__gallery {\n\n    grid-template-columns:\n      1fr;\n\n    gap:\n      18px;\n  }\n\n\n  .nv-peel__card:first-child {\n\n    grid-column:\n      auto;\n  }\n\n\n  .nv-peel__end {\n\n    grid-template-columns:\n      1fr;\n  }\n\n\n  .nv-peel__end-side {\n\n    border-left: 0;\n\n    border-top:\n      3px solid\n      var(--nv-black);\n\n    border-radius:\n      0 0 22px 22px;\n  }\n\n}\n\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 480px) {\n\n  .nv-peel {\n    margin-top: 25px;\n  }\n\n\n  .nv-peel__hero-title {\n    font-size: 41px;\n  }\n\n\n  .nv-peel__heading {\n    font-size: 35px;\n  }\n\n\n  .nv-peel__caption {\n    padding: 14px;\n  }\n\n\n  .nv-peel__end-title {\n    font-size: 39px;\n  }\n\n\n  .nv-peel__ticker {\n\n    padding:\n      14px 17px;\n\n    font-size: 9px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"nv-peel\"\u003e\n\u003cdiv class=\"nv-peel__breakout\"\u003e\n\u003c!-- =====================================================\n         HERO\n    ====================================================== --\u003e\n\u003csection class=\"nv-peel__hero\"\u003e\n\u003cdiv class=\"nv-peel__hero-badge\"\u003e☺\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__object-tag\"\u003eNelovique™ Object No. 003\u003c\/div\u003e\n\u003ch2 class=\"nv-peel__hero-title\"\u003eStop doors.\u003cbr\u003e\u003cspan\u003e Start smiles. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"nv-peel__hero-copy\"\u003eMeet \u003cstrong\u003e Nelovique™ PeelStop \u003c\/strong\u003e — the banana peel that finally does something useful. Slide it under a door, keep the room open, and give an otherwise forgettable corner a little more personality.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         MARQUEE\n    ====================================================== --\u003e\n\u003cdiv class=\"nv-peel__marquee\"\u003e\n\u003cdiv class=\"nv-peel__marquee-track\"\u003e\n\u003cdiv class=\"nv-peel__marquee-group\"\u003e\n\u003cspan class=\"nv-peel__ticker\"\u003e Stop Doors \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Start Smiles \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Looks Slippery \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Works Brilliantly \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Functional Fun \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Small Banana Big Energy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__marquee-group\"\u003e\n\u003cspan class=\"nv-peel__ticker\"\u003e Stop Doors \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Start Smiles \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Looks Slippery \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Works Brilliantly \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Functional Fun \u003c\/span\u003e \u003cspan class=\"nv-peel__ticker\"\u003e Small Banana Big Energy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n         INTRO\n    ====================================================== --\u003e\n\u003csection class=\"nv-peel__intro\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nv-peel__number\"\u003e03\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__intro-body\"\u003e\n\u003cp class=\"nv-peel__eyebrow\"\u003eOrdinary doorstop → floor-level conversation piece\u003c\/p\u003e\n\u003ch3 class=\"nv-peel__heading\"\u003eThe joke is obvious. The usefulness is real.\u003c\/h3\u003e\n\u003cp class=\"nv-peel__intro-copy\"\u003ePeelStop turns one of the least interesting pieces of household hardware into a cheerful little object worth leaving in plain sight. The wedge slips beneath the door to help keep it open, while the exaggerated banana-peel shape does what Nelovique™ objects do best — make ordinary moments considerably less ordinary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         BENEFITS\n    ====================================================== --\u003e\n\u003cdiv class=\"nv-peel__benefits\"\u003e\n\u003cdiv class=\"nv-peel__benefit\"\u003e\n\u003cspan class=\"nv-peel__benefit-icon\"\u003e ▷ \u003c\/span\u003e \u003cspan class=\"nv-peel__benefit-title\"\u003e Wedge \u0026amp; Hold \u003c\/span\u003e \u003cspan class=\"nv-peel__benefit-copy\"\u003e Slides beneath a door for an easy, practical everyday hold. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__benefit\"\u003e\n\u003cspan class=\"nv-peel__benefit-icon\"\u003e ☺ \u003c\/span\u003e \u003cspan class=\"nv-peel__benefit-title\"\u003e Instant Personality \u003c\/span\u003e \u003cspan class=\"nv-peel__benefit-copy\"\u003e Turns a functional floor object into something worth noticing. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__benefit\"\u003e\n\u003cspan class=\"nv-peel__benefit-icon\"\u003e ⌂ \u003c\/span\u003e \u003cspan class=\"nv-peel__benefit-title\"\u003e Room To Room \u003c\/span\u003e \u003cspan class=\"nv-peel__benefit-copy\"\u003e Entryway, bedroom, office or bathroom — wherever doors need a little help. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n         IMAGE CONTENT\n    ====================================================== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"nv-peel__section-head\"\u003e\n\u003ch3 class=\"nv-peel__section-title\"\u003eA little banana with an actual job.\u003c\/h3\u003e\n\u003cp class=\"nv-peel__section-pill\"\u003eScroll for the peel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__gallery\"\u003e\n\u003c!-- =================================================\n             IMAGE 01\n        ================================================== --\u003e\n\u003cfigure class=\"nv-peel__card\"\u003e\n\u003cdiv class=\"nv-peel__image-wrap\"\u003e\u003cimg class=\"nv-peel__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0855\/5960\/7538\/files\/2-6.png?v=1790160831\" alt=\"Nelovique PeelStop playful banana doorstop features\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cfigcaption class=\"nv-peel__caption\"\u003e\u003cspan class=\"nv-peel__caption-number\"\u003e 01 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"nv-peel__caption-title\"\u003eUseful, with absolutely unnecessary levels of personality.\u003c\/h4\u003e\n\u003cp class=\"nv-peel__caption-copy\"\u003ePeelStop combines a practical door-stopping form with the kind of visual joke guests notice immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c!-- =================================================\n             IMAGE 02\n        ================================================== --\u003e\n\u003cfigure class=\"nv-peel__card\"\u003e\n\u003cdiv class=\"nv-peel__image-wrap\"\u003e\u003cimg class=\"nv-peel__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0855\/5960\/7538\/files\/2-7.png?v=1790160831\" alt=\"How to use Nelovique PeelStop banana doorstop\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cfigcaption class=\"nv-peel__caption\"\u003e\u003cspan class=\"nv-peel__caption-number\"\u003e 02 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"nv-peel__caption-title\"\u003ePlace. Slide. Hold. Smile.\u003c\/h4\u003e\n\u003cp class=\"nv-peel__caption-copy\"\u003ePut it on the floor, slide the wedge beneath the door and let PeelStop handle the boring part.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c!-- =================================================\n             IMAGE 03\n        ================================================== --\u003e\n\u003cfigure class=\"nv-peel__card\"\u003e\n\u003cdiv class=\"nv-peel__image-wrap\"\u003e\u003cimg class=\"nv-peel__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0855\/5960\/7538\/files\/2-8.png?v=1790160831\" alt=\"Nelovique PeelStop size and specifications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cfigcaption class=\"nv-peel__caption\"\u003e\u003cspan class=\"nv-peel__caption-number\"\u003e 03 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"nv-peel__caption-title\"\u003eSmall object. Big door energy.\u003c\/h4\u003e\n\u003cp class=\"nv-peel__caption-copy\"\u003eCompact enough for everyday spaces, memorable enough to become part of the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         END BLOCK\n    ====================================================== --\u003e\n\u003csection class=\"nv-peel__end\"\u003e\n\u003cdiv class=\"nv-peel__end-main\"\u003e\n\u003cp class=\"nv-peel__end-label\"\u003eNelovique™ Functional Art\u003c\/p\u003e\n\u003ch3 class=\"nv-peel__end-title\"\u003eUseful objects shouldn't have to behave themselves.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__end-side\"\u003e\n\u003cdiv class=\"nv-peel__end-side-top\"\u003eLooks like a joke.\u003cbr\u003eWorks like a doorstop.\u003cbr\u003eFeels very Nelovique™.\u003c\/div\u003e\n\u003cdiv class=\"nv-peel__end-side-bottom\"\u003eOrdinary doors.\u003cbr\u003eHappier days.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Nelovique™","offers":[{"title":"Default Title","offer_id":50526702502130,"sku":"Nelovique002*1","price":52.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0855\/5960\/7538\/files\/2-1.png?v=1790160820","url":"https:\/\/nelovique.com\/products\/nelovique%e2%84%a2-peelstop","provider":"Nelovique™","version":"1.0","type":"link"}