A New Flame Ring
Shine bright, not like a diamond! If you have a burning desire to glow to hell, then this ring is for you. It features a real tiny candle. Included: 1 ring Sizes: US & Canada. View Ring Size Chart. Colours: Black/White wax. More colours may come in the future. Material: Stainless steel & parasoy wax. Refilling: Ring Refill Instructions. Disclaimer: The ring is for decorative purposes only. Wask is not liable for any damage that may occur from lighting the candle. Animated feature photo is for creative purposes only; ring does not self-ignite. Wax hand-poured by Wask. Read more about this product on our blog. /* ── Overlay ── */ .rsz-overlay { display: none; position: fixed; inset: 0; background: rgba(40, 50, 38, 0.55); z-index: 9998; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); animation: fadeIn 0.25s ease; } .rsz-overlay.open { display: block; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /* ── Modal ── */ .rsz-modal { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.97); z-index: 9999; background: #faf6f1; font-family: Georgia, serif; border-radius: 6px; width: min(920px, 94vw); max-height: 90vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(40, 50, 38, 0.25); animation: popIn 0.28s cubic-bezier(0.34, 1.4, 0.64, 1) forwards; } .rsz-modal.open { display: block; } @keyframes popIn { from { opacity: 0; transform: translate(-50%, -50%) scale(0.94); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } } /* ── Close button ── */ .rsz-close { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 22px; line-height: 1; color: #8a9e84; cursor: pointer; padding: 4px 8px; border-radius: 2px; transition: color 0.15s, background 0.15s; font-family: inherit; } .rsz-close:hover { color: #5F6859; background: rgba(95, 104, 89, 0.08); } /* ── Inner layout ── */ .rsz-inner { display: flex; gap: 0; padding: 36px 32px 32px; } /* ── Left column ── */ .rsz-left { flex: 0 0 340px; display: flex; flex-direction: column; padding-right: 30px; border-right: 1px solid #c5cdbf; } .rsz-image-placeholder { width: 100%; border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; overflow: hidden; } .rsz-image-placeholder img { width: 35%; height: auto; display: block; filter: invert(35%) sepia(18%) saturate(200%) hue-rotate(68deg) brightness(80%) contrast(95%); } .rsz-image-placeholder .placeholder-text { color: #8a9e84; font-size: 11px; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; padding: 12px; line-height: 1.5; } .rsz-instructions-title { font-size: 13px; font-weight: 700; color: #5F6859; margin: 0 0 10px; text-transform: uppercase; letter-spacing: 0.06em; font-family: inherit; } .rsz-instructions-list { list-style: none; padding: 0; margin: 0; counter-reset: steps; } .rsz-instructions-list li { counter-increment: steps; display: flex; gap: 9px; font-size: 12.5px; color: #6b7a65; line-height: 1.55; margin-bottom: 9px; font-family: inherit; text-align: left; } .rsz-instructions-list li::before { content: counter(steps) "."; flex-shrink: 0; font-weight: 600; color: #8a9e84; width: 14px; } .rsz-instructions-list li span { flex: 1; text-align: left !important; } .rsz-instructions-list em { font-style: italic; color: #5F6859; } /* ── Right column (chart) ── */ .rsz-right { flex: 1; padding-left: 28px; display: flex; flex-direction: column; } .rsz-chart-heading { margin: 0 0 20px; text-align: center; font-family: inherit; } .rsz-chart-heading h2 { font-size: 22px; font-weight: 700; color: #5F6859; margin: 0 0 3px; text-transform: uppercase; letter-spacing: 0.08em; font-family: inherit; } .rsz-chart-heading p { font-size: 12px; color: #8a9e84; margin: 0; letter-spacing: 0.12em; text-transform: uppercase; font-family: inherit; } /* ── Table ── */ .rsz-table { width: 100%; border-collapse: collapse; font-family: inherit; } .rsz-table thead tr { border-bottom: 2px solid #5F6859; } .rsz-table thead th { font-size: 11px; font-weight: 400; color: #5F6859; text-transform: uppercase; letter-spacing: 0.07em; padding: 0 8px 12px; text-align: center; width: 33.33%; font-family: inherit; } .rsz-table tbody tr { border-bottom: 1px solid #d4dccf; transition: background 0.12s; } .rsz-table tbody tr:hover { background: #e8ede5; } .rsz-table tbody tr:last-child { border-bottom: none; } .rsz-table tbody td { font-size: 15px; color: #6b7a65; text-align: center; padding: 16px 8px; font-family: inherit; } .rsz-table tbody td:first-child { font-weight: 600; color: #5F6859; } /* ── Responsive ── */ @media (max-width: 580px) { .rsz-inner { flex-direction: column; padding: 28px 20px 24px; } .rsz-left { flex: none; border-right: none; border-bottom: 1px solid #c5cdbf; padding-right: 0; padding-bottom: 22px; margin-bottom: 22px; flex-direction: column; align-items: center; } .rsz-image-placeholder { margin-bottom: 18px; } .rsz-image-placeholder img { width: 25%; } .rsz-right { padding-left: 0; } .rsz-table thead th { letter-spacing: 0; font-size: 10px; } } ✕ Instructions Use a piece of string and wrap it snugly around your finger Using a ruler, measure the length of string that wraps fully around your finger This measurement in mm is your circumference Use the chart to find your ring size based on your circumference Ring Size Chart US & Canada Size Circumference (mm) Diameter (mm) 5 49 15.7 6 52 16.5 7 54 17.4 8 57 18.2 9 59 18.9 10 62 19.8 function openRingSizeChart() { var scrollbarWidth = window.innerWidth - document.documentElement.clientWidth; document.body.style.paddingRight = scrollbarWidth + 'px'; document.getElementById('rszOverlay').classList.add('open'); document.getElementById('rszModal').classList.add('open'); document.body.style.overflow = 'hidden'; } function closeRingSizeChart() { document.getElementById('rszOverlay').classList.remove('open'); document.getElementById('rszModal').classList.remove('open'); document.body.style.overflow = ''; document.body.style.paddingRight = ''; } document.addEventListener('keydown', function(e) { if (e.key === 'Escape') closeRingSizeChart(); }); /* ── Overlay ── */ .rfi-overlay { display: none; position: fixed; inset: 0; background: rgba(40, 50, 38, 0.55); z-index: 9998; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); animation: rfiFadeIn 0.25s ease; } .rfi-overlay.open { display: block; } @keyframes rfiFadeIn { from { opacity: 0; } to { opacity: 1; } } /* ── Modal ── */ .rfi-modal { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.97); z-index: 9999; background: #faf6f1; font-family: Georgia, serif; border-radius: 6px; width: min(920px, 94vw); max-height: 90vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(40, 50, 38, 0.25); animation: rfiPopIn 0.28s cubic-bezier(0.34, 1.4, 0.64, 1) forwards; } .rfi-modal.open { display: block; } @keyframes rfiPopIn { from { opacity: 0; transform: translate(-50%, -50%) scale(0.94); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } } /* ── Close button ── */ .rfi-close { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 22px; line-height: 1; color: #8a9e84; cursor: pointer; padding: 4px 8px; border-radius: 2px; transition: color 0.15s, background 0.15s; font-family: inherit; } .rfi-close:hover { color: #5F6859; background: rgba(95, 104, 89, 0.08); } /* ── Inner layout ── */ .rfi-inner { padding: 36px 32px 32px; } /* ── Title ── */ .rfi-heading { text-align: center; margin: 0 0 28px; } .rfi-heading h2 { font-size: 22px; font-weight: 700; color: #5F6859; margin: 0 0 3px; text-transform: uppercase; letter-spacing: 0.08em; font-family: inherit; } .rfi-heading p { font-size: 12px; color: #8a9e84; margin: 0; letter-spacing: 0.12em; text-transform: uppercase; font-family: inherit; } /* ── Steps list ── */ .rfi-steps { list-style: none; padding: 0; margin: 0; } .rfi-step { display: flex; gap: 0; border-bottom: 1px solid #d4dccf; padding: 16px 0; } .rfi-step:last-child { border-bottom: none; } /* ── Left: icon column ── */ .rfi-step-icon { flex: 0 0 33%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-right: 24px; gap: 10px; } .rfi-step-icon img { width: 200px; height: auto; display: block; opacity: 0.85; filter: invert(35%) sepia(18%) saturate(200%) hue-rotate(68deg) brightness(80%) contrast(95%); } .rfi-step-number { font-size: 11px; font-weight: 700; color: #8a9e84; letter-spacing: 0.1em; text-transform: uppercase; font-family: inherit; } /* ── Right: text column ── */ .rfi-step-text { flex: 0 0 63%; display: flex; align-items: center; font-size: 13.5px; color: #6b7a65; line-height: 1.65; font-family: inherit; text-align: left !important; } .rfi-step-text p { margin: 0; text-align: left !important; font-family: inherit; } .rfi-step-text strong { color: #5F6859; } /* ── Responsive ── */ @media (max-width: 580px) { .rfi-inner { padding: 28px 20px 24px; } .rfi-step { flex-direction: column; align-items: center; text-align: center; gap: 12px; } .rfi-step-icon { flex: none; padding-right: 0; } .rfi-step-text { flex: none; width: 100%; text-align: left !important; } } ✕ Refill Instructions Candle Ring Step 1 Gather your new wax, wick tabs, and glue dots. You will also need a small metal pot, a pitcher, needle-nose pliers, metal tongs, tape and some paper towels. Fill the pot with water and bring it to a boil. As soon as it boils, remove it from the heat and let it settle — you want it very hot but no longer actively boiling. Step 2 Place the used candle ring in the pot. The wax should start to soften and melt, collecting on the surface in small droplets. Use the tongs to flip and shake the ring inside the pot for 30 seconds, and then remove the ring and let it cool for 30+ seconds. Step 3 Grab the ring using a paper towel, or while wearing heat-resitant gloves. Use the pliers to grip and pull out the old wick base (the small metal tab at the bottom of the barrel) and the old glue dot. Step 4 Using your tongs, put the ring back into the hot water in your pot for another 10 - 20 seconds, shaking it gently. Remove the ring, let it cool for 10+ seconds, and grab the ring while it's still warm through a paper towel (or heat-resistant gloves). Use another piece of paper towel to quickly wipe the entire surface of the ring, as well as the inside of the barrel. The paper towels will absorb the wax while it's still warm. After this step, your ring should look clean. Step 5 Let the water in the pot cool completely. Once the wax hardens on the surface, remove it with a spoon and discard it. When dumping the water, use your sink strainer to catch any small wax bits — do not pour wax down the drain, as it can clog your pipes. If there is still wax left in your pot after draining the water, heat up the pot until the wax melts, and wipe the wax off with a paper towel. Step 6 Prepare your new wick by wiping the bottom of the metal tab to clear off any residue, then firmly press a glue dot onto it. Step 7 Peel the other side of the glue dot and carefully lower the wick tab into the ring barrel. Check that the wick appears centered — some wick tab brands are slightly off-center, so take a moment to find the best position. Once satisfied, use the tip of the pliers to press the tab firmly to the base. Tape or tack your ring to a prepared surface (in case you drip wax) to prepare for refilling. Step 8 Melt your wax of choice in a pouring pitcher or any small metal pitcher with a spout. For parasoy wax, aim for a pouring temperature of around 140–160°F (60–70°C). Make sure the ring isn't colder than room temperature before pouring — a cold ring can cause the wax to crack as it sets. Carefully fill the ring to the top. Make sure the wick is setting in an upright position. If not, hold it straight for a couple minutes while the wax sets. Let it cool. Step 9 Trim the wick to your desired length. If you overfilled your ring and got wax all over it, let it harden and then clean up any overflow with a paper towel and gentle scraping. Now you've got a fresh ring! function openRefillInstructions() { var scrollbarWidth = window.innerWidth - document.documentElement.clientWidth; document.body.style.paddingRight = scrollbarWidth + 'px'; document.getElementById('rfiOverlay').classList.add('open'); document.getElementById('rfiModal').classList.add('open'); document.body.style.overflow = 'hidden'; } function closeRefillInstructions() { document.getElementById('rfiOverlay').classList.remove('open'); document.getElementById('rfiModal').classList.remove('open'); document.body.style.overflow = ''; document.body.style.paddingRight = ''; } if (!window._rfiEscListenerAdded) { document.addEventListener('keydown', function(e) { if (e.key === 'Escape') closeRefillInstructions(); }); window._rfiEscListenerAdded = true; }