Contact eos

If you need help or have questions, please fill out the contact us form below and submit. Please note that we will not respond to direct emails at any of our email addresses.
/* Target the list to replace bullets with images */ .custom-bulleted-list { list-style-type: none; /* Remove default bullets */ padding-left: 0; /* Remove left padding */ } .custom-bulleted-list li { display: inline-block; margin-right: 20px; /* Add space between images */ position: relative; padding-left: 30px; /* Space for the image */ } .custom-bulleted-list li::before { content: ""; /* Remove default content */ position: absolute; left: 0; /* Position image at the start of the list item */ top: 50%; transform: translateY(-50%); /* Vertically center the image */ background-size: contain; /* Ensure the image scales properly */ background-repeat: no-repeat; /* Prevent image repetition */ width: 20px; /* Set the image width */ height: 20px; /* Set the image height */ } .custom-bulleted-list li:nth-child(1)::before { background-image: url('https://cdn.shopify.com/s/files/1/0102/6949/1258/files/1.png?v=1739208193'); } .custom-bulleted-list li:nth-child(2)::before { background-image: url('https://cdn.shopify.com/s/files/1/0102/6949/1258/files/2.png?v=1739208193'); } .custom-bulleted-list li:nth-child(3)::before { background-image: url('https://cdn.shopify.com/s/files/1/0102/6949/1258/files/3.png?v=1739208193'); } .custom-bulleted-list li:nth-child(4)::before { background-image: url('https://cdn.shopify.com/s/files/1/0102/6949/1258/files/4.png?v=1739208193'); }