Keep your pet cozy and stylish this season with our Cartoon Patchwork Fleece Vest. Designed for both dogs and cats, this two-legged pullover jacket combines comfort, warmth, and cuteness in one. Featuring playful embroidered cartoon patches and soft fleece fabric, it’s the perfect outfit to brighten up chilly autumn and winter days. Whether for a casual walk, lounging at home, or a fun outing, your pet will love the warmth and freedom this jacket provides.
This pet vest is crafted with attention to detail to keep your furry companion happy and warm:
Unlike ordinary pet clothes, this fleece jacket brings together style and function. The soft fabric ensures your furry friend stays warm on chilly days, while the lightweight material keeps them comfortable. The charming cartoon embroidery adds personality, making your pet look extra adorable. Whether you have a playful kitten or a small dog like a Schnauzer, Poodle, or Teddy breed, this jacket is designed to fit perfectly and provide long-lasting comfort.
Don’t let the cold keep your pet from enjoying outdoor adventures. Give them the comfort, warmth, and cuteness they deserve with this Cartoon Patchwork Fleece Jacket. Perfect for autumn and winter, it’s more than just clothing—it’s a cozy hug they can wear. Pick the right size and let your pet step out in style today!
Size | Back Length (cm) | Chest Circumference (cm) | Applicable Weight |
XS | 20 | 32 | 1 KG |
S | 25 | 37 | 1.5–2.5 KG |
M | 30 | 42 | 2.5–4 KG |
L | 35 | 47 | 4–5.5 KG |
XL | 40 | 52 | 5.5–7.5 KG |
// Data
const sizes = [“XS”,”S”,”M”,”L”,”XL”]; // x categories
const back = [20,25,30,35,40];
const chest = [32,37,42,47,52];
// Canvas setup
const c = document.getElementById(‘sizeChart’);
const ctx = c.getContext(‘2d’);
const DPR = window.devicePixelRatio || 1;
// upscale for crisp lines
const cssW = c.clientWidth, cssH = c.clientHeight;
c.width = Math.round(cssW * DPR);
c.height = Math.round(cssH * DPR);
ctx.scale(DPR, DPR);
// Chart box
const padding = { top: 20, right: 22, bottom: 44, left: 44 };
const W = cssW – padding.left – padding.right;
const H = cssH – padding.top – padding.bottom;
// Compute scales
const all = back.concat(chest);
const minVal = 0; // start at 0 for clarity
const maxVal = Math.ceil((Math.max(…all) + 2) / 5) * 5; // round up to /5
function x(i){ return padding.left + (i * (W/(sizes.length-1))); }
function y(v){ return padding.top + H – ((v – minVal)/(maxVal – minVal)) * H; }
// Draw grid & axes
ctx.lineWidth = 1;
ctx.strokeStyle = getComputedStyle(document.documentElement).getPropertyValue(‘–grid’);
ctx.fillStyle = ‘#a9b3c7’;
ctx.font = ’12px system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial’;
// Y grid
const steps = (maxVal – minVal) / 5; // 5 cm intervals
for (let v = minVal; v {
const xx = x(i);
ctx.fillText(s, xx – 6, padding.top + H + 24);
});
// Axes lines
ctx.strokeStyle = ‘#2a354a’;
ctx.lineWidth = 1.5;
ctx.beginPath();
ctx.moveTo(padding.left, padding.top);
ctx.lineTo(padding.left, padding.top + H);
ctx.lineTo(padding.left + W, padding.top + H);
ctx.stroke();
// Helper to draw a series
function drawSeries(data, color){
ctx.strokeStyle = color;
ctx.lineWidth = 2.5;
ctx.beginPath();
data.forEach((v,i)=>{
const xx = x(
We are proud to offer international shipping services that currently operate in over 200 countries and islands world wide. Nothing means more to us than bringing our customers great value and service. We will continue to grow to meet the needs of all our customers, delivering a service beyond all expectation anywhere in the world.
Yes. We provide free shipping to over 200 countries around the world. However, there are some locations we are unable to ship to. If you happen to be located in one of those countries we will contact you.
We are not responsible for any custom fees once the items have been shipped. By purchasing our products, you consent that one or more packages may be shipped to you and may get custom fees when they arrive to your country.
Location | *Estimated Shipping Time |
---|---|
United States | 5-20 Business days |
Canada, Europe | 5-20 Business days |
Australia, New Zealand | 5-20 Business days |
Central & South America | 5-25 Business days |
Asia | 5-20 Business days |
Africa | 5-25 Business days |
Yes, you will receive an email once your order ships that contains your tracking information. If you haven’t received tracking info within 5 days, please contact us.
For some shipping companies, it takes 2-5 business days for the tracking information to update on the system. If your order was placed more than 5 business days ago and there is still no information on your tracking number, please contact us.
For logistical reasons, items in the same purchase will sometimes be sent in separate packages, even if you've specified combined shipping.
If you have any other questions, please contact us and we will do our best to help you out.
All orders can be cancelled until they are shipped. If your order has been paid and you need to make a change or cancel an order, you must contact us within 12 hours. Once the packaging and shipping process has started, it can no longer be cancelled.
Your satisfaction is our #1 priority. Therefore, you can request a refund or reshipment for ordered products if:
We do not issue the refund if:
*You can submit refund requests within 15 days after the guaranteed period for delivery (45 days) has expired. You can do it by sending a message on Contact Us page
If you are approved for a refund, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within 14 days.
If for any reason you would like to exchange your product, perhaps for a different size in clothing, you must contact us first and we will guide you through the steps.
Please do not send your purchase back to us unless we authorise you to do so.
All orders can be cancelled until they are shipped. If your order has been paid and you need to make a change or cancel an order, you must contact us within 12 hours. Once the packaging and shipping process has started, it can no longer be cancelled.
Your satisfaction is our #1 priority. Therefore, you can request a refund or reshipment for ordered products if:
We do not issue the refund if:
*You can submit refund requests within 15 days after the guaranteed period for delivery (45 days) has expired. You can do it by sending a message on Contact Us page
If you are approved for a refund, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within 14 days.
If for any reason you would like to exchange your product, perhaps for a different size in clothing. You must contact us first and we will guide you through the steps.
Please do not send your purchase back to us unless we authorise you to do so.
There are no reviews yet