Apollo Chair Set

Sale!

Original price was: $3,500.00.Current price is: $3,350.00.

The Apollo Chair Set is a great way to unwind and relax, for extended periods, get lost in a new book or simply enjoy the feeling of sunshine. The Apollo has the right curves to sink your body into and enjoy your surroundings for a short unwind or comfortable enough to sink in well into the late evening. For indoor or outdoor use.

Heated Furniture – Apollo Chair features:

  • Cast stone with a graphite finish
  • Seats 1 per chair
  • Adjustable temperature of 80-120F
  • 750 watts @ 120 volts
  • Plug-in cord
  • Handmade in the Philippines
- +

The Apollo Chair Set is a great way to unwind and relax, for extended periods, get lost in a new book or simply enjoy the feeling of sunshine.  The most affordable heated chair design. Apollo is cast in an innovative two-part mold system. It offers style and warmth which elevates and extends the time you spend outside, alone or with family and friends.  And speaking of friends, you’ll find that your guests will want to stay longer and more often when your heated furniture is on!

 

Dimensions

WIDTH 36 - 1/2"
DEPTH 29 - 1/2"
HEIGHT 26 - 3/4"
SEAT HEIGHT 15"

 

 

 

Weight

PRODUCT WEIGHT. 90lbs
SHIPPING WEIGHT 110lbs

Temperature

80°F - 120°F

Time to warm up: ~ 20 mins

Will vary depending on ambient temperature.

Electrical

CORD

STANDARD 8'
COLOR Black
PLACEMENT Rear leg

 

VOLTAGE 110v
AMPERAGE 6.2A
WATTAGE 750W
Best practice: Two chairs are allowed on a 20A circuit.

 

Reviews

Add a review
Apollo Chair Set Apollo Chair Set
Overall rating*
0/5
* Rating is required
How did this product work for you?*
0/5
* Rating is required
* Answer is required
Your review
* Review is required
Name
* Name is required
Add photos or video to your review
* Please tick the checkbox to proceed
4.9
Based on 10 reviews
5 star
90
90%
4 star
10
10%
3 star
0%
2 star
0%
1 star
0%
Customer workshop
1-5 of 10 reviews
  1. Sizing and ordering to delivery was great

    workshop
    (0) (1)
  2. customer service is always the best. quick and to the point replys and help!

    Customer
    (0) (0)
  3. Great to deal with. Easy order.

    (0) (0)
  4. Had some issues with installation that they were super supportive

    (0) (0)
  5. Always helpful and courteous.

    (0) (0)
Shopping Cart
(function () { // Early exit if the page doesn't have our UI document.addEventListener('DOMContentLoaded', function () { console.log('[HG] JS loaded'); // Sanity checks if (!window.hg_ajax_obj || !window.hg_ajax_obj.ajaxurl) { console.error('[HG] ajaxurl missing. Is the PHP snippet active?'); return; } var grid = document.getElementById('product-grid'); if (!grid) { console.error('[HG] #product-grid not found. Set the CSS ID on the section containing the Woo Products widget.'); return; } // Use event delegation so columns/buttons/inner elements all work document.addEventListener('click', function (e) { var btn = e.target.closest('.ajax-filter-btn'); if (!btn) return; e.preventDefault(); // Read tag from data attribute var tag = btn.getAttribute('data-tag'); if (!tag) { console.warn('[HG] Clicked filter has no data-tag'); return; } // Active state document.querySelectorAll('.ajax-filter-btn.active').forEach(function (el) { el.classList.remove('active'); }); btn.classList.add('active'); // Loading state grid.classList.add('loading'); console.log('[HG] Sending AJAX for tag:', tag, '→', window.hg_ajax_obj.ajaxurl); // AJAX (fetch) var form = new FormData(); form.append('action', 'heatinggreen_filter_products'); form.append('tag', tag); fetch(window.hg_ajax_obj.ajaxurl, { method: 'POST', credentials: 'same-origin', body: form }) .then(function (r) { return r.json(); }) .then(function (json) { if (!json) { console.error('[HG] Empty JSON response'); return; } if (json.success) { grid.innerHTML = json.data.html; console.log('[HG] Updated grid for tag:', tag); } else { console.error('[HG] Server error:', json.data && json.data.message ? json.data.message : json); } }) .catch(function (err) { console.error('[HG] AJAX error:', err); }) .finally(function () { grid.classList.remove('loading'); }); }); }); })();