Havana Collection · Handcrafted Furniture
Havana Deep-Seat
3-Seater Sofa
₹1,09,999
Save 18%
Incl. 18% GST & free delivery across India
— Warm Caramel
— 3 Seater
— Walnut Wood
8 left in stock
5–7 days
Assembly
Returns
Warranty
| Width (3 Seater) | 220 cm |
| Depth | 95 cm |
| Height | 86 cm |
| Seat Height | 43 cm |
| Seat Depth | 62 cm |
| Weight | 78 kg |
| Max Load | 360 kg |
| Frame | Kiln-dried Solid Teak |
| Foam | High-Resilience 36D PU Foam |
| Fabric | 400 GSM Woven Polyester Blend |
function selectColor(el){document.querySelectorAll('.swatch').forEach(s=>s.classList.remove('active'));el.classList.add('active');document.getElementById('colorLabel').textContent='— '+el.dataset.color}
function selectSize(el,label,price){document.querySelectorAll('.size-btn:not(.out-of-stock)').forEach(b=>b.classList.remove('active'));el.classList.add('active');document.getElementById('sizeLabel').textContent='— '+label;document.getElementById('currentPrice').textContent='₹'+price}
function selectLeg(el,label){document.querySelectorAll('.leg-btn').forEach(b=>b.classList.remove('active'));el.classList.add('active');document.getElementById('legLabel').textContent='— '+label}
function changeQty(delta){const input=document.getElementById('qtyInput');const newVal=Math.max(1,Math.min(10,parseInt(input.value)+delta));input.value=newVal}
function toggleAccordion(btn){const item=btn.closest('.accordion-item');const isOpen=item.classList.contains('open');document.querySelectorAll('.accordion-item').forEach(i=>i.classList.remove('open'));if(!isOpen)item.classList.add('open');}
function addToCart(){const toast=document.getElementById('cartToast');toast.classList.add('show');setTimeout(()=>toast.classList.remove('show'),2800)}
function buyNow(){alert('Redirecting to checkout…\n(In WooCommerce: add to cart then redirect to checkout URL)')}
document.querySelectorAll('.thumb-item').forEach(thumb=>{thumb.addEventListener('click',function(){document.querySelectorAll('.thumb-item').forEach(t=>t.classList.remove('active'));this.classList.add('active')})})
