Plaid Reversible Dog Jacket for Winter

$17.99
Color:  Red
Size:  XS
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

This best-selling dog coat is perfect for cold fall and winter days. It's ideal for keeping your dog warm and dry on various occasions. such as walkies on chilly days or play around in the snow. Please read our customer reviews down below to get to know how popular this dog winter coat is among millions of dogs and their owners.

FEATURES

Water-resistant polyester outer layer

This reversible dog winter coat is made of quilted waterproof polyester fiber on one side.

Soft and warm TC material inner layer

The inner layer of this dog jacket is made of soft TC fabric. making it lightweight. durable. and fashionable.

Hook & Loop closure

The velcro closure on the neck and abdomen provides quick & easy putting on and off.

Highly adjustable elastic belly band

You can easily find the snug fit for your dog with the help of the highly elastic belly band. 

A dog leash hole for convenient leash attachment

A dog leash hole on the back for easy installation of a dog collar or harness.

LENGTH CHEST NECK
XS 9.8" 11.8" - 14" 12.6"
S 12.6" 14" - 17.7" 14.2"
M 14.2" 17.7" - 21" 15.7"
L 15.7" 21" - 23.2" 17.7"
XL 18" 23" - 26.8" 19.7"
2XL 21" 26.8" - 30" 21.7"
3XL 24" 30" - 37.8" 26.8"

Tips:

  • Manual measurements may have 1-3 cm errors.
  • The real color may slightly differ from pictures due to your device screen's resolution. brightness. contrast. etc.
  • For the growing dog. you'd better choose the bigger size than the actual one.
  • Please measure the size of your pets precisely and refer to our sizing chart in advance.