{"title":"Through The Wall AC","description":"\u003cstyle\u003e\n    .ms4l-sz{\n      --bg:#f8fafc;\n      --surface:#ffffff;\n      --text:#0f172a;\n      --muted:#64748b;\n      --border:#e5e7eb;\n      --accent:#4f46e5;\n      --accent2:#1d4ed8;\n      --soft:#eef2ff;\n      --good:#059669;\n      --warn:#f59e0b;\n\n      --radius-lg:18px;\n      --radius-md:14px;\n      --radius-pill:999px;\n      --shadow:0 18px 50px rgba(15,23,42,.10);\n      --shadow2:0 10px 24px rgba(15,23,42,.10);\n\n      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\",\"Segoe UI Emoji\";\n      color:var(--text);\n      background:linear-gradient(180deg, var(--bg), #ffffff);\n      border:1px solid var(--border);\n      border-radius:var(--radius-lg);\n      padding:22px;\n      box-shadow:var(--shadow);\n      max-width:1100px;\n      margin:18px auto;\n    }\n\n    .ms4l-sz *{ box-sizing:border-box; }\n    .ms4l-sz a{ color:var(--accent2); text-decoration:none; }\n    .ms4l-sz a:hover{ text-decoration:underline; }\n\n    .ms4l-sz-top{\n      display:flex;\n      align-items:flex-start;\n      justify-content:space-between;\n      gap:18px;\n      flex-wrap:wrap;\n    }\n\n    .ms4l-sz-hero{\n      flex:1 1 520px;\n      background:\n        radial-gradient(1200px 420px at 10% 0%, rgba(79,70,229,.18), transparent 55%),\n        radial-gradient(900px 360px at 95% 10%, rgba(29,78,216,.12), transparent 50%),\n        linear-gradient(180deg, #ffffff, #fbfdff);\n      border:1px solid var(--border);\n      border-radius:var(--radius-lg);\n      padding:18px 18px 16px;\n      box-shadow:var(--shadow2);\n    }\n\n    .ms4l-sz-kicker{\n      display:inline-flex;\n      align-items:center;\n      gap:10px;\n      padding:6px 12px;\n      border-radius:var(--radius-pill);\n      border:1px solid rgba(79,70,229,.25);\n      background:rgba(79,70,229,.08);\n      color:var(--accent2);\n      font-weight:700;\n      font-size:12.5px;\n      letter-spacing:.2px;\n    }\n\n    .ms4l-sz-title{\n      margin:10px 0 8px;\n      font-size:26px;\n      line-height:1.15;\n      letter-spacing:-.2px;\n      color:var(--text);\n    }\n\n    .ms4l-sz-sub{\n      margin:0 0 12px;\n      color:var(--muted);\n      font-size:15.5px;\n      line-height:1.55;\n      max-width:70ch;\n    }\n\n    .ms4l-sz-pills{\n      display:flex;\n      flex-wrap:wrap;\n      gap:8px;\n      margin:12px 0 4px;\n      padding:0;\n      list-style:none;\n    }\n\n    .ms4l-sz-pill{\n      display:inline-flex;\n      align-items:center;\n      gap:8px;\n      padding:7px 10px;\n      border-radius:var(--radius-pill);\n      border:1px solid var(--border);\n      background:#fff;\n      color:var(--text);\n      font-size:13px;\n      box-shadow:0 8px 18px rgba(15,23,42,.06);\n      white-space:nowrap;\n    }\n\n    .ms4l-sz-pill b{ color:var(--accent2); }\n\n    .ms4l-sz-side{\n      flex:0 1 360px;\n      display:grid;\n      gap:12px;\n      min-width:280px;\n    }\n\n    .ms4l-sz-nav{\n      border:1px solid var(--border);\n      border-radius:var(--radius-lg);\n      background:linear-gradient(180deg, #ffffff, #f7f9ff);\n      padding:14px;\n      box-shadow:var(--shadow2);\n    }\n\n    .ms4l-sz-nav-title{\n      margin:0 0 10px;\n      font-size:14px;\n      color:var(--text);\n      font-weight:800;\n      letter-spacing:.2px;\n    }\n\n    .ms4l-sz-nav-links{\n      display:flex;\n      flex-wrap:wrap;\n      gap:8px;\n      margin:0;\n      padding:0;\n      list-style:none;\n    }\n\n    .ms4l-sz-nav-links a{\n      display:inline-flex;\n      align-items:center;\n      gap:8px;\n      padding:8px 10px;\n      border-radius:var(--radius-pill);\n      border:1px solid var(--border);\n      background:#fff;\n      font-size:13px;\n      color:var(--text);\n      transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;\n    }\n\n    .ms4l-sz-nav-links a:hover{\n      transform:translateY(-1px);\n      border-color:rgba(79,70,229,.35);\n      box-shadow:0 12px 26px rgba(15,23,42,.10);\n      text-decoration:none;\n    }\n\n    .ms4l-sz-card{\n      border:1px solid var(--border);\n      border-radius:var(--radius-lg);\n      background:#fff;\n      padding:14px;\n      box-shadow:var(--shadow2);\n    }\n\n    .ms4l-sz-card h3{\n      margin:0 0 8px;\n      font-size:14.5px;\n      font-weight:900;\n      letter-spacing:.2px;\n      color:var(--text);\n    }\n\n    .ms4l-sz-card p{\n      margin:0;\n      color:var(--muted);\n      font-size:13.5px;\n      line-height:1.55;\n    }\n\n    .ms4l-sz-grid{\n      margin-top:16px;\n      display:grid;\n      grid-template-columns: 1.15fr .85fr;\n      gap:14px;\n    }\n\n    @media (max-width: 980px){\n      .ms4l-sz-grid{ grid-template-columns:1fr; }\n    }\n\n    .ms4l-sz-block{\n      border:1px solid var(--border);\n      border-radius:var(--radius-lg);\n      background:#fff;\n      padding:16px;\n      box-shadow:var(--shadow2);\n    }\n\n    .ms4l-sz-block h2{\n      margin:0 0 10px;\n      font-size:18px;\n      letter-spacing:-.1px;\n      color:var(--text);\n    }\n\n    .ms4l-sz-block p{\n      margin:0 0 10px;\n      color:var(--muted);\n      font-size:14.5px;\n      line-height:1.65;\n    }\n\n    .ms4l-sz-bullets{\n      margin:10px 0 0;\n      padding:0;\n      list-style:none;\n      display:grid;\n      gap:8px;\n    }\n\n    .ms4l-sz-bullets li{\n      display:flex;\n      align-items:flex-start;\n      gap:10px;\n      padding:10px 12px;\n      border-radius:var(--radius-md);\n      border:1px solid var(--border);\n      background:linear-gradient(180deg,#fff,#fbfdff);\n    }\n\n    .ms4l-sz-bullets li span{\n      width:22px;\n      height:22px;\n      border-radius:6px;\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      background:rgba(79,70,229,.10);\n      color:var(--accent2);\n      font-weight:900;\n      flex:0 0 auto;\n      margin-top:1px;\n    }\n\n    .ms4l-sz-bullets li div{\n      flex:1 1 auto;\n      min-width:0;\n    }\n\n    .ms4l-sz-bullets li b{\n      color:var(--text);\n      font-weight:900;\n    }\n\n    .ms4l-sz-table{\n      width:100%;\n      border-collapse:separate;\n      border-spacing:0;\n      overflow:hidden;\n      border-radius:var(--radius-lg);\n      border:1px solid var(--border);\n      background:#fff;\n      box-shadow:var(--shadow2);\n    }\n\n    .ms4l-sz-table th,\n    .ms4l-sz-table td{\n      padding:12px 12px;\n      border-bottom:1px solid var(--border);\n      font-size:13.5px;\n      text-align:left;\n    }\n\n    .ms4l-sz-table th{\n      background:linear-gradient(180deg, var(--soft), #ffffff);\n      color:var(--accent2);\n      font-weight:900;\n      letter-spacing:.2px;\n    }\n\n    .ms4l-sz-table tr:last-child td{ border-bottom:none; }\n    .ms4l-sz-note{\n      margin-top:10px;\n      font-size:12.5px;\n      color:var(--muted);\n      line-height:1.55;\n    }\n\n    .ms4l-sz-cta{\n      margin-top:14px;\n      border:1px solid rgba(245,158,11,.30);\n      background:\n        radial-gradient(900px 320px at 10% 20%, rgba(245,158,11,.14), transparent 60%),\n        radial-gradient(900px 320px at 100% 0%, rgba(79,70,229,.12), transparent 60%),\n        linear-gradient(180deg, #fffdf5, #ffffff);\n      border-radius:var(--radius-lg);\n      padding:16px;\n      box-shadow:0 18px 46px rgba(15,23,42,.10);\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:14px;\n      flex-wrap:wrap;\n    }\n\n    .ms4l-sz-cta h3{\n      margin:0 0 6px;\n      font-size:16px;\n      color:var(--text);\n      font-weight:950;\n      letter-spacing:-.1px;\n    }\n\n    .ms4l-sz-cta p{\n      margin:0;\n      color:var(--muted);\n      font-size:13.5px;\n      line-height:1.55;\n      max-width:72ch;\n    }\n\n    .ms4l-sz-btn{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      gap:10px;\n      padding:12px 16px;\n      border-radius:14px;\n      border:1px solid rgba(79,70,229,.25);\n      background:linear-gradient(180deg, var(--accent), var(--accent2));\n      color:#fff !important;\n      font-weight:900;\n      font-size:14px;\n      letter-spacing:.2px;\n      box-shadow:0 14px 30px rgba(79,70,229,.30);\n      transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;\n      text-decoration:none !important;\n      white-space:nowrap;\n    }\n\n    .ms4l-sz-btn:hover{\n      transform:translateY(-1px);\n      box-shadow:0 18px 36px rgba(79,70,229,.40);\n      filter:saturate(1.05);\n    }\n\n    .ms4l-sz-btn .arrow{\n      display:inline-block;\n      transform:translateX(0);\n      transition:transform .15s ease;\n      font-weight:900;\n    }\n    .ms4l-sz-btn:hover .arrow{ transform:translateX(3px); }\n\n    \/* FAQ accordion *\/\n    .ms4l-sz-faq{\n      margin-top:16px;\n      border:1px solid var(--border);\n      border-radius:var(--radius-lg);\n      background:#fff;\n      overflow:hidden;\n      box-shadow:var(--shadow2);\n    }\n\n    .ms4l-sz-faq-head{\n      padding:14px 16px;\n      background:linear-gradient(180deg, var(--soft), #ffffff);\n      border-bottom:1px solid var(--border);\n    }\n\n    .ms4l-sz-faq-head h2{\n      margin:0;\n      font-size:18px;\n      color:var(--text);\n      letter-spacing:-.1px;\n    }\n\n    .ms4l-sz-faq details{\n      border-bottom:1px solid var(--border);\n      padding:0;\n    }\n    .ms4l-sz-faq details:last-child{ border-bottom:none; }\n\n    .ms4l-sz-faq summary{\n      list-style:none;\n      cursor:pointer;\n      display:flex;\n      align-items:flex-start;\n      justify-content:space-between;\n      gap:12px;\n      padding:14px 16px;\n      font-weight:900;\n      color:var(--text);\n      font-size:14px;\n    }\n\n    .ms4l-sz-faq summary::-webkit-details-marker{ display:none; }\n\n    .ms4l-sz-faq summary .icon{\n      width:26px;\n      height:26px;\n      border-radius:10px;\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      background:rgba(79,70,229,.10);\n      color:var(--accent2);\n      flex:0 0 auto;\n      margin-top:1px;\n      font-weight:900;\n    }\n\n    .ms4l-sz-faq summary .chev{\n      margin-left:auto;\n      width:30px;\n      height:30px;\n      border-radius:12px;\n      border:1px solid var(--border);\n      background:#fff;\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      color:var(--muted);\n      transition:transform .25s ease;\n      flex:0 0 auto;\n    }\n\n    .ms4l-sz-faq details[open] summary .chev{\n      transform:rotate(90deg);\n    }\n\n    .ms4l-sz-faq .answer{\n      padding:0 16px 14px;\n      color:var(--muted);\n      font-size:14px;\n      line-height:1.65;\n    }\n\n    .ms4l-sz-foot{\n      margin-top:14px;\n      display:flex;\n      gap:10px;\n      flex-wrap:wrap;\n      align-items:center;\n      justify-content:space-between;\n      padding-top:12px;\n      border-top:1px dashed rgba(100,116,139,.35);\n      color:var(--muted);\n      font-size:12.5px;\n    }\n\n    .ms4l-sz-backtop{\n      display:inline-flex;\n      align-items:center;\n      gap:8px;\n      padding:8px 10px;\n      border-radius:var(--radius-pill);\n      border:1px solid var(--border);\n      background:#fff;\n      color:var(--text);\n      font-size:13px;\n      text-decoration:none !important;\n    }\n    .ms4l-sz-backtop:hover{\n      border-color:rgba(79,70,229,.35);\n      box-shadow:0 12px 26px rgba(15,23,42,.10);\n    }\n    \n    \/* Player Audio MiniSplitsForLess *\/\n    .msfl-audio-container {\n        background-color: #f8f9fa; \n        border-left: 4px solid #0066cc; \n        padding: 15px;\n        margin: 20px 0;\n        border-radius: 0 4px 4px 0;\n        font-family: 'Roboto', sans-serif; \n        box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n    }\n\n    .msfl-audio-header {\n        display: flex;\n        align-items: center;\n        margin-bottom: 8px;\n        color: #333;\n        font-weight: 600;\n        font-size: 14px;\n    }\n\n    .msfl-icon {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    #msfl-player {\n        height: 40px;\n        outline: none;\n    }\n  \u003c\/style\u003e\n\n\u003csection aria-label=\"Through-the-Wall and Ductless Mini Split Air Conditioner Collection\" class=\"ms4l-sz\"\u003e\n\u003cdiv class=\"ms4l-sz-top\" id=\"ms4l-sz-top\"\u003e\n\u003cdiv aria-label=\"Through-the-Wall AC Overview\" class=\"ms4l-sz-hero\"\u003e\n\u003cdiv class=\"ms4l-sz-kicker\"\u003e❄️ Efficient • Space-Saving • Modern\u003c\/div\u003e\n\u003ch2 class=\"ms4l-sz-title\"\u003eThrough-the-Wall \u0026amp; Ductless Mini Split ACs\u003c\/h2\u003e\n\u003cp class=\"ms4l-sz-sub read-audio\"\u003eUpgrade your space with our premium \u003cstrong\u003ethrough-the-wall air conditioners\u003c\/strong\u003e and \u003cstrong\u003eductless mini split\u003c\/strong\u003e systems. Meticulously crafted for modern efficiency, these units are the perfect permanent cooling solution for both \u003ca aria-label=\"Mini split air conditioner for apartment use\" title=\"Mini-Split AC for Apartment\" href=\"\/collections\/mini-split-ac-for-apartment\"\u003eresidential apartments\u003c\/a\u003e and \u003ca aria-label=\"Mini split air conditioner for office use\" title=\"Mini-Split AC for Office\" href=\"\/collections\/mini-split-ac-for-office\"\u003ecommercial offices\u003c\/a\u003e. Designed to meet strict 2026 energy standards, our collection ensures you stay cool while keeping utility costs low.\u003c\/p\u003e\n\u003cul aria-label=\"Key features of through-the-wall ACs\" class=\"ms4l-sz-pills\"\u003e\n\u003cli class=\"ms4l-sz-pill\"\u003e🏢 \u003cb\u003eApartment\u003c\/b\u003e ready\u003c\/li\u003e\n\u003cli class=\"ms4l-sz-pill\"\u003e🧱 \u003cb\u003eWall sleeve\u003c\/b\u003e fit\u003c\/li\u003e\n\u003cli class=\"ms4l-sz-pill\"\u003e🔇 \u003cb\u003eWhisper quiet\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli class=\"ms4l-sz-pill\"\u003e⚡ \u003cb\u003eHigh SEER2 Rated\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli class=\"ms4l-sz-pill\"\u003e🔥 \u003cb\u003eHeat Pump\u003c\/b\u003e Options\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003caside aria-label=\"Quick navigation and buying tips\" class=\"ms4l-sz-side\"\u003e\u003cnav aria-label=\"Collection table of contents\" class=\"ms4l-sz-nav\"\u003e\n\u003cp class=\"ms4l-sz-nav-title\"\u003eSummary\u003c\/p\u003e\n\u003cul class=\"ms4l-sz-nav-links\"\u003e\n\u003cli\u003e\u003ca aria-label=\"Jump to overview\" href=\"#ms4l-sz-overview\"\u003e✨ Overview\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca aria-label=\"Jump to sizing snapshot\" href=\"#ms4l-sz-size\"\u003e📏 Pick Your Size\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca aria-label=\"Jump to deals section\" href=\"#ms4l-sz-deals\"\u003e🎯 Deals\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca aria-label=\"Jump to FAQ\" href=\"#ms4l-sz-faq\"\u003e❓ FAQ\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/nav\u003e\n\u003cdiv aria-label=\"What is a Through-the-Wall AC\" class=\"ms4l-sz-card\"\u003e\n\u003ch3\u003eWhat is Through-the-Wall?\u003c\/h3\u003e\n\u003cp\u003eUnlike window units, these systems are \u003cstrong\u003epermanently installed\u003c\/strong\u003e through a wall sleeve. They offer superior security, a better air seal, and a cleaner aesthetic. They are ideal for rooms without windows or where window operation is required for egress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"Tip for wall sleeve measurement\" class=\"ms4l-sz-card\"\u003e\n\u003ch3\u003eQuick pro tip\u003c\/h3\u003e\n\u003cp\u003eIf replacing an existing unit, always measure your \u003cstrong\u003ewall sleeve dimensions\u003c\/strong\u003e first! Common standard sleeves are 26\" wide, but older buildings may vary. A snug fit prevents drafts and ensures maximum efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"Buying guide sections\" class=\"ms4l-sz-grid\"\u003e\n\u003csection aria-label=\"Through-the-wall benefits\" class=\"ms4l-sz-block\" id=\"ms4l-sz-overview\"\u003e\n\u003ch2 class=\"read-audio\"\u003eWhy choose a through-the-wall or ductless system?\u003c\/h2\u003e\n\u003cp class=\"read-audio\"\u003eThis sleek, space-saving collection eliminates the complexities of central air while offering substantial improvements over traditional window units. Whether you are optimizing a high-rise condo, a historic home renovation, or a commercial workspace, these systems deliver effective temperature control without blocking your view or inviting security risks.\u003c\/p\u003e\n\u003cul aria-label=\"Key advantages\" class=\"ms4l-sz-bullets\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eSecure \u0026amp; Airtight Installation\u003c\/b\u003e\u003cbr\u003eInstalled permanently in a metal sleeve, these units offer better security against break-ins and a tighter seal against weather and pollen compared to temporary window units.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eSuperior Energy Efficiency (SEER2)\u003c\/b\u003e\u003cbr\u003eFeaturing modern \u003cem\u003eInverter Technology\u003c\/em\u003e and high EER\/SEER2 ratings, these units ramp up and down to maintain temperature rather than hard cycling on and off. This reduces energy waste and stabilizes humidity.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eYear-Round Comfort\u003c\/b\u003e\u003cbr\u003eMany models in this collection are \u003cstrong\u003eHeat Pumps\u003c\/strong\u003e, meaning they provide efficient heating in the winter as well as cooling in the summer, making them a complete single-zone HVAC solution.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eSmart \u0026amp; Quiet Operation\u003c\/b\u003e\u003cbr\u003eEnjoy features like \u003cem\u003eWi-Fi control\u003c\/em\u003e (compatible with Alexa\/Google Home), digital thermostats, and sleep modes. Advanced insulation and fan design keep noise levels often under 62 dBA.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 12px;\"\u003eNeed help sizing your room or understanding voltage requirements? Use our \u003ca aria-label=\"HVAC load calculator link\" title=\"How to size a mini split system correctly\" href=\"\/pages\/hvac-load-calculator\"\u003eHVAC Load Calculator\u003c\/a\u003e for accurate BTU estimates based on insulation and sun exposure.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection aria-label=\"Sizing snapshot for AC units\" class=\"ms4l-sz-block\" id=\"ms4l-sz-size\"\u003e\n\u003ch2\u003eBTU sizing snapshot (quick guide)\u003c\/h2\u003e\n\u003ctable aria-label=\"AC BTU sizing table\" class=\"ms4l-sz-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCapacity (BTU)\u003c\/th\u003e\n\u003cth\u003eTypical Room Coverage\u003c\/th\u003e\n\u003cth\u003eIdeal Application\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e8,000 BTU\u003c\/td\u003e\n\u003ctd\u003e300 – 350 sq. ft.\u003c\/td\u003e\n\u003ctd\u003eMaster Bedroom \/ Home Office\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e12,000 BTU\u003c\/td\u003e\n\u003ctd\u003e450 – 550 sq. ft.\u003c\/td\u003e\n\u003ctd\u003eLiving Room \/ Studio Apartment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e14,000 BTU\u003c\/td\u003e\n\u003ctd\u003e550 – 700 sq. ft.\u003c\/td\u003e\n\u003ctd\u003eOpen Concept Area \/ Large Master Suite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv aria-label=\"Sizing disclaimer\" class=\"ms4l-sz-note\"\u003eTip: The \"Typical Room Coverage\" assumes standard ceiling heights and average insulation. For rooms with high ceilings, large windows, or poor insulation, consider sizing up to the next BTU level. Ductless Mini Splits often provide coverage slightly above these ranges due to higher airflow efficiency.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"Special deals on cooling systems\" class=\"ms4l-sz-cta\" id=\"ms4l-sz-deals\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003e🎯 Looking for Great Deals on Mini-Splits?\u003c\/h3\u003e\n\u003cp\u003eCheck out our \u003ca aria-label=\"Browse ductless mini split systems on sale\" title=\"Mini Split Systems on Sale\" href=\"\/collections\/sale\"\u003e\u003cstrong\u003eSALE Collection\u003c\/strong\u003e\u003c\/a\u003e for top-rated ductless mini-splits, heat pumps, and AC units at discounted prices! Grab \u003cstrong\u003epremium brands\u003c\/strong\u003e and \u003cstrong\u003eenergy-efficient\u003c\/strong\u003e models while supplies last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca title=\"Clearance ductless mini split systems on sale\" aria-label=\"Shop ductless mini split sale now\" href=\"\/collections\/sale\" class=\"ms4l-sz-btn\"\u003e Shop Now \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003csection aria-label=\"Through-the-Wall AC FAQ\" class=\"ms4l-sz-faq\" id=\"ms4l-sz-faq\"\u003e\n\u003cdiv class=\"ms4l-sz-faq-head\"\u003e\n\u003ch2\u003eFAQ: Through-the-Wall \u0026amp; Ductless ACs\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary aria-label=\"FAQ question: what is a through-the-wall air conditioner\"\u003e\u003cspan class=\"icon\"\u003e?\u003c\/span\u003e What is a through-the-wall air conditioner? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003eThrough-the-wall AC units are permanently installed systems designed to fit within a wall sleeve rather than a window. They are ideal for rooms where window space is limited or where aesthetics and security are priorities. Unlike portable or window units, they offer a cleaner look and a better seal against air leaks.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary aria-label=\"FAQ question: are through-the-wall units energy efficient\"\u003e\u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003e Are through-the-wall AC units energy efficient? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003eYes — modern through-the-wall air conditioners deliver excellent energy efficiency, often featuring EER ratings between 2.78 and 3.13. Many ENERGY STAR® certified models use advanced inverter compressors and R-32 refrigerant for better sustainability. Look for options that may qualify for local 2025\/2026 energy rebates.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary aria-label=\"FAQ question: top features to look for\"\u003e\u003cspan class=\"icon\"\u003e★\u003c\/span\u003e What are the top features to look for? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003eChoose models with \u003cstrong\u003einverter technology\u003c\/strong\u003e, \u003cstrong\u003eWi-Fi smart control\u003c\/strong\u003e, digital thermostats, auto-restart, and sleep mode for comfort and energy savings. A quiet indoor fan (under 62 dBA) and washable filters also ensure a low-maintenance experience.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary aria-label=\"FAQ question: who should consider this AC type\"\u003e\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003e Who should consider a through-the-wall AC? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003eThis type of system is ideal for homeowners, renters, or property managers who need permanent, efficient cooling in \u003cstrong\u003econdos, offices, or guest suites\u003c\/strong\u003e. It’s also an excellent alternative to window units for high-rise buildings where window access is limited. We recommend a licensed HVAC technician for proper wall-sleeve installation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary aria-label=\"FAQ question: ductless vs through the wall\"\u003e\u003cspan class=\"icon\"\u003e🆚\u003c\/span\u003e Ductless Mini Split vs. Through-the-Wall: Which is better? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cstrong\u003eThrough-the-wall\u003c\/strong\u003e units are single-piece units (all components in one box) that slide into a sleeve; they are great for replacements in existing holes. \u003cstrong\u003eDuctless Mini Splits\u003c\/strong\u003e have a separate outdoor compressor and indoor air handler connected by lines; they generally offer \u003cem\u003ehigher efficiency\u003c\/em\u003e (SEER2), quieter operation, and heating capabilities, but require a different installation process.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary aria-label=\"FAQ question: Do I need a specific wall sleeve?\"\u003e\u003cspan class=\"icon\"\u003e🧱\u003c\/span\u003e Do I need a specific wall sleeve for installation? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003eYes, most through-the-wall units require a wall sleeve for structural support and proper venting. The industry standard sleeve size is usually 26 inches wide, but \"slide-out chassis\" units may fit different sizes. If you are replacing an old unit, measure your existing sleeve carefully. If it is a new installation, you must purchase a matching sleeve and grille.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary aria-label=\"FAQ question: 115V vs 230V units\"\u003e\u003cspan class=\"icon\"\u003e🔌\u003c\/span\u003e What is the difference between 115V and 230V units? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cstrong\u003e115V units\u003c\/strong\u003e plug into standard household outlets and are typically found in units up to 12,000 BTU. \u003cstrong\u003e230V units\u003c\/strong\u003e require a dedicated high-voltage circuit and outlet (often with a different plug shape); these are necessary for units 14,000 BTU and higher to provide the power needed for larger compressors. Always check your breaker panel and outlet type before purchasing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary aria-label=\"FAQ question: Can these units provide heat\"\u003e\u003cspan class=\"icon\"\u003e🔥\u003c\/span\u003e Can through-the-wall units provide heating? \u003cspan class=\"chev\"\u003e›\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003eYes, many models are equipped with electric heat strips or heat pumps. Units with \u003cstrong\u003eHeat Pumps\u003c\/strong\u003e are highly efficient and can reverse the cooling cycle to warm your room in winter. Models with \u003cstrong\u003eElectric Heat\u003c\/strong\u003e use heating coils (similar to a space heater) for supplemental warmth, which is less efficient but effective for short bursts or milder climates.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003cdiv aria-label=\"Collection footer notes\" class=\"ms4l-sz-foot\"\u003e\n\u003cspan\u003eTip: Filter by \u003cstrong\u003eSleeve Size\u003c\/strong\u003e or \u003cstrong\u003eInverter Type\u003c\/strong\u003e for the best match.\u003c\/span\u003e \u003ca aria-label=\"Back to top\" href=\"#ms4l-sz-top\" class=\"ms4l-sz-backtop\"\u003e↑ Back to top\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"cooper-hunter-12-000-btu-ptac-packaged-terminal-air-conditioner-with-heat-pump-pthp-heating-and-cooling-with-electric-cord-and-remote-control-copy","title":"8,000 BTU 115V OLMO Through-the-Wall Air Conditioner w\/ Remote, Smart Kit,  Cooling Only","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cimg alt=\"8,000 BTU 115V Through-the-Wall Air Conditioner w\/ Remote Smart Kit Cooling Only\" src=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" data-original=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/Amazon_Olmo_TTW_Template.jpg?v=1713987131\" data-files=\"Amazon_Olmo_TTW_Template.jpg\" loading=\"lazy\"\u003e\u003c\/p\u003e","brand":"OLMO","offers":[{"title":"NO","offer_id":45203891847413,"sku":"OW-A08AC115WF","price":411.84,"currency_code":"USD","in_stock":true},{"title":"YES","offer_id":45203891880181,"sku":"OW-A08AC115WF+OW-TTWSLV","price":472.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/olmo-8-000-btu-115v-through-the-wall-air-conditioner-w-remote-smart-105.webp?v=1743614172"},{"product_id":"12-000-btu-115v-through-the-wall-air-conditioner-with-remote-control-and-built-in-smart-kit-cooling-only-r32-refrigerant","title":"12,000 BTU 115V Through-the-Wall Air OLMO Conditioner w\/ Remote, Smart Kit, Cooling Only","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cimg alt=\"12,000 BTU 115V Through-the-Wall Air Conditioner w\/ Remote Smart Kit Cooling Only\" src=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" data-original=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/Amazon_Olmo_TTW_Template.jpg?v=1713987131\" data-files=\"Amazon_Olmo_TTW_Template.jpg\" loading=\"lazy\"\u003e\u003c\/p\u003e","brand":"OLMO","offers":[{"title":"NO","offer_id":45203918749941,"sku":"OW-A12AC115WF","price":546.24,"currency_code":"USD","in_stock":true},{"title":"YES","offer_id":45203918782709,"sku":"OW-A12AC115WF+OW-TTWSLV","price":668.16,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/olmo-12-000-btu-115v-through-the-wall-air-conditioner-w-remote-smart-508.webp?v=1743608890"},{"product_id":"12-000-btu-230v-through-the-wall-air-conditioner-with-remote-control-and-built-in-smart-kit-cooling-only-r32-refrigerant","title":"12,000 BTU 230V Through-the-Wall Air OLMO Conditioner w\/ Remote, Smart Kit, Cooling Only","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"12,000 BTU 230V Through-the-Wall Air Conditioner w\/ Remote Smart Kit Cooling Only\" src=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" data-original=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/Amazon_Olmo_TTW_Template.jpg?v=1713987131\" data-files=\"Amazon_Olmo_TTW_Template.jpg\" loading=\"lazy\"\u003e\u003c\/p\u003e","brand":"OLMO","offers":[{"title":"NO","offer_id":45203951943925,"sku":"OW-A12AC230WF","price":553.92,"currency_code":"USD","in_stock":true},{"title":"YES","offer_id":45203951976693,"sku":"OW-A12AC230WF+OW-TTWSLV","price":630.72,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/olmo-12-000-btu-230v-through-the-wall-air-conditioner-w-remote-smart-657.webp?v=1743609612"},{"product_id":"14-000-btu-230v-through-the-wall-air-conditioner-with-remote-control-and-built-in-smart-kit-cooling-only-r32","title":"14,000 BTU 230V Through-the-Wall Air  OLMO Conditioner w\/ Remote, Smart Kit, Cooling Only","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" alt=\"14,000 BTU 230V Through-the-Wall Air Conditioner w\/ Remote Smart Kit Cooling Only\" data-original=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/Amazon_Olmo_TTW_Template.jpg?v=1713987131\" data-files=\"Amazon_Olmo_TTW_Template.jpg\" loading=\"lazy\"\u003e\u003c\/p\u003e","brand":"OLMO","offers":[{"title":"NO","offer_id":45204022460661,"sku":"OW-P14AC230WF","price":563.52,"currency_code":"USD","in_stock":true},{"title":"YES","offer_id":45204022493429,"sku":"OW-P14AC230WF+OW-TTWSLV","price":640.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/olmo-14-000-btu-230v-through-the-wall-air-conditioner-w-remote-smart-555.webp?v=1743614894"},{"product_id":"8-000-btu-115v-through-the-wall-air-conditioner-with-remote-control-and-built-in-smart-kit-cooling-only-r32-refrigerant","title":"8,000 BTU 115V Through-the-Wall Air Conditioner w\/ Remote, Smart Kit, Heating and Cooling","description":"\u003cdiv style=\"text-align: left;\"\u003e\n\u003ch1\u003eOLMO 8,000 BTU 115V Through-the-Wall Air Conditioner with Heat Pump and Smart Kit\u003c\/h1\u003e\n\u003cp\u003eStay comfortable year-round with the \u003cstrong\u003eOLMO 8,000 BTU 115V \u003ca aria-label=\"Buy Efficient Solutions with Through-the-Wall Air Conditioners\" title=\"Buy Efficient Solutions with Through-the-Wall Air Conditioners\" href=\"\/collections\/ttw\"\u003e Through-the-Wall Air Conditioner \u003c\/a\u003e \u003c\/strong\u003e. Equipped with \u003cstrong\u003eR32 refrigerant\u003c\/strong\u003e, this efficient and eco-friendly unit delivers reliable heating and cooling while minimizing environmental impact.\u003c\/p\u003e\n\u003ch2\u003eKey Features and Benefits\u003c\/h2\u003e\n\u003cp\u003eDesigned for \u003cstrong\u003ethrough-the-wall installation\u003c\/strong\u003e, this OLMO air conditioner provides both \u003cstrong\u003eheating and cooling\u003c\/strong\u003e functions. The included \u003ca aria-label=\"Buy Replacement Remotes for Air Conditioners\" title=\"Buy Shop Replacement Remotes for Air Conditioners\" href=\"\/collections\/replacement-remotes\"\u003e \u003cstrong\u003eremote control\u003c\/strong\u003e \u003c\/a\u003e ensures convenient temperature adjustments from anywhere in the room. Its built-in smart kit allows integration with home automation systems for enhanced control.\u003c\/p\u003e\n\u003ch3\u003eMain Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8,000 BTU cooling and heating capacity for year-round comfort\u003c\/li\u003e\n\u003cli\u003e115V power for energy-efficient operation\u003c\/li\u003e\n\u003cli\u003eEnvironmentally friendly R32 refrigerant\u003c\/li\u003e\n\u003cli\u003eThrough-the-wall installation (\u003cem\u003eнастенная установка\u003c\/em\u003e)\u003c\/li\u003e\n\u003cli\u003eSmart kit included for compatibility with home automation\u003c\/li\u003e\n\u003cli\u003eRemote control included for easy operation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eWhy Choose This OLMO TTW Air Conditioner?\u003c\/h2\u003e\n\u003cp\u003eThis unit combines energy-saving technology with modern smart features, ensuring comfortable indoor temperatures and convenient operation. Ideal for homes or offices where wall-mounted solutions are required.\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg loading=\"lazy\" alt=\"8,000 BTU 115V Through-the-Wall Air Conditioner with Remote and Smart Kit Heating and Cooling\" src=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" data-original=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" data-files=\"Amazon_Olmo_TTW_Template.webp\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"OLMO","offers":[{"title":"NO","offer_id":45218897854709,"sku":"OW-P08HS115WF","price":537.6,"currency_code":"USD","in_stock":true},{"title":"YES","offer_id":45218897887477,"sku":"OW-P08HS115WF+OW-TTWSLV","price":614.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/olmo-8-000-btu-115v-through-the-wall-air-conditioner-w-remote-smart-238.webp?v=1743607708"},{"product_id":"12-000-btu-through-the-wall-air-conditioner-with-remote-control-and-built-in-smart-kit-cooling-only-r32-refrigerant","title":"12,000 BTU 230V Through-the-Wall Air OLMO Conditioner w\/ Remote, Smart Kit, Heating and Cooling","description":"\u003cp\u003e\u003cstrong\u003e\u003ca href=\"\/collections\/12000-btu-v-o\" title=\"Buy 12000 BTU Outdoor Ductless Mini Split System\" aria-label=\"Buy 12000 BTU Outdoor Ductless Mini Split System\"\u003e12 000 BTU\u003c\/a\u003e 230V \u003ca href=\"\/collections\/ttw\" title=\"Buy Efficient Solutions with Through-the-Wall Air Conditioners\" aria-label=\"Buy Efficient Solutions with Through-the-Wall Air Conditioners\"\u003eThrough-the-Wall Air Conditioner\u003c\/a\u003e\u003c\/strong\u003e offers efficient heating and cooling for any room with a built-in smart kit. This unit utilizes eco-friendly \u003cstrong\u003eR32 refrigerant\u003c\/strong\u003e, providing powerful performance while reducing environmental impact.\u003c\/p\u003e\n\u003cp\u003eDesigned for \u003cstrong\u003ethrough-the-wall installation\u003c\/strong\u003e, this air conditioner ensures easy setup and maximum comfort with both \u003cstrong\u003eheating and cooling modes\u003c\/strong\u003e, making it perfect for year-round climate control. The included \u003cstrong\u003eremote control\u003c\/strong\u003e lets you manage temperature settings from anywhere in the room, and the smart kit allows for seamless integration with modern home automation systems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMain Highlights:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e12 000 BTU cooling and heating capacity\u003c\/li\u003e\n\u003cli\u003e230V power for reliable performance\u003c\/li\u003e\n\u003cli\u003eEco-friendly R32 refrigerant\u003c\/li\u003e\n\u003cli\u003eWall-mounted installation (\u003cem\u003eнастенная установка\u003c\/em\u003e)\u003c\/li\u003e\n\u003cli\u003eBuilt-in smart kit for home automation\u003c\/li\u003e\n\u003cli\u003eConvenient remote control operation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis unit is perfect for maintaining optimal indoor temperature with energy efficiency and modern features. Get the comfort you need, all in one system!\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg alt=\"12,000 BTU 230V Through-the-Wall Air Conditioner w\/ Remote Smart Kit Heating and Cooling\" src=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" data-original=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/Amazon_Olmo_TTW_Template.jpg?v=1713987131\" data-files=\"Amazon_Olmo_TTW_Template.jpg\" loading=\"lazy\"\u003e\u003c\/p\u003e","brand":"OLMO","offers":[{"title":"NO","offer_id":45218932949237,"sku":"OW-P12HS230WF","price":655.68,"currency_code":"USD","in_stock":true},{"title":"YES","offer_id":45218932982005,"sku":"OW-P12HS230WF+OW-TTWSLV","price":732.48,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/olmo-12-000-btu-230v-through-the-wall-air-conditioner-w-remote-smart-980.webp?v=1743609370"},{"product_id":"14-000-btu-230v-through-the-wall-air-conditioner-with-remote-control-and-built-in-smart-kit-heating-and-cooling-r32-refrigerant","title":"14,000 BTU 230V Through-the-Wall Air OLMO Conditioner w\/ Remote, Smart Kit, Heating and Cooling","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\u003c\/ul\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cimg alt=\"14,000 BTU 230V Through-the-Wall Air Conditioner w\/ Remote Smart Kit Heating and Cooling\" src=\"https:\/\/minisplitsforless.com\/cdn\/shop\/files\/Amazon_Olmo_TTW_Template.webp\" data-original=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/Amazon_Olmo_TTW_Template.jpg?v=1713987131\" data-files=\"Amazon_Olmo_TTW_Template.jpg\" loading=\"lazy\"\u003e\u003c\/p\u003e","brand":"OLMO","offers":[{"title":"NO","offer_id":45218962768117,"sku":"OW-P14HS230WF","price":664.32,"currency_code":"USD","in_stock":true},{"title":"YES","offer_id":45218962800885,"sku":"OW-P14HS230WF+OW-TTWSLV","price":741.12,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/files\/olmo-14-000-btu-230v-through-the-wall-air-conditioner-w-remote-smart-555.webp?v=1743614894"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/6914\/5280\/collections\/through-the-wall-ac.webp?v=1754873691","url":"https:\/\/minisplitsforless.com\/collections\/ttw\/in-stock+olmo-sierra+r32.oembed","provider":"MiniSplitsforLess","version":"1.0","type":"link"}