Breadcrumbs

PRE CODE

Code before content
const getCoords = (elem) => {
 let box = elem.getBoundingClientRect();

 return {
   top: box.top + window.pageYOffset,
   right: box.right + window.pageXOffset,
   bottom: box.bottom + window.pageYOffset,
   left: box.left + window.pageXOffset,
 }
}
Advantages
Return and exchange
within 14 days
Bonus system
valid from the first purchase
Pre-order
products up to 5 days
Convenient delivery
to any point of the country

    Code after content
    Previous post
    Working Hours
    Leave a Reply
    Your email address will not be published. Required fields are marked *