✦ Verified product
R SKIN エマルジョン【オアシス会員】
JPY 9,570.00
リゾナスオンラインストア【RESONUS STORE】
Verified independent store
→
/*.shopify-section.shopify-section-group-header-group.toolbar-section { display: none !important; } .shopify-section.shopify-section-group-header-group.header-section { display: no
ne !important; } .shopify-section.shopify-section-group-footer-group { display: none !important; } .section-header { display: none !important; }*/ .detail_lp-container { max-width: 620px; margin: 0 auto; } .detail_lp-container img { width: 100%; vertical-align: bottom; } .detail_lp-cta { position: relative; } .detail_lp-cta img { width: 100%; } .detail_lp-cta-button { position: absolute; width: 85%; aspect-ratio: 603 / 136; margin: 0 auto; left: 50%; transform: translateX(-50%); } .detail_lp-cta-button--01 { background: url("https://cdn.shopify.com/s/files/1/0559/0866/3478/files/20250421_btn-8.png?v=1745228968") no-repeat center/100%; bottom: 45.5%; } .detail_lp-cta-button--02 { background: url("https://cdn.shopify.com/s/files/1/0559/0866/3478/files/20250421_btn-8.png?v=1745228968") no-repeat center/100%; bottom: 3%; } /* document.addEventListener('DOMContentLoaded', ()=> { const addToCartButtons = document.querySelectorAll('.add-to-cart-cta'); if(addToCartButtons.length){ addToCartButtons.forEach((button) => { button.addEventListener('click', (e) => { let productId = e.target.getAttribute('data-product-id') let productQuantity = e.target.getAttribute('data-product-quantity') console.log(productId, productQuantity) fetch('/cart/add.js', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, body: JSON.stringify({ id: productId, quantity: productQuantity }) }) .then(response => response.json()) .then(data => { console.log('Item added to cart', data); // Redirect to the cart page window.location.href = '/cart'; }) .catch(error => { console.error('Error adding item to cart:', error); }); }); }); } }); */