Buy $69.98 Free shipping
Ultimate Pet Grooming Kit 🐶 4-in-1 Electric Clippers with 4 Interchangeable Blades
$39.97
$78.98
Save
$39.01
$39.97-$67.98
Save
${(function () {
return automatic_discount_list.map((item) => {
// 模版类型
const template_type = item.discount[0].template_type;
// 是否显示自动折扣
const is_show_automatic_discount = item.discount[0].product_enabled;
// 折扣图标
const discount_icon = item.discount_icon;
// 第一个自动折扣
const first_automatic_discount = item.discount[0];
// 显示折叠展示
const isFold = (item.discount[0].display_type || DISPLAY_TYPE.DTE_FOLD) === DISPLAY_TYPE.DTE_FOLD;
// 文本数组
const text_arr = item.discount[0].config.texts;
// 条件值数组
const condition_values = item?.discount[0]?.condition_values || [];
// 落地页链接
const first_landing_url = `/promotions/discount-default/${first_automatic_discount.discount_id}`;
// 三段式跳转决策: 最终跳转 URL,空字符串表示不跳
const finalHref = __resolveHref(first_automatic_discount, first_landing_url);
// 自动折扣总数
const automatic_discount_total = item.discount.length;
// 是否显示折扣图标
const isHasDiscountIcon = discount_icon ? true : false;
// 是否显示折扣图标且模版类型不为tag和add_to_cart
const isHasDiscountIconWithNoTag = (template_type != 'tag' && template_type != 'add_to_cart' && isHasDiscountIcon)? true : false;
// 文本颜色
let text_color = DEFAULT_CONFIG.TEXT_COLOR;
// 背景颜色
const bgFn = (curBg) => template_type === "text" ? "transparent" : curBg;
let bg_color = bgFn(DEFAULT_CONFIG.BG);
// 边框颜色
const borderFn = (curBorder) => template_type == "tag" ? curBorder : "initial";
let border_color = borderFn(DEFAULT_CONFIG.BORDER_COLOR);
// 模版配置
let template_config = first_automatic_discount.template_config;
// 一键加购样式
let addToCartBtnBgColor = DEFAULT_CONFIG.ADD_TO_CART_BG;
let addToCartBtnTextColor = DEFAULT_CONFIG.ADD_TO_CART_TEXT_COLOR;
let addToCartBtnBorderColor = DEFAULT_CONFIG.ADD_TO_CART_BORDER_COLOR;
// 兜底方案
try {
if(template_config.length !== 0){
template_config = JSON.parse(template_config);
text_color= isHasDiscountIconWithNoTag ? template_config.color[template_type].icon_text_color : template_config.color[template_type].text_color;
bg_color = bgFn(template_config.color[template_type].background_color);
const arrayRgba = bg_color.split(",");
arrayRgba.splice(3, 1, " 1)");
border_color = borderFn(`${arrayRgba.join(",")}`);
addToCartBtnTextColor = template_config.color[template_type].button_text_color;
addToCartBtnBorderColor = template_config.color[template_type].button_border_color;
addToCartBtnBgColor = template_config.color[template_type].button_background_color;
}
} catch (error) {
console.error('template_config_error', error);
template_config = {
color: {
[template_type]: {
icon_text_color: DEFAULT_CONFIG.TEXT_COLOR,
text_color: DEFAULT_CONFIG.TEXT_COLOR,
background_color: DEFAULT_CONFIG.BG
}
}
};
}
// 标签
const isTag = template_type == 'tag';
// 文字和横幅
const isTextAndBanner = template_type == 'text' || template_type == 'banner';
// 是否一键加购
const isAddToCart = template_type == 'add_to_cart';
// 文字样式
const textStyle = `color: ${text_color}; background-color: transparent; border: none;`;
// 标签样式
const labelStyle = `color: ${text_color};border: 1px solid ${border_color};background-color:${bg_color};padding: 4px;`;
// 横幅样式
const bannerStyle = `color: ${text_color};border: none; background-color:${bg_color}`;
// 一键加购单个容器样式(只包含动态样式)
const addToCartSingleContainerStyle = `color: ${text_color}; background-color:${bg_color};`;
// 一键加购按钮样式(只包含配置的动态样式)
const addToCartBtnStyle = `color: ${addToCartBtnTextColor}; background-color:${addToCartBtnBgColor}; border:1px solid ${addToCartBtnBorderColor};`;
// 外层样式在标签样式下不展示颜色配置,除开标签类型,颜色都可以在外层覆盖
let outerStyle = '';
if (template_type == 'text') {
outerStyle = textStyle;
} else if (template_type == 'tag') {
outerStyle = "border: none;";
} else if (template_type == 'banner') {
outerStyle = bannerStyle;
}
/**
* 1. 标签一定是单独样式展示的
* 2. 折叠:横向布局,文字和横幅,合并成一行文本; 标签:单独样式处理
* 3. 平铺:纵向布局,文字、横幅和标签; 标签:单独样式处理;一键加购默认都是平铺
*/
let txtHtml = ``;
if (isFold) {
if(isTag) {
// 标签
const spanText = text_arr.map((text) => {
return `${text}`;
}).join('');
txtHtml = `
`
}
})()}
${spanText}
`;
} else {
// 文字和横幅
txtHtml = `
${first_automatic_discount.config.text}
`;
}
} else {
// 文字和横幅, 但标签有自己的样式,且一键加购有单独样式
const spanText = text_arr.map((text, index) => {
const condition_value = condition_values[index];
if(isAddToCart) {
return `
${text}
`
} else {
return `${text}`;
}
}).join('');
// 都是纵向布局,标签有间距
txtHtml = `${spanText}
`;
}
/**
* 显示图标的判断
*/
const discount_type = item.discount_type;
const isShowRebateIcon = ["DT_REBATE_CTQ_OTP", "DT_REBATE_CTQ_OTR", "DT_REBATE_CTA_OTP", "DT_REBATE_CTA_OTR", "DT_M_N_DISCOUNT"].includes(discount_type) && isTextAndBanner
const isShowBxgyIcon = ["DT_BUY_ONE_GET_ONE", "DT_BUY_X_GET_Y"].includes(discount_type)
const isShowBundleIcon = ["DT_CLASSIC_BUNDLE","DT_MIX_MATCH_BUNDLE"].includes(discount_type);
/**
* 渲染下拉框或抽屉的折扣列表
*/
const discount_list_html = (curItem) => {
return `
${function() {
return curItem.discount.map(childItem => {
const childLandingUrl = `/promotions/discount-default/${childItem.discount_id}`;
const childFinalHref = __resolveHref(childItem, childLandingUrl);
childItem.__finalHref = childFinalHref;
return `
`}).join('');
}()}
`;
}
return `
`;
}).join('');
})()}
${childItem.config.text}
${childItem.config.text}
Flash sale cannot be displayed here. Please move it to the product detail area.
(This prompt will not be displayed on the client-side)
${saleCount}
sold
${function() {
if (banner.type === "TYPE_TWO") return `
`
return ``;
}()}
` : ``;
const flashSaleDesc = discount_info.limit_user_product_discount > -1 ? `
Promo products limited to ${discount_info.limit_user_product_discount} item per person
` : "";
return `
${bgImg}
${countdownDom}
${flashSaleDesc}
${titleIcon}
${productDisplay.text}
${progressBarDom}
${dd}D
·
${hours}
${hh}
:
${mm}
:
${ss}
.
${sss}
Buy More Save More
Quantity
To display this card to customers, you need to go to "Booster & Store Conversion" to turn on the trust enhancement feature.
${data.module_title}
${item.title}
Description
Revolutionize Pet Grooming: Versatile 4-in-1 Dog Clipper Kit for Calm, Precise Care and Cherished Moments!
Equipped with multiple blades, it's ready to take on all your dog's grooming needs
- Dog clipper kit with 4 blade heads - This dog grooming kit has 4 blade heads, which is a 4 in 1 dog clipper that can be used in the whole body. This dog clipper for grooming Including Standard head , Narrow head, Nail grinder and Detail head. standard head is suitable for large areas, such as back; Narrow head is suitable for foot; Nail grinder is suitable for nails; Detail head is suitable for small areas, such as faces and ears. Really achieve a multi -purpose machine.
- Dog grooming kit with 2 Adjustable Levels - Our pet clipper is not just only 4 in 1 design, but also can be adjust for 2 levels. You can change the level at a light press. If your pet hair is not dense or thick, you can use level 1. If your pet's fur is thick, you can use level 2. Select according to actual needs, as long as you bring a comfortable shaving experience to your pets with our dog grooming kit.
- Low Noise Dog clipper<40dB - This dog clipper kit, is truly low noise, noise level <40dB. Suitable for small pets, as well as very sensitive pets. For very sensitive pets, it will be afraid of noisy dog clipper, and this dog grooming kit that will not be awakened your sleeping pet. Focus on the better shaving experience that dog clipper kit brings to pets.
- Dog grooming clippers with IPX7 Waterproof - This dog clipper is waterproof. IPX7 waterproof design of dog shears that the whole body can be washed. After shaving, you can throw the dog grooming supplies directly into the water and rinse it. Very easy to clean, no need to worry about hygiene issues. Provide protection for your pet's health.
- Relationship Between Pets and Families - Pets bring more happiness to the family -pets can bring happiness to a family and cultivate children's sense of responsibility. When the child gets a pet as a gift on his birthday, they become the best friends. They bathe their pets, cut their hair, and wash their hair with their parents, which is their good memories of their childhood. So take this dog clipper kit home~
How to Use Our Dog Clipper?
Before VS After
Product Data:
- USB charging: output DC 5V/1000mA
- Motor speed: 6500 rpm 3DC 3.7V working voltage:
- Working voltage: DC 3.7V
- Battery type: 14500/3.7V/800mA
- Rated power: 7W
- Charging time: about 3.5 hours, use time: about 3 hours
- Speed: 6500 rpm
- Waterproof level: IPX7
Net weight: body 102.6g
No. 1: 10.6g foot hair remover
No. 2: 14.9g nail polisher
No. 3: 11.1g Elbow Electric Clipper
No. 4: 14.7g straight head electric clipper
PACKAGE INCLUDED:
- Ultimate Pet Grooming Kit * 1
Packaging size: 215 * 159 * 44mm