{"product_id":"garvee-house-window-32-x-41-pth-335q93ae","title":"Garvee House Window 31x 40 x 4 Inch , 4 Gear Opening Position Adjustment Roof Window, 5 Mm Reinforced Glass Casement Window with Pull Down Magnetic Mesh, Sliding Window for House","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Arial', sans-serif;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n        }\n        \n        .product-title {\n            font-size: 36px;\n            color: #2a2a2a;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 20px;\n            color: #555;\n            margin-bottom: 15px;\n        }\n        \n        .price-section {\n            background-color: #f8f9fa;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px 0;\n            text-align: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            border: 2px dashed #4CAF50;\n        }\n        \n        .price-tag {\n            font-size: 32px;\n            color: #4CAF50;\n            font-weight: 700;\n            margin: 10px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n        }\n        \n        .original-price {\n            font-size: 22px;\n            color: #888;\n            text-decoration: line-through;\n        }\n        \n        .discount-badge {\n            background-color: #4CAF50;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            font-size: 16px;\n            font-weight: 600;\n        }\n        \n        .hero-section {\n            margin-bottom: 40px;\n        }\n        \n        .hero-image {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n            margin-bottom: 20px;\n        }\n        \n        .action-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .cta-primary {\n            display: inline-block;\n            background-color: #4CAF50;\n            color: white;\n            padding: 15px 40px;\n            border-radius: 5px;\n            font-size: 18px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: none;\n            box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);\n            text-transform: uppercase;\n        }\n        \n        .cta-primary:hover {\n            background-color: #3e8e41;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 12px rgba(76, 175, 80, 0.4);\n        }\n        \n        .cta-secondary {\n            display: inline-block;\n            background-color: white;\n            color: #4CAF50;\n            padding: 15px 30px;\n            border-radius: 5px;\n            font-size: 16px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: 2px solid #4CAF50;\n        }\n        \n        .cta-secondary:hover {\n            background-color: #f1f8e9;\n            transform: translateY(-3px);\n        }\n        \n        .product-highlight {\n            background-color: #f1f8e9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #4CAF50;\n            font-size: 18px;\n            line-height: 1.6;\n            color: #333;\n        }\n        \n        .product-highlight strong {\n            color: #4CAF50;\n        }\n        \n        .trust-indicators {\n            display: flex;\n            justify-content: space-between;\n            margin: 30px 0;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .trust-badge {\n            flex: 1;\n            min-width: 200px;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n            padding: 15px;\n            display: flex;\n            align-items: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .trust-badge:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.12);\n        }\n        \n        .badge-icon {\n            font-size: 28px;\n            color: #4CAF50;\n            margin-right: 15px;\n        }\n        \n        .badge-content h4 {\n            font-size: 16px;\n            color: #2a2a2a;\n            margin-bottom: 5px;\n        }\n        \n        .badge-content p {\n            font-size: 14px;\n            color: #555;\n            margin: 0;\n        }\n        \n        .gallery-section {\n            margin: 40px 0;\n        }\n        \n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 20px 0;\n        }\n        \n        .gallery-image {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            cursor: pointer;\n        }\n        \n        .gallery-image:hover {\n            transform: scale(1.03);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n        }\n        \n        .features-section {\n            margin: 50px 0;\n        }\n        \n        .section-title {\n            font-size: 28px;\n            color: #2a2a2a;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title:after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background-color: #4CAF50;\n        }\n        \n        .features-list {\n            list-style: none;\n            margin: 30px 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            background: #fff;\n            margin-bottom: 20px;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease;\n            border-left: 4px solid #4CAF50;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 15px rgba(0,0,0,0.1);\n        }\n        \n        .feature-icon {\n            font-size: 28px;\n            color: #4CAF50;\n            margin-right: 20px;\n            min-width: 40px;\n            display: flex;\n            align-items: flex-start;\n            justify-content: center;\n        }\n        \n        .feature-content h3 {\n            font-size: 20px;\n            color: #2a2a2a;\n            margin-bottom: 10px;\n        }\n        \n        .feature-content p {\n            font-size: 16px;\n            color: #555;\n            line-height: 1.6;\n        }\n        \n        .installation-section {\n            margin: 50px 0;\n            background-color: #f8f9fa;\n            padding: 30px;\n            border-radius: 8px;\n        }\n        \n        .steps-container {\n            margin-top: 30px;\n        }\n        \n        .step {\n            display: flex;\n            margin-bottom: 25px;\n            background: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n        }\n        \n        .step-number {\n            background-color: #4CAF50;\n            color: white;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-weight: bold;\n            margin-right: 20px;\n            font-size: 18px;\n        }\n        \n        .step-content h4 {\n            font-size: 18px;\n            color: #2a2a2a;\n            margin-bottom: 10px;\n        }\n        \n        .step-content p {\n            font-size: 16px;\n            color: #555;\n            line-height: 1.6;\n        }\n        \n        .specs-section {\n            margin: 50px 0;\n        }\n        \n        .responsive-table {\n            border-collapse: collapse;\n            width: 100%;\n            margin: 20px 0;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n        }\n        \n        .responsive-table td {\n            border: 1px solid #ddd;\n            padding: 15px;\n            text-align: left;\n        }\n        \n        .responsive-table tr:nth-child(odd) {\n            background-color: #f8f9fa;\n        }\n        \n        .responsive-table tr:nth-child(even) {\n            background-color: #ffffff;\n        }\n        \n        .responsive-table tr:hover {\n            background-color: #f1f8e9;\n        }\n        \n        .responsive-table tr td:first-child {\n            font-weight: 600;\n            color: #333;\n            width: 40%;\n            background-color: #e8f5e9;\n        }\n        \n        .comparison-section {\n            margin: 50px 0;\n        }\n        \n        .comparison-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .comparison-item {\n            background-color: #fff;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n        }\n        \n        .comparison-item h4 {\n            font-size: 18px;\n            color: #2a2a2a;\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .comparison-item ul {\n            padding-left: 20px;\n        }\n        \n        .comparison-item li {\n            margin-bottom: 8px;\n            color: #555;\n        }\n        \n        .our-product {\n            border: 2px solid #4CAF50;\n        }\n        \n        .our-product h4 {\n            color: #4CAF50;\n        }\n        \n        .faq-section {\n            margin: 50px 0;\n        }\n        \n        .faq-item {\n            margin-bottom: 15px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n        }\n        \n        .faq-question {\n            background-color: #f1f8e9;\n            padding: 15px 20px;\n            font-size: 18px;\n            font-weight: 600;\n            color: #2a2a2a;\n            cursor: pointer;\n            position: relative;\n            transition: background-color 0.3s ease;\n        }\n        \n        .faq-question:hover {\n            background-color: #e8f5e9;\n        }\n        \n        .faq-question::after {\n            content: \"+\";\n            position: absolute;\n            right: 20px;\n            top: 50%;\n            transform: translateY(-50%);\n            font-size: 20px;\n            color: #4CAF50;\n        }\n        \n        .faq-answer {\n            padding: 15px 20px;\n            font-size: 16px;\n            color: #555;\n            line-height: 1.6;\n            background-color: white;\n        }\n        \n        .reviews-section {\n            margin: 50px 0;\n        }\n        \n        .review-summary {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n        }\n        \n        .review-stars {\n            color: #FFC107;\n            font-size: 24px;\n            margin-right: 10px;\n        }\n        \n        .review-count {\n            font-size: 16px;\n            color: #555;\n        }\n        \n        .review-card {\n            background-color: #fff;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 15px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n            border-left: 3px solid #4CAF50;\n        }\n        \n        .reviewer-info {\n            display: flex;\n            align-items: center;\n            margin-bottom: 10px;\n        }\n        \n        .reviewer-avatar {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background-color: #4CAF50;\n            color: white;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        \n        .reviewer-name {\n            font-weight: 600;\n            color: #2a2a2a;\n        }\n        \n        .review-date {\n            font-size: 14px;\n            color: #888;\n            margin-left: auto;\n        }\n        \n        .review-text {\n            font-size: 16px;\n            color: #555;\n            line-height: 1.6;\n        }\n        \n        .stock-indicator {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 15px 0;\n            font-size: 16px;\n            color: #333;\n        }\n        \n        .stock-dot {\n            width: 12px;\n            height: 12px;\n            background-color: #4CAF50;\n            border-radius: 50%;\n            margin-right: 8px;\n            display: inline-block;\n        }\n        \n        .cta-section {\n            background-color: #f1f8e9;\n            padding: 40px;\n            border-radius: 8px;\n            margin: 50px 0 30px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n            border: 2px dashed #4CAF50;\n        }\n        \n        .cta-title {\n            font-size: 26px;\n            color: #2a2a2a;\n            margin-bottom: 15px;\n        }\n        \n        .cta-subtitle {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 20px;\n        }\n        \n        .guarantee-badge {\n            background-color: #fff;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 30px 0;\n            display: flex;\n            align-items: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n        }\n        \n        .guarantee-icon {\n            font-size: 36px;\n            color: #4CAF50;\n            margin-right: 15px;\n        }\n        \n        .guarantee-content h4 {\n            font-size: 18px;\n            color: #2a2a2a;\n            margin-bottom: 5px;\n        }\n        \n        .guarantee-content p {\n            font-size: 14px;\n            color: #555;\n            margin: 0;\n        }\n        \n        .size-guide {\n            margin: 40px 0;\n            background-color: #f8f9fa;\n            padding: 25px;\n            border-radius: 8px;\n            border: 1px solid #ddd;\n        }\n        \n        .size-guide h3 {\n            font-size: 20px;\n            color: #2a2a2a;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .size-guide-content {\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .size-item {\n            text-align: center;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n            min-width: 200px;\n        }\n        \n        .size-item h4 {\n            font-size: 16px;\n            color: #4CAF50;\n            margin-bottom: 8px;\n        }\n        \n        .size-item p {\n            font-size: 18px;\n            font-weight: bold;\n            color: #333;\n        }\n        \n        .size-note {\n            font-size: 14px;\n            color: #666;\n            text-align: center;\n            margin-top: 15px;\n            font-style: italic;\n        }\n        \n        @media screen and (max-width: 768px) {\n            .product-title {\n                font-size: 28px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .gallery-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .comparison-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .action-buttons {\n                flex-direction: column;\n            }\n            \n            .cta-primary, .cta-secondary {\n                width: 100%;\n                text-align: center;\n            }\n            \n            .trust-indicators {\n                flex-direction: column;\n            }\n            \n            .trust-badge {\n                width: 100%;\n            }\n            \n            .section-title {\n                font-size: 24px;\n            }\n            \n            .cta-section {\n                padding: 25px;\n            }\n            \n            .cta-title {\n                font-size: 22px;\n            }\n            \n            .price-tag {\n                font-size: 28px;\n            }\n            \n            .feature-item {\n                flex-direction: column;\n            }\n            \n            .feature-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n                justify-content: flex-start;\n            }\n        }\n        \n        @media screen and (max-width: 600px) {\n            .responsive-table, .responsive-table tbody, .responsive-table tr {\n                display: block;\n                width: 100%;\n            }\n            \n            .responsive-table td {\n                display: flex;\n                padding: 12px;\n            }\n            \n            .responsive-table tr td:first-child {\n                background-color: #e8f5e9;\n                font-weight: 600;\n                width: 100%;\n            }\n            \n            .step {\n                flex-direction: column;\n            }\n            \n            .step-number {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n            \n            .guarantee-badge {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .guarantee-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eGARVEE 31\"×40\" Premium Sliding Window\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eHeavy-Duty Aluminum Frame with 5mm Tempered Safety Glass \u0026amp; Child-Proof Lock\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PTH_335Q93AE-1.jpg?v=1750409926\" alt=\"GARVEE Premium Sliding Window\" class=\"hero-image\"\u003e\n\u003cdiv class=\"product-highlight\"\u003e\n\u003cstrong\u003eTransform Your Space:\u003c\/strong\u003e Our premium sliding windows offer superior ventilation, natural light, and weather protection for your shed, sunroom, or garden structure. Crafted with commercial-grade aluminum frames and 5mm tempered safety glass for exceptional durability and security.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PTH_335Q93AE2.jpg?v=1750409926\" alt=\"GARVEE Window Side View\" class=\"gallery-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PTH_335Q93AE-3.jpg?v=1750409926\" alt=\"GARVEE Window Open View\" class=\"gallery-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PTH_335Q93AE-4.jpg?v=1750409926\" alt=\"GARVEE Window Detail\" class=\"gallery-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PTH_335Q93AE-5.jpg?v=1750409926\" alt=\"GARVEE Window Installation\" class=\"gallery-image\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eHeavy-Duty Construction\u003c\/h3\u003e\n\u003cp\u003eBuilt with sturdy aluminum frames and 5mm high-strength tempered safety glass that's 25% thicker than standard windows. Provides superior protection from harsh weather conditions while ensuring long-lasting durability in any environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eFour-Position Adjustment\u003c\/h3\u003e\n\u003cp\u003eEnjoy complete control over ventilation with four adjustable opening positions: 30°, 40°, 50°, and 60°. Each position locks securely in place, allowing you to customize airflow based on weather conditions and personal preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eChildproof Safety Lock\u003c\/h3\u003e\n\u003cp\u003eOur windows feature simple yet effective one-piece locks with key security, preventing accidental opening by children. The pry-proof design adds an extra layer of security to protect your family and belongings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧲\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eInnovative Magnetic Mesh Screen\u003c\/h3\u003e\n\u003cp\u003eEnjoy fresh air without unwanted pests. Our magnetic mesh screen keeps insects out while allowing maximum airflow. One end is permanently fixed while the other uses magnetic adsorption for easy access and a secure seal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eComplete Installation Kit\u003c\/h3\u003e\n\u003cp\u003eEverything you need for a successful installation is included: 1 sliding window, 15 screws), 1 pair of gloves, and 1 screwdriver. Auxiliary mounting holes are located on the surrounding frame for easy and secure installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Frame Size\u003c\/td\u003e\n\u003ctd\u003e40\" × 31\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOuter Frame Size\u003c\/td\u003e\n\u003ctd\u003e41\" × 32\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterials\u003c\/td\u003e\n\u003ctd\u003ePremium Aluminum frame, 5mm Tempered safety glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Windows\u003c\/td\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Dimensions\u003c\/td\u003e\n\u003ctd\u003e45.28 x 35.43 x 5.51 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e59.3 Pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Components\u003c\/td\u003e\n\u003ctd\u003e‎House Window; Installation Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this window suitable for residential homes?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, while our sliding windows are ideal for sheds and outdoor structures, they're also perfect for residential applications including garages, basements, sunrooms, and other living spaces where quality ventilation and security are needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow difficult is the installation process?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eInstallation is straightforward and designed for DIY enthusiasts. The window comes with all necessary hardware and clear instructions. Most customers complete the installation in 1-2 hours with basic tools. If you're comfortable using a drill and measuring accurately, you'll find it manageable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the magnetic mesh screen work?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe magnetic mesh screen has one edge permanently attached to the window frame, while the opposite edge contains magnetic strips that adhere to the corresponding side of the frame. This creates a secure seal that keeps insects out while allowing easy access when needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan the window be installed horizontally or vertically?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, our sliding window is designed to be installed in either orientation. The adjustable opening mechanism works perfectly in both horizontal and vertical installations, giving you flexibility based on your specific needs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Garvee","offers":[{"title":"31x40 Inch","offer_id":50908627927353,"sku":"PTH_335Q93AE","price":291.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_1_fcced414-37fa-42b3-bbcb-10a63fed94fd.jpg?v=1750409731","url":"https:\/\/www.garvee.com\/products\/garvee-house-window-32-x-41-pth-335q93ae","provider":"GARVEE","version":"1.0","type":"link"}