About the productDescriptionProduct Details Description + Features Sectional Sofa CouchMinimalist StyleReversable OttomanRemovable CushionsManufacturer 1 Year Warranty Questions & Answers + FAQQ: What is the estimated shipping time?
A: Shipping usually takes 5-9 days to arrive, though actual delivery times may vary.Q: What shipping options are available?
A: Free standard domestic shipping within the United States only.Q: How is the couch shipped?
A: The couch is shipped in several packages and we've carefully vacuum-sealed it. Upon receipt, we recommend allowing a 48-hour rest period for the cushions to regain their original shape, providing you with the optimal sitting experience.Q: What materials are used in the construction of the product?
A: The product is made of high-quality cotton fabric, metal, and wood ensuring durability and longevity.Q: Is assembly required for the product?
A: Yes, but detailed instructions are included for easy setup.Q: How do I initiate a warranty claim?
A: Please reach out to the manufacturer directly using the contact information provided in the package upon delivery. Weight & Dimensions + Measurements Product Weight: 90lbs Length: 70.8" Width: 25.1" Height: 32.2" Specifications + Product Specs Upholstery Material: Cotton FabricFrame Material: WoodWeight Rating: 350lbsAssembly Required: YesOttoman Dimensions: 21.2" x 21.2"Imported: Yes document.addEventListener("DOMContentLoaded", function() { // Get all toggle buttons and feature containers var buttons = document.querySelectorAll(".toggleButton"); var featureContainers = document.querySelectorAll(".features, .measurements, .productspecs, .faq"); // Function to toggle the button state and show/hide feature container function toggleButton(button, featuresContainer) { // Check if the button is already clicked var isClicked = button.classList.contains("clicked"); // If the button is already clicked, remove the clicked state if (isClicked) { button.classList.remove("clicked"); featuresContainer.style.display = "none"; button.querySelector(".plus").textContent = "+"; } else { // If the button is not clicked, toggle the clicked state and show the feature container buttons.forEach(function(btn) { btn.classList.remove("clicked"); btn.querySelector(".plus").textContent = "+"; }); button.classList.add("clicked"); featureContainers.forEach(function(container) { container.style.display = "none"; }); featuresContainer.style.display = "block"; button.querySelector(".plus").textContent = "-"; } } // Attach click event listeners to each toggle button buttons.forEach(function(button, index) { button.addEventListener("click", function() { var featuresContainer = featureContainers[index]; toggleButton(button, featuresContainer); }); }); });