{"id":25,"date":"2026-07-13T06:01:43","date_gmt":"2026-07-13T06:01:43","guid":{"rendered":"https:\/\/cybotix.ph\/?page_id=25"},"modified":"2026-07-29T11:34:57","modified_gmt":"2026-07-29T11:34:57","slug":"home","status":"publish","type":"page","link":"https:\/\/cybotix.ph\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"25\" class=\"elementor elementor-25\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6290a90 e-con-full e-flex e-con e-parent\" data-id=\"6290a90\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fddf1d elementor-widget elementor-widget-html\" data-id=\"3fddf1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\r\n<title>Cybotix Philippines \u2014 Solar &amp; Energy Hero Slider<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  :root{\r\n    --gold:#F5A623;\r\n    --gold-lite:#FFB84D;\r\n    --gold-deep:#C9820F;\r\n    --bg:#FBF9F5;\r\n    --text:#141410;\r\n    --white:#FFFFFF;\r\n    --mute:#6E6E73;\r\n    --line:rgba(245,166,35,.55);\r\n    --hair:rgba(20,20,16,.14);\r\n    --chip-brd:rgba(245,166,35,.35);\r\n    --ease:cubic-bezier(.22,.61,.36,1);\r\n    --dur:.85s;\r\n  }\r\n\r\n  *{box-sizing:border-box;margin:0;padding:0}\r\n  html,body{background:#F3EEE4}\r\n  \/* stops the full-bleed break-out from ever creating a horizontal scrollbar *\/\r\n  html{overflow-x:clip}\r\n\r\n  \/* ==================================================================\r\n     HERO SHELL  \u2014  full-bleed break-out\r\n     Escapes any centred\/padded parent container (Elementor section,\r\n     .site-content, theme wrapper) and spans the true viewport width.\r\n     JS refines --cbx-vw \/ --cbx-shift so the scrollbar is accounted for.\r\n     Add class \"is-contained\" to the section to disable the break-out.\r\n     ================================================================== *\/\r\n  .cbx-hero{\r\n    --cbx-vw:100vw;\r\n    --cbx-shift:calc(50% - 50vw);\r\n    --pad-x:clamp(18px,4.5vw,88px);\r\n    --nav-space:clamp(92px,12vh,128px);\r\n    --content-max:1560px;\r\n\r\n    position:relative;\r\n    width:var(--cbx-vw);\r\n    max-width:var(--cbx-vw);\r\n    margin-left:var(--cbx-shift);\r\n    margin-right:0;\r\n\r\n    display:flex;\r\n    flex-direction:column;\r\n    min-height:clamp(560px,84vh,880px);\r\n    min-height:clamp(560px,84svh,880px);\r\n\r\n    overflow:hidden;\r\n    background:\r\n      radial-gradient(120% 95% at 78% 25%, #FFFFFF 0%, var(--bg) 48%, #F1EBDF 100%);\r\n    font-family:'Inter',system-ui,sans-serif;\r\n    color:var(--text);\r\n    isolation:isolate;\r\n    user-select:none;\r\n    -webkit-tap-highlight-color:transparent;\r\n  }\r\n  .cbx-hero.is-contained{width:100%;max-width:100%;margin-left:0}\r\n  .cbx-hero:focus-visible{outline:2px solid var(--gold);outline-offset:-4px}\r\n\r\n  \/* ambient tech grid *\/\r\n  .cbx-hero::before{\r\n    content:\"\";\r\n    position:absolute;inset:0;\r\n    background-image:\r\n      linear-gradient(rgba(20,20,16,.045) 1px,transparent 1px),\r\n      linear-gradient(90deg,rgba(20,20,16,.045) 1px,transparent 1px);\r\n    background-size:clamp(34px,4vw,56px) clamp(34px,4vw,56px);\r\n    -webkit-mask-image:radial-gradient(120% 100% at 75% 40%,#000 0%,transparent 72%);\r\n    mask-image:radial-gradient(120% 100% at 75% 40%,#000 0%,transparent 72%);\r\n    z-index:0;pointer-events:none;\r\n  }\r\n\r\n  \/* ==================================================================\r\n     STAGE \/ SLIDES\r\n     Slides are stacked in a single grid cell instead of being absolutely\r\n     positioned. The stage therefore sizes itself to the tallest slide \u2014\r\n     no layout jump when the slide changes, and it works at any height.\r\n     ================================================================== *\/\r\n  .cbx-stage{\r\n    position:relative;z-index:1;\r\n    flex:1 1 auto;\r\n    display:grid;\r\n  }\r\n  .cbx-slide{\r\n    grid-area:1\/1;\r\n    width:100%;\r\n    max-width:var(--content-max);\r\n    margin-inline:auto;\r\n\r\n    display:grid;\r\n    grid-template-columns:minmax(0,55fr) minmax(0,45fr);\r\n    align-items:center;\r\n    gap:clamp(16px,3vw,44px);\r\n    padding:clamp(64px,9vh,104px) var(--pad-x) var(--nav-space);\r\n\r\n    opacity:0;visibility:hidden;pointer-events:none;\r\n    transition:opacity var(--dur) var(--ease),visibility 0s linear var(--dur);\r\n  }\r\n  .cbx-slide.is-active{\r\n    opacity:1;visibility:visible;pointer-events:auto;\r\n    transition:opacity var(--dur) var(--ease),visibility 0s linear 0s;\r\n  }\r\n\r\n  \/* ---------- Copy column ---------- *\/\r\n  .cbx-copy{\r\n    position:relative;z-index:3;\r\n    max-width:min(600px,100%);\r\n    opacity:0;transform:translateX(-26px);\r\n    transition:opacity .7s var(--ease) .12s,transform .7s var(--ease) .12s;\r\n  }\r\n  .cbx-slide.is-active .cbx-copy{opacity:1;transform:none}\r\n\r\n  .cbx-eyebrow{\r\n    display:inline-flex;align-items:center;gap:10px;\r\n    font-weight:600;font-size:clamp(10.5px,.85vw,12px);\r\n    letter-spacing:.32em;text-transform:uppercase;\r\n    color:var(--gold);\r\n    margin-bottom:clamp(14px,2.2vh,22px);\r\n  }\r\n  .cbx-eyebrow::before{\r\n    content:\"\";width:clamp(20px,3vw,34px);height:1px;background:var(--gold);\r\n    box-shadow:0 0 8px var(--gold);flex:none;\r\n  }\r\n\r\n  .cbx-headline{\r\n    font-family:'Poppins',sans-serif;font-weight:800;\r\n    font-size:clamp(27px,4.2vw,56px);\r\n    line-height:1.06;letter-spacing:-.015em;\r\n    margin-bottom:clamp(12px,2vh,20px);\r\n    text-wrap:balance;\r\n    overflow-wrap:break-word;\r\n  }\r\n  .cbx-headline .hl{color:var(--gold)}\r\n\r\n  .cbx-sub{\r\n    font-size:clamp(14.5px,1.15vw,17.5px);\r\n    line-height:1.6;color:var(--mute);\r\n    max-width:52ch;\r\n    margin-bottom:clamp(20px,3.4vh,34px);\r\n  }\r\n\r\n  \/* ---------- CTAs ---------- *\/\r\n  .cbx-cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}\r\n  .cbx-btn{\r\n    font-family:'Poppins',sans-serif;font-weight:600;\r\n    font-size:clamp(13.5px,1vw,14.5px);\r\n    border:none;cursor:pointer;text-decoration:none;\r\n    display:inline-flex;align-items:center;justify-content:center;gap:9px;\r\n    min-height:48px;\r\n    transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s,border-color .25s;\r\n  }\r\n  .cbx-btn-primary{\r\n    background:linear-gradient(135deg,var(--gold-lite),var(--gold) 55%,var(--gold-deep));\r\n    color:#1a1200;\r\n    padding:14px clamp(18px,2.2vw,26px);border-radius:999px;\r\n    box-shadow:0 8px 24px -8px rgba(245,166,35,.6),inset 0 1px 0 rgba(255,255,255,.4);\r\n  }\r\n  .cbx-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 34px -8px rgba(245,166,35,.75),inset 0 1px 0 rgba(255,255,255,.5)}\r\n  .cbx-btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}\r\n\r\n  \/* ---------- Product column ---------- *\/\r\n  .cbx-visual{\r\n    position:relative;z-index:2;\r\n    height:100%;min-height:0;min-width:0;\r\n    display:flex;align-items:center;justify-content:center;\r\n  }\r\n  .cbx-glow{\r\n    position:absolute;\r\n    width:min(560px,92%,calc(38vh + 160px));aspect-ratio:1;\r\n    left:50%;top:50%;\r\n    background:radial-gradient(circle at 50% 50%,\r\n      rgba(245,166,35,.30) 0%,\r\n      rgba(245,166,35,.12) 34%,\r\n      rgba(245,166,35,0) 68%);\r\n    filter:blur(2px);\r\n    opacity:0;transform:translate(-50%,-46%) scale(.82);\r\n    transition:opacity 1s var(--ease),transform 1.15s var(--ease);\r\n  }\r\n  .cbx-slide.is-active .cbx-glow{opacity:1;transform:translate(-50%,-50%) scale(1)}\r\n\r\n  .cbx-art{\r\n    position:relative;z-index:2;\r\n    width:min(430px,92%,calc(30vh + 120px));\r\n    filter:drop-shadow(0 30px 44px rgba(20,20,16,.28));\r\n    opacity:0;transform:translateX(64px) scale(.96);\r\n    transition:opacity .8s var(--ease) .1s,transform .95s var(--ease) .1s;\r\n  }\r\n  .cbx-slide.is-active .cbx-art{opacity:1;transform:none}\r\n  .cbx-art svg{width:100%;height:auto;display:block}\r\n\r\n  \/* floating stat chips *\/\r\n  .cbx-chip{\r\n    position:absolute;z-index:4;\r\n    display:inline-flex;align-items:center;gap:8px;\r\n    padding:9px 15px;border-radius:12px;\r\n    background:rgba(255,255,255,.92);\r\n    -webkit-backdrop-filter:blur(10px);\r\n    backdrop-filter:blur(10px);\r\n    border:1px solid var(--hair);\r\n    box-shadow:0 12px 28px -14px rgba(20,20,16,.35);\r\n    font-size:clamp(11.5px,.95vw,13px);font-weight:600;color:var(--text);white-space:nowrap;\r\n    max-width:min(100%,240px);overflow:hidden;text-overflow:ellipsis;\r\n    opacity:0;transform:translateY(12px) scale(.94);\r\n    transition:opacity .55s var(--ease),transform .55s var(--ease);\r\n  }\r\n  .cbx-chip .dot{width:7px;height:7px;border-radius:50%;flex:none;background:var(--gold);box-shadow:0 0 8px var(--gold)}\r\n  .cbx-slide.is-active .cbx-chip{opacity:1;transform:none}\r\n  .cbx-slide.is-active .cbx-chip:nth-of-type(1){transition-delay:.5s}\r\n  .cbx-slide.is-active .cbx-chip:nth-of-type(2){transition-delay:.66s}\r\n  .cbx-slide.is-active .cbx-chip:nth-of-type(3){transition-delay:.82s}\r\n  .cbx-chip.c1{top:14%;left:0}\r\n  .cbx-chip.c2{top:46%;right:0}\r\n  .cbx-chip.c3{bottom:14%;left:8%}\r\n\r\n  \/* signature circuit line *\/\r\n  .cbx-circuit{\r\n    position:absolute;left:0;top:0;width:100%;height:100%;\r\n    z-index:1;pointer-events:none;overflow:visible;\r\n  }\r\n  .cbx-circuit path{\r\n    fill:none;stroke:var(--line);stroke-width:1.2;\r\n    stroke-dasharray:5 6;\r\n    opacity:0;transition:opacity .8s ease .5s;\r\n  }\r\n  .cbx-slide.is-active .cbx-circuit path{opacity:1}\r\n  .cbx-circuit .node{\r\n    fill:var(--gold);opacity:0;\r\n    filter:drop-shadow(0 0 5px var(--gold));\r\n    transition:opacity .6s ease .6s;\r\n  }\r\n  .cbx-slide.is-active .cbx-circuit .node{opacity:1}\r\n  .cbx-circuit .pulse{\r\n    fill:var(--gold);opacity:0;\r\n    filter:drop-shadow(0 0 6px var(--gold));\r\n  }\r\n  .cbx-slide.is-active .cbx-circuit .pulse{\r\n    animation:cbx-travel 3.4s var(--ease) infinite;animation-delay:.9s;\r\n  }\r\n  @keyframes cbx-travel{\r\n    0%{opacity:0;offset-distance:0%}\r\n    12%{opacity:1}\r\n    80%{opacity:1}\r\n    100%{opacity:0;offset-distance:100%}\r\n  }\r\n\r\n  \/* ---------- Bottom navigation ---------- *\/\r\n  .cbx-nav{\r\n    position:absolute;left:0;right:0;bottom:clamp(20px,4.5vh,52px);z-index:6;\r\n    display:flex;align-items:center;justify-content:center;\r\n    gap:clamp(8px,1.6vw,16px);\r\n    padding:0 var(--pad-x);\r\n  }\r\n  .cbx-arrow{\r\n    width:clamp(36px,3.4vw,40px);height:clamp(36px,3.4vw,40px);\r\n    flex:none;border-radius:50%;cursor:pointer;\r\n    background:transparent;border:1px solid var(--hair);\r\n    color:var(--text);display:grid;place-items:center;\r\n    transition:.25s var(--ease);\r\n  }\r\n  .cbx-arrow:hover{border-color:var(--gold);color:var(--gold);transform:scale(1.06)}\r\n  .cbx-arrow:focus-visible{outline:2px solid var(--gold);outline-offset:2px}\r\n  .cbx-arrow svg{width:15px;height:15px}\r\n\r\n  .cbx-pills{display:flex;align-items:center;gap:clamp(6px,1vw,10px);min-width:0}\r\n  .cbx-pill{\r\n    position:relative;cursor:pointer;background:none;border:none;\r\n    display:flex;flex-direction:column;align-items:center;gap:8px;\r\n    padding:6px 2px;\r\n  }\r\n  .cbx-pill:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:6px}\r\n  .cbx-pill .num{\r\n    font-family:'Poppins',sans-serif;font-weight:600;font-size:clamp(11px,1vw,12.5px);\r\n    color:rgba(20,20,16,.38);letter-spacing:.06em;transition:color .3s;\r\n  }\r\n  .cbx-pill .track{\r\n    width:clamp(20px,3vw,30px);height:3px;border-radius:3px;\r\n    background:rgba(20,20,16,.12);overflow:hidden;transition:width .3s var(--ease);\r\n  }\r\n  .cbx-pill .fill{\r\n    display:block;width:100%;height:100%;border-radius:3px;\r\n    background:linear-gradient(90deg,var(--gold),var(--gold-lite));\r\n    transform:scaleX(0);transform-origin:left;\r\n  }\r\n  .cbx-pill.is-active .num{color:var(--gold)}\r\n  .cbx-pill.is-active .track{width:clamp(36px,6vw,52px)}\r\n  .cbx-pill.is-active .fill{animation:cbx-fill var(--auto,6000ms) linear forwards}\r\n  .cbx-pill.is-paused .fill{animation-play-state:paused}\r\n  @keyframes cbx-fill{from{transform:scaleX(0)}to{transform:scaleX(1)}}\r\n\r\n  .cbx-brand{\r\n    position:absolute;top:clamp(18px,3.5vh,40px);left:var(--pad-x);\r\n    z-index:6;font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(17px,1.6vw,20px);letter-spacing:-.01em;\r\n  }\r\n\r\n  \/* ==================================================================\r\n     RESPONSIVE\r\n     ================================================================== *\/\r\n  @media (min-width:1800px){\r\n    .cbx-hero{--content-max:1720px}\r\n  }\r\n\r\n  @media (max-width:1280px){\r\n    .cbx-slide{grid-template-columns:minmax(0,56fr) minmax(0,44fr)}\r\n    .cbx-sub{max-width:46ch}\r\n    .cbx-chip.c1{top:12%;left:-2%}\r\n  }\r\n\r\n  @media (max-width:1080px){\r\n    .cbx-hero{--nav-space:clamp(88px,11vh,116px)}\r\n    .cbx-slide{grid-template-columns:minmax(0,58fr) minmax(0,42fr);gap:16px}\r\n    .cbx-headline{font-size:clamp(26px,3.9vw,40px)}\r\n    .cbx-sub{font-size:15px;max-width:42ch}\r\n    .cbx-circuit{display:none}\r\n    .cbx-chip.c1{top:8%;left:-6%}\r\n    .cbx-chip.c3{bottom:10%;left:0}\r\n  }\r\n\r\n  @media (max-width:900px){\r\n    .cbx-hero{\r\n      min-height:auto;\r\n      --nav-space:clamp(96px,14vh,124px);\r\n    }\r\n    .cbx-hero::before{\r\n      -webkit-mask-image:radial-gradient(120% 80% at 60% 30%,#000 0%,transparent 76%);\r\n      mask-image:radial-gradient(120% 80% at 60% 30%,#000 0%,transparent 76%);\r\n    }\r\n    .cbx-slide{\r\n      grid-template-columns:minmax(0,1fr);\r\n      grid-template-rows:auto auto;\r\n      align-content:center;\r\n      text-align:left;\r\n      gap:clamp(16px,4vw,30px);\r\n      padding:clamp(52px,9vw,76px) var(--pad-x) var(--nav-space);\r\n    }\r\n    .cbx-copy{order:1;max-width:640px;transform:translateY(22px)}\r\n    .cbx-slide.is-active .cbx-copy{transform:none}\r\n    .cbx-sub{max-width:56ch}\r\n    .cbx-visual{order:2;height:auto;min-height:clamp(230px,44vw,320px)}\r\n    .cbx-art{\r\n      width:min(300px,68%,calc(26vh + 110px));\r\n      transform:translateY(40px) scale(.96);\r\n    }\r\n    .cbx-slide.is-active .cbx-art{transform:none}\r\n    .cbx-glow{width:min(380px,86%)}\r\n    .cbx-chip.c1{top:0;left:0}\r\n    .cbx-chip.c2{top:32%;right:0}\r\n    .cbx-chip.c3{bottom:4%;left:2%}\r\n    .cbx-headline{font-size:clamp(26px,6.4vw,38px)}\r\n  }\r\n\r\n  @media (max-width:600px){\r\n    .cbx-hero{--pad-x:20px}\r\n    .cbx-slide{padding-top:clamp(48px,13vw,64px)}\r\n    .cbx-eyebrow{font-size:10.5px;letter-spacing:.26em;margin-bottom:14px}\r\n    .cbx-headline{font-size:clamp(25px,7.4vw,34px);line-height:1.1}\r\n    .cbx-sub{font-size:14.5px;line-height:1.62}\r\n    .cbx-cta-row{gap:10px}\r\n    .cbx-cta-row .cbx-btn{flex:1 1 190px}\r\n    .cbx-visual{min-height:clamp(210px,52vw,280px)}\r\n    .cbx-art{width:min(240px,62%)}\r\n    .cbx-chip{padding:7px 11px;border-radius:10px}\r\n    .cbx-chip.c2{top:34%}\r\n  }\r\n\r\n  @media (max-width:420px){\r\n    .cbx-hero{--pad-x:16px}\r\n    .cbx-cta-row .cbx-btn{flex:1 1 100%}\r\n    .cbx-pill:not(.is-active){display:none}\r\n    .cbx-pills{gap:6px}\r\n    .cbx-chip{font-size:11px;max-width:64%}\r\n    .cbx-chip.c3{bottom:0}\r\n  }\r\n\r\n  @media (max-width:360px){\r\n    .cbx-headline{font-size:23px}\r\n    .cbx-art{width:min(200px,60%)}\r\n    .cbx-visual{min-height:190px}\r\n  }\r\n\r\n  @media (orientation:landscape) and (max-height:560px) and (min-width:640px){\r\n    .cbx-hero{\r\n      min-height:440px;\r\n      --nav-space:78px;\r\n    }\r\n    .cbx-slide{\r\n      grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);\r\n      align-content:center;\r\n      padding:clamp(28px,7vh,48px) var(--pad-x) var(--nav-space);\r\n      gap:20px;\r\n    }\r\n    .cbx-copy{order:0;transform:translateX(-20px)}\r\n    .cbx-visual{order:0;min-height:0;height:100%}\r\n    .cbx-art{width:min(190px,80%,calc(34vh))}\r\n    .cbx-glow{width:min(240px,90%)}\r\n    .cbx-headline{font-size:clamp(22px,4.4vh,30px);margin-bottom:10px}\r\n    .cbx-sub{font-size:13.5px;margin-bottom:16px;max-width:46ch}\r\n    .cbx-eyebrow{margin-bottom:10px}\r\n    .cbx-btn{min-height:42px;padding-top:11px;padding-bottom:11px}\r\n    .cbx-chip{display:none}\r\n    .cbx-nav{bottom:18px}\r\n    .cbx-brand{top:14px}\r\n  }\r\n\r\n  @media (prefers-reduced-motion:reduce){\r\n    *{transition-duration:.001ms !important;animation:none !important}\r\n    .cbx-slide{transition:opacity .2s !important}\r\n    .cbx-pill.is-active .fill{transform:scaleX(1)}\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"cbx-hero\" id=\"cbxHero\" aria-roledescription=\"carousel\" aria-label=\"Cybotix solar &amp; energy products\">\r\n\r\n  <div class=\"cbx-brand\"><\/div>\r\n\r\n  <div class=\"cbx-stage\" id=\"cbxStage\"><!-- slides injected --><\/div>\r\n\r\n  <!-- navigation -->\r\n  <div class=\"cbx-nav\">\r\n    <button class=\"cbx-arrow\" id=\"cbxPrev\" type=\"button\" aria-label=\"Previous slide\">\r\n      <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"15 18 9 12 15 6\"\/><\/svg>\r\n    <\/button>\r\n    <div class=\"cbx-pills\" id=\"cbxPills\" role=\"tablist\"><\/div>\r\n    <button class=\"cbx-arrow\" id=\"cbxNext\" type=\"button\" aria-label=\"Next slide\">\r\n      <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\r\n    <\/button>\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n<script>\r\n(function(){\r\n  \"use strict\";\r\n\r\n  \/* ---------------- Product illustrations (inline SVG) ---------------- *\/\r\n  const G=\"#F5A623\",GL=\"#FFC061\",GD=\"#C9820F\",D1=\"#2A2A2E\",D2=\"#3A3A40\",D3=\"#17171A\",W=\"#EDEDED\";\r\n\r\n  const panel=(x,y,s)=>`<g transform=\"translate(${x} ${y}) scale(${s})\">\r\n    <rect x=\"0\" y=\"0\" width=\"60\" height=\"42\" rx=\"3\" fill=\"${D3}\" stroke=\"${G}\" stroke-width=\"1.4\"\/>\r\n    <path d=\"M0 14H60M0 28H60M15 0V42M30 0V42M45 0V42\" stroke=\"${G}\" stroke-width=\"1\" opacity=\".55\"\/>\r\n  <\/g>`;\r\n\r\n  const art = {\r\n    ac:`<svg viewBox=\"0 0 400 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Solar air conditioner\">\r\n      ${panel(250,40,1.1)}\r\n      <path d=\"M290 92 q0 40 -70 58\" stroke=\"${G}\" stroke-width=\"1.4\" stroke-dasharray=\"4 5\" fill=\"none\" opacity=\".7\"\/>\r\n      <g>\r\n        <rect x=\"70\" y=\"150\" width=\"230\" height=\"86\" rx=\"16\" fill=\"${D1}\" stroke=\"${D2}\" stroke-width=\"2\"\/>\r\n        <rect x=\"70\" y=\"150\" width=\"230\" height=\"40\" rx=\"16\" fill=\"${D2}\"\/>\r\n        <rect x=\"86\" y=\"210\" width=\"198\" height=\"12\" rx=\"6\" fill=\"#0d0d0f\"\/>\r\n        <path d=\"M92 216H278\" stroke=\"${G}\" stroke-width=\"1\"\/>\r\n        <circle cx=\"278\" cy=\"172\" r=\"4\" fill=\"${G}\"\/>\r\n        <text x=\"96\" y=\"177\" font-family=\"Poppins,sans-serif\" font-size=\"13\" font-weight=\"700\" fill=\"${W}\">Cybotix<\/text>\r\n      <\/g>\r\n    <\/svg>`,\r\n\r\n    fridge:`<svg viewBox=\"0 0 400 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Solar fridge and freezer\">\r\n      ${panel(280,58,.95)}\r\n      <path d=\"M300 104 q-10 46 -78 60\" stroke=\"${G}\" stroke-width=\"1.4\" stroke-dasharray=\"4 5\" fill=\"none\" opacity=\".7\"\/>\r\n      <g>\r\n        <rect x=\"118\" y=\"70\" width=\"150\" height=\"260\" rx=\"18\" fill=\"${D1}\" stroke=\"${D2}\" stroke-width=\"2\"\/>\r\n        <path d=\"M118 190 H268\" stroke=\"${D3}\" stroke-width=\"4\"\/>\r\n        <rect x=\"250\" y=\"96\" width=\"6\" height=\"70\" rx=\"3\" fill=\"${G}\"\/>\r\n        <rect x=\"250\" y=\"214\" width=\"6\" height=\"88\" rx=\"3\" fill=\"${G}\"\/>\r\n        <rect x=\"134\" y=\"150\" width=\"46\" height=\"20\" rx=\"6\" fill=\"#0d0d0f\"\/>\r\n        <circle cx=\"145\" cy=\"160\" r=\"3\" fill=\"${G}\"\/>\r\n        <path d=\"M152 160H172\" stroke=\"${G}\" stroke-width=\"1.4\"\/>\r\n        <text x=\"134\" y=\"120\" font-family=\"Poppins,sans-serif\" font-size=\"12\" font-weight=\"700\" fill=\"${W}\">Cybotix<\/text>\r\n      <\/g>\r\n    <\/svg>`,\r\n\r\n    inverter:`<svg viewBox=\"0 0 400 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Hybrid solar inverter\">\r\n      <g>\r\n        <rect x=\"120\" y=\"70\" width=\"160\" height=\"210\" rx=\"16\" fill=\"${D1}\" stroke=\"${D2}\" stroke-width=\"2\"\/>\r\n        <rect x=\"120\" y=\"70\" width=\"160\" height=\"52\" rx=\"16\" fill=\"${D2}\"\/>\r\n        <rect x=\"142\" y=\"140\" width=\"116\" height=\"66\" rx=\"8\" fill=\"#08080a\" stroke=\"${G}\" stroke-width=\"1.2\"\/>\r\n        <path d=\"M156 190 L172 168 L186 182 L204 158 L224 178 L242 160\" stroke=\"${G}\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\"\/>\r\n        <circle cx=\"160\" cy=\"96\" r=\"4\" fill=\"${G}\"\/><circle cx=\"176\" cy=\"96\" r=\"4\" fill=\"${GL}\" opacity=\".6\"\/>\r\n        <text x=\"200\" y=\"100\" text-anchor=\"middle\" font-family=\"Poppins,sans-serif\" font-size=\"13\" font-weight=\"700\" fill=\"${W}\">Cybotix<\/text>\r\n        <rect x=\"150\" y=\"226\" width=\"30\" height=\"10\" rx=\"3\" fill=\"${D3}\"\/><rect x=\"220\" y=\"226\" width=\"30\" height=\"10\" rx=\"3\" fill=\"${D3}\"\/>\r\n        <path d=\"M165 236 V300 M235 236 V300\" stroke=\"${D3}\" stroke-width=\"5\" stroke-linecap=\"round\"\/>\r\n      <\/g>\r\n    <\/svg>`,\r\n\r\n    battery:`<svg viewBox=\"0 0 400 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Lithium battery stack\">\r\n      <g>\r\n        <rect x=\"110\" y=\"88\" width=\"180\" height=\"224\" rx=\"14\" fill=\"#0e0e10\" stroke=\"${D2}\" stroke-width=\"2\"\/>\r\n        ${[0,1,2].map(i=>`\r\n          <rect x=\"126\" y=\"${104+i*66}\" width=\"148\" height=\"50\" rx=\"8\" fill=\"${D1}\" stroke=\"${G}\" stroke-width=\"1.3\"\/>\r\n          <rect x=\"138\" y=\"${118+i*66}\" width=\"80\" height=\"8\" rx=\"4\" fill=\"${G}\" opacity=\"${0.9-i*0.18}\"\/>\r\n          <circle cx=\"252\" cy=\"${129+i*66}\" r=\"4\" fill=\"${GL}\"\/>\r\n        `).join(\"\")}\r\n        <text x=\"200\" y=\"300\" text-anchor=\"middle\" font-family=\"Poppins,sans-serif\" font-size=\"12\" font-weight=\"700\" fill=\"${W}\">Cybotix \u00b7 LiFePO\u2084<\/text>\r\n      <\/g>\r\n    <\/svg>`,\r\n\r\n    station:`<svg viewBox=\"0 0 400 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Portable power station\">\r\n      <g>\r\n        <path d=\"M150 96 q50 -26 100 0\" stroke=\"${D2}\" stroke-width=\"6\" fill=\"none\" stroke-linecap=\"round\"\/>\r\n        <rect x=\"104\" y=\"110\" width=\"192\" height=\"180\" rx=\"20\" fill=\"${D1}\" stroke=\"${D2}\" stroke-width=\"2\"\/>\r\n        <rect x=\"124\" y=\"132\" width=\"152\" height=\"70\" rx=\"10\" fill=\"#08080a\" stroke=\"${G}\" stroke-width=\"1.2\"\/>\r\n        <text x=\"200\" y=\"162\" text-anchor=\"middle\" font-family=\"Poppins,sans-serif\" font-size=\"26\" font-weight=\"800\" fill=\"${G}\">1500W<\/text>\r\n        <text x=\"200\" y=\"184\" text-anchor=\"middle\" font-family=\"Inter,sans-serif\" font-size=\"11\" fill=\"${W}\">PORTABLE POWER<\/text>\r\n        <g>\r\n          <circle cx=\"140\" cy=\"238\" r=\"12\" fill=\"#0d0d0f\" stroke=\"${G}\" stroke-width=\"1.4\"\/>\r\n          <circle cx=\"176\" cy=\"238\" r=\"12\" fill=\"#0d0d0f\" stroke=\"${G}\" stroke-width=\"1.4\"\/>\r\n          <rect x=\"204\" y=\"228\" width=\"26\" height=\"20\" rx=\"3\" fill=\"#0d0d0f\" stroke=\"${G}\" stroke-width=\"1.4\"\/>\r\n          <rect x=\"244\" y=\"228\" width=\"40\" height=\"20\" rx=\"3\" fill=\"#0d0d0f\" stroke=\"${GL}\" stroke-width=\"1.4\"\/>\r\n        <\/g>\r\n        <text x=\"200\" y=\"278\" text-anchor=\"middle\" font-family=\"Poppins,sans-serif\" font-size=\"12\" font-weight=\"700\" fill=\"${W}\">Cybotix<\/text>\r\n      <\/g>\r\n    <\/svg>`,\r\n\r\n    camera:`<svg viewBox=\"0 0 400 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Solar security camera\">\r\n      ${panel(150,52,1.25)}\r\n      <path d=\"M180 130 V168\" stroke=\"${D2}\" stroke-width=\"6\" stroke-linecap=\"round\"\/>\r\n      <g transform=\"translate(96 168)\">\r\n        <rect x=\"0\" y=\"14\" width=\"150\" height=\"66\" rx=\"33\" fill=\"${D1}\" stroke=\"${D2}\" stroke-width=\"2\"\/>\r\n        <circle cx=\"122\" cy=\"47\" r=\"30\" fill=\"#08080a\" stroke=\"${G}\" stroke-width=\"2\"\/>\r\n        <circle cx=\"122\" cy=\"47\" r=\"17\" fill=\"#111\" stroke=\"${GL}\" stroke-width=\"1.4\"\/>\r\n        <circle cx=\"122\" cy=\"47\" r=\"7\" fill=\"${G}\"\/>\r\n        <circle cx=\"116\" cy=\"41\" r=\"3\" fill=\"#fff\" opacity=\".7\"\/>\r\n        <circle cx=\"26\" cy=\"34\" r=\"3.5\" fill=\"${G}\"\/><circle cx=\"26\" cy=\"48\" r=\"3.5\" fill=\"${GL}\" opacity=\".6\"\/>\r\n        <text x=\"34\" y=\"63\" font-family=\"Poppins,sans-serif\" font-size=\"11\" font-weight=\"700\" fill=\"${W}\">Cybotix<\/text>\r\n      <\/g>\r\n      <path d=\"M170 214 q-70 6 -70 70\" stroke=\"${G}\" stroke-width=\"1.4\" stroke-dasharray=\"4 5\" fill=\"none\" opacity=\".6\"\/>\r\n    <\/svg>`\r\n  };\r\n\r\n  \/* ---------------- Slide content ---------------- *\/\r\n  const SLIDES=[\r\n    { key:\"ac\", eyebrow:\"Clean Cooling Comfort\",\r\n      head:['Cool Smarter. Save More with ','Solar Air Conditioners',''],\r\n      sub:\"Beat the heat while reducing your electricity bills. Our high-efficiency solar air conditioners deliver powerful cooling using clean solar energy, making them ideal for homes, offices, and off-grid applications across the Philippines.\",\r\n      cta:\"Shop Solar Air Conditioners\",\r\n      link:\"https:\/\/cybotix.ph\/?product_cat=solar-air-conditioners\",\r\n      chips:[\"\u20b14,500\/mo saved\",\"70% cooling savings\",\"Whisper-quiet\"] },\r\n\r\n    { key:\"fridge\", eyebrow:\"Reliable Cold Storage\",\r\n      head:['Reliable Solar Fridges & Freezers ','for Every Environment',''],\r\n      sub:\"Keep food, beverages, and essentials fresh with energy-efficient solar refrigerators and freezers. Built for homes, businesses, farms, and off-grid locations, they provide dependable cooling while lowering electricity costs.\",\r\n      cta:\"Shop Fridges & Freezers\",\r\n      link:\"https:\/\/cybotix.ph\/?product_cat=solar-fridges-freezers\",\r\n      chips:[\"48h cold hold\",\"Zero grid reliance\",\"Frost-free\"] },\r\n\r\n    { key:\"inverter\", eyebrow:\"Smart Energy Management\",\r\n      head:['Smart Hybrid Inverters for Reliable ','Solar Power',''],\r\n      sub:\"Maximize your solar energy with high-performance hybrid inverters designed for homes, businesses, and off-grid systems. Enjoy seamless power management, battery backup, and greater energy independence while reducing your electricity costs.\",\r\n      cta:\"Shop Hybrid Inverters\",\r\n      link:\"https:\/\/cybotix.ph\/?product_cat=inverters\",\r\n      chips:[\"96% efficiency\",\"Auto grid backup\",\"Remote monitoring\"] },\r\n\r\n    { key:\"battery\", eyebrow:\"Efficient Power Storage\",\r\n      head:['High-Performance Lithium Batteries for Reliable ','Energy Storage',''],\r\n      sub:\"Power your home or business with advanced lithium batteries engineered for long-lasting performance, fast charging, and dependable backup power.\",\r\n      cta:\"Shop Lithium Batteries\",\r\n      link:\"https:\/\/cybotix.ph\/?product_cat=batteries\",\r\n      chips:[\"10-year lifespan\",\"8h home backup\",\"Silent & safe\"] },\r\n\r\n    { key:\"station\", eyebrow:\"On-the-Go Power Solutions\",\r\n      head:['Backup Power for ','Typhoon Season','.'],\r\n      sub:\"Silent, plug-and-play power stations \u2014 no gasoline, no fumes, ready the moment the grid drops.\",\r\n      cta:\"Shop Power Stations\",\r\n      link:\"https:\/\/cybotix.ph\/?product_cat=power-stations\",\r\n      chips:[\"300W\u20132000W output\",\"Solar rechargeable\",\"0 noise\"] },\r\n\r\n    { key:\"camera\", eyebrow:\"Vigilant Surveillance\",\r\n      head:['Smart Security Cameras for ','24\/7 Protection',''],\r\n      sub:\"Protect your home and business with advanced security cameras featuring crystal-clear video, intelligent motion detection, and remote monitoring. Stay connected, enhance security, and enjoy peace of mind with reliable surveillance solutions.\",\r\n      cta:\"Shop Security Cameras\",\r\n      link:\"https:\/\/cybotix.ph\/?product_cat=security-cameras\",\r\n      chips:[\"24\/7 recording\",\"Night vision\",\"Mobile alerts\"] }\r\n  ];\r\n\r\n  const AUTOPLAY=6000;\r\n  const stage=document.getElementById(\"cbxStage\");\r\n  const pillsWrap=document.getElementById(\"cbxPills\");\r\n  const hero=document.getElementById(\"cbxHero\");\r\n\r\n  \/* ---------------- Build slides ---------------- *\/\r\n  SLIDES.forEach((s,i)=>{\r\n    const slide=document.createElement(\"div\");\r\n    slide.className=\"cbx-slide\";\r\n    slide.setAttribute(\"role\",\"tabpanel\");\r\n    slide.setAttribute(\"aria-hidden\",\"true\");\r\n    slide.innerHTML=`\r\n      <div class=\"cbx-copy\">\r\n        <span class=\"cbx-eyebrow\">${s.eyebrow}<\/span>\r\n        <h2 class=\"cbx-headline\">${s.head[0]}<span class=\"hl\">${s.head[1]}<\/span>${s.head[2]||\"\"}<\/h2>\r\n        <p class=\"cbx-sub\">${s.sub}<\/p>\r\n        <div class=\"cbx-cta-row\">\r\n          <a class=\"cbx-btn cbx-btn-primary\" href=\"${s.link}\">${s.cta}<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"cbx-visual\">\r\n        <div class=\"cbx-glow\"><\/div>\r\n        <svg class=\"cbx-circuit\" viewBox=\"0 0 240 200\" preserveAspectRatio=\"xMidYMid meet\" aria-hidden=\"true\">\r\n          <path d=\"M20 170 C 92 170, 90 96, 168 96\"\/>\r\n          <circle class=\"node\" cx=\"168\" cy=\"96\" r=\"3.2\"><\/circle>\r\n          <circle class=\"pulse\" r=\"3\" style=\"offset-path:path('M20 170 C 92 170, 90 96, 168 96')\"><\/circle>\r\n        <\/svg>\r\n        <div class=\"cbx-art\">${art[s.key]}<\/div>\r\n        <span class=\"cbx-chip c1\"><span class=\"dot\"><\/span>${s.chips[0]}<\/span>\r\n        <span class=\"cbx-chip c2\"><span class=\"dot\"><\/span>${s.chips[1]}<\/span>\r\n        <span class=\"cbx-chip c3\"><span class=\"dot\"><\/span>${s.chips[2]}<\/span>\r\n      <\/div>`;\r\n    stage.appendChild(slide);\r\n\r\n    const pill=document.createElement(\"button\");\r\n    pill.className=\"cbx-pill\";\r\n    pill.type=\"button\";\r\n    pill.setAttribute(\"role\",\"tab\");\r\n    pill.setAttribute(\"aria-selected\",\"false\");\r\n    pill.setAttribute(\"aria-label\",`Go to slide ${i+1}: ${s.eyebrow}`);\r\n    pill.innerHTML=`<span class=\"num\">0${i+1}<\/span><span class=\"track\"><span class=\"fill\"><\/span><\/span>`;\r\n    pill.addEventListener(\"click\",()=>go(i));\r\n    pillsWrap.appendChild(pill);\r\n  });\r\n\r\n  const slides=[...stage.children];\r\n  const pills=[...pillsWrap.children];\r\n  let idx=0, timer=null, paused=false, visible=true;\r\n  const reduce=window.matchMedia(\"(prefers-reduced-motion:reduce)\").matches;\r\n\r\n  pills.forEach(p=>p.style.setProperty(\"--auto\",AUTOPLAY+\"ms\"));\r\n\r\n  \/* ---------------- Full-bleed sizing ---------------- *\/\r\n  const contained=hero.classList.contains(\"is-contained\");\r\n  function fullBleed(){\r\n    if(contained) return;\r\n    const parent=hero.parentElement;\r\n    if(!parent) return;\r\n    hero.style.setProperty(\"--cbx-shift\",\"0px\");\r\n    const vw=document.documentElement.clientWidth;\r\n    const rect=parent.getBoundingClientRect();\r\n    const padL=parseFloat(getComputedStyle(parent).paddingLeft)||0;\r\n    hero.style.setProperty(\"--cbx-vw\",vw+\"px\");\r\n    hero.style.setProperty(\"--cbx-shift\",(-(rect.left+padL))+\"px\");\r\n  }\r\n\r\n  let rafId=null;\r\n  function scheduleBleed(){\r\n    if(rafId) cancelAnimationFrame(rafId);\r\n    rafId=requestAnimationFrame(fullBleed);\r\n  }\r\n  fullBleed();\r\n  window.addEventListener(\"resize\",scheduleBleed,{passive:true});\r\n  window.addEventListener(\"orientationchange\",scheduleBleed,{passive:true});\r\n  window.addEventListener(\"load\",scheduleBleed);\r\n  if(document.fonts&&document.fonts.ready) document.fonts.ready.then(scheduleBleed);\r\n  if(\"ResizeObserver\" in window && hero.parentElement){\r\n    new ResizeObserver(scheduleBleed).observe(hero.parentElement);\r\n  }\r\n\r\n  \/* ---------------- Slider core ---------------- *\/\r\n  function go(n){\r\n    idx=(n+slides.length)%slides.length;\r\n    slides.forEach((sl,i)=>{\r\n      const on=i===idx;\r\n      sl.classList.toggle(\"is-active\",on);\r\n      sl.setAttribute(\"aria-hidden\",on?\"false\":\"true\");\r\n    });\r\n    pills.forEach((p,i)=>{\r\n      const on=i===idx;\r\n      p.classList.toggle(\"is-active\",on);\r\n      p.setAttribute(\"aria-selected\",on?\"true\":\"false\");\r\n      const fill=p.querySelector(\".fill\");\r\n      fill.style.animation=\"none\";\r\n      void fill.offsetWidth;\r\n      if(on) fill.style.animation=\"\";\r\n    });\r\n    resetTimer();\r\n  }\r\n\r\n  function next(){ go(idx+1); }\r\n  function prev(){ go(idx-1); }\r\n\r\n  function resetTimer(){\r\n    clearInterval(timer);\r\n    if(!paused && visible && !reduce){\r\n      timer=setInterval(next, AUTOPLAY);\r\n    }\r\n  }\r\n\r\n  document.getElementById(\"cbxPrev\").addEventListener(\"click\", prev);\r\n  document.getElementById(\"cbxNext\").addEventListener(\"click\", next);\r\n\r\n  hero.addEventListener(\"mouseenter\", ()=>{ paused=true; updatePauseState(); });\r\n  hero.addEventListener(\"mouseleave\", ()=>{ paused=false; updatePauseState(); });\r\n\r\n  function updatePauseState(){\r\n    pills.forEach(p=>p.classList.toggle(\"is-paused\", paused));\r\n    resetTimer();\r\n  }\r\n\r\n  document.addEventListener(\"visibilitychange\", ()=>{\r\n    visible = !document.hidden;\r\n    resetTimer();\r\n  });\r\n\r\n  hero.addEventListener(\"keydown\", (e)=>{\r\n    if(e.key===\"ArrowLeft\") prev();\r\n    if(e.key===\"ArrowRight\") next();\r\n  });\r\n\r\n  go(0);\r\n})();\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de79b2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"de79b2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-223fbd94\" data-id=\"223fbd94\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-23f31682 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"23f31682\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-8 elementor-inner-column elementor-element elementor-element-663509f8\" data-id=\"663509f8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1372c47 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1372c47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-92 elementor-inner-column elementor-element elementor-element-1ac6f5b3\" data-id=\"1ac6f5b3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-417e03dd elementor-widget elementor-widget-heading\" data-id=\"417e03dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Browse the range<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f042d9a elementor-widget elementor-widget-heading\" data-id=\"6f042d9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shop by category<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-46c99ae elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"46c99ae\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-45 elementor-inner-column elementor-element elementor-element-620153e5\" data-id=\"620153e5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-55 elementor-inner-column elementor-element elementor-element-1183fa1f\" data-id=\"1183fa1f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a27c72c elementor-widget elementor-widget-text-editor\" data-id=\"2a27c72c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #14213a;\"><strong>6<\/strong><\/span> categories \u00b7 <span style=\"color: #14213a;\"><strong>12<\/strong><\/span> products in stock<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-2adf784f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2adf784f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-51293fc5 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"51293fc5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1c4587e5\" data-id=\"1c4587e5\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-36d963f1 elementor-widget elementor-widget-image\" data-id=\"36d963f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?product_cat=solar-air-conditioners\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1440\" height=\"960\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-air-conditioners.png\" class=\"attachment-full size-full wp-image-567\" alt=\"\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-air-conditioners.png 1440w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-air-conditioners-300x200.png 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-air-conditioners-1024x683.png 1024w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-air-conditioners-768x512.png 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-air-conditioners-600x400.png 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7917a942 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7917a942\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-500b2b4d\" data-id=\"500b2b4d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-603600c1 elementor-widget elementor-widget-heading\" data-id=\"603600c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/product-category\/solar-air-conditioners\/\">Solar air conditioners<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-116b72c5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"116b72c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3af66b38 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3af66b38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-186f0866 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"186f0866\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-434b086d\" data-id=\"434b086d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49b75359 elementor-widget elementor-widget-text-editor\" data-id=\"49b75359\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>1<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-56 elementor-inner-column elementor-element elementor-element-3c15b78c\" data-id=\"3c15b78c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5bebf6b elementor-widget elementor-widget-text-editor\" data-id=\"5bebf6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>product<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-30 elementor-inner-column elementor-element elementor-element-1e6891e1\" data-id=\"1e6891e1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6045333f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6045333f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"\/product-category\/solar-air-conditioners\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-424b1995\" data-id=\"424b1995\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-62b3804d elementor-widget elementor-widget-image\" data-id=\"62b3804d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?product_cat=solar-fridges-freezers\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1440\" height=\"960\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-fridges-freezers.png\" class=\"attachment-full size-full wp-image-570\" alt=\"\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-fridges-freezers.png 1440w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-fridges-freezers-300x200.png 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-fridges-freezers-1024x683.png 1024w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-fridges-freezers-768x512.png 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-fridges-freezers-600x400.png 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4676ac6d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4676ac6d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-38b556b6\" data-id=\"38b556b6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33da553a elementor-widget elementor-widget-heading\" data-id=\"33da553a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/product-category\/solar-fridges-freezers\/\">Solar fridges &amp; freezers<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e3dc778 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3e3dc778\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-605b9efa elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"605b9efa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7d1fc499 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7d1fc499\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-666a4e79\" data-id=\"666a4e79\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-290154c6 elementor-widget elementor-widget-text-editor\" data-id=\"290154c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>2<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-56 elementor-inner-column elementor-element elementor-element-12d5fcb8\" data-id=\"12d5fcb8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1461a33b elementor-widget elementor-widget-text-editor\" data-id=\"1461a33b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>products<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-30 elementor-inner-column elementor-element elementor-element-717fb7e6\" data-id=\"717fb7e6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23d58360 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"23d58360\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"\/product-category\/solar-fridges-freezers\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5ff970f0\" data-id=\"5ff970f0\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e1cd5b1 elementor-widget elementor-widget-image\" data-id=\"2e1cd5b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?product_cat=batteries\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1440\" height=\"960\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-batteries.png\" class=\"attachment-full size-full wp-image-571\" alt=\"\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-batteries.png 1440w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-batteries-300x200.png 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-batteries-1024x683.png 1024w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-batteries-768x512.png 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-batteries-600x400.png 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-788dc247 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"788dc247\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-503946d4\" data-id=\"503946d4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d47c5d1 elementor-widget elementor-widget-heading\" data-id=\"4d47c5d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/product-category\/batteries\/\">Batteries<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44ab8deb elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"44ab8deb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-229dc4ba elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"229dc4ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3655120c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3655120c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-3578c5ae\" data-id=\"3578c5ae\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-72a4d6b6 elementor-widget elementor-widget-text-editor\" data-id=\"72a4d6b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>2<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-56 elementor-inner-column elementor-element elementor-element-1b4dbeed\" data-id=\"1b4dbeed\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28f6e8a3 elementor-widget elementor-widget-text-editor\" data-id=\"28f6e8a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>products<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-30 elementor-inner-column elementor-element elementor-element-3d2d7957\" data-id=\"3d2d7957\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29074d12 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"29074d12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"\/product-category\/batteries\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45521951 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"45521951\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-163e2da9\" data-id=\"163e2da9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c1a46a2 elementor-widget elementor-widget-image\" data-id=\"6c1a46a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?product_cat=inverters\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1440\" height=\"960\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-inverters.png\" class=\"attachment-full size-full wp-image-569\" alt=\"\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-inverters.png 1440w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-inverters-300x200.png 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-inverters-1024x683.png 1024w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-inverters-768x512.png 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-inverters-600x400.png 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6ac484f8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ac484f8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3b7aab34\" data-id=\"3b7aab34\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fb4fb75 elementor-widget elementor-widget-heading\" data-id=\"3fb4fb75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/product-category\/inverters\/\">Inverters<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76f8e411 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"76f8e411\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52ef33 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"52ef33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-61796262 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"61796262\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-4ca3c614\" data-id=\"4ca3c614\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-223445a6 elementor-widget elementor-widget-text-editor\" data-id=\"223445a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>2<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-56 elementor-inner-column elementor-element elementor-element-152f2b9b\" data-id=\"152f2b9b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8225ff8 elementor-widget elementor-widget-text-editor\" data-id=\"8225ff8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>products<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-30 elementor-inner-column elementor-element elementor-element-64489f35\" data-id=\"64489f35\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-712afd85 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"712afd85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"\/product-category\/inverters\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4266d015\" data-id=\"4266d015\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cf2625f elementor-widget elementor-widget-image\" data-id=\"cf2625f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?product_cat=solar-panels\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1440\" height=\"960\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-panels.png\" class=\"attachment-full size-full wp-image-568\" alt=\"\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-panels.png 1440w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-panels-300x200.png 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-panels-1024x683.png 1024w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-panels-768x512.png 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/cat-solar-panels-600x400.png 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6e5d108a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6e5d108a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-819d84d\" data-id=\"819d84d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-35ebd877 elementor-widget elementor-widget-heading\" data-id=\"35ebd877\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/product-category\/solar-panels\/\">Solar panels<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-754207cb elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"754207cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b385b2d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1b385b2d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2e6e646c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2e6e646c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-39ffec2b\" data-id=\"39ffec2b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77366237 elementor-widget elementor-widget-text-editor\" data-id=\"77366237\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>1<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-56 elementor-inner-column elementor-element elementor-element-6ed0cdb1\" data-id=\"6ed0cdb1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-78615e5a elementor-widget elementor-widget-text-editor\" data-id=\"78615e5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>products<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-30 elementor-inner-column elementor-element elementor-element-53193d0e\" data-id=\"53193d0e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69743929 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"69743929\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"\/product-category\/solar-panels\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-55a1f06f\" data-id=\"55a1f06f\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-462feddf elementor-widget elementor-widget-heading\" data-id=\"462feddf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">4 products<\/div>\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3eef59ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3eef59ef\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-de50409\" data-id=\"de50409\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-43cfbde7 elementor-widget elementor-widget-heading\" data-id=\"43cfbde7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/cybotix.ph\/?product_cat=other\">View all categories<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd6e161 elementor-icon-list--layout-inline elementor-align-start elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"dd6e161\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/shop\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Other Category<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/shop\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-d474df0 e-con e-atomic-element e-flexbox-base e-c622516 \" data-id=\"d474df0\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d474df0\">\n    <div class=\"elementor-element elementor-element-e872b78 e-flex e-con-boxed e-con e-parent\" data-id=\"e872b78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-70d2755 e-con-full e-flex e-con e-child\" data-id=\"70d2755\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-182ccbc e-con-full e-flex e-con e-child\" data-id=\"182ccbc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b7b2c elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"f5b7b2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-fire-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFeatured Deals\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7dd2aec e-con-full e-flex e-con e-child\" data-id=\"7dd2aec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db70605 elementor-widget elementor-widget-button\" data-id=\"db70605\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-long-arrow-alt-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View All Deals <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e588fa e-con-full e-flex e-con e-child\" data-id=\"0e588fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-893ae45 elementor-widget elementor-widget-shortcode\" data-id=\"893ae45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-380 status-publish first instock product_cat-solar-fridges-freezers has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=autonomous-dc-solar-chest-freezer\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/268L-fridge--300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Autonomous DC Solar Chest Freezer\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/268L-fridge--300x300.jpg 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/268L-fridge--150x150.jpg 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/268L-fridge--100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Autonomous DC Solar Chest Freezer<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;280<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;1,674<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;&nbsp;280 through &#36;&nbsp;1,674<\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=autonomous-dc-solar-chest-freezer\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"380\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Autonomous DC Solar Chest Freezer&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=autonomous-dc-solar-chest-freezer\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_380\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"380\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Autonomous DC Solar Chest Freezer&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_380\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-370 status-publish instock product_cat-solar-fridges-freezers has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=autonomous-double-door-dc-solar-refrigerator\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/198L-fridge--300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Autonomous Double Door DC Solar Refrigerator\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/198L-fridge--300x300.jpg 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/198L-fridge--150x150.jpg 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/198L-fridge--100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Autonomous Double Door DC Solar Refrigerator<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;343<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;499<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;&nbsp;343 through &#36;&nbsp;499<\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=autonomous-double-door-dc-solar-refrigerator\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"370\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Autonomous Double Door DC Solar Refrigerator&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=autonomous-double-door-dc-solar-refrigerator\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_370\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"370\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Autonomous Double Door DC Solar Refrigerator&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_370\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-412 status-publish instock product_cat-batteries has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=high-capacity-solar-lithium-battery-48v\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/108L-solar-battery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"High-Capacity Solar Lithium Battery (48V)\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/108L-solar-battery-300x300.jpg 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/108L-solar-battery-150x150.jpg 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/108L-solar-battery-100x100.jpg 100w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/108L-solar-battery.jpg 415w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">High-Capacity Solar Lithium Battery (48V)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;1,339<\/bdi><\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=high-capacity-solar-lithium-battery-48v\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"412\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;High-Capacity Solar Lithium Battery (48V)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=high-capacity-solar-lithium-battery-48v\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_412\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"412\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;High-Capacity Solar Lithium Battery (48V)&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_412\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-396 status-publish last instock product_cat-batteries has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=high-performance-solar-gel-battery\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/142L-gel-sealed-solar-battery-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"High-Performance Solar Gel Battery\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/142L-gel-sealed-solar-battery-300x300.jpg 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/142L-gel-sealed-solar-battery-150x150.jpg 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/142L-gel-sealed-solar-battery-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">High-Performance Solar Gel Battery<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;118<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;599<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;&nbsp;118 through &#36;&nbsp;599<\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=high-performance-solar-gel-battery\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"396\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;High-Performance Solar Gel Battery&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=high-performance-solar-gel-battery\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_396\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"396\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;High-Performance Solar Gel Battery&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_396\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-365 status-publish first instock product_cat-solar-air-conditioners has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=hybrid-solar-air-conditioner-ac-dc\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-15-300x300.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Hybrid Solar Air Conditioner (AC\/DC)\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-15-300x300.webp 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-15-100x100.webp 100w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-15-150x150.webp 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-15.webp 350w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Hybrid Solar Air Conditioner (AC\/DC)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;670<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;1,113<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;&nbsp;670 through &#36;&nbsp;1,113<\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=hybrid-solar-air-conditioner-ac-dc\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"365\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Hybrid Solar Air Conditioner (AC\/DC)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=hybrid-solar-air-conditioner-ac-dc\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_365\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"365\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Hybrid Solar Air Conditioner (AC\/DC)&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_365\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-453 status-publish instock product_cat-other has-post-thumbnail featured shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=mc4-connectors-4-pairs-set\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-18-300x300.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"MC4 Connectors (4 pairs\/set)\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-18-300x300.webp 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-18-150x150.webp 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-18-768x768.webp 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-18-600x600.webp 600w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-18-100x100.webp 100w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-18.webp 900w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">MC4 Connectors (4 pairs\/set)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;2<\/bdi><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F25&#038;add-to-cart=453\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"453\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;MC4 Connectors (4 pairs\/set)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F25&#038;add-to-cart=453\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_453\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"453\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;MC4 Connectors (4 pairs\/set)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;MC4 Connectors (4 pairs\/set)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_453\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-431 status-publish instock product_cat-solar-panels has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=monocrystalline-solar-panel\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.-solar-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Monocrystalline Solar Panel\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.-solar-300x300.jpg 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.-solar-150x150.jpg 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.-solar-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Monocrystalline Solar Panel<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;47<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;205<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;&nbsp;47 through &#36;&nbsp;205<\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=monocrystalline-solar-panel\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Monocrystalline Solar Panel&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=monocrystalline-solar-panel\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_431\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Monocrystalline Solar Panel&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_431\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-417 status-publish last instock product_cat-inverters has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=mppt-solar-charge-controller\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"MPPT Solar Charge Controller\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-300x300.jpg 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-150x150.jpg 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">MPPT Solar Charge Controller<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;32<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;158<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;&nbsp;32 through &#36;&nbsp;158<\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=mppt-solar-charge-controller\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"417\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;MPPT Solar Charge Controller&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=mppt-solar-charge-controller\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_417\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"417\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;MPPT Solar Charge Controller&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_417\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-451 status-publish first instock product_cat-other has-post-thumbnail featured shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=pv-extension-cable-4mm2-40m-set\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-17-300x300.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"PV Extension Cable (4MM2, 40m\/set)\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-17-300x300.webp 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-17-150x150.webp 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-17-100x100.webp 100w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-17.webp 447w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">PV Extension Cable (4MM2, 40m\/set)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;2<\/bdi><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F25&#038;add-to-cart=451\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"451\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;PV Extension Cable (4MM2, 40m\/set)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F25&#038;add-to-cart=451\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_451\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"451\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;PV Extension Cable (4MM2, 40m\/set)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;PV Extension Cable (4MM2, 40m\/set)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_451\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-455 status-publish instock product_cat-other has-post-thumbnail featured shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=solar-panel-mounting-tripod-bracket-system\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-19-300x300.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Solar Panel Mounting Tripod Bracket System\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-19-300x300.webp 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-19-150x150.webp 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/download-19-100x100.webp 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Solar Panel Mounting Tripod Bracket System<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;39<\/bdi><\/span><\/span>\n<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F25&#038;add-to-cart=455\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"455\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Solar Panel Mounting Tripod Bracket System&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F25&#038;add-to-cart=455\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_455\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"455\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Solar Panel Mounting Tripod Bracket System&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Solar Panel Mounting Tripod Bracket System&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_455\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-424 status-publish instock product_cat-other featured shipping-taxable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=solar-system-ac-dc-power-adaptor-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder-300x300.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder-300x300.webp 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder-100x100.webp 100w, https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder-600x600.webp 600w, https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder-150x150.webp 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder-768x768.webp 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/woocommerce-placeholder.webp 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Solar System AC\/DC Power Adaptor<\/h2>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=solar-system-ac-dc-power-adaptor-2\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable\" data-product_id=\"424\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Solar System AC\/DC Power Adaptor&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=solar-system-ac-dc-power-adaptor-2\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_424\" data-quantity=\"1\" class=\"button product_type_variable\" data-product_id=\"424\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Solar System AC\/DC Power Adaptor&rdquo;\" rel=\"nofollow\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_424\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-428 status-publish last instock product_cat-inverters has-post-thumbnail featured shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/cybotix.ph\/?product=solar-system-ac-dc-power-adaptor\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Solar System AC\/DC Power Adaptor\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-300x300.jpg 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-150x150.jpg 150w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/98L.charge-controllerjpg-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><h2 class=\"woocommerce-loop-product__title\">Solar System AC\/DC Power Adaptor<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;32<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#36;<\/span>&nbsp;158<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;&nbsp;32 through &#36;&nbsp;158<\/span><\/span>\n<\/a><a href=\"https:\/\/cybotix.ph\/?product=solar-system-ac-dc-power-adaptor\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_variable add_to_cart_button\" data-product_id=\"428\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Solar System AC\/DC Power Adaptor&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Select options <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewbox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/cybotix.ph\/?product=solar-system-ac-dc-power-adaptor\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_428\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"428\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Solar System AC\/DC Power Adaptor&rdquo;\" rel=\"nofollow\">Select options<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_428\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<\/li>\n<\/ul>\n<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-9cd40c9 e-con-full e-flex e-con e-parent\" data-id=\"9cd40c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a0562a6 elementor-widget elementor-widget-html\" data-id=\"a0562a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en-PH\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<title>Solar Energy FAQs | Cybotix Philippines<\/title>\r\n\r\n<!-- If Elementor already loads these fonts globally, delete the two lines below. -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700&family=Poppins:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\/* ============================================================\r\n   CYBOTIX PHILIPPINES \u2014 FAQ ACCORDION (LIGHT THEME)\r\n   Native <details>\/<summary> \u2014 no JavaScript required.\r\n   All styles scoped to .cbx-faq so they cannot collide with\r\n   Astra or Elementor. Tune the tokens below to your globals.\r\n   ============================================================ *\/\r\n\r\n\/* enables height animation on the accordion in supporting browsers *\/\r\n:root{ interpolate-size: allow-keywords; }\r\n\r\n.cbx-faq{\r\n  --cbx-bg:#FFFFFF;            \/* section background            *\/\r\n  --cbx-surface:#FFFFFF;       \/* closed card                   *\/\r\n  --cbx-surface-open:#FCFBF7;  \/* open card \u2014 warm gold tint    *\/\r\n  --cbx-border:#E7E7E2;        \/* card border                   *\/\r\n  --cbx-border-live:#F0C64A;   \/* border when open \/ hovered    *\/\r\n\r\n  --cbx-ink:#0B0B0C;           \/* questions + headline          *\/\r\n  --cbx-body:#4C4C55;          \/* answer text                   *\/\r\n  --cbx-muted:#8A8A93;          \/* eyebrow labels                *\/\r\n\r\n  --cbx-gold:#F5B301;          \/* brand gold \u2014 accents only     *\/\r\n  --cbx-gold-deep:#A8760A;     \/* AA-contrast gold for links    *\/\r\n\r\n  --cbx-display:\"Bricolage Grotesque\",\"Poppins\",system-ui,sans-serif;\r\n  --cbx-body-font:\"Poppins\",system-ui,-apple-system,sans-serif;\r\n\r\n  --cbx-radius:10px;\r\n  --cbx-gap:16px;\r\n\r\n  background:var(--cbx-bg);\r\n  color:var(--cbx-body);\r\n  font-family:var(--cbx-body-font);\r\n  padding:clamp(56px,7vw,104px) 20px;\r\n  position:relative;\r\n  overflow:hidden;\r\n  -webkit-font-smoothing:antialiased;\r\n}\r\n\r\n\/* faint PV-cell grid, fading out below the headline *\/\r\n.cbx-faq::before{\r\n  content:\"\";\r\n  position:absolute; inset:0;\r\n  background-image:\r\n    linear-gradient(to right,rgba(245,179,1,.16) 1px,transparent 1px),\r\n    linear-gradient(to bottom,rgba(245,179,1,.16) 1px,transparent 1px);\r\n  background-size:54px 54px;\r\n  mask-image:radial-gradient(115% 60% at 50% 0%,#000 0%,transparent 70%);\r\n  -webkit-mask-image:radial-gradient(115% 60% at 50% 0%,#000 0%,transparent 70%);\r\n  pointer-events:none;\r\n}\r\n\r\n.cbx-faq__inner{max-width:1180px;margin:0 auto;position:relative;z-index:1}\r\n\r\n\/* ---------- Heading ---------- *\/\r\n.cbx-faq__eyebrow{\r\n  font-size:12px;letter-spacing:.22em;text-transform:uppercase;\r\n  color:var(--cbx-gold-deep);font-weight:600;margin:0 0 14px;\r\n  display:flex;align-items:center;gap:12px;\r\n}\r\n.cbx-faq__eyebrow::after{\r\n  content:\"\";height:1px;flex:1;max-width:120px;\r\n  background:linear-gradient(to right,var(--cbx-gold),transparent);\r\n}\r\n.cbx-faq__title{\r\n  font-family:var(--cbx-display);\r\n  font-size:clamp(30px,4.4vw,52px);\r\n  line-height:1.06;letter-spacing:-.02em;font-weight:700;\r\n  color:var(--cbx-ink);margin:0 0 16px;\r\n}\r\n.cbx-faq__title em{color:var(--cbx-gold-deep);font-style:normal}\r\n.cbx-faq__intro{\r\n  max-width:680px;font-size:16px;line-height:1.75;\r\n  margin:0 0 clamp(34px,4.5vw,54px);color:var(--cbx-body);\r\n}\r\n\r\n\/* ---------- Two-column layout ---------- *\/\r\n.cbx-faq__cols{\r\n  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));\r\n  gap:24px;align-items:start;\r\n}\r\n.cbx-faq__col{display:flex;flex-direction:column;gap:var(--cbx-gap)}\r\n\r\n\/* ---------- Accordion item ---------- *\/\r\n.cbx-faq__item{\r\n  position:relative;\r\n  background:var(--cbx-surface);\r\n  border:1px solid var(--cbx-border);\r\n  border-radius:var(--cbx-radius);\r\n  transition:border-color .28s ease,background .28s ease,box-shadow .28s ease;\r\n}\r\n.cbx-faq__item:hover{border-color:var(--cbx-border-live)}\r\n.cbx-faq__item[open]{\r\n  background:var(--cbx-surface-open);\r\n  border-color:var(--cbx-border-live);\r\n  box-shadow:0 6px 22px -14px rgba(11,11,12,.22);\r\n}\r\n\r\n\/* Signature: a charge-level rule that fills as the answer opens *\/\r\n.cbx-faq__item::before{\r\n  content:\"\";position:absolute;left:-1px;top:16px;bottom:16px;width:3px;\r\n  border-radius:3px;background:var(--cbx-gold);\r\n  transform:scaleY(.16);transform-origin:top;\r\n  transition:transform .45s cubic-bezier(.22,.61,.36,1);\r\n}\r\n.cbx-faq__item[open]::before{transform:scaleY(1)}\r\n\r\n\/* ---------- Summary (the clickable question) ---------- *\/\r\n.cbx-faq__item summary{\r\n  list-style:none;cursor:pointer;\r\n  padding:20px 54px 20px 26px;\r\n  display:block;position:relative;\r\n  border-radius:var(--cbx-radius);\r\n}\r\n.cbx-faq__item summary::-webkit-details-marker{display:none}\r\n.cbx-faq__item summary::marker{content:\"\"}\r\n.cbx-faq__item summary:focus{outline:none}\r\n.cbx-faq__item summary:focus-visible{\r\n  outline:2px solid var(--cbx-gold-deep);outline-offset:2px;\r\n}\r\n\r\n.cbx-faq__tag{\r\n  display:block;font-size:10.5px;font-weight:600;\r\n  letter-spacing:.16em;text-transform:uppercase;\r\n  color:var(--cbx-muted);margin:0 0 8px;\r\n}\r\n.cbx-faq__q{\r\n  font-family:var(--cbx-display);\r\n  font-size:clamp(17px,1.9vw,20px);line-height:1.32;letter-spacing:-.01em;\r\n  font-weight:600;color:var(--cbx-ink);margin:0;display:inline;\r\n}\r\n\r\n\/* chevron *\/\r\n.cbx-faq__icon{\r\n  position:absolute;right:20px;top:50%;\r\n  width:26px;height:26px;margin-top:-13px;\r\n  border-radius:50%;\r\n  border:1px solid var(--cbx-border);\r\n  background:#fff;\r\n  display:flex;align-items:center;justify-content:center;\r\n  transition:transform .35s cubic-bezier(.22,.61,.36,1),\r\n             border-color .28s ease,background .28s ease;\r\n}\r\n.cbx-faq__icon svg{width:11px;height:11px;display:block}\r\n.cbx-faq__icon svg path{stroke:var(--cbx-ink);stroke-width:2.1;fill:none;\r\n  stroke-linecap:round;stroke-linejoin:round}\r\n.cbx-faq__item:hover .cbx-faq__icon{border-color:var(--cbx-gold)}\r\n.cbx-faq__item[open] .cbx-faq__icon{\r\n  transform:rotate(180deg);\r\n  background:var(--cbx-gold);border-color:var(--cbx-gold);\r\n}\r\n.cbx-faq__item[open] .cbx-faq__icon svg path{stroke:#0B0B0C}\r\n\r\n\/* ---------- Answer ---------- *\/\r\n.cbx-faq__a{\r\n  font-size:15px;line-height:1.78;color:var(--cbx-body);\r\n  margin:0;padding:0 30px 24px 26px;\r\n}\r\n.cbx-faq__a strong{color:var(--cbx-ink);font-weight:600}\r\n.cbx-faq__a a{\r\n  color:var(--cbx-gold-deep);text-decoration:none;\r\n  border-bottom:1px solid rgba(168,118,10,.35);\r\n  transition:border-color .2s ease,color .2s ease;\r\n}\r\n.cbx-faq__a a:hover{color:#0B0B0C;border-bottom-color:var(--cbx-gold)}\r\n.cbx-faq__a a:focus-visible{outline:2px solid var(--cbx-gold-deep);outline-offset:3px;border-radius:2px}\r\n\r\n\/* smooth open\/close where the browser supports it; snaps otherwise *\/\r\n.cbx-faq__item::details-content{\r\n  block-size:0;overflow:hidden;\r\n  transition:block-size .38s cubic-bezier(.22,.61,.36,1),content-visibility .38s;\r\n  transition-behavior:allow-discrete;\r\n}\r\n.cbx-faq__item[open]::details-content{block-size:auto}\r\n\r\n\/* ---------- Closing CTA ---------- *\/\r\n.cbx-faq__cta{\r\n  margin-top:clamp(32px,4.5vw,52px);\r\n  border:1px solid var(--cbx-border);\r\n  border-top:3px solid var(--cbx-gold);\r\n  border-radius:var(--cbx-radius);\r\n  background:#FCFBF7;\r\n  padding:30px 32px;\r\n  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;\r\n}\r\n.cbx-faq__cta p{margin:0;font-size:15.5px;line-height:1.68;max-width:640px}\r\n.cbx-faq__cta strong{\r\n  color:var(--cbx-ink);font-family:var(--cbx-display);\r\n  font-size:19px;display:block;margin-bottom:5px;font-weight:600;\r\n}\r\n.cbx-faq__btn{\r\n  display:inline-block;background:var(--cbx-gold);color:#0B0B0C;\r\n  font-family:var(--cbx-body-font);font-weight:600;font-size:14.5px;\r\n  letter-spacing:.02em;text-decoration:none;\r\n  padding:14px 28px;border-radius:6px;white-space:nowrap;\r\n  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;\r\n}\r\n.cbx-faq__btn:hover{\r\n  background:#FFC62B;transform:translateY(-1px);\r\n  box-shadow:0 8px 20px -10px rgba(245,179,1,.75);\r\n}\r\n.cbx-faq__btn:focus-visible{outline:2px solid #0B0B0C;outline-offset:3px}\r\n\r\n\/* ---------- Responsive ---------- *\/\r\n@media (max-width:900px){\r\n  .cbx-faq__cols{grid-template-columns:1fr;gap:var(--cbx-gap)}\r\n}\r\n@media (max-width:520px){\r\n  .cbx-faq{padding-left:16px;padding-right:16px}\r\n  .cbx-faq__item summary{padding:18px 48px 18px 20px}\r\n  .cbx-faq__a{padding:0 22px 20px 20px}\r\n  .cbx-faq__cta{padding:24px 22px}\r\n  .cbx-faq__btn{width:100%;text-align:center}\r\n}\r\n@media (prefers-reduced-motion:reduce){\r\n  .cbx-faq__item,.cbx-faq__item::before,.cbx-faq__icon,\r\n  .cbx-faq__btn,.cbx-faq__item::details-content{transition:none}\r\n}\r\n<\/style>\r\n<\/head>\r\n<body style=\"margin:0;background:#FFFFFF\">\r\n\r\n<!-- ================= FAQ SECTION START ================= -->\r\n<section class=\"cbx-faq\" id=\"faqs\" aria-labelledby=\"cbx-faq-title\">\r\n  <div class=\"cbx-faq__inner\">\r\n\r\n    <p class=\"cbx-faq__eyebrow\">Solar &amp; energy answers<\/p>\r\n    <h2 class=\"cbx-faq__title\" id=\"cbx-faq-title\">Frequently asked <em>questions<\/em><\/h2>\r\n    <p class=\"cbx-faq__intro\">Straight answers on solar panels, batteries, MPPT charge controllers, solar refrigeration and hybrid solar air conditioning \u2014 from a Philippine-based solar distributor holding local stock, with a 2-year local warranty and PH-based technical support.<\/p>\r\n\r\n    <div class=\"cbx-faq__cols\">\r\n\r\n      <!-- ================= LEFT COLUMN ================= -->\r\n      <div class=\"cbx-faq__col\">\r\n\r\n        <details class=\"cbx-faq__item\" open>\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Why Cybotix<\/span>\r\n            <h3 class=\"cbx-faq__q\">Why choose Cybotix Philippines for solar energy products?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Cybotix Philippines is a specialist solar distributor supplying solar refrigeration, clean power and connectivity for homes, farms, businesses and off-grid sites across the country. Orders ship from <strong>local Philippine stock \u2014 usually within 24 hours<\/strong> \u2014 and are backed by a 2-year local warranty plus PH-based expert support, so you are not chasing an overseas seller when something needs attention. Our range is selected for Philippine conditions: high ambient heat, frequent brownouts and remote sites with no dependable grid. We carry genuine, warranted equipment across six categories, from 100W monocrystalline solar panels to 1688L commercial DC solar freezers.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Product range<\/span>\r\n            <h3 class=\"cbx-faq__q\">What solar products does Cybotix Philippines sell?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Cybotix Philippines stocks renewable energy products across six categories: <a href=\"\/?product_cat=solar-panels\">solar panels<\/a>, <a href=\"\/?product_cat=batteries\">batteries<\/a>, <a href=\"\/?product_cat=inverters\">inverters and charge controllers<\/a>, <a href=\"\/?product_cat=solar-fridges-freezers\">solar fridges &amp; freezers<\/a>, <a href=\"\/?product_cat=solar-air-conditioners\">solar air conditioners<\/a> and solar accessories. Highlights include monocrystalline solar panels from 100W to 450W, 48V 200Ah lithium batteries with smart BMS protection, high-performance gel batteries, 20A\u201380A MPPT solar charge controllers, hybrid AC\/DC solar air conditioners in 9,000\u201324,000 BTU capacities, and autonomous 12V\/24V DC refrigerators and chest freezers. Accessories cover MC4 connectors, 4mm\u00b2 PV extension cable, mounting tripod brackets and AC\/DC power adaptors.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Delivery<\/span>\r\n            <h3 class=\"cbx-faq__q\">Do you deliver solar panels and batteries nationwide in the Philippines?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Yes \u2014 <strong>Cybotix Philippines delivers nationwide<\/strong>, from Metro Manila to Visayas, Mindanao and off-grid island provinces. Because we hold local stock instead of drop-shipping from abroad, in-stock solar panels, batteries, MPPT controllers and accessories typically ship within 24 hours of order confirmation. Bulkier items such as DC solar chest freezers and multi-panel solar sets are prepared for freight and dispatched through partner couriers, so transit time depends on your province and site access. Once your order leaves our warehouse you can follow it on our <a href=\"\/track-your-order\/\">Track Your Order<\/a> page, and our team can confirm freight options before you check out.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Warranty &amp; support<\/span>\r\n            <h3 class=\"cbx-faq__q\">What warranty and after-sales support does Cybotix Philippines provide?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Equipment supplied by Cybotix Philippines carries a <strong>2-year local warranty<\/strong>, handled here in the Philippines rather than through a slow overseas RMA process. Cover applies to manufacturing and component defects under normal use; damage from incorrect wiring, over-voltage or unauthorised modification falls outside it. Because our support team is PH-based, you can reach real technical staff for fault diagnosis, replacement parts and configuration help on batteries, MPPT charge controllers and solar refrigeration. If a unit needs assessment, <a href=\"\/?page_id=589\">contact us<\/a> with your order number and a description of the fault, and we will advise on repair or replacement under our <a href=\"\/returns-refunds\/\">Returns &amp; Refunds<\/a> policy.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Authenticity<\/span>\r\n            <h3 class=\"cbx-faq__q\">Are Cybotix solar products genuine and brand new?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Yes. Cybotix Philippines supplies <strong>genuine, warranted stock only<\/strong> \u2014 no refurbished, grey-market or salvaged units. Our solar panels use A-grade monocrystalline silicon cells with tempered glass and anodised aluminium frames, our lithium batteries ship with factory Battery Management System protection, and our MPPT charge controllers arrive with model and current rating marked on the unit. Every product page states the exact configuration you receive, such as 48V 200Ah battery set sizes or BD\/BC freezer model codes, so you can check what arrived against what you ordered. If anything looks inconsistent on delivery, contact our Philippine support team before installation.<\/p>\r\n        <\/details>\r\n\r\n      <\/div>\r\n\r\n      <!-- ================= RIGHT COLUMN ================= -->\r\n      <div class=\"cbx-faq__col\">\r\n\r\n        <details class=\"cbx-faq__item\" open>\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Compatibility<\/span>\r\n            <h3 class=\"cbx-faq__q\">Which solar panels, inverters and batteries are compatible with each other?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Compatibility comes down to matching system voltage. Our <a href=\"\/?product=monocrystalline-solar-panel\">monocrystalline solar panels<\/a> suit 12V, 24V and 48V off-grid systems, and our <a href=\"\/?product=mppt-solar-charge-controller\">MPPT solar charge controllers<\/a> auto-sense 12V\/24V\/48V by model \u2014 20A, 30A and 40A units for smaller residential arrays, 48V 30A or 48V 80A for larger battery banks. Size controller amperage to your total panel wattage, then match battery voltage to the controller. A 48V 200Ah lithium bank, for example, pairs with a 48V 80A MPPT controller and a multi-panel 440W set. Send us your panel wattage and load list and we will confirm the pairing.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Battery storage<\/span>\r\n            <h3 class=\"cbx-faq__q\">Should I choose a lithium or gel battery for solar storage?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Choose lithium for daily cycling, gel for lower-cost backup. Our <a href=\"\/?product=high-capacity-solar-lithium-battery-48v\">High-Capacity 48V 200Ah Solar Lithium Battery<\/a> charges faster, holds stable voltage, degrades slowly and delivers thousands of cycles behind smart BMS protection \u2014 the better fit for hybrid solar homes, solar air conditioners and large backups, in 1, 2 or 3-piece sets. Our <a href=\"\/?product=high-performance-solar-gel-battery\">High-Performance Solar Gel Battery<\/a> is sealed, low-maintenance and cheaper upfront, which works for smaller off-grid loads or occasional brownout cover. Both run with our MPPT controllers, whose multi-stage charging prevents the over-voltage and deep discharge that shorten battery bank life.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">System types<\/span>\r\n            <h3 class=\"cbx-faq__q\">What is the difference between off-grid and hybrid solar systems?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">An <strong>off-grid system<\/strong> runs entirely on solar panels, a charge controller and battery storage with no utility connection \u2014 suited to farms, remote homes and island sites. A <strong>hybrid system<\/strong> blends solar with grid power, drawing sunlight first and topping up from the mains when output drops, which fits urban homes and businesses managing rising electricity bills. Cybotix Philippines supplies equipment for both. Residential builds typically use 100W\u2013400W panels, a 20A\u201340A MPPT controller and one battery set; commercial and agricultural sites scale to 440W multi-panel sets, 48V 80A controllers and large-capacity DC freezers for cold storage.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Solar aircon<\/span>\r\n            <h3 class=\"cbx-faq__q\">Do I need batteries or an inverter for a hybrid solar air conditioner?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\"><strong>No batteries or separate inverter are required for daytime solar operation.<\/strong> Our <a href=\"\/?product=hybrid-solar-air-conditioner-ac-dc\">Hybrid Solar Air Conditioner (AC\/DC)<\/a> takes solar DC input and grid AC input directly: in daylight it runs off your connected solar panels, blends in grid power if cloud cuts output, then switches fully to AC mains at night. That means uninterrupted cooling with no battery bank to buy or maintain. Capacities are 9,000, 12,000, 18,000 and 24,000 BTU for rooms, offices and shops. You will still need a correctly sized panel array \u2014 tell us your chosen capacity and we will advise.<\/p>\r\n        <\/details>\r\n\r\n        <details class=\"cbx-faq__item\">\r\n          <summary>\r\n            <span class=\"cbx-faq__tag\">Quotes &amp; installation<\/span>\r\n            <h3 class=\"cbx-faq__q\">How do I request a quotation or get help sizing a solar system?<\/h3>\r\n            <span class=\"cbx-faq__icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 12 12\"><path d=\"M2 4.2 6 8.2l4-4\"\/><\/svg><\/span>\r\n          <\/summary>\r\n          <p class=\"cbx-faq__a\">Use our <a href=\"\/?page_id=589\">Contact Us<\/a> page and include the products or capacities you are considering, your location, and the appliances you need to run. Our PH-based team replies with pricing, stock status and freight options; for single items you can also add to cart and <a href=\"\/?page_id=580\">check out<\/a> at listed pricing. Cybotix Philippines supplies and supports the equipment \u2014 we are a solar distributor rather than an installation contractor \u2014 so we recommend a licensed local electrician for final wiring and mounting. We will gladly provide sizing guidance, component pairing advice and post-purchase technical support you can pass to your installer.<\/p>\r\n        <\/details>\r\n\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- ---------- Closing CTA ---------- -->\r\n    <div class=\"cbx-faq__cta\">\r\n      <p><strong>Still deciding what your site needs?<\/strong>Send us your daily load, location and budget. Our Philippine team will spec the panels, controller and battery storage that actually fit \u2014 before you spend anything.<\/p>\r\n      <a class=\"cbx-faq__btn\" href=\"https:\/\/cybotix.ph\/?page_id=589\">Request a quotation<\/a>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n<!-- ================= FAQ SECTION END ================= -->\r\n\r\n<!-- ================= JSON-LD FAQPage SCHEMA ================= -->\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"FAQPage\",\r\n  \"@id\": \"https:\/\/cybotix.ph\/faqs\/#faqpage\",\r\n  \"inLanguage\": \"en-PH\",\r\n  \"publisher\": {\r\n    \"@type\": \"Organization\",\r\n    \"name\": \"Cybotix Philippines\",\r\n    \"url\": \"https:\/\/cybotix.ph\/\",\r\n    \"logo\": \"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/logo__4_-removebg-preview-1-211x72.png\",\r\n    \"areaServed\": { \"@type\": \"Country\", \"name\": \"Philippines\" },\r\n    \"sameAs\": [\r\n      \"https:\/\/facebook.com\/cybotixph\",\r\n      \"https:\/\/instagram.com\/cybotixph\",\r\n      \"https:\/\/tiktok.com\/@cybotixph\",\r\n      \"https:\/\/youtube.com\/@cybotixph\"\r\n    ]\r\n  },\r\n  \"mainEntity\": [\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Why choose Cybotix Philippines for solar energy products?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Cybotix Philippines is a specialist solar distributor supplying solar refrigeration, clean power and connectivity for homes, farms, businesses and off-grid sites across the country. Orders ship from local Philippine stock \u2014 usually within 24 hours \u2014 and are backed by a 2-year local warranty plus PH-based expert support, so you are not chasing an overseas seller when something needs attention. Our range is selected for Philippine conditions: high ambient heat, frequent brownouts and remote sites with no dependable grid. We carry genuine, warranted equipment across six categories, from 100W monocrystalline solar panels to 1688L commercial DC solar freezers.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"What solar products does Cybotix Philippines sell?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Cybotix Philippines stocks renewable energy products across six categories: solar panels, batteries, inverters and charge controllers, solar fridges & freezers, solar air conditioners and solar accessories. Highlights include monocrystalline solar panels from 100W to 450W, 48V 200Ah lithium batteries with smart BMS protection, high-performance gel batteries, 20A\u201380A MPPT solar charge controllers, hybrid AC\/DC solar air conditioners in 9,000\u201324,000 BTU capacities, and autonomous 12V\/24V DC refrigerators and chest freezers. Accessories cover MC4 connectors, 4mm\u00b2 PV extension cable, mounting tripod brackets and AC\/DC power adaptors.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Do you deliver solar panels and batteries nationwide in the Philippines?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Yes \u2014 Cybotix Philippines delivers nationwide, from Metro Manila to Visayas, Mindanao and off-grid island provinces. Because we hold local stock instead of drop-shipping from abroad, in-stock solar panels, batteries, MPPT controllers and accessories typically ship within 24 hours of order confirmation. Bulkier items such as DC solar chest freezers and multi-panel solar sets are prepared for freight and dispatched through partner couriers, so transit time depends on your province and site access. Once your order leaves our warehouse you can follow it on our Track Your Order page, and our team can confirm freight options before you check out.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"What warranty and after-sales support does Cybotix Philippines provide?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Equipment supplied by Cybotix Philippines carries a 2-year local warranty, handled here in the Philippines rather than through a slow overseas RMA process. Cover applies to manufacturing and component defects under normal use; damage from incorrect wiring, over-voltage or unauthorised modification falls outside it. Because our support team is PH-based, you can reach real technical staff for fault diagnosis, replacement parts and configuration help on batteries, MPPT charge controllers and solar refrigeration. If a unit needs assessment, contact us with your order number and a description of the fault, and we will advise on repair or replacement under our Returns & Refunds policy.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Are Cybotix solar products genuine and brand new?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Yes. Cybotix Philippines supplies genuine, warranted stock only \u2014 no refurbished, grey-market or salvaged units. Our solar panels use A-grade monocrystalline silicon cells with tempered glass and anodised aluminium frames, our lithium batteries ship with factory Battery Management System protection, and our MPPT charge controllers arrive with model and current rating marked on the unit. Every product page states the exact configuration you receive, such as 48V 200Ah battery set sizes or BD\/BC freezer model codes, so you can check what arrived against what you ordered. If anything looks inconsistent on delivery, contact our Philippine support team before installation.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Which solar panels, inverters and batteries are compatible with each other?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Compatibility comes down to matching system voltage. Our monocrystalline solar panels suit 12V, 24V and 48V off-grid systems, and our MPPT solar charge controllers auto-sense 12V\/24V\/48V by model \u2014 20A, 30A and 40A units for smaller residential arrays, 48V 30A or 48V 80A for larger battery banks. Size controller amperage to your total panel wattage, then match battery voltage to the controller. A 48V 200Ah lithium bank, for example, pairs with a 48V 80A MPPT controller and a multi-panel 440W set. Send us your panel wattage and load list and we will confirm the pairing.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Should I choose a lithium or gel battery for solar storage?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Choose lithium for daily cycling, gel for lower-cost backup. Our High-Capacity 48V 200Ah Solar Lithium Battery charges faster, holds stable voltage, degrades slowly and delivers thousands of cycles behind smart BMS protection \u2014 the better fit for hybrid solar homes, solar air conditioners and large backups, in 1, 2 or 3-piece sets. Our High-Performance Solar Gel Battery is sealed, low-maintenance and cheaper upfront, which works for smaller off-grid loads or occasional brownout cover. Both run with our MPPT controllers, whose multi-stage charging prevents the over-voltage and deep discharge that shorten battery bank life.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"What is the difference between off-grid and hybrid solar systems?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"An off-grid system runs entirely on solar panels, a charge controller and battery storage with no utility connection \u2014 suited to farms, remote homes and island sites. A hybrid system blends solar with grid power, drawing sunlight first and topping up from the mains when output drops, which fits urban homes and businesses managing rising electricity bills. Cybotix Philippines supplies equipment for both. Residential builds typically use 100W\u2013400W panels, a 20A\u201340A MPPT controller and one battery set; commercial and agricultural sites scale to 440W multi-panel sets, 48V 80A controllers and large-capacity DC freezers for cold storage.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Do I need batteries or an inverter for a hybrid solar air conditioner?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"No batteries or separate inverter are required for daytime solar operation. Our Hybrid Solar Air Conditioner (AC\/DC) takes solar DC input and grid AC input directly: in daylight it runs off your connected solar panels, blends in grid power if cloud cuts output, then switches fully to AC mains at night. That means uninterrupted cooling with no battery bank to buy or maintain. Capacities are 9,000, 12,000, 18,000 and 24,000 BTU for rooms, offices and shops. You will still need a correctly sized panel array \u2014 tell us your chosen capacity and we will advise.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"How do I request a quotation or get help sizing a solar system?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Use our Contact Us page and include the products or capacities you are considering, your location, and the appliances you need to run. Our PH-based team replies with pricing, stock status and freight options; for single items you can also add to cart and check out at listed pricing. Cybotix Philippines supplies and supports the equipment \u2014 we are a solar distributor rather than an installation contractor \u2014 so we recommend a licensed local electrician for final wiring and mounting. We will gladly provide sizing guidance, component pairing advice and post-purchase technical support you can pass to your installer.\"\r\n      }\r\n    }\r\n  ]\r\n}\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6064814 e-con-full e-flex e-con e-parent\" data-id=\"6064814\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85819e6 elementor-widget elementor-widget-html\" data-id=\"85819e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\r\n<html lang=\"en-PH\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<title>Cybotix PH \u2014 How it works (preview)<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Poppins:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\r\n<style>\r\n  *,*::before,*::after { box-sizing: border-box; }\r\n  body { margin:0; font-family:'Poppins',system-ui,sans-serif; }\r\n\r\n  .hiw {\r\n    --section-bg: #FFFFFF;\r\n    --card-bg: #F8F8F4;\r\n    --card-bg-accent: #FFF8E6;\r\n    --rail: #F5B301;\r\n    --pill-bg: #F5B301;\r\n    --pill-text: #16160F;\r\n    --eyebrow: #A67C00;\r\n    --h2: #101014;\r\n    --meta: #6B6B73;\r\n    --title: #101014;\r\n    --body: #52525B;\r\n    --icon: #A67C00;\r\n  }\r\n\r\n\r\n  .hiw { background:var(--section-bg); padding:88px 20px 96px; }\r\n  .hiw__inner { max-width:1180px; margin:0 auto; }\r\n\r\n  .eyebrow { margin:0 0 8px; text-align:center; color:var(--eyebrow);\r\n    font:600 13px\/1.4 'Poppins',sans-serif; letter-spacing:.16em; text-transform:uppercase; }\r\n  .hiw h2 { margin:0 0 8px; text-align:center; color:var(--h2);\r\n    font:700 40px\/1.15 'Bricolage Grotesque',sans-serif; letter-spacing:-.01em; }\r\n  .meta { margin:0 0 40px; text-align:center; color:var(--meta); font:400 14.5px\/1.6 'Poppins',sans-serif; }\r\n\r\n  .grid { display:flex; flex-wrap:wrap; gap:24px; justify-content:center; padding-top:18px; }\r\n\r\n  .card { flex:0 0 calc(25% - 18px); background:var(--card-bg);\r\n    border-top:3px solid var(--rail); border-radius:14px; padding:0 26px 28px;\r\n    display:flex; flex-direction:column; align-items:flex-start; }\r\n  .card--accent { background:var(--card-bg-accent); }\r\n\r\n  .pill { margin-top:-17px; margin-bottom:4px; padding:7px 14px; border-radius:999px;\r\n    background:var(--pill-bg); color:var(--pill-text);\r\n    font:700 13px\/1 'Bricolage Grotesque',sans-serif; letter-spacing:.1em; }\r\n  .ico { margin-top:8px; font-size:26px; color:var(--icon); }\r\n  .card h3 { margin:10px 0 0; color:var(--title); font:600 19px\/1.3 'Bricolage Grotesque',sans-serif; }\r\n  .card p { margin:10px 0 0; color:var(--body); font:400 14.5px\/1.7 'Poppins',sans-serif; }\r\n\r\n\r\n  @media (max-width:1024px) {\r\n    .hiw { padding:64px 20px 70px; }\r\n    .hiw h2 { font-size:34px; }\r\n    .card { flex:0 0 calc(50% - 12px); }\r\n  }\r\n  @media (max-width:767px) {\r\n    .hiw { padding:52px 16px 56px; }\r\n    .hiw h2 { font-size:28px; }\r\n    .card { flex:0 0 100%; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n<section class=\"hiw\" data-theme=\"light\" aria-labelledby=\"hiw-title\">\r\n  <div class=\"hiw__inner\">\r\n    <p class=\"eyebrow\">Buying from Cybotix PH<\/p>\r\n    <h2 id=\"hiw-title\">How it works<\/h2>\r\n    <p class=\"meta\">4 steps &nbsp;\u00b7&nbsp; nationwide delivery &nbsp;\u00b7&nbsp; 2-year local warranty<\/p>\r\n    <div class=\"grid\">\r\n      <article class=\"card\">\r\n        <span class=\"pill\">01<\/span>\r\n        <i class=\"ico\" data-ico=\"fas fa-clipboard-list\" aria-hidden=\"true\"><\/i>\r\n        <h3>Choose your system<\/h3>\r\n        <p>Browse by category, or send us your appliance list and location. We will tell you the panel, battery and inverter sizes that will actually run it.<\/p>\r\n      <\/article>\r\n      <article class=\"card\">\r\n        <span class=\"pill\">02<\/span>\r\n        <i class=\"ico\" data-ico=\"fas fa-credit-card\" aria-hidden=\"true\"><\/i>\r\n        <h3>Order and pay<\/h3>\r\n        <p>Check out online with your preferred method, or message us for a bank transfer or a bulk quote.<\/p>\r\n      <\/article>\r\n      <article class=\"card\">\r\n        <span class=\"pill\">03<\/span>\r\n        <i class=\"ico\" data-ico=\"fas fa-truck-fast\" aria-hidden=\"true\"><\/i>\r\n        <h3>Nationwide delivery<\/h3>\r\n        <p>In-stock items leave our warehouse within 24 hours, with delivery anywhere in the Philippines.<\/p>\r\n      <\/article>\r\n      <article class=\"card card--accent\">\r\n        <span class=\"pill\">04<\/span>\r\n        <i class=\"ico\" data-ico=\"fas fa-shield-halved\" aria-hidden=\"true\"><\/i>\r\n        <h3>Setup support and warranty<\/h3>\r\n        <p>Our PH-based team is on hand after delivery. Every unit carries a 2-year local warranty, serviced here.<\/p>\r\n      <\/article>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n  document.querySelectorAll('.ico').forEach(function (el) {\r\n    el.className = 'ico ' + el.dataset.ico;\r\n  });\r\n<\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-267bc340 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"267bc340\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-28 elementor-top-column elementor-element elementor-element-3fcae437\" data-id=\"3fcae437\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5fd02ee2 elementor-widget elementor-widget-image\" data-id=\"5fd02ee2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"856\" height=\"291\" src=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/logo__4_-removebg-preview-1-211x72.png\" class=\"attachment-full size-full wp-image-55\" alt=\"\" srcset=\"https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/logo__4_-removebg-preview-1.png 856w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/logo__4_-removebg-preview-1-300x102.png 300w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/logo__4_-removebg-preview-1-768x261.png 768w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/logo__4_-removebg-preview-1-600x204.png 600w, https:\/\/cybotix.ph\/wp-content\/uploads\/2026\/07\/logo__4_-removebg-preview-1-211x72.png 211w\" sizes=\"(max-width: 856px) 100vw, 856px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c243483 elementor-widget elementor-widget-text-editor\" data-id=\"2c243483\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Cybotix Philippines supplies solar refrigeration, clean power, and connectivity for homes, farms, businesses, and off-grid sites across the country.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-147e5a3 elementor-position-inline-start elementor-view-stacked elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"147e5a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-shield-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t2-year local warranty\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2571448d elementor-position-inline-start elementor-view-stacked elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2571448d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-truck\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tNationwide delivery\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-118eea8d elementor-position-inline-start elementor-view-stacked elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"118eea8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-award\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGenuine, warranted stock\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45cf51d2 elementor-position-inline-start elementor-view-stacked elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"45cf51d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-headset\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPH-based expert support\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-24 elementor-top-column elementor-element elementor-element-1a84036c\" data-id=\"1a84036c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2ef68a85 elementor-widget elementor-widget-heading\" data-id=\"2ef68a85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Customer Service<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e94012a elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5e94012a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?page_id=578\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">My Account<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?page_id=578&#038;orders\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Orders<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/track-your-order\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Track Your Order<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/returns-refunds\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Returns &amp; Refunds<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/faqs\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">FAQs<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-24 elementor-top-column elementor-element elementor-element-5cf69fff\" data-id=\"5cf69fff\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7fb96084 elementor-widget elementor-widget-heading\" data-id=\"7fb96084\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Quick Links<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1fbc25b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1fbc25b0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4347e823\" data-id=\"4347e823\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-222938c8 elementor-position-inline-start elementor-view-stacked elementor-shape-square elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"222938c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-box\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLocal stock \u2014 ships in 24 hours\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7a03e8 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"b7a03e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?product_cat=solar-fridges-freezers\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Solar Fridges &amp; Freezers<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?product_cat=solar-panels\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Solar Panels<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?page_id=580\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Shop<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?page_id=589\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Contact Us<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cybotix.ph\/?page_id=591\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Blog<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-24 elementor-top-column elementor-element elementor-element-4abd3268\" data-id=\"4abd3268\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c46ea58 elementor-widget elementor-widget-heading\" data-id=\"3c46ea58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Follow Us<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6851bfd9 elementor-widget elementor-widget-text-editor\" data-id=\"6851bfd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Stay connected for new arrivals, price drops, and clean energy tips for Philippine conditions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34cc0571 elementor-shape-square elementor-grid-4 e-grid-align-left elementor-widget elementor-widget-social-icons\" data-id=\"34cc0571\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-af91ded\" href=\"https:\/\/facebook.com\/cybotixph\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-adbcfd0\" href=\"https:\/\/instagram.com\/cybotixph\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-8e8814c\" href=\"https:\/\/tiktok.com\/@cybotixph\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-8522fc4\" href=\"https:\/\/youtube.com\/@cybotixph\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-66ff7505 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"66ff7505\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ac248e2\" data-id=\"ac248e2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d2389fa elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5d2389fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7a45ea8f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a45ea8f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-30 elementor-top-column elementor-element elementor-element-3e4d96b8\" data-id=\"3e4d96b8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-70 elementor-top-column elementor-element elementor-element-6c2753dc\" data-id=\"6c2753dc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4573e62a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4573e62a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-1d92bbbf\" data-id=\"1d92bbbf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-27ef5e elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"27ef5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Visa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-a78cad7\" data-id=\"a78cad7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-251ef32e elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"251ef32e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Mastercard<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-69094cd7\" data-id=\"69094cd7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1544b919 elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"1544b919\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Paypal<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-3030a389\" data-id=\"3030a389\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-788a6997 elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"788a6997\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">American Express<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-2611df5e\" data-id=\"2611df5e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a5c96c elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"a5c96c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Gpay<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-16 elementor-inner-column elementor-element elementor-element-3c3e2b5f\" data-id=\"3c3e2b5f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47ac37d3 elementor-align-center elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"47ac37d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Apple Pay<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Cybotix Philippines \u2014 Solar &amp; Energy Hero Slider Browse the range Shop by category 6 categories \u00b7 12 products in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-25","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cybotix.ph\/index.php?rest_route=\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cybotix.ph\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cybotix.ph\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cybotix.ph\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cybotix.ph\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25"}],"version-history":[{"count":10,"href":"https:\/\/cybotix.ph\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions"}],"predecessor-version":[{"id":648,"href":"https:\/\/cybotix.ph\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions\/648"}],"wp:attachment":[{"href":"https:\/\/cybotix.ph\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}