⚡ Universal Comfort Auto Car Seat Belt Adjuster

$12.99
Color:  COFFEE
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Quantity

Description

Universal Comfort Auto Car Seat Belt Adjuster

 Keep the Seat Belt Tight :Stop any sideways movement, not irritating face, neck or chest area.
 Soft and Comfortable: Made of premium leather, durable and will not make belly uncomfortable when use.
✔ Compact Design: The small size fits perfectly with the seat belts, will not feel hot in summer.
 Easy to Install and Store: Save time and portable, can keep it in the seat belt.
Compatible: Fit for all standard seat belt widths (fits up to 50mm).

Free to adjust your seat belt, so that it has the right degree of slack, making you more comfortable

Forget That Annoying Pull On Your Neck 

This is recommended for drivers who feel tight with seatbelts and especially for Kids in Encouraging them to wear seatbelts.
Car seat belts can sometimes be too tight at the shoulders, neck and face. The Seat Belt Adjuster easily clips onto the shoulder belt to provide additional slack for driving comfort.
Made of High-quality leather, the Adjuster will last through regular and normal usage once correctly secured in place.
The design of these seat belt adjuster clips ensures comfortable handling and unparalleled convenience, not irritating your neck, face or chest area.
The compact size makes them portable, keep them in your bag, purse or backpack, so have one on hand wherever you go.
Designed to accommodate all standard seat belt widths, the two Adjusters in this pack are great for use in your vehicle, rental car, charter bus and more.

Made of High-quality leather, soft and comfortable Do not worry about dig into your stomach like plastic/metal clips. These adjusters will not make your belly uncomfortable after use.

The small size fits perfectly with the seat belts, easy to carry and will not feel hot or uncomfortable when you use it.

Designed to accommodate all standard seat belt widths (fits up to 50mm).

Easy to Install and Adjust

  • Place the seat belt over the adjuster as shown.
  • Slide it to where you feel comfortable.

※Adjust the angle, that is, comfortable, and will not affect the protection function of the seat belt.

Without the seat belt adjuster
No matter which car model you use, you will encounter the problem that the seat belt will rub your neck/belly and make you feel uncomfortable. Our seat belt adjuster is a simple and effective way to protect your lower back/neck from injury, for a comfortable drive!for a comfortable drive, our seat belt adjuster helps you adjust the seat belt where it fits comfortably.

Without the seat belt adjuster
    No matter which car model you use, you will encounter the problem that the seat belt will rub your neck/belly and make you feel uncomfortable. Our seat belt adjuster is a simple and effective way to protect your lower back/neck from injury, for a comfortable drive!for a comfortable drive, our seat belt adjuster helps you adjust the seat belt where it fits comfortably.

Material: PU

WHAT'S IN THE BOX

  • 1*Universal Comfort Auto Car Seat Belt Adjuster
const TAG = "spz-custom-product-automatic"; class SpzCustomProductAutomatic extends SPZ.BaseElement { constructor(element) { super(element); this.variant_id = '54c9a3b8-4927-465a-9899-51bf37964ec1'; this.isRTL = SPZ.win.document.dir === 'rtl'; } static deferredMount() { return false; } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.templates_ = SPZServices.templatesForDoc(this.element); this.xhr_ = SPZServices.xhrFor(this.win); this.setupAction_(); this.viewport_ = this.getViewport(); } mountCallback() { this.init(); // 监听事件 this.bindEvent_(); } async init() { this.handleFitTheme(); const data = await this.getDiscountList(); this.renderApiData_(data); } async getDiscountList() { const productId = '2a1a7a23-7b08-434d-aa86-885079f394d2'; const variantId = this.variant_id; const productType = 'default'; const reqBody = { product_id: productId, variant_id: variantId, discount_method: "DM_AUTOMATIC", customer: { customer_id: window.C_SETTINGS.customer.customer_id, email: window.C_SETTINGS.customer.customer_email }, product_type: productType } const url = `/api/storefront/promotion/display_setting/text/list`; const data = await this.xhr_.fetchJson(url, { method: "post", body: reqBody }).then(res => { return res; }).catch(err => { this.setContainerDisabled(false); }) return data; } async renderDiscountList() { this.setContainerDisabled(true); const data = await this.getDiscountList(); this.setContainerDisabled(false); // 重新渲染 抖动问题处理 this.renderApiData_(data); } clearDom() { const children = this.element.querySelector('*:not(template)'); children && SPZCore.Dom.removeElement(children); } async renderApiData_(data) { const parentDiv = document.querySelector('.automatic_discount_container'); const newTplDom = await this.getRenderTemplate(data); if (parentDiv) { parentDiv.innerHTML = ''; parentDiv.appendChild(newTplDom); } else { console.log('automatic_discount_container is null'); } } doRender_(data) { const renderData = data || {}; return this.templates_ .findAndRenderTemplate(this.element, renderData) .then((el) => { this.clearDom(); this.element.appendChild(el); }); } async getRenderTemplate(data) { const renderData = data || {}; return this.templates_ .findAndRenderTemplate(this.element, { ...renderData, isRTL: this.isRTL }) .then((el) => { this.clearDom(); return el; }); } setContainerDisabled(isDisable) { const automaticDiscountEl = document.querySelector('.automatic_discount_container_outer'); if(isDisable) { automaticDiscountEl.setAttribute('disabled', ''); } else { automaticDiscountEl.removeAttribute('disabled'); } } // 绑定事件 bindEvent_() { window.addEventListener('click', (e) => { let containerNodes = document.querySelectorAll(".automatic-container .panel"); let bool; Array.from(containerNodes).forEach((node) => { if(node.contains(e.target)){ bool = true; } }) // 是否popover面板点击范围 if (bool) { return; } if(e.target.classList.contains('drowdown-icon') || e.target.parentNode.classList.contains('drowdown-icon')){ return; } const nodes = document.querySelectorAll('.automatic-container'); Array.from(nodes).forEach((node) => { node.classList.remove('open-dropdown'); }) // 兼容主题 this.toggleProductSticky(true); }) // 监听变体变化 document.addEventListener('dj.variantChange', async(event) => { // 重新渲染 const variant = event.detail.selected; if (variant.product_id == '2a1a7a23-7b08-434d-aa86-885079f394d2' && variant.id != this.variant_id) { this.variant_id = variant.id; this.renderDiscountList(); } }); } // 兼容主题 handleFitTheme() { // top 属性影响抖动 let productInfoEl = null; if (window.SHOPLAZZA.theme.merchant_theme_name === 'Wind' || window.SHOPLAZZA.theme.merchant_theme_name === 'Flash') { productInfoEl = document.querySelector('.product-info-body .product-sticky-container'); } else if (window.SHOPLAZZA.theme.merchant_theme_name === 'Hero') { productInfoEl = document.querySelector('.product__info-wrapper .properties-content'); } if(productInfoEl){ productInfoEl.classList.add('force-top-auto'); } } // 兼容 wind/flash /hero 主题 (sticky属性影响 popover 层级展示, 会被其他元素覆盖) toggleProductSticky(isSticky) { let productInfoEl = null; if (window.SHOPLAZZA.theme.merchant_theme_name === 'Wind' || window.SHOPLAZZA.theme.merchant_theme_name === 'Flash') { productInfoEl = document.querySelector('.product-info-body .product-sticky-container'); } else if (window.SHOPLAZZA.theme.merchant_theme_name === 'Hero') { productInfoEl = document.querySelector('.product__info-wrapper .properties-content'); } if(productInfoEl){ if(isSticky) { // 还原该主题原有的sticky属性值 productInfoEl.classList.remove('force-position-static'); return; } productInfoEl.classList.toggle('force-position-static'); } } setupAction_() { this.registerAction('handleDropdown', (invocation) => { const discount_id = invocation.args.discount_id; const nodes = document.querySelectorAll('.automatic-container'); Array.from(nodes).forEach((node) => { if(node.getAttribute('id') != `automatic-${discount_id}`) { node.classList.remove('open-dropdown'); } }) const $discount_item = document.querySelector(`#automatic-${discount_id}`); $discount_item && $discount_item.classList.toggle('open-dropdown'); // 兼容主题 this.toggleProductSticky(); }); } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, `${ TAG }.${ name }`, data || {}); this.action_.trigger(this.element, name, event); } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } } SPZ.defineElement(TAG, SpzCustomProductAutomatic);