{"product_id":"bulk-room-spray-packs","title":"Bulk Room Spray Packs","description":"\u003cp\u003eBulk Room Spray Packs are built for favors, guest bags, pop-ups, and branded gifting when a single fragrance format makes more sense than candles or plug-ins. Choose the pack size shown on the page, then add the order details you want us to follow. We make these in Loxahatchee, Florida and hold the page to direct product language instead of vague wholesale filler.\u003c\/p\u003e\n\u003cp\u003eLarger runs need added production time because we build the order after purchase. This listing is for group orders and event work, not one retail spray bottle.\u003c\/p\u003e\n\u003ch3\u003eScent notes\u003c\/h3\u003e\n\u003cp\u003eThe note profile depends on the fragrance you choose for the batch. Keep the order to one scent if you want the cleanest production path. Use the event notes box if you need guidance or a specific split.\u003c\/p\u003e\n\u003cp\u003eFor a cleaner profile, choose linen or lavender. For a coastal profile, choose one of the beach-focused house scents. For a stronger room profile, choose a wood or cologne-leaning fragrance.\u003c\/p\u003e\n\u003ch3\u003eFAQ\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eIs the listed price for one bottle or one pack?\u003c\/strong\u003e\u003cbr\u003eThe price shown is for the pack size selected on the product page.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCan I order these for events or client gifts?\u003c\/strong\u003e\u003cbr\u003eYes. This page is built for event, gifting, and wholesale-style orders.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow fast do bulk room sprays ship?\u003c\/strong\u003e\u003cbr\u003eLarger runs need added production time because we make them to order.\u003c\/p\u003e\n\u003ch3\u003eRelated products\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"\/products\/boujie-beach-room-spray\"\u003eRoom Spray\u003c\/a\u003e\u003c\/li\u003e\n  \u003cli\u003e\u003ca href=\"\/products\/travel-room-spray\"\u003eTravel Room Spray\u003c\/a\u003e\u003c\/li\u003e\n  \u003cli\u003e\u003ca href=\"\/collections\/clean-living\"\u003eEveryday Care \u0026amp; Home\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- lox-cache-refresh bulk-scent-selector 20260423-1848 --\u003e\n\u003cscript data-lox-bulk-scent-cap=\"20260423-max-trim\"\u003e\n(function () {\n  if (window.__loxBulkScentDescriptionCap) return;\n  window.__loxBulkScentDescriptionCap = true;\n  var rules = {\n    '\/products\/bulk-soy-candle-packs': { min: 12, unit: 'candles' },\n    '\/products\/bulk-soy-candle-gift-packs': { min: 12, unit: 'candles' },\n    '\/products\/bulk-room-spray-packs': { min: 10, unit: 'sprays' },\n    '\/products\/bulk-room-spray-gift-packs': { min: 10, unit: 'sprays' },\n    '\/products\/bulk-car-air-freshener-packs': { min: 10, unit: 'fresheners' },\n    '\/products\/bulk-car-air-freshener-packs': { min: 10, unit: 'fresheners' }\n  };\n  function rule() { return rules[window.location.pathname]; }\n  function parseCount(text) { var m = String(text || '').match(\/\\d+\/); return m ? parseInt(m[0], 10) : 0; }\n  function checks() { return Array.prototype.slice.call(document.querySelectorAll('.bulk-scent-checkbox')); }\n  function selected() { return checks().filter(function (input) { return input.checked; }); }\n  function form() { return document.querySelector('product-form form'); }\n  function packCount() {\n    var checked = Array.prototype.slice.call(document.querySelectorAll('input[type=\"radio\"]:checked')).find(function (input) { return \/\\d+\\s*pack\/i.test(input.value); });\n    if (checked) return parseCount(checked.value);\n    var idInput = form() \u0026\u0026 form().querySelector('[name=\"id\"]');\n    var selectedId = idInput ? String(idInput.value) : '';\n    var variants = (window.ShopifyAnalytics \u0026\u0026 window.ShopifyAnalytics.meta \u0026\u0026 window.ShopifyAnalytics.meta.product \u0026\u0026 window.ShopifyAnalytics.meta.product.variants) || (window.meta \u0026\u0026 window.meta.product \u0026\u0026 window.meta.product.variants) || [];\n    var variant = variants.find(function (v) { return String(v.id) === selectedId; });\n    return parseCount(variant \u0026\u0026 (variant.public_title || variant.title));\n  }\n  function quantity() { var input = form() \u0026\u0026 form().querySelector('input[name=\"quantity\"]'); return Math.max(1, parseInt((input \u0026\u0026 input.value) || '1', 10) || 1); }\n  function total() { var pack = packCount(); return pack \u003e 0 ? pack * quantity() : 0; }\n  function maxScents() { var r = rule(); return r ? Math.max(1, Math.floor(total() \/ r.min)) : 0; }\n  function limitText(prefix) { var r = rule(); var max = maxScents(); var units = total(); var word = max === 1 ? 'scent' : 'scents'; return (prefix || '') + 'Scent variety limit: ' + (units ? units + ' total ' + r.unit : 'this pack size') + ' allows up to ' + max + ' ' + word + '.'; }\n  function setMessage(prefix, error, trimmed) {\n    var msg = document.querySelector('[data-bulk-scent-limit-message]');\n    if (!msg || !rule()) return;\n    var max = maxScents(); var count = selected().length; var remain = Math.max(0, max - count);\n    msg.textContent = trimmed ? 'Pack size changed. We kept the first ' + max + ' selected ' + (max === 1 ? 'scent' : 'scents') + '. ' + limitText('') : limitText(prefix) + (remain ? ' Select ' + remain + ' more ' + (remain === 1 ? 'scent' : 'scents') + ' to max out this pack.' : \" You have reached this pack's scent max.\");\n    msg.classList.toggle('is-error', Boolean(error));\n  }\n  function syncHidden() { var values = selected().map(function (input) { return input.value; }); var hidden = document.getElementById('bulk-scents-hidden'); if (hidden) hidden.value = values.join(', '); var display = document.getElementById('selected-scent-display'); if (display) display.textContent = values.length ? values.join(', ') : 'Choose scents below'; }\n  function enforce(prefix, error) { if (!rule()) return true; var all = checks(); if (!all.length) return true; var max = maxScents(); var chosen = selected(); var trimmed = false; if (chosen.length \u003e max) { chosen.slice(max).forEach(function (input) { input.checked = false; }); trimmed = true; } var count = selected().length; all.forEach(function (input) { input.disabled = !input.checked \u0026\u0026 count \u003e= max; }); syncHidden(); setMessage(trimmed ? '' : prefix, error, trimmed); return count \u003c= max; }\n  function init() { if (!rule() || !checks().length) return; document.addEventListener('change', function (event) { var target = event.target; if (target \u0026\u0026 target.matches \u0026\u0026 target.matches('.bulk-scent-checkbox') \u0026\u0026 target.checked \u0026\u0026 selected().length \u003e maxScents()) { target.checked = false; enforce('That would add too many scents. ', true); event.stopPropagation(); return; } setTimeout(function () { enforce('', false); }, 0); setTimeout(function () { enforce('', false); }, 100); }, true); document.addEventListener('input', function () { enforce('', false); }); document.addEventListener('submit', function (event) { if (!rule() || !checks().length) return; if (selected().length \u003c 1) { event.preventDefault(); enforce('Choose at least one scent. ', true); return; } if (!enforce('Too many scents selected. ', true)) event.preventDefault(); }, true); enforce('', false); }\n  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', init); else init();\n})();\n\u003c\/script\u003e","brand":"LoxLivin","offers":[{"title":"10 Pack (10 Sprays)","offer_id":42571750965335,"sku":"BULK-RS-10","price":200.0,"currency_code":"USD","in_stock":true},{"title":"25 Pack (25 Sprays)","offer_id":42571750998103,"sku":"BULK-RS-25","price":500.0,"currency_code":"USD","in_stock":true},{"title":"50 Pack (50 Sprays)","offer_id":42571751030871,"sku":"BULK-RS-50","price":1000.0,"currency_code":"USD","in_stock":true},{"title":"100 Pack (100 Sprays)","offer_id":42571751063639,"sku":"BULK-RS-100","price":2000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0020\/6661\/2279\/files\/grok-image-1d40f94d-800e-4c50-b8a8-fa04f88237cb.jpg?v=1772238914","url":"https:\/\/www.loxlivin.com\/products\/bulk-room-spray-packs","provider":"LoxLivin'","version":"1.0","type":"link"}