{"product_id":"garvee-house-window-36x36x34-reinforced-glass-magnetic-mesh-house-pth_335qjvcu","title":"Garvee 36\"x36\"x3.4\" House Window - 4-Gear Adjustable Sliding Window with 5mm Reinforced Glass and Magnetic Mesh for Home Use","description":"\u003cstyle\u003e\n    \/* Global Styles *\/\n    :root {\n        --primary-color: #0077cc;\n        --secondary-color: #f8f9fa;\n        --accent-color: #ff6b00;\n        --text-color: #333;\n        --light-gray: #eaeaea;\n        --medium-gray: #999;\n        --white: #fff;\n        --border-radius: 8px;\n        --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1);\n        --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);\n        --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.15);\n        --transition: all 0.3s ease;\n    }\n\n    .product-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        font-family: 'Helvetica Neue', Arial, sans-serif;\n        color: var(--text-color);\n        line-height: 1.6;\n        padding: 20px;\n    }\n\n    \/* Product Header *\/\n    .product-header {\n        text-align: center;\n        margin-bottom: 40px;\n        padding-bottom: 20px;\n        border-bottom: 2px solid var(--light-gray);\n    }\n\n    .product-title {\n        font-size: 2.2rem;\n        color: var(--primary-color);\n        margin-bottom: 15px;\n        font-weight: 700;\n    }\n\n    .product-subtitle {\n        font-size: 1.2rem;\n        color: var(--medium-gray);\n        font-weight: 400;\n    }\n\n    \/* Image Gallery *\/\n    .image-gallery {\n        margin-bottom: 40px;\n    }\n\n    .gallery-image {\n        width: 100%;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow-md);\n        margin-bottom: 20px;\n        transition: var(--transition);\n    }\n\n    .gallery-image:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--shadow-lg);\n    }\n\n    \/* Features Highlights *\/\n    .features-highlight {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: space-between;\n        margin: 40px 0;\n    }\n\n    .feature-card {\n        width: 30%;\n        background-color: var(--secondary-color);\n        padding: 25px;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow-sm);\n        margin-bottom: 30px;\n        transition: var(--transition);\n        text-align: center;\n    }\n\n    .feature-card:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--shadow-md);\n    }\n\n    .feature-icon {\n        font-size: 2.5rem;\n        color: var(--primary-color);\n        margin-bottom: 15px;\n    }\n\n    .feature-title {\n        font-size: 1.2rem;\n        font-weight: 600;\n        margin-bottom: 10px;\n        color: var(--primary-color);\n    }\n\n    .feature-description {\n        color: var(--text-color);\n        font-size: 0.95rem;\n    }\n\n    \/* Main Features List *\/\n    .features-section {\n        background-color: var(--white);\n        padding: 30px;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow-md);\n        margin-bottom: 40px;\n    }\n\n    .section-title {\n        font-size: 1.8rem;\n        color: var(--primary-color);\n        margin-bottom: 25px !important;\n        padding-bottom: 15px;\n        border-bottom: 2px solid var(--light-gray);\n        font-weight: 600;\n    }\n\n    .features-list {\n        list-style-type: none;\n        padding: 0;\n    }\n\n    .feature-item {\n        position: relative;\n        padding: 20px 20px 20px 65px;\n        margin-bottom: 20px;\n        background-color: var(--secondary-color);\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow-sm);\n        transition: var(--transition);\n        list-style-type: none !important;\n    }\n\n    .feature-item:last-child {\n        margin-bottom: 0;\n    }\n\n    .feature-item:hover {\n        transform: translateY(-3px);\n        box-shadow: var(--shadow-md);\n    }\n\n    .feature-item::before {\n        content: \"\";\n        position: absolute;\n        left: 20px;\n        top: 50%;\n        transform: translateY(-50%);\n        width: 30px;\n        height: 30px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='%230077cc'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'\/%3E%3C\/svg%3E\");\n        background-size: contain;\n        background-repeat: no-repeat;\n    }\n\n    .feature-label {\n        font-weight: 700;\n        color: var(--primary-color);\n        display: block;\n        margin-bottom: 5px;\n        font-size: 1.1rem;\n    }\n\n    \/* Specifications Table *\/\n    .specs-section {\n        background-color: var(--white);\n        padding: 30px;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow-md);\n        margin-bottom: 40px;\n    }\n\n    .specs-table {\n        border-collapse: collapse;\n        width: 100%;\n    }\n\n    .specs-table td {\n        padding: 15px;\n        border-bottom: 1px solid var(--light-gray);\n    }\n\n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n\n    .specs-table tr td:first-child {\n        font-weight: 600;\n        color: var(--primary-color);\n        width: 40%;\n    }\n\n    .specs-table tr:nth-child(odd) {\n        background-color: var(--secondary-color);\n    }\n\n    \/* Installation Guide *\/\n    .installation-guide {\n        background-color: var(--white);\n        padding: 30px;\n        border-radius: var(--border-radius);\n        box-shadow: var(--shadow-md);\n        margin-bottom: 40px;\n    }\n\n    .guide-steps {\n        list-style-type: none;\n        counter-reset: step-counter;\n        padding: 0;\n    }\n\n    .guide-step {\n        position: relative;\n        padding: 20px 20px 20px 65px;\n        margin-bottom: 15px;\n        background-color: var(--secondary-color);\n        border-radius: var(--border-radius);\n        counter-increment: step-counter;\n    }\n\n    .guide-step::before {\n        content: counter(step-counter);\n        position: absolute;\n        left: 20px;\n        top: 50%;\n        transform: translateY(-50%);\n        width: 30px;\n        height: 30px;\n        background-color: var(--primary-color);\n        color: var(--white);\n        border-radius: 50%;\n        text-align: center;\n        line-height: 30px;\n        font-weight: 700;\n    }\n\n    \/* Call to Action *\/\n    .cta-section {\n        background: linear-gradient(135deg, var(--primary-color) 0%, #005999 100%);\n        color: var(--white);\n        padding: 40px;\n        border-radius: var(--border-radius);\n        text-align: center;\n        margin: 40px 0;\n        box-shadow: var(--shadow-lg);\n    }\n\n    .cta-title {\n        font-size: 1.8rem;\n        margin-bottom: 15px;\n    }\n\n    .cta-text {\n        margin-bottom: 25px;\n        font-size: 1.1rem;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .cta-button {\n        display: inline-block;\n        background: var(--white);\n        color: var(--primary-color);\n        padding: 15px 40px;\n        border-radius: 30px;\n        font-weight: 700;\n        text-decoration: none;\n        transition: var(--transition);\n        box-shadow: var(--shadow-sm);\n        font-size: 1.1rem;\n    }\n\n    .cta-button:hover {\n        background: var(--accent-color);\n        color: var(--white);\n        transform: translateY(-3px);\n        box-shadow: var(--shadow-md);\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 992px) {\n        .feature-card {\n            width: 48%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .product-title {\n            font-size: 1.8rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n        }\n\n        .feature-card {\n            width: 100%;\n        }\n\n        .feature-item {\n            padding: 15px 15px 15px 55px;\n        }\n\n        .feature-item::before {\n            left: 15px;\n        }\n\n        .specs-table td {\n            display: block;\n            width: 100%;\n        }\n\n        .specs-table tr td:first-child {\n            background-color: var(--secondary-color);\n            border-radius: var(--border-radius) var(--border-radius) 0 0;\n            border-bottom: none;\n            padding-bottom: 5px;\n        }\n\n        .specs-table tr td:last-child {\n            border-radius: 0 0 var(--border-radius) var(--border-radius);\n            padding-top: 5px;\n            margin-bottom: 15px;\n        }\n\n        .guide-step {\n            padding: 15px 15px 15px 55px;\n        }\n\n        .guide-step::before {\n            left: 15px;\n        }\n\n        .cta-section {\n            padding: 30px 20px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Product Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003ePremium Aluminum Sliding Window 36x36 Inch\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eHeavy Duty Design with Childproof Lock \u0026amp; Magnetic Mesh\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Image Gallery --\u003e\n\u003cdiv class=\"image-gallery\"\u003e\n\u003cimg alt=\"Sliding Window Front View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_1_f755dd94-723b-484f-87be-eebc144168d9.jpg?v=1756453702\" class=\"gallery-image\"\u003e \u003c!-- Features Highlights --\u003e\n\u003cdiv class=\"features-highlight\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eChildproof Security\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eSimple one-piece lock with key security prevents accidental opening by children and provides anti-theft protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Materials\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eConstructed with sturdy aluminum frame and 5mm high-strength tempered glass for durability in all weather conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eAdjustable Opening\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eFour-position gear system allows for precise adjustment between 30-60 degrees to control airflow and ventilation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"Sliding Window Open View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_2_34653488-8250-4f14-809b-450f3d91e7b7.jpg?v=1756453702\" class=\"gallery-image\"\u003e \u003cimg alt=\"Sliding Window Detail View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_3_0955bc30-d154-458b-aafe-5918fc4ee58a.jpg?v=1756453702\" class=\"gallery-image\"\u003e \u003cimg alt=\"Sliding Window Lock Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_4_4cf44dcb-c6d9-4f9e-8a9a-2a6be41b7082.jpg?v=1756453702\" class=\"gallery-image\"\u003e \u003cimg alt=\"Sliding Window Installation View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_5_f3816264-5125-49fd-8ef2-534aeb253cf7.jpg?v=1756453702\" class=\"gallery-image\"\u003e\n\u003c\/div\u003e\n\u003c!-- Main Features List --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n\u003cul name=\"bullet_points\" class=\"features-list\"\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-label\"\u003eHeavy Duty Sliding Windows\u003c\/span\u003e Sliding windows are made of sturdy aluminum frames and 5mm high strength tempered glass. They protect you from the elements in harsh weather conditions and are built to last. Sliding windows provide solid protection for your shed or outdoor space.\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-label\"\u003eFour Gear Adjustment\u003c\/span\u003e Sliding windows have four positions that can be adjusted to open the window: 1. 30 degrees, 2. 40 degrees, 3. 50 degrees, and 4. 60 degrees. Each position can be fixed. When the window needs to be closed, it needs to be pushed to the maximum position and then pulled back to close.\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-label\"\u003eHandle \u0026amp; Magnetic Mesh Design\u003c\/span\u003e The handle is mounted on the glass window for easier use, and the support parts ensure the stability of the window in the open state. Magnetic screen, one end is fixed, and the other end relies on magnetic adsorption, easy to use.\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-label\"\u003eChildproof Lock Design\u003c\/span\u003e Our sliding windows have simple one-piece locks with key locks that are secure and pry-proof to prevent accidental opening by children.\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-label\"\u003ePackaging \u0026amp; Product Size\u003c\/span\u003e Our house windows are designed for sliding installation, the package includes 1 sliding window, 16 screws (2 spares), 1 pair of gloves, 1 screwdriver. Outer frame size: 37*37 inch, inner frame size: 36*36 inch, thickness is 3.4 inch. NOTE: It is recommended to cut the wall 2mm larger than the product installation location. Auxiliary mounting holes are located on surrounding frame.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-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\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e45.7 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e36x36 Inch\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\u003eItem Package Quantity\u003c\/td\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Components\u003c\/td\u003e\n\u003ctd\u003eHouse Window; Installation Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass Thickness\u003c\/td\u003e\n\u003ctd\u003e5mm Tempered Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eAluminum Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Window Thickness\u003c\/td\u003e\n\u003ctd\u003e3.4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eUpgrade Your Space Today!\u003c\/h2\u003e\n\u003cp class=\"cta-text\"\u003eThis premium sliding window provides security, durability, and versatility for your home, shed, or outdoor structure. With tempered glass and childproof locks, you'll enjoy peace of mind along with excellent ventilation options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"36\"X36\"","offer_id":51112119959865,"sku":"PTH_335QJVCU","price":424.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/71MUSYapTyL.jpg?v=1756192604","url":"https:\/\/www.garvee.com\/products\/garvee-house-window-36x36x34-reinforced-glass-magnetic-mesh-house-pth_335qjvcu","provider":"GARVEE","version":"1.0","type":"link"}