✦ Verified product
Sample Set (6x 5mL)
ZAR 599.00
Eliqsur Inc.
Verified independent store
→
Price Transparency How we come to Retail Price 100% Compounding, packaging and filling: 29% Storage and freight: 17% Marketing cost: 13% Total product cost: 59% Retail Markup: 1.69
x Retail Price: 100% Price at industry standard 6x cost: 276% Your savings: 176% *Industry standard markup is 6-10x cost Materials Transparency Packaging breakdown Bottle: Material: glass Recyclability: 100% Cap: Material: glass, rubber and PET Recyclability: 100% Product Box & shipping box: Material: paper and cardboard Recyclability: 100% Recycling instructions:Remove label from bottle & remove dropper from cap before recycling. Sustainability Transparency We're up to the challenge of reducing waste in a pretty wasteful industry! As a company we make use of solar power to limit our environmental impact. We aim to source everything locally in South Africa to lower our carbon footprint. Our products are sold in glass jars which are easy to recycle + perfect for upcycling. We use natural spring water purified by reverse osmosis for manufacturing and cleaning. All plastic, packaging and paper used is recyclable. We source our ingredients and packaging locally whenever possible. We use eco-packaging which is fully recyclable for shipping. /* Layout and General Styles */ #transparency-table { display: flex; justify-content: space-between; gap: 40px; padding: 15px 0; } #transparency-table > ul { display: flex; list-style: none; padding: 0; margin: 0; width: 100%; } #transparency-table > ul > li { flex: 1; padding: 0 20px; /* Added horizontal padding for space on both sides of the border */ position: relative; } #transparency-table > ul > li.product-table-separator::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 2px; /* Adjusted width of divider */ background-color: #c9e49e; margin: 0 10px; /* Added space on both sides of the divider */ } /* Styling for Headers and Background Colors */ .transparency-table-top-heading { background-color: #576c35; color: white; padding: 6px 0; font-size: 1.2em; text-align: center; margin-bottom: 10px; } .transparency-table-11 { background-color: black; color: white; padding: 8px; border-radius: 5px; } .caps { text-transform: uppercase; } .bg-color-green-dark { background-color: #576c35; } .bg-color-green-light { background-color: #8ca25d; } .color-black { color: black; } .color-white { color: white; } .color-green-dark { color: #576c35; } /* Text Styles and Spacing */ .sub-heading { font-size: 1em; font-weight: bold; margin: 8px 0; } .large-heading { font-size: 1.1em; margin: 6px 0; } .large-heading-border { font-size: 0.95em; border-bottom: 1px solid #c9e49e; margin: 6px 0; padding-bottom: 4px; } /* Box Styling and Alignment */ .transparency-table-rounded-bg { border-radius: 5px; padding: 8px; margin: 8px 0; } .value-float-right { float: right; } .green-border-accent { border: 1px solid #c9e49e; padding: 5px; margin-top: 6px; } /* Custom Checkbox Image Styling */ .check { display: flex; align-items: center; padding-left: 24px; position: relative; margin: 6px 0; } .check::before { content: ""; display: inline-block; background-image: url("https://cdn.shopify.com/s/files/1/0676/3865/7182/files/checkbox-check-dark.png?v=1730478258"); background-size: contain; background-repeat: no-repeat; width: 16px; height: 16px; position: absolute; left: 0; } /* Note Text Styling */ .note { font-size: 0.85em; margin-top: 8px; } strong { font-weight: bold; } @media (max-width: 767px) { #transparency-table { flex-direction: column; gap: 20px; } #transparency-table > ul { flex-direction: column; } #transparency-table > ul > li { padding: 15px 0; border: none; } #transparency-table > ul > li.product-table-separator::after { display: none; } }