{"product_id":"copy-copy-paw-cloud","title":"Paws Nook","description":"\u003ch2\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003c\/h2\u003e \u003cstyle\u003e   :root {     --blue: #2f5fbf;     --orange: #e8792c;     --green-text: #3fa34d;     --green-bg: #eef8f0;     --green-border: #d3ecd8;     --green-btn: #3fa34d;     --green-btn-dark: #2f8a3d;     --gold-1: #ffd873;     --gold-2: #f0a93a;     --gold-3: #c97f1e;     --ink: #1a1a1a;     --body-text: #3a3a3a;     --muted-text: #6b6b6b;     --card-bg: #f6f7f8;     --line: #ececec;     --radius-lg: 18px;     --radius-md: 12px;     --radius-sm: 8px;   }    * { box-sizing: border-box; }    body {     margin: 0;     padding: 32px 16px 48px;     background: #ffffff;     font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif;     color: var(--body-text);   }    .wrapper {     max-width: 480px;     margin: 0 auto;   }    .wordmark {     display: flex;     align-items: baseline;     gap: 2px;     margin: 0 0 18px 4px;     font-weight: 800;     font-size: 20px;     letter-spacing: -0.3px;   }    .wordmark span:first-child { color: var(--ink); }   .wordmark span:last-child { color: var(--green-btn); }    \/* ---- Trust card ---- *\/   .card {     display: flex;     align-items: center;     justify-content: space-between;     gap: 20px;     background: var(--card-bg);     border-radius: var(--radius-lg);     padding: 24px 26px;   }    .card__text { flex: 1 1 55%; min-width: 0; }    .heading {     margin: 0 0 12px;     font-size: 19px;     line-height: 1.3;     font-weight: 700;     color: var(--ink);   }    .heading__accent { color: var(--blue); }    .body-copy {     margin: 0 0 10px;     font-size: 13.5px;     line-height: 1.5;     color: var(--body-text);   }    .highlight {     margin: 0;     font-size: 13.5px;     line-height: 1.5;     font-weight: 600;     color: var(--orange);   }    .card__media {     position: relative;     flex: 0 0 auto;     width: 40%;     max-width: 210px;     display: flex;     justify-content: flex-end;   }    .pets { position: relative; width: 100%; aspect-ratio: 1 \/ 1; }   .pets img { display: block; }    .dog-photo {     width: 100%;     height: 100%;     object-fit: cover;     border-radius: var(--radius-md);   }    .cat-photo {     position: absolute;     right: -6%;     bottom: -8%;     width: 46%;     aspect-ratio: 1 \/ 1;     object-fit: cover;     border-radius: 50%;     border: 3px solid #ffffff;     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);   }    .badge {     position: absolute;     top: -12px;     right: -12px;     width: 72px;     height: 72px;     filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));   }    .badge__burst { fill: var(--gold-2); }   .badge__ring {     fill: none; stroke: #ffffff; stroke-width: 1.5;     stroke-dasharray: 2 3; opacity: 0.85;   }   .badge__disc { fill: var(--gold-1); stroke: var(--gold-3); stroke-width: 1.5; }   .badge__check-circle { fill: #ffffff; opacity: 0.15; }   .badge__check { stroke: #ffffff; }   .badge__label {     fill: #ffffff; font-weight: 800; text-anchor: middle;     font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif;   }   .badge__label--top { font-size: 8.5px; letter-spacing: 1px; }   .badge__label--bottom { font-size: 7px; letter-spacing: 1.4px; fill: var(--gold-3); }    \/* ---- Delivery banner ---- *\/   .delivery {     margin-top: 14px;     text-align: center;     background: var(--green-bg);     border: 1px solid var(--green-border);     border-radius: var(--radius-md);     padding: 13px 16px;     font-size: 14px;     font-weight: 700;     color: var(--ink);   }   .delivery__days { color: var(--green-text); }    \/* ---- Discounts section ---- *\/   .section-title {     margin: 26px 0 12px 4px;     font-size: 17px;     font-weight: 800;     color: var(--ink);   }    .discount-row {     display: flex;     align-items: center;     justify-content: space-between;     gap: 12px;     padding: 14px 16px;     border: 1px solid var(--line);     border-radius: var(--radius-sm);     margin-bottom: 10px;     background: #ffffff;   }    .discount-row__text {     font-size: 13.5px;     font-weight: 600;     color: var(--ink);   }    .discount-row__code {     flex: 0 0 auto;     background: var(--green-btn);     color: #ffffff;     font-size: 12px;     font-weight: 800;     letter-spacing: 0.5px;     padding: 9px 14px;     border-radius: 6px;     white-space: nowrap;   }    \/* ---- Feature icons row ---- *\/   .features {     margin-top: 18px;     padding: 4px;   }    .feature {     display: flex;     align-items: center;     gap: 10px;     padding: 9px 0;     font-size: 13.5px;     color: var(--body-text);   }    .feature__icon {     flex: 0 0 auto;     width: 20px;     height: 20px;   }    .feature strong { color: var(--ink); font-weight: 700; }    \/* ---- Give back section ---- *\/   .giveback {     margin-top: 22px;     display: flex;     align-items: center;     justify-content: space-between;     gap: 16px;     background: var(--card-bg);     border-radius: var(--radius-lg);     padding: 22px 22px;   }    .giveback__text { flex: 1 1 60%; min-width: 0; }    .giveback__title {     margin: 0 0 8px;     font-size: 16px;     font-weight: 800;     line-height: 1.3;     color: var(--ink);   }    .giveback__body {     margin: 0 0 8px;     font-size: 12.5px;     line-height: 1.5;     color: var(--muted-text);   }    .giveback__stat {     margin: 0;     font-size: 13px;     font-weight: 700;     color: var(--orange);   }    .giveback__art {     flex: 0 0 auto;     width: 96px;     height: 96px;   }    @media (max-width: 420px) {     .card { flex-direction: column; align-items: stretch; text-align: center; padding: 20px; }     .card__media { width: 58%; max-width: 190px; margin: 4px auto 0; justify-content: center; }     .giveback { flex-direction: column; text-align: center; }     .giveback__art { margin: 0 auto; }   } \u003c\/style\u003e \u003cdiv class=\"wrapper\"\u003e \u003cdiv class=\"wordmark\"\u003e \u003cspan\u003eDream\u003c\/span\u003e\u003cspan\u003eWags\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"card\"\u003e \u003cdiv class=\"card__text\"\u003e \u003ch2 class=\"heading\"\u003e \u003cspan class=\"heading__accent\"\u003e90K+\u003c\/span\u003e Orders Shipped. \u003cbr\u003eZero Compromise on Quality\u003c\/h2\u003e \u003cp class=\"body-copy\"\u003eFrom our pack to yours, we deliver joy, trust, and care in every order.\u003c\/p\u003e \u003cp class=\"highlight\"\u003eOur 100% Satisfaction Guarantee means we're not happy until you are.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"card__media\"\u003e \u003cdiv class=\"pets\" style=\"text-align: start;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8050\/0523\/files\/Screenshot_2026-07-03_205357.png?v=1783094755\"\u003e\u003c\/div\u003e \u003cp\u003e\u003cbr\u003e\u003c\/p\u003e \u003cdiv class=\"badge\" aria-hidden=\"true\"\u003e\u003csvg viewbox=\"0 0 100 100\" width=\"100%\" height=\"100%\"\u003e           \u003cdefs\u003e             \u003cpath id=\"burstStar\" d=\"M50 2               L55.5 20 L72 10 L64 27.5 L82 28               L66.5 38 L82 48 L64 48.5 L72 66               L55.5 56 L50 74 L44.5 56 L28 66               L36 48.5 L18 48 L33.5 38 L18 28               L36 27.5 L28 10 L44.5 20 Z\"\u003e\u003c\/path\u003e           \u003c\/defs\u003e           \u003cuse href=\"#burstStar\" class=\"badge__burst\" transform=\"rotate(0 50 50)\"\u003e\u003c\/use\u003e           \u003cuse href=\"#burstStar\" class=\"badge__burst\" transform=\"rotate(11 50 50)\" opacity=\"0.9\"\u003e\u003c\/use\u003e           \u003ccircle cx=\"50\" cy=\"50\" r=\"34\" class=\"badge__disc\"\u003e\u003c\/circle\u003e           \u003ccircle cx=\"50\" cy=\"50\" r=\"29\" class=\"badge__ring\"\u003e\u003c\/circle\u003e           \u003ccircle cx=\"50\" cy=\"52\" r=\"15\" class=\"badge__check-circle\"\u003e\u003c\/circle\u003e           \u003cpath class=\"badge__check\" d=\"M42 52 L48 59 L60 44\" fill=\"none\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e           \u003cpath d=\"M22 78 L30 68 L38 78 Z\" class=\"badge__burst\" opacity=\"0.9\"\u003e\u003c\/path\u003e           \u003cpath d=\"M78 78 L70 68 L62 78 Z\" class=\"badge__burst\" opacity=\"0.9\"\u003e\u003c\/path\u003e           \u003ctext x=\"50\" y=\"24\" class=\"badge__label badge__label--top\"\u003eQUALITY\u003c\/text\u003e           \u003ctext x=\"50\" y=\"86\" class=\"badge__label badge__label--bottom\"\u003eGUARANTEED\u003c\/text\u003e         \u003c\/svg\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"delivery\"\u003eFast delivery \u003cspan class=\"delivery__days\"\u003e2 to 3 days\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"section-title\"\u003eDiscounts for You\u003c\/div\u003e \u003cdiv class=\"discount-row\"\u003e \u003cdiv class=\"discount-row__text\"\u003eGet Extra 5% OFF on First Order\u003c\/div\u003e \u003cdiv class=\"discount-row__code\"\u003eWAGS5\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"discount-row\"\u003e \u003cdiv class=\"discount-row__text\"\u003ePay Online \u0026amp; Get Extra ₹50 OFF\u003c\/div\u003e \u003cdiv class=\"discount-row__code\"\u003eSAVEWAGS\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"discount-row\"\u003e \u003cdiv class=\"discount-row__text\"\u003eBuy 3 Items \u0026amp; Get Extra 10% OFF\u003c\/div\u003e \u003cdiv class=\"discount-row__code\"\u003eWAGS10\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"features\"\u003e \u003cdiv class=\"feature\"\u003e \u003csvg class=\"feature__icon\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003crect x=\"2\" y=\"7\" width=\"14\" height=\"10\" rx=\"1.5\" stroke=\"#3a2a1a\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 10h3.5L21 13v4h-5v-7Z\" stroke=\"#3a2a1a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"7\" cy=\"18.5\" r=\"1.8\" stroke=\"#3a2a1a\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17.5\" cy=\"18.5\" r=\"1.8\" stroke=\"#3a2a1a\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003cdiv\u003eFree Delivery above \u003cstrong\u003e₹599\u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature\"\u003e \u003csvg class=\"feature__icon\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M4 12a8 8 0 1 1 2.5 5.8\" stroke=\"#c9782f\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 12V7M4 12H9\" stroke=\"#c9782f\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cdiv\u003e \u003cstrong\u003e7 Days\u003c\/strong\u003e Return \u0026amp; Replacement\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"feature\"\u003e \u003csvg class=\"feature__icon\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 21s-7.5-4.6-9.6-9A5.5 5.5 0 0 1 12 6.2 5.5 5.5 0 0 1 21.6 12c-2.1 4.4-9.6 9-9.6 9Z\" stroke=\"#c9782f\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cdiv\u003e \u003cstrong\u003e88K+\u003c\/strong\u003e Happy Customers\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"giveback\"\u003e \u003cdiv class=\"giveback__text\"\u003e \u003cp class=\"giveback__title\"\u003eYou Shop, We Help Animals in Need\u003c\/p\u003e \u003cp class=\"giveback__body\"\u003eA portion of every order goes towards feeding and supporting stray animals in need.\u003c\/p\u003e \u003cp class=\"giveback__stat\"\u003e7K+ animals helped \u0026amp; counting!\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"giveback__art\"\u003e\u003csvg viewbox=\"0 0 100 100\" width=\"100%\" height=\"100%\"\u003e         \u003ccircle cx=\"50\" cy=\"50\" r=\"48\" fill=\"#eaf1fb\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"34\" cy=\"40\" r=\"14\" fill=\"#4a7fd6\"\u003e\u003c\/circle\u003e         \u003crect x=\"24\" y=\"52\" width=\"20\" height=\"26\" rx=\"8\" fill=\"#4a7fd6\"\u003e\u003c\/rect\u003e         \u003ccircle cx=\"34\" cy=\"40\" r=\"14\" fill=\"none\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"29\" cy=\"37\" r=\"1.6\" fill=\"#fff\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"39\" cy=\"37\" r=\"1.6\" fill=\"#fff\"\u003e\u003c\/circle\u003e         \u003cpath d=\"M30 43 Q34 46 38 43\" stroke=\"#fff\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e         \u003cellipse cx=\"58\" cy=\"66\" rx=\"16\" ry=\"11\" fill=\"#bfc6cc\"\u003e\u003c\/ellipse\u003e         \u003ccircle cx=\"52\" cy=\"56\" r=\"8\" fill=\"#bfc6cc\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"47\" cy=\"49\" r=\"3.2\" fill=\"#bfc6cc\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"57\" cy=\"49\" r=\"3.2\" fill=\"#bfc6cc\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"50\" cy=\"55\" r=\"1.2\" fill=\"#fff\"\u003e\u003c\/circle\u003e         \u003ccircle cx=\"54\" cy=\"55\" r=\"1.2\" fill=\"#fff\"\u003e\u003c\/circle\u003e         \u003cpath d=\"M64 30 Q70 26 68 34 Q74 32 68 38\" stroke=\"#e8792c\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e       \u003c\/svg\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"Dream Wags","offers":[{"title":"SMALL","offer_id":48988115239131,"sku":"DB-S-0006","price":1899.0,"currency_code":"INR","in_stock":true},{"title":"MEDIUM","offer_id":48988115271899,"sku":"DB-M-0006","price":2199.0,"currency_code":"INR","in_stock":true},{"title":"LARGE","offer_id":48988115304667,"sku":"DB-L-0006","price":2499.0,"currency_code":"INR","in_stock":true},{"title":"XLARGE","offer_id":48988115337435,"sku":"DB-XL-0006","price":2999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0834\/9073\/4299\/files\/IMG-20251207-WA0008_d64a9fab-c65a-42af-a4a9-bcbf2e7fe680.jpg?v=1784393797","url":"https:\/\/barknbaby.com\/products\/copy-copy-paw-cloud","provider":"My Store","version":"1.0","type":"link"}