(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/7
Description
Instant Neck Pain Relief After One Session!
Do you always work at your desk and do you have neck and shoulder pain? This three-layer pillow stretches your neck and spine while sitting, immediately relieving your neck. Feel good while resting and feel your shoulders being relieved and relaxed! Relax freely and avoid neck pain to get a good rest instantly anywhere!
Why this pillow is perfect for you:
Relieves Pain - It supports the head perfectly, allowing the neck muscles to relax while you rest!
Corrects Posture - No more neck and shoulder pain as this pillow assumes the correct resting position.
Comfortable - Recover in the most comfortable position while sitting!
Easy to Use - You can easily inflate and fold it with the built-in pump for instant comfort anywhere!
The 50% DISCOUNT is only valid today. Note: This product is not commercially available.
GUARANTEES:
Unsatisfied? Money back! After receipt you have 30 days to return your order.
We do everything we can to make sure you are 100% satisfied with your purchase.
To ask? Our customer service is available 24/7.
We have over 14,311 happy customers, will you be our next?
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)