{"product_id":"pawzler","title":"Pawzler | Educational Dog Toys","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003ePawzler — Dog Puzzle Toy\u003c\/title\u003e\n\u003cstyle\u003e\n  :root {\n    --orange: #E8642A;\n    --teal: #2A9D8F;\n    --yellow: #F4C430;\n    --navy: #1A1A2E;\n    --cream: #FDF6EC;\n    --text: #2C2C2C;\n    --sub: #6B6B6B;\n    --radius: 16px;\n    --section-gap: 80px;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    background: #fff;\n    line-height: 1.7;\n  }\n\n  \/* ===== VIDEO SECTION ===== *\/\n  .video-section { background: var(--navy); padding: 60px 24px; text-align: center; }\n  .video-section .section-label { display: inline-block; background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; padding: 4px 14px; border-radius: 20px; margin-bottom: 16px; text-transform: uppercase; }\n  .video-section h2 { color: #fff; font-size: clamp(22px, 4vw, 32px); font-weight: 700; margin-bottom: 8px; line-height: 1.4; }\n  .video-section .subtitle { color: rgba(255,255,255,0.55); font-size: 14px; margin-bottom: 40px; }\n  .video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }\n  .video-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); overflow: hidden; transition: transform 0.2s; }\n  .video-card:hover { transform: translateY(-4px); }\n  .video-embed-slot { width: 100%; aspect-ratio: 16\/9; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.35); font-size: 13px; gap: 10px; }\n  .video-card-caption { padding: 14px 18px; text-align: left; }\n  .video-card-caption .tag { font-size: 11px; color: var(--teal); font-weight: 700; letter-spacing: 0.05em; margin-bottom: 4px; display: block; }\n  .video-card-caption h3 { color: #fff; font-size: 14px; font-weight: 600; line-height: 1.4; }\n\n  \/* ===== HERO ===== *\/\n  .hero-message { background: var(--cream); padding: 64px 24px; text-align: center; }\n  .hero-message .eyebrow { font-size: 12px; color: var(--orange); font-weight: 700; letter-spacing: 0.12em; margin-bottom: 14px; text-transform: uppercase; }\n  .hero-message h1 { font-size: clamp(26px, 5vw, 44px); font-weight: 800; line-height: 1.35; margin-bottom: 20px; color: var(--navy); }\n  .hero-message h1 em { color: var(--orange); font-style: normal; }\n  .hero-message p { font-size: 16px; color: var(--sub); max-width: 580px; margin: 0 auto 32px; line-height: 1.85; }\n  .feature-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }\n  .badge { display: inline-flex; align-items: center; padding: 8px 18px; border-radius: 24px; font-size: 13px; font-weight: 600; }\n  .badge-orange { background: #FFF0E8; color: var(--orange); border: 1.5px solid #F5C4A8; }\n  .badge-teal   { background: #E6F5F3; color: var(--teal);   border: 1.5px solid #A8DDD8; }\n  .badge-navy   { background: #EEEEF5; color: var(--navy);   border: 1.5px solid #C0C0D8; }\n\n  \/* ===== TWO-COL ===== *\/\n  .two-col { padding: var(--section-gap) 24px; max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }\n  .two-col.reverse .visual { order: 2; }\n  .two-col.reverse .content-block { order: 1; }\n  .visual { position: relative; }\n  .accent-tag { position: absolute; bottom: -14px; right: -14px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; padding: 10px 16px; border-radius: 10px; box-shadow: 0 4px 16px rgba(232,100,42,0.3); line-height: 1.4; }\n  .content-block .label-pill { display: inline-block; background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; letter-spacing: 0.08em; }\n  .content-block h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; line-height: 1.35; margin-bottom: 16px; color: var(--navy); }\n  .content-block h2 .ul { position: relative; display: inline; }\n  .content-block h2 .ul::after { content: ''; position: absolute; bottom: 1px; left: 0; right: 0; height: 7px; background: var(--yellow); opacity: 0.45; z-index: -1; border-radius: 3px; }\n  .content-block p { color: var(--sub); font-size: 15px; line-height: 1.85; margin-bottom: 20px; }\n  .check-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }\n  .check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.65; color: var(--text); }\n  .check-list li::before { content: ''; flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); margin-top: 3px; background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\"); background-repeat: no-repeat; background-position: center; background-size: 10px; }\n\n  \/* ===== LEVEL SECTION ===== *\/\n  .level-section { background: var(--navy); padding: var(--section-gap) 24px; position: relative; overflow: hidden; }\n  .level-section::before { content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(42,157,143,0.12), transparent 65%); border-radius: 50%; }\n  .level-inner { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; }\n  .section-header { text-align: center; margin-bottom: 48px; }\n  .section-header .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 10px; }\n  .eyebrow-light { color: rgba(255,255,255,0.45); }\n  .eyebrow-dark  { color: var(--teal); }\n  .section-header h2 { font-size: clamp(24px, 4vw, 36px); font-weight: 800; line-height: 1.35; }\n  .h2-light { color: #fff; }\n  .h2-dark  { color: var(--navy); }\n  .level-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }\n  @media (max-width: 1080px) { .level-grid { grid-template-columns: repeat(3, 1fr); } }\n  .level-card { border-radius: var(--radius); padding: 28px 20px; transition: transform 0.2s, box-shadow 0.2s; }\n  .level-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,0.25); }\n  .level-card.beginner { background: linear-gradient(145deg, #2A9D8F, #1d7a6f); }\n  .level-card.smarty   { background: linear-gradient(145deg, #E8642A, #c04a1a); }\n  .level-card.genius   { background: linear-gradient(145deg, #264653, #1a3040); }\n  .level-card.rainbow  { background: linear-gradient(145deg, #F4C430, #d4a020); }\n  .level-card.complete { background: linear-gradient(145deg, #6C63FF, #4C44CC); }\n  .level-card.complete .level-num  { color: rgba(255,255,255,0.55); }\n  .level-card.complete .level-name { color: #fff; }\n  .level-card.complete .level-desc { color: rgba(255,255,255,0.78); }\n  .level-card .level-num { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: rgba(255,255,255,0.6); margin-bottom: 6px; }\n  .level-card.rainbow .level-num { color: rgba(0,0,0,0.45); }\n  .level-card .level-name { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.2; }\n  .level-card.rainbow .level-name { color: rgba(0,0,0,0.75); }\n  .level-card .level-desc { font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.65; margin-bottom: 14px; }\n  .level-card.rainbow .level-desc { color: rgba(0,0,0,0.6); }\n  .level-tag { display: inline-block; background: rgba(255,255,255,0.18); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; }\n  .level-card.rainbow .level-tag { background: rgba(0,0,0,0.12); color: rgba(0,0,0,0.7); }\n\n  \/* ===== MOMENTS ===== *\/\n  .moments-section { background: var(--cream); padding: var(--section-gap) 24px; }\n  .moments-inner { max-width: 1080px; margin: 0 auto; }\n  .moments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n  .moment-card { background: #fff; border-radius: var(--radius); padding: 28px 24px; box-shadow: 0 2px 16px rgba(0,0,0,0.05); border-top: 3px solid transparent; transition: transform 0.2s, box-shadow 0.2s; }\n  .moment-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,0.09); }\n  .moment-card:nth-child(1) { border-top-color: var(--orange); }\n  .moment-card:nth-child(2) { border-top-color: var(--teal); }\n  .moment-card:nth-child(3) { border-top-color: #d4a020; }\n  .moment-dot { width: 10px; height: 10px; border-radius: 50%; margin-bottom: 16px; }\n  .dot-orange { background: var(--orange); }\n  .dot-teal   { background: var(--teal); }\n  .dot-yellow { background: #d4a020; }\n  .moment-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 9px; line-height: 1.45; }\n  .moment-card p  { font-size: 13px; color: var(--sub); line-height: 1.75; }\n\n  \/* ===== USECASE ===== *\/\n  .usecase-section { padding: var(--section-gap) 24px; background: #fff; }\n  .usecase-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }\n  .usecase-list { display: flex; flex-direction: column; gap: 12px; }\n  .usecase-item { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: #fff; border: 1.5px solid #EAEAEA; border-radius: 12px; font-size: 14px; line-height: 1.6; color: var(--text); transition: border-color 0.2s, box-shadow 0.2s; cursor: default; }\n  .usecase-item:hover { border-color: var(--orange); box-shadow: 0 2px 10px rgba(232,100,42,0.09); }\n  .usecase-item .line { flex-shrink: 0; width: 2px; height: 36px; background: #E0E0E0; border-radius: 2px; }\n  .usecase-item:hover .line { background: var(--orange); }\n\n  \/* ===== SPEC ===== *\/\n  .spec-section { background: #F5F5F7; padding: var(--section-gap) 24px; }\n  .spec-inner { max-width: 680px; margin: 0 auto; }\n  .spec-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.06); }\n  .spec-table tr:not(:last-child) td { border-bottom: 1px solid #F0F0F0; }\n  .spec-table td { padding: 14px 22px; font-size: 14px; }\n  .spec-table td:first-child { font-weight: 700; color: var(--sub); width: 38%; background: #FAFAFA; }\n\n  \/* ===== CTA ===== *\/\n  .cta-section { background: linear-gradient(135deg, var(--orange), #C04A1A); padding: 64px 24px; text-align: center; position: relative; overflow: hidden; }\n  .cta-section::before { content: ''; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.07), transparent 60%); border-radius: 50%; }\n  .cta-section h2 { color: #fff; font-size: clamp(22px, 4vw, 34px); font-weight: 800; margin-bottom: 10px; position: relative; }\n  .cta-section p  { color: rgba(255,255,255,0.75); font-size: 15px; position: relative; }\n\n  \/* ===== REC ICON ===== *\/\n  .rec-icon { flex-shrink: 0; width: 19px; height: 19px; border-radius: 50%; background: #2A9D8F; margin-top: 2px; background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\"); background-repeat: no-repeat; background-position: center; background-size: 10px; display: inline-block; }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 800px) {\n    :root { --section-gap: 52px; }\n    .video-grid { grid-template-columns: 1fr; }\n    .two-col { grid-template-columns: 1fr; gap: 32px; }\n    .two-col.reverse .visual { order: 0; }\n    .two-col.reverse .content-block { order: 0; }\n    .level-grid { grid-template-columns: 1fr 1fr; }\n    .moments-grid { grid-template-columns: 1fr; }\n    .usecase-inner { grid-template-columns: 1fr; gap: 32px; }\n    .accent-tag { bottom: 12px; right: 12px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ===== RECOMMENDATION CARDS (Top) ===== --\u003e\n\u003csection style=\"background:#fff;padding:40px 24px 48px;\"\u003e\n  \u003cdiv style=\"max-width:720px;margin:0 auto;\"\u003e\n\n    \u003cdiv style=\"text-align:center;margin-bottom:32px;\"\u003e\n      \u003cp style=\"font-size:12px;color:#6B6B6B;margin-bottom:8px;letter-spacing:0.08em;\"\u003eTailored recommendations for your dog\u003c\/p\u003e\n      \u003ch2 style=\"font-size:clamp(22px,4vw,32px);font-weight:800;line-height:1.4;color:#1A1A2E;\"\u003ePerfect for dogs like yours\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card ① Beginner + Smarty --\u003e\n    \u003cdiv style=\"position:relative;border:2px solid #2A9D8F;border-radius:16px;padding:32px 22px 26px;background:#fff;margin-bottom:28px;\"\u003e\n      \u003cdiv style=\"position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#2A9D8F;color:#fff;font-size:12px;font-weight:700;padding:4px 18px;border-radius:20px;white-space:nowrap;letter-spacing:0.05em;\"\u003eRecommended for You\u003c\/div\u003e\n      \u003cp style=\"font-size:20px;font-weight:800;color:#1A1A2E;margin:0 0 5px;line-height:1.25;\"\u003eBeginner Set + Smarty Set\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#6B6B6B;margin:0 0 18px;line-height:1.5;\"\u003eThe ideal combination for a first-time puzzle toy experience\u003c\/p\u003e\n      \u003cul style=\"list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;\"\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eGentle difficulty level suitable for puppies, seniors, and timid dogs\n        \u003c\/li\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eDesigned to let your dog explore slowly using their nose\n        \u003c\/li\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eGradually builds focus and problem-solving skills\n        \u003c\/li\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eDifferent difficulty levels so dogs of all ages in the same household can enjoy it\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Card ② Rainbow + Smarty --\u003e\n    \u003cdiv style=\"position:relative;border:2px solid #2A9D8F;border-radius:16px;padding:32px 22px 26px;background:#fff;\"\u003e\n      \u003cdiv style=\"position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#2A9D8F;color:#fff;font-size:12px;font-weight:700;padding:4px 18px;border-radius:20px;white-space:nowrap;letter-spacing:0.05em;\"\u003eRecommended for You\u003c\/div\u003e\n      \u003cp style=\"font-size:20px;font-weight:800;color:#1A1A2E;margin:0 0 5px;line-height:1.25;\"\u003eRainbow Set + Smarty Set\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#6B6B6B;margin:0 0 18px;line-height:1.5;\"\u003eA combination designed to take your experienced dog's thinking skills even further\u003c\/p\u003e\n      \u003cul style=\"list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;\"\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eAlready using puzzle toys and ready for a bigger challenge\n        \u003c\/li\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eNimble dogs that can roll the ball with their nose or paws\n        \u003c\/li\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eWant to seriously develop thinking and problem-solving skills\n        \u003c\/li\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eHighly motivated dogs that will try again and again for a treat\n        \u003c\/li\u003e\n        \u003cli style=\"display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#2C2C2C;line-height:1.65;\"\u003e\n          \u003cspan class=\"rec-icon\"\u003e\u003c\/span\u003eAdventurous types full of curiosity for new layouts and mechanisms\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- VIDEO SECTION --\u003e\n\u003csection class=\"video-section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eWATCH\u003c\/div\u003e\n  \u003ch2\u003eSeeing them play speaks\u003cbr\u003elouder than any description.\u003c\/h2\u003e\n  \u003cp class=\"subtitle\"\u003eWatch real usage scenes in action\u003c\/p\u003e\n  \u003cdiv class=\"video-grid\"\u003e\n    \u003cdiv class=\"video-card\"\u003e\n      \u003cdiv style=\"padding:0;\" class=\"video-embed-slot\"\u003e\n        \u003cvideo style=\"display:block;width:100%;height:100%;object-fit:cover;\" preload=\"none\" playsinline controls\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4e30e1ab3ee7433d866b3a60d5b2208b.mov\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"video-card-caption\"\u003e\n        \u003cspan class=\"tag\"\u003eProduct Overview\u003c\/span\u003e\n        \u003ch3\u003eThe highly customizable dog puzzle toy\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"video-card\"\u003e\n      \u003cdiv style=\"padding:0;\" class=\"video-embed-slot\"\u003e\n        \u003cvideo style=\"display:block;width:100%;height:100%;object-fit:cover;\" preload=\"none\" playsinline controls\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1f16a21274d54bdcac5bfd86e7048976.mov\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"video-card-caption\"\u003e\n        \u003cspan class=\"tag\"\u003eCustomer Review\u003c\/span\u003e\n        \u003ch3\u003eWe tried it! Our dog's reaction was amazing\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- HERO MESSAGE --\u003e\n\u003csection class=\"hero-message\"\u003e\n  \u003cdiv class=\"eyebrow\"\u003ePAWZLER — Dog Puzzle Toy\u003c\/div\u003e\n  \u003ch1\u003eHide a treat.\u003cbr\u003eWatch them go wild.\u003cbr\u003e\u003cem\u003eThat's all it takes to create joy.\u003c\/em\u003e\n\u003c\/h1\u003e\n  \u003cp\u003eMore than just a toy. By adding one small twist to daily meals and snacks, Pawzler satisfies your dog's natural instinct to seek and think — creating a time that fulfills both body and mind.\u003c\/p\u003e\n  \u003cdiv class=\"feature-badges\"\u003e\n    \u003cspan class=\"badge badge-orange\"\u003eWorks with treats \u0026amp; meals\u003c\/span\u003e\n    \u003cspan class=\"badge badge-teal\"\u003eMix \u0026amp; match 4 types freely\u003c\/span\u003e\n    \u003cspan class=\"badge badge-navy\"\u003eDishwasher safe\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- MEAL \/ TREAT SECTION --\u003e\n\u003csection style=\"background:#fff;padding:var(--section-gap) 0;\"\u003e\n  \u003cdiv class=\"two-col\"\u003e\n    \u003cdiv class=\"visual\"\u003e\n      \u003cvideo style=\"width:100%;border-radius:var(--radius);display:block;\" preload=\"none\" playsinline controls\u003e\n        \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb406fa4a96244b791a10b4a36a034ea.mov\"\u003e\u003c\/video\u003e\n      \u003cdiv class=\"accent-tag\"\u003eTotally\u003cbr\u003eobsessed!\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"content-block\"\u003e\n      \u003cspan class=\"label-pill\"\u003eTurn every meal into playtime\u003c\/span\u003e\n      \u003ch2\u003eMeals and treats become\u003cbr\u003e\u003cspan class=\"ul\"\u003ehide \u0026amp; seek.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eSimply place dry food or treats into the compartments. Your dog will use their nose, engage their brain, and hunt for every answer with full enthusiasm. The same old meal transforms into an exciting game they can't get enough of.\u003c\/p\u003e\n      \u003cul class=\"check-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrevent fast eating\u003c\/strong\u003e — naturally encourages a slower, healthier eating habit\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMake ordinary treats so much more fun\u003c\/strong\u003e — the joy of hiding and finding is born\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBeat rainy-day restlessness\u003c\/strong\u003e — mental exertion alone burns plenty of energy\u003c\/li\u003e\n        \u003cli\u003eWet food friendly. \u003cstrong\u003eAll parts are dishwasher safe\u003c\/strong\u003e for easy hygiene\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- COMBINATION SECTION --\u003e\n\u003csection style=\"background:var(--cream);padding:var(--section-gap) 0;\"\u003e\n  \u003cdiv class=\"two-col reverse\"\u003e\n    \u003cdiv class=\"content-block\"\u003e\n      \u003cspan style=\"background:var(--teal);\" class=\"label-pill\"\u003eBuilt to keep them engaged\u003c\/span\u003e\n      \u003ch2\u003eBuy more and\u003cbr\u003e\u003cspan class=\"ul\"\u003econnect them\u003c\/span\u003e —\u003cbr\u003ethe real fun begins.\u003c\/h2\u003e\n      \u003cp\u003ePawzler works great on its own, but its true brilliance comes when you combine multiple sets. By changing the course layout every day, your dog never simply \"memorizes the solution\" — they stay challenged with fresh stimulation every single time.\u003c\/p\u003e\n      \u003cul class=\"check-list\"\u003e\n        \u003cli\u003eFreely connect all 4 sets: Rainbow \/ Beginner \/ Smarty \/ Genius\u003c\/li\u003e\n        \u003cli\u003eChange the layout daily and enjoy \u003cstrong\u003eendless course combinations\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e3 difficulty levels\u003c\/strong\u003e — grows with your dog from puppy to senior\u003c\/li\u003e\n        \u003cli\u003eIt's just as fun watching your dog \u003cstrong\u003ethink hard while playing\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"visual\"\u003e\n      \u003cvideo style=\"width:100%;border-radius:var(--radius);display:block;\" preload=\"none\" playsinline controls\u003e\n        \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ad75aaa66cb44d94ac85242be8cd0bb2.mp4\"\u003e\u003c\/video\u003e\n      \u003cdiv style=\"background:var(--teal);\" class=\"accent-tag\"\u003eInfinite\u003cbr\u003elayouts!\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- LEVEL LINEUP --\u003e\n\u003csection class=\"level-section\"\u003e\n  \u003cdiv class=\"level-inner\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cdiv class=\"eyebrow eyebrow-light\"\u003ePRODUCT LINEUP\u003c\/div\u003e\n      \u003ch2 class=\"h2-light\"\u003eFind the perfect level\u003cbr\u003efor your dog.\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"level-grid\"\u003e\n      \u003cdiv class=\"level-card beginner\"\u003e\n        \u003cdiv class=\"level-num\"\u003eLEVEL 1\u003c\/div\u003e\n        \u003cdiv class=\"level-name\"\u003eBeginner\u003cbr\u003eSet\u003c\/div\u003e\n        \u003cdiv class=\"level-desc\"\u003eSimple design centered on sliding and licking actions. Perfect for dogs and cats trying a puzzle toy for the first time.\u003c\/div\u003e\n        \u003cspan class=\"level-tag\"\u003eGreat for first-timers\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"level-card smarty\"\u003e\n        \u003cdiv class=\"level-num\"\u003eLEVEL 2\u003c\/div\u003e\n        \u003cdiv class=\"level-name\"\u003eSmarty\u003cbr\u003eSet\u003c\/div\u003e\n        \u003cdiv class=\"level-desc\"\u003eIntermediate difficulty. Ideal for dogs who've completed Beginner or have some puzzle toy experience.\u003c\/div\u003e\n        \u003cspan class=\"level-tag\"\u003eStep up from Beginner\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"level-card genius\"\u003e\n        \u003cdiv class=\"level-num\"\u003eLEVEL 3\u003c\/div\u003e\n        \u003cdiv class=\"level-name\"\u003eGenius\u003cbr\u003eSet\u003c\/div\u003e\n        \u003cdiv class=\"level-desc\"\u003eMaximum difficulty. For dogs who've mastered Smarty, or experienced in search games and nose work.\u003c\/div\u003e\n        \u003cspan class=\"level-tag\"\u003eFor advanced players\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"level-card rainbow\"\u003e\n        \u003cdiv class=\"level-num\"\u003eALL IN ONE\u003c\/div\u003e\n        \u003cdiv class=\"level-name\"\u003eRainbow\u003cbr\u003eSet\u003c\/div\u003e\n        \u003cdiv class=\"level-desc\"\u003eOur most recommended set, bundling all 3 levels. Enjoy the excitement of leveling up over the long term.\u003c\/div\u003e\n        \u003cspan class=\"level-tag\"\u003eBest value for long-term use\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"level-card complete\"\u003e\n        \u003cdiv class=\"level-num\"\u003eFULL SET\u003c\/div\u003e\n        \u003cdiv class=\"level-name\"\u003eComplete\u003cbr\u003eSet\u003c\/div\u003e\n        \u003cdiv class=\"level-desc\"\u003eGet every type in one bundle. Available at a better price than buying each set individually.\u003c\/div\u003e\n        \u003cspan class=\"level-tag\"\u003eEverything at a great deal\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- HAPPY MOMENTS --\u003e\n\u003csection class=\"moments-section\"\u003e\n  \u003cdiv class=\"moments-inner\"\u003e\n    \u003cdiv style=\"margin-bottom:44px;\" class=\"section-header\"\u003e\n      \u003cdiv class=\"eyebrow eyebrow-dark\"\u003eHAPPY MOMENTS\u003c\/div\u003e\n      \u003ch2 class=\"h2-dark\"\u003e3 moments that make both\u003cbr\u003eyou and your dog smile\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"moments-grid\"\u003e\n      \u003cdiv class=\"moment-card\"\u003e\n        \u003cdiv class=\"moment-dot dot-orange\"\u003e\u003c\/div\u003e\n        \u003ch3\u003eNose in full gear,\u003cbr\u003ecompletely in the zone\u003c\/h3\u003e\n        \u003cp\u003eThere's something irresistible about watching them sniff around driven by pure instinct. Many owners are amazed — \"I had no idea they could focus this much.\" Five minutes disappears in a flash.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"moment-card\"\u003e\n        \u003cdiv class=\"moment-dot dot-teal\"\u003e\u003c\/div\u003e\n        \u003ch3\u003eThe thrill of\u003cbr\u003e\"I found it!\" is priceless\u003c\/h3\u003e\n        \u003cp\u003eThe excitement the moment they discover a treat is one of a kind. Each small success builds confidence and satisfaction, one treat at a time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"moment-card\"\u003e\n        \u003cdiv class=\"moment-dot dot-yellow\"\u003e\u003c\/div\u003e\n        \u003ch3\u003eA deep, satisfying nap\u003cbr\u003eafter playtime\u003c\/h3\u003e\n        \u003cp\u003eThe just-right mental fatigue melts away stress. Many owners report less barking and fewer destructive behaviors. A great sleep awaits at night too.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- USE CASE SECTION --\u003e\n\u003csection class=\"usecase-section\"\u003e\n  \u003cdiv class=\"usecase-inner\"\u003e\n    \u003cdiv class=\"content-block\"\u003e\n      \u003cspan style=\"background:var(--teal);\" class=\"label-pill\"\u003ePerfect for dogs like these\u003c\/span\u003e\n      \u003ch2\u003eDoes this sound\u003cbr\u003elike your dog?\u003c\/h2\u003e\n      \u003cp\u003eWhat might seem like a \"behavior problem\" could actually be a sign of boredom. Pawzler helps channel that energy in a healthy, constructive way.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usecase-list\"\u003e\n      \u003cdiv class=\"usecase-item\"\u003e\n\u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n\u003cspan\u003eBarks when left alone or on rainy days\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"usecase-item\"\u003e\n\u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n\u003cspan\u003eChews furniture or shoes and causes mischief\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"usecase-item\"\u003e\n\u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n\u003cspan\u003eFinishes meals in seconds\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"usecase-item\"\u003e\n\u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n\u003cspan\u003eGets bored with new toys almost immediately\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"usecase-item\"\u003e\n\u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n\u003cspan\u003eNot getting enough exercise and seems restless\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"usecase-item\"\u003e\n\u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n\u003cspan\u003eWant to create more fun moments together\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PRODUCT SPECS --\u003e\n\u003csection class=\"spec-section\"\u003e\n  \u003cdiv class=\"spec-inner\"\u003e\n    \u003cdiv style=\"margin-bottom:28px;\" class=\"section-header\"\u003e\n      \u003cdiv class=\"eyebrow eyebrow-dark\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n      \u003ch2 class=\"h2-dark\"\u003eSpecifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"spec-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVariants\u003c\/td\u003e\n\u003ctd\u003eRainbow Set \/ Beginner Set \/ Smarty Set \/ Genius Set \/ Complete Set\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDifficulty\u003c\/td\u003e\n\u003ctd\u003e3 levels (Level 1–3)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eABS resin (food safety compliant)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003eAll parts removable; hand wash or dishwasher safe\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSuitable for\u003c\/td\u003e\n\u003ctd\u003eAll breeds and sizes (also usable for cats)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eExpandability\u003c\/td\u003e\n\u003ctd\u003eConnect multiple sets to build extended courses\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eContents\u003c\/td\u003e\n\u003ctd\u003ePuzzle body, instruction manual\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta-section\"\u003e\n  \u003ch2\u003eStarting today,\u003cbr\u003etreat time will never be the same.\u003c\/h2\u003e\n  \u003cp\u003eCombine multiple sets and multiply the fun many times over\u003c\/p\u003e\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"Buddy Shop","offers":[{"title":"Beginner","offer_id":45578734469164,"sku":null,"price":185.0,"currency_code":"MYR","in_stock":true},{"title":"Rainbow","offer_id":45578734501932,"sku":null,"price":175.0,"currency_code":"MYR","in_stock":true},{"title":"Smarty","offer_id":45578734534700,"sku":null,"price":195.0,"currency_code":"MYR","in_stock":true},{"title":"Genius","offer_id":45578734567468,"sku":null,"price":206.0,"currency_code":"MYR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/4350\/3148\/files\/Beginner_Set_packaging.jpg?v=1780009962","url":"https:\/\/buddycloud.myshopify.com\/en-my\/products\/pawzler","provider":"Buddy Shop","version":"1.0","type":"link"}