{"product_id":"clear-door-window-weather-seal-strip","title":"🚪 ClearSeal™ Weatherproof Door \u0026 Window Seal Strip – Stop Drafts, Dust \u0026 Water Gaps","description":"\u003cstyle\u003e\n  .ws-product-page {\n    --ws-navy: #173a68;\n    --ws-blue: #3974b8;\n    --ws-light-blue: #eef6ff;\n    --ws-soft: #f7f9fc;\n    --ws-text: #263445;\n    --ws-muted: #667385;\n    --ws-border: #dce6f1;\n    max-width: 900px;\n    margin: 0 auto;\n    color: var(--ws-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    line-height: 1.65;\n  }\n\n  .ws-product-page * {\n    box-sizing: border-box;\n  }\n\n  .ws-product-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  .ws-section {\n    margin: 22px 0;\n  }\n\n  .ws-card {\n    padding: 22px 18px;\n    background: #ffffff;\n    border: 1px solid var(--ws-border);\n    border-radius: 18px;\n    box-shadow: 0 8px 28px rgba(23, 58, 104, 0.07);\n  }\n\n  .ws-hero {\n    padding: 28px 20px;\n    text-align: center;\n    background: linear-gradient(145deg, #ffffff 0%, var(--ws-light-blue) 100%);\n    border: 1px solid var(--ws-border);\n    border-radius: 20px;\n  }\n\n  .ws-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 12px;\n    color: var(--ws-navy);\n    background: #ffffff;\n    border: 1px solid #cfe0f3;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n  }\n\n  .ws-product-page h2 {\n    margin: 0 0 12px;\n    color: var(--ws-navy);\n    font-size: 30px;\n    line-height: 1.18;\n    letter-spacing: -0.02em;\n  }\n\n  .ws-product-page h3 {\n    margin: 0 0 10px;\n    color: var(--ws-navy);\n    font-size: 23px;\n    line-height: 1.28;\n  }\n\n  .ws-product-page h4 {\n    margin: 0 0 7px;\n    color: var(--ws-navy);\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .ws-product-page p {\n    margin: 0;\n  }\n\n  .ws-subtitle {\n    max-width: 700px;\n    margin: 0 auto;\n    color: var(--ws-muted);\n    font-size: 16px;\n  }\n\n  .ws-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 18px;\n  }\n\n  .ws-badge {\n    padding: 8px 12px;\n    color: var(--ws-navy);\n    background: #ffffff;\n    border: 1px solid #cfe0f3;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .ws-heading {\n    margin-bottom: 15px;\n    text-align: center;\n  }\n\n  .ws-heading p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: var(--ws-muted);\n  }\n\n  .ws-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .ws-feature {\n    padding: 17px;\n    background: var(--ws-soft);\n    border: 1px solid var(--ws-border);\n    border-radius: 15px;\n  }\n\n  .ws-feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 11px;\n    background: var(--ws-light-blue);\n    border-radius: 11px;\n    font-size: 20px;\n  }\n\n  .ws-feature p {\n    color: var(--ws-muted);\n    font-size: 14px;\n  }\n\n  .ws-benefit-list {\n    display: grid;\n    gap: 11px;\n    margin-top: 16px;\n  }\n\n  .ws-benefit {\n    display: flex;\n    gap: 11px;\n    align-items: flex-start;\n  }\n\n  .ws-check {\n    flex: 0 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    margin-top: 2px;\n    color: #ffffff;\n    background: var(--ws-blue);\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .ws-benefit strong {\n    color: var(--ws-navy);\n  }\n\n  .ws-benefit span {\n    color: var(--ws-muted);\n  }\n\n  .ws-image-space {\n    margin: 16px 0 24px;\n  }\n\n  .ws-stat {\n    padding: 22px 18px;\n    text-align: center;\n    background: var(--ws-navy);\n    border-radius: 18px;\n  }\n\n  .ws-stat strong {\n    display: block;\n    color: #ffffff;\n    font-size: 30px;\n    line-height: 1.2;\n  }\n\n  .ws-stat span {\n    display: block;\n    margin-top: 5px;\n    color: #dceaff;\n    font-size: 14px;\n  }\n\n  .ws-steps {\n    counter-reset: ws-step;\n    display: grid;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .ws-step {\n    position: relative;\n    padding: 16px 15px 16px 59px;\n    background: var(--ws-soft);\n    border: 1px solid var(--ws-border);\n    border-radius: 14px;\n  }\n\n  .ws-step::before {\n    counter-increment: ws-step;\n    content: counter(ws-step);\n    position: absolute;\n    top: 15px;\n    left: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    color: #ffffff;\n    background: var(--ws-blue);\n    border-radius: 50%;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .ws-step strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--ws-navy);\n  }\n\n  .ws-step span {\n    color: var(--ws-muted);\n    font-size: 14px;\n  }\n\n  .ws-table-wrap {\n    overflow: hidden;\n    border: 1px solid var(--ws-border);\n    border-radius: 16px;\n  }\n\n  .ws-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #ffffff;\n  }\n\n  .ws-table th,\n  .ws-table td {\n    padding: 13px 14px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px dashed var(--ws-border);\n    font-size: 14px;\n  }\n\n  .ws-table th {\n    width: 38%;\n    color: var(--ws-navy);\n    background: var(--ws-light-blue);\n    font-weight: 700;\n  }\n\n  .ws-table tr:last-child th,\n  .ws-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ws-note {\n    padding: 14px 15px;\n    color: #526174;\n    background: #fffaf0;\n    border: 1px solid #f0dfb9;\n    border-radius: 13px;\n    font-size: 13px;\n  }\n\n  .ws-final {\n    padding: 25px 19px;\n    text-align: center;\n    background: linear-gradient(145deg, var(--ws-light-blue), #ffffff);\n    border: 1px solid var(--ws-border);\n    border-radius: 20px;\n  }\n\n  .ws-final p {\n    max-width: 660px;\n    margin: 0 auto;\n    color: var(--ws-muted);\n  }\n\n  @media (min-width: 680px) {\n    .ws-product-page h2 {\n      font-size: 38px;\n    }\n\n    .ws-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .ws-steps {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .ws-card {\n      padding: 28px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ws-product-page\"\u003e\n\u003c!-- Hero --\u003e\n\u003csection class=\"ws-section ws-hero\"\u003e\n\u003cdiv class=\"ws-eyebrow\"\u003eCLEAR PEEL-AND-STICK WEATHER SEAL\u003c\/div\u003e\n\u003ch2\u003eSeal the Gaps.\u003cbr\u003eFeel More Comfortable.\u003c\/h2\u003e\n\u003cp class=\"ws-subtitle\"\u003eCreate a cleaner, quieter, and more comfortable indoor space with a flexible adhesive seal that helps reduce drafts, dust, water splashes, and small insects around everyday gaps.\u003c\/p\u003e\n\u003cdiv class=\"ws-badges\"\u003e\n\u003cspan class=\"ws-badge\"\u003e✓ No Drilling\u003c\/span\u003e \u003cspan class=\"ws-badge\"\u003e✓ Cut to Fit\u003c\/span\u003e \u003cspan class=\"ws-badge\"\u003e✓ Clear Low-Profile Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Core benefits --\u003e\n\u003csection class=\"ws-section\"\u003e\n\u003cdiv class=\"ws-heading\"\u003e\n\u003ch3\u003eOne Simple Upgrade, Everyday Protection\u003c\/h3\u003e\n\u003cp\u003eSmall gaps around doors and windows can let outdoor air, moisture, dust, and noise enter your space. This flexible strip helps create a closer seal without complicated tools or permanent modifications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-grid\"\u003e\n\u003cdiv class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-icon\"\u003e💨\u003c\/div\u003e\n\u003ch4\u003eHelps Reduce Drafts\u003c\/h4\u003e\n\u003cp\u003eCovers common gaps that allow cold or warm outdoor air to move into the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch4\u003eHelps Control Splashes\u003c\/h4\u003e\n\u003cp\u003eSuitable for shower doors and other areas where water can escape through open edges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch4\u003eCleaner Indoor Space\u003c\/h4\u003e\n\u003cp\u003eCreates an extra barrier against dust, debris, and small insects entering through gaps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ws-image-space\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/13_61fcdded-9261-43b3-9d98-287c250c2f43.png?v=1785297935\" alt=\"Before and after example of a window gap sealed against drafts and dust\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Detailed benefits --\u003e\n\u003csection class=\"ws-section ws-card\"\u003e\n\u003cdiv class=\"ws-heading\"\u003e\n\u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n\u003cp\u003ePractical protection for the places around your home that are often overlooked.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-benefit-list\"\u003e\n\u003cdiv class=\"ws-benefit\"\u003e\n\u003cdiv class=\"ws-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eYear-Round Draft Protection\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003e Helps reduce cold airflow during winter and warm airflow during summer for a more consistent indoor environment. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-benefit\"\u003e\n\u003cdiv class=\"ws-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePeel-and-Stick Installation\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003e Apply it to a clean, smooth, dry surface without drilling, screws, or specialized installation tools. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-benefit\"\u003e\n\u003cdiv class=\"ws-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFlexible and Easy to Cut\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003e Trim the strip to the required length to fit different doors, windows, cabinets, and glass panels. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-benefit\"\u003e\n\u003cdiv class=\"ws-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHelps Reduce Noise Through Gaps\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003e A closer seal can help soften noise that travels through open spaces around doors and windows. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-benefit\"\u003e\n\u003cdiv class=\"ws-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eClear, Low-Profile Appearance\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003e The transparent finish blends naturally with a wide range of frames, glass surfaces, and interior styles. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Bathroom use --\u003e\n\u003cdiv class=\"ws-image-space\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/14_c41ec619-0348-4d69-8e2e-44dac2660813.png?v=1785297935\" alt=\"Clear seal strip installed along a glass shower door to help block water splashes\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Size --\u003e\n\u003csection class=\"ws-section\"\u003e\n\u003cdiv class=\"ws-heading\"\u003e\n\u003ch3\u003eGenerous Length, Easy to Customize\u003c\/h3\u003e\n\u003cp\u003eA long roll gives you the flexibility to cover several common gaps or complete one larger sealing project.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-stat\"\u003e\n\u003cstrong\u003e16.4FT × 1.38in\u003c\/strong\u003e \u003cspan\u003eApproximately 5m long × 3.5cm wide · Cut to fit your space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ws-image-space\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/15_c254af7d-bc9b-4fcf-b9c0-42a48bd2b507.png?v=1785297962\" alt=\"16.4 foot long and 1.38 inch wide clear weather seal strip\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Multi-scene use --\u003e\n\u003csection class=\"ws-section ws-card\"\u003e\n\u003cdiv class=\"ws-heading\"\u003e\n\u003ch3\u003eWorks Around Your Home\u003c\/h3\u003e\n\u003cp\u003eUse the same adaptable strip across different rooms and surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-grid\"\u003e\n\u003cdiv class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-icon\"\u003e🚪\u003c\/div\u003e\n\u003ch4\u003eDoors\u003c\/h4\u003e\n\u003cp\u003eFront doors, bedroom doors, wooden doors, balcony doors, and sliding doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-icon\"\u003e🪟\u003c\/div\u003e\n\u003ch4\u003eWindows\u003c\/h4\u003e\n\u003cp\u003eSliding windows, office windows, balcony windows, and skylight frames.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-feature\"\u003e\n\u003cdiv class=\"ws-feature-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch4\u003eInterior Areas\u003c\/h4\u003e\n\u003cp\u003eShower glass doors, cabinets, drawers, and interior glass partitions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ws-image-space\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/16_d64cda13-c79f-441e-8b02-652d7e5cd265.png?v=1785297961\" alt=\"Weather seal strip applications around windows, balcony doors, shower doors and cabinets\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Clear design --\u003e\n\u003csection class=\"ws-section ws-card\"\u003e\n\u003cdiv class=\"ws-heading\"\u003e\n\u003ch3\u003eProtection That Blends In\u003c\/h3\u003e\n\u003cp\u003eFunctional does not have to look bulky. The clear, slim profile helps preserve the appearance of wood, metal, glass, and light-colored frames.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ws-image-space\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/17_d1c2c05e-e968-4659-abf0-a5aa6184f116.png?v=1785297962\" alt=\"Transparent low-profile seal strip blending into a wooden glass door frame\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ws-image-space\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/18_4825be8f-c8b8-44d2-962f-32b57a796846.png?v=1785297963\" alt=\"Multiple uses for the clear seal strip including doors, windows, skylights and kitchen cabinets\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Installation --\u003e\n\u003csection class=\"ws-section ws-card\"\u003e\n\u003cdiv class=\"ws-heading\"\u003e\n\u003ch3\u003ePeel. Stick. Done.\u003c\/h3\u003e\n\u003cp\u003eComplete your installation in four straightforward steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-steps\"\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cstrong\u003eMeasure the Gap\u003c\/strong\u003e \u003cspan\u003eMeasure the area and confirm the length required before cutting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cstrong\u003eClean and Dry\u003c\/strong\u003e \u003cspan\u003eRemove dust, oil, moisture, and loose debris from the application surface.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cstrong\u003eCut and Peel\u003c\/strong\u003e \u003cspan\u003eTrim the strip to size, then gradually remove the adhesive backing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-step\"\u003e\n\u003cstrong\u003eAlign and Press\u003c\/strong\u003e \u003cspan\u003eApply it evenly and press firmly along the entire strip for secure contact.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"ws-image-space\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/11_b56a6825-6931-4cb8-bae8-c3485e4b04cf.png?v=1785297962\" alt=\"Four step peel and stick installation guide for the door draft stopper strip\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Product details --\u003e\n\u003csection class=\"ws-section\"\u003e\n\u003cdiv class=\"ws-heading\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ws-table-wrap\"\u003e\n\u003ctable class=\"ws-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eSelf-Adhesive Weather Seal Strip\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eClear \/ Transparent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e16.4FT L × 1.38in W \/ Approx. 5m × 3.5cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign\u003c\/th\u003e\n\u003ctd\u003eFlexible, Low-Profile and Cut-to-Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003ePeel-and-Stick Adhesive Backing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eDoors, Windows, Sliding Frames, Shower Glass, Cabinets, Skylights and Interior Glass Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Important note --\u003e\n\u003csection class=\"ws-section\"\u003e\n\u003cdiv class=\"ws-note\"\u003e\n\u003cstrong\u003eInstallation Note:\u003c\/strong\u003e Measure the intended area before cutting. For best adhesion, apply the strip to a smooth, clean, dry surface. Adhesion and sealing performance may vary depending on the surface material, gap size, temperature, and installation quality.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Final CTA --\u003e\n\u003csection class=\"ws-section ws-final\"\u003e\n\u003ch3\u003eA Small Fix for a More Comfortable Space\u003c\/h3\u003e\n\u003cp\u003eSeal everyday gaps without expensive repairs or complicated tools. Add practical protection to your doors, windows, bathroom, and more.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zn","offers":[{"title":"1pack","offer_id":48086085861527,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"2pack","offer_id":48086085894295,"sku":null,"price":25.99,"currency_code":"USD","in_stock":true},{"title":"3pack","offer_id":48086085927063,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/11_dd05fc85-af95-46e8-9807-7a8b6725a44f.png?v=1785297935","url":"https:\/\/thenuvaro.com\/products\/clear-door-window-weather-seal-strip","provider":"thenuvaro.com","version":"1.0","type":"link"}