{"title":"Featured products","description":"","products":[{"product_id":"golens-am-01e-smart-biometric-attendance-access-control-machine-with-face-recognition-fingerprint-rfid-card-password-tcp-ip-usb-4-3-touch-display-for-office","title":"Golens AM - 01E Smart Biometric Attendance \u0026 Access Control Machine with Face Recognition, Fingerprint, RFID Card, Password, TCP\/IP, USB \u0026 4.3” Touch Display for Office","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1_9a90438d-07d3-4f2d-8651-87db5f0ce2eb.png?v=1785328054\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2.1.png?v=1785328059\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2_0590453a-4eac-444e-9feb-ba038dae5bca.jpg?v=1785328060\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3_a28a87d9-005b-4170-b497-118a811f10e1.jpg?v=1785328096\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4.1_096f21a2-726b-4105-ab00-57aeba90c87b.png?v=1785328101\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4_24850581-c202-409e-8838-f0f2a33dcfee.jpg?v=1785328102\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5_b1372636-0475-4b68-b103-e41b4c015e8d.jpg?v=1785328105\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/6_0d28af39-3481-4968-82d2-c4b18352250e.jpg?v=1785328109\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.1_aba7bf4b-34dd-4b74-b26c-d4069e97a4db.png?v=1785328115\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7_b26360db-f3fa-4162-ab8b-9783fd3034dc.png?v=1785328118\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --danger:#ef4444;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n  a{color:inherit;}\n\n  \/* ===== Scroll progress bar ===== *\/\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  \/* ===== Sticky top nav ===== *\/\n  #top-nav{\n    position:fixed !important;top:3px;left:0;right:0;z-index:997;\n    background:rgba(255,255,255,.85);backdrop-filter:blur(10px);\n    border-bottom:1px solid var(--line);\n    display:flex;align-items:center;justify-content:center;gap:26px;\n    padding:12px 20px;transform:translateY(-110%);transition:transform .35s ease;\n  }\n  #top-nav.show{transform:translateY(0);}\n  #top-nav a{\n    font-size:13px !important;font-weight:700;color:var(--ink-soft);\n    text-decoration:none;position:relative;padding:4px 2px;\n    transition:color .2s;\n  }\n  #top-nav a::after{\n    content:\"\";position:absolute;left:0;right:100%;bottom:-2px;height:2px;\n    background:var(--accent);transition:right .25s ease;\n  }\n  #top-nav a:hover{color:var(--accent-dark);}\n  #top-nav a:hover::after{right:0;}\n\n  \/* ===== Sticky CTA ===== *\/\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;\n    transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{\n    position:relative;overflow:hidden;\n    border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;\n    background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;\n  }\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{\n    position:absolute;border-radius:50%;\n    background:rgba(255,255,255,.55);\n    transform:scale(0);animation:ripple-anim .6s ease-out;\n    pointer-events:none;\n  }\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  \/* ===== Container ===== *\/\n  #golens-am01e-page .wrap{\n    max-width:100% !important;\n    width:100% !important;\n    margin:0 auto !important;\n    padding:0 1cm !important;\n    box-sizing:border-box !important;\n  }\n\n  \/* ===== Hero ===== *\/\n  .hero{\n    position:relative;\n    padding:56px 0 30px;\n    display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;\n    overflow:hidden;\n    scroll-margin-top:90px;\n  }\n  .hero::before{\n    content:\"\";position:absolute;inset:-40% -10% auto -10%;height:140%;\n    background:\n      radial-gradient(circle at 15% 20%, rgba(2,132,199,.10), transparent 55%),\n      radial-gradient(circle at 85% 30%, rgba(56,189,248,.12), transparent 50%),\n      radial-gradient(circle at 50% 90%, rgba(2,132,199,.06), transparent 60%);\n    background-size:200% 200%;\n    animation:hero-drift 16s ease-in-out infinite;\n    z-index:-1;\n  }\n  @keyframes hero-drift{\n    0%,100%{background-position:0% 0%,100% 0%,50% 100%;}\n    50%{background-position:20% 30%,80% 40%,60% 80%;}\n  }\n  @media (max-width:860px){.hero{grid-template-columns:1fr;}}\n\n  .badge{\n    display:inline-flex;align-items:center;gap:6px;\n    background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;\n    padding:6px 14px;border-radius:999px;margin-bottom:14px;\n    position:relative;overflow:hidden;\n  }\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n  .badge::after{\n    content:\"\";position:absolute;top:0;left:-60%;width:40%;height:100%;\n    background:linear-gradient(120deg,transparent,rgba(255,255,255,.75),transparent);\n    animation:sweep 3.4s ease-in-out infinite;\n  }\n  @keyframes sweep{0%{left:-60%;}100%{left:130%;}}\n\n  h1.title{\n    font-size:clamp(26px,3vw,37px) !important;\n    font-weight:800;letter-spacing:-.01em;margin:0 0 10px;\n    min-height:2.6em;\n  }\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;\n    padding:14px 18px;min-width:110px;text-align:center;\n    animation:stat-float 4.5s ease-in-out infinite;\n  }\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);}\n  .btn-outline:hover{background:var(--accent-soft);color:var(--accent-dark);}\n\n  \/* ===== Scan visual (replaces product photography) ===== *\/\n  .scan-wrap{position:sticky;top:70px;display:flex;flex-direction:column;align-items:center;gap:18px;}\n  .scan-frame{\n    position:relative;width:100%;max-width:380px;aspect-ratio:1\/1;\n    border-radius:24px;background:var(--bg-soft);border:1px solid var(--line);\n    box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;\n    overflow:hidden;\n  }\n  .scan-ring{\n    position:absolute;width:78%;height:78%;border-radius:50%;\n    border:1.5px dashed rgba(2,132,199,.35);\n    animation:ring-rotate 18s linear infinite;\n  }\n  .scan-ring.ring2{width:62%;height:62%;border-color:rgba(2,132,199,.22);animation-duration:24s;animation-direction:reverse;}\n  @keyframes ring-rotate{to{transform:rotate(360deg);}}\n\n  .scan-face{position:relative;width:46%;z-index:2;filter:drop-shadow(0 6px 14px rgba(2,132,199,.25));}\n  .scan-face svg{width:100%;height:100%;display:block;}\n  .scan-face .stroke{stroke:var(--accent-dark);stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;}\n\n  .scan-brackets span{\n    position:absolute;width:26px;height:26px;border-color:var(--accent);border-style:solid;\n    opacity:.85;\n  }\n  .scan-brackets .tl{top:16px;left:16px;border-width:3px 0 0 3px;border-radius:6px 0 0 0;}\n  .scan-brackets .tr{top:16px;right:16px;border-width:3px 3px 0 0;border-radius:0 6px 0 0;}\n  .scan-brackets .bl{bottom:16px;left:16px;border-width:0 0 3px 3px;border-radius:0 0 0 6px;}\n  .scan-brackets .br{bottom:16px;right:16px;border-width:0 3px 3px 0;border-radius:0 0 6px 0;}\n\n  .scan-beam{\n    position:absolute;left:8%;right:8%;height:2px;\n    background:linear-gradient(90deg,transparent,var(--accent),transparent);\n    box-shadow:0 0 12px 2px rgba(2,132,199,.55);\n    animation:beam-move 2.6s ease-in-out infinite;\n    z-index:3;\n  }\n  @keyframes beam-move{\n    0%{top:14%;opacity:0;} 10%{opacity:1;} 90%{opacity:1;} 100%{top:86%;opacity:0;}\n  }\n\n  .scan-chip{\n    position:absolute;bottom:16px;left:50%;transform:translateX(-50%);\n    background:rgba(15,23,42,.88);color:#fff;font-size:12px !important;font-weight:700;\n    padding:6px 14px;border-radius:999px;display:flex;align-items:center;gap:6px;\n    opacity:0;animation:chip-pop 2.6s ease-in-out infinite;\n  }\n  .scan-chip::before{content:\"✓\";color:#4ade80;font-weight:900;}\n  @keyframes chip-pop{\n    0%,15%{opacity:0;transform:translateX(-50%) translateY(6px);}\n    25%,80%{opacity:1;transform:translateX(-50%) translateY(0);}\n    92%,100%{opacity:0;transform:translateX(-50%) translateY(6px);}\n  }\n\n  .orbit-icon{\n    position:absolute;width:42px;height:42px;border-radius:50%;\n    background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);\n    display:flex;align-items:center;justify-content:center;font-size:18px !important;\n    animation:orbit 9s linear infinite;\n  }\n  .orbit-icon.i2{animation-duration:9s;animation-delay:-3s;}\n  .orbit-icon.i3{animation-duration:9s;animation-delay:-6s;}\n  @keyframes orbit{\n    from{transform:rotate(0deg) translateX(150px) rotate(0deg);}\n    to{transform:rotate(360deg) translateX(150px) rotate(-360deg);}\n  }\n\n  .verify-cycle{\n    font-size:13px !important;font-weight:700;color:var(--accent-dark);\n    background:var(--accent-soft);border-radius:999px;padding:7px 18px;\n    min-width:190px;text-align:center;transition:opacity .3s ease;\n  }\n\n  \/* ===== Sections ===== *\/\n  section{padding:44px 0;border-top:1px solid var(--line);}\n  .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}\n  .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{\n    font-size:24px !important;font-weight:800;margin:0 0 20px;\n    display:flex;align-items:center;gap:10px;\n  }\n  h2.section-title::before{\n    content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;\n  }\n\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  \/* ===== Feature cards (3D tilt) ===== *\/\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);\n    padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;\n    will-change:transform;\n  }\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{\n    font-size:24px !important;display:inline-block;margin-bottom:10px;\n    animation:icon-pulse 2.6s ease-in-out infinite;\n  }\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;}\n  .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  \/* ===== Tooltip terms ===== *\/\n  .term{border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);}\n  .term .tip{\n    position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);\n    background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;\n    padding:8px 12px;border-radius:8px;width:220px;\n    opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;\n  }\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  \/* ===== Spec table (glass) ===== *\/\n  .spec-card{\n    background:rgba(248,250,252,.7);backdrop-filter:blur(6px);\n    border:1px solid var(--line);border-radius:var(--radius);\n    overflow:hidden;box-shadow:var(--shadow);\n  }\n  table{width:100%;border-collapse:collapse;}\n  th,td{text-align:left;padding:12px 18px;font-size:14px !important;}\n  thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;}\n  tbody tr:hover{background:var(--bg-soft);}\n  tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  \/* ===== Comparison table ===== *\/\n  .compare-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);}\n  .compare-card table{}\n  .compare-card thead th:nth-child(3){background:var(--accent-dark);color:#fff;}\n  .compare-card td:nth-child(2), .compare-card td:nth-child(3){text-align:center;}\n  .yes, .no{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:900;font-size:13px !important;}\n  .yes{background:#dcfce7;color:#16a34a;}\n  .no{background:#fee2e2;color:var(--danger);}\n  .compare-card tbody td:nth-child(3){background:rgba(2,132,199,.04);font-weight:700;}\n\n  \/* ===== Box contents \/ ideal for ===== *\/\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;\n    padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);\n    transition:transform .2s,background .2s;\n  }\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  \/* ===== Warranty badge ===== *\/\n  .warranty-badge{\n    display:inline-flex;align-items:center;gap:12px;\n    background:linear-gradient(135deg,#f0fdf4,#e0f2fe);\n    border:1px solid #bae6fd;border-radius:var(--radius);\n    padding:16px 22px;\n    animation:badge-glow 3.2s ease-in-out infinite;\n  }\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;}\n  .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);}\n  .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  \/* ===== Trust strip ===== *\/\n  .trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:20px;}\n  .trust-item{\n    background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;\n    display:flex;align-items:center;gap:12px;\n    opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease;\n  }\n  .trust-item.in{opacity:1;transform:translateY(0);}\n  .trust-item .t-icon{font-size:22px !important;}\n  .trust-item b{display:block;font-size:14px !important;}\n  .trust-item span{font-size:12px !important;color:var(--ink-soft);}\n\n  \/* ===== FAQ accordion ===== *\/\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{\n    width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;\n    padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;\n  }\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);}\n  .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;}\n  .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n\n  @media (prefers-reduced-motion: reduce){\n    *{animation:none !important;transition:none !important;}\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"golens-am01e-page\"\u003e\n\u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\u003cnav id=\"top-nav\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e \u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e \u003ca href=\"#warranty\"\u003eWarranty\u003c\/a\u003e \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003c!-- ===== HERO ===== --\u003e\n\u003csection class=\"hero\" id=\"overview\" style=\"border-top: none; padding-top: 36px;\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n\u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eFace Recognition, RFID Card \u0026amp; Password | Wi-Fi, TCP\/IP \u0026amp; USB | Mobile App, Cloud, Touch | Access Control | Office \u0026amp; Corporate Use\u003c\/p\u003e\n\u003cdiv class=\"stat-row\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eInch Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eVerify Modes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eKG Weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-actions\"\u003e\n\u003cbutton class=\"btn\"\u003eContact for Bulk Order\u003c\/button\u003e \u003cbutton class=\"btn btn-outline\"\u003eDownload Spec Sheet\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scan-wrap\"\u003e\n\u003cdiv class=\"scan-frame\"\u003e\n\u003cdiv class=\"scan-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"scan-ring ring2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orbit-icon i1\" style=\"animation-delay: 0s;\"\u003e🪪\u003c\/div\u003e\n\u003cdiv class=\"orbit-icon i2\"\u003e📶\u003c\/div\u003e\n\u003cdiv class=\"orbit-icon i3\"\u003e🔑\u003c\/div\u003e\n\u003cdiv class=\"scan-face\"\u003e\u003csvg viewbox=\"0 0 100 100\"\u003e\n            \u003cpath class=\"stroke\" d=\"M50 12 C68 12 78 26 78 44 C78 64 65 82 50 82 C35 82 22 64 22 44 C22 26 32 12 50 12 Z\"\u003e\u003c\/path\u003e\n            \u003cpath class=\"stroke\" d=\"M36 46 h6 M58 46 h6\"\u003e\u003c\/path\u003e\n            \u003cpath class=\"stroke\" d=\"M50 50 v10 M46 60 h8\"\u003e\u003c\/path\u003e\n            \u003cpath class=\"stroke\" d=\"M38 68 C43 74 57 74 62 68\"\u003e\u003c\/path\u003e\n            \u003cpath class=\"stroke\" d=\"M18 30 v-8 h8\" stroke-width=\"2.4\"\u003e\u003c\/path\u003e\n            \u003cpath class=\"stroke\" d=\"M82 30 v-8 h-8\" stroke-width=\"2.4\"\u003e\u003c\/path\u003e\n            \u003cpath class=\"stroke\" d=\"M18 62 v8 h8\" stroke-width=\"2.4\"\u003e\u003c\/path\u003e\n            \u003cpath class=\"stroke\" d=\"M82 62 v8 h-8\" stroke-width=\"2.4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"scan-beam\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"scan-chip\"\u003eIdentity Verified\u003c\/div\u003e\n\u003cdiv class=\"scan-brackets\"\u003e\n\u003cspan class=\"tl\"\u003e\u003c\/span\u003e\u003cspan class=\"tr\"\u003e\u003c\/span\u003e\u003cspan class=\"bl\"\u003e\u003c\/span\u003e\u003cspan class=\"br\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"verify-cycle\" id=\"verify-cycle\"\u003eFace Recognition\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== DESCRIPTION ===== --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"desc\"\u003e\n\u003cp\u003e\u003cstrong\u003eGolens AM-01E Smart Face Recognition Attendance \u0026amp; Access Control System\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUpgrade your workplace with the advanced Golens AM-01E, designed for fast, secure, and professional employee attendance management. Built with intelligent face recognition technology, modern connectivity options, and professional access control support, this device is ideal for offices, factories, warehouses, schools, hospitals, retail stores, and commercial spaces.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAdvanced Face Recognition Technology\u003c\/strong\u003e\u003cbr\u003eThe Golens AM-01E uses intelligent face recognition for quick and accurate attendance marking. The system identifies users within seconds, reducing manual errors and improving daily attendance efficiency.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMultiple Verification Methods\u003c\/strong\u003e\u003cbr\u003eSupport for multiple authentication methods makes the device flexible for every workplace environment: \u003cspan class=\"term\"\u003eFace Recognition\u003cspan class=\"tip\"\u003eAI-based facial identification for instant, contactless attendance marking.\u003c\/span\u003e\u003c\/span\u003e, \u003cspan class=\"term\"\u003eRFID Card Access\u003cspan class=\"tip\"\u003eTap-based radio frequency card authentication for quick entry.\u003c\/span\u003e\u003c\/span\u003e, and PIN\/Password Verification. This multi-verification system improves security while offering convenient access for employees and staff.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e4.3 Inch Touch Screen LCD\u003c\/strong\u003e\u003cbr\u003eEquipped with a large 4.3\" touch screen LCD display for smooth operation, better visibility, and an easy user interface. The modern display gives the device a premium professional appearance suitable for corporate environments.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBuilt-In WiFi \u0026amp; TCP\/IP Connectivity\u003c\/strong\u003e\u003cbr\u003eThe device supports \u003cspan class=\"term\"\u003eWiFi Connectivity\u003cspan class=\"tip\"\u003eWireless network sync for real-time attendance data upload.\u003c\/span\u003e\u003c\/span\u003e, \u003cspan class=\"term\"\u003eTCP\/IP Network\u003cspan class=\"tip\"\u003eWired LAN connection for stable office network integration.\u003c\/span\u003e\u003c\/span\u003e, Web Socket Communication, and USB Data Support. These connectivity options help in smooth data transfer, real-time attendance management, and easy integration with attendance software systems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProfessional Access Control Support\u003c\/strong\u003e\u003cbr\u003eMore than just an attendance machine, the AM-01E also supports professional access control integration, allowing businesses to manage door access efficiently and securely.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBackup Battery Support\u003c\/strong\u003e\u003cbr\u003eIntegrated backup battery support helps maintain operation during temporary power interruptions, ensuring attendance records remain protected.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePremium Build Quality\u003c\/strong\u003e\u003cbr\u003eBuilt with durable ABS casing for long-lasting performance in daily commercial and industrial use environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== KEY FEATURES ===== --\u003e\n\u003csection class=\"reveal\" id=\"features\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🛡\u003c\/span\u003e\n\u003ch4\u003eMultiple Attendance Methods\u003c\/h4\u003e\n\u003cp\u003eSupports Face Recognition, RFID Card \u0026amp; PIN Password verification for flexible attendance and professional access control management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔹\u003c\/span\u003e\n\u003ch4\u003eAdvanced Face Recognition System\u003c\/h4\u003e\n\u003cp\u003eSmart AI-based face attendance system designed for fast and accurate employee attendance marking with secure identity verification.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📶\u003c\/span\u003e\n\u003ch4\u003eBuilt-In WiFi \u0026amp; TCP\/IP Connectivity\u003c\/h4\u003e\n\u003cp\u003eSupports WiFi, TCP\/IP, USB and Web Socket connectivity for smooth attendance data transfer and network integration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖥\u003c\/span\u003e\n\u003ch4\u003e4.3 Inch Touch Screen LCD\u003c\/h4\u003e\n\u003cp\u003ePremium touch screen display provides easy operation, clear visibility and modern professional appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚪\u003c\/span\u003e\n\u003ch4\u003eProfessional Access Control Support\u003c\/h4\u003e\n\u003cp\u003eDesigned for attendance with access control functionality, suitable for door access management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\n\u003ch4\u003eBackup Battery Support\u003c\/h4\u003e\n\u003cp\u003eBuilt-in backup battery helps maintain operation during temporary power cuts and protects attendance workflow continuity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🏗\u003c\/span\u003e\n\u003ch4\u003eDurable ABS Body Design\u003c\/h4\u003e\n\u003cp\u003eStrong ABS casing ensures reliable long-term performance for heavy daily commercial and industrial usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🏢\u003c\/span\u003e\n\u003ch4\u003eIdeal for Multiple Workplaces\u003c\/h4\u003e\n\u003cp\u003eSuitable for Offices, Factories, Shops, Warehouses, Hospitals, Schools, Institutes, Retail Stores and Business Premises.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== COMPARISON ===== --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eManual Register vs Golens AM-01E\u003c\/h2\u003e\n\u003cdiv class=\"compare-card\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCapability\u003c\/th\u003e\n\u003cth\u003eManual Register\u003c\/th\u003e\n\u003cth\u003eGolens AM-01E\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAccurate Time Logging\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrevents Buddy Punching\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDigital Backup of Records\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote \/ Cloud Monitoring\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDoor Access Control Support\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSetup Effort\u003c\/td\u003e\n\u003ctd\u003eManual, Ongoing\u003c\/td\u003e\n\u003ctd\u003eOne-Time, Wire-Free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== TECHNICAL SPECIFICATIONS ===== --\u003e\n\u003csection class=\"reveal\" id=\"specs\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003eAM-01E\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eGolens Import Export Pvt Ltd\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Type\u003c\/td\u003e\n\u003ctd\u003eBiometric Attendance Machine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVerification Methods\u003c\/td\u003e\n\u003ctd\u003eFace Recognition, RFID Card, PIN\/Password\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDisplay\u003c\/td\u003e\n\u003ctd\u003e4.3 Inch Touch Screen LCD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConnectivity\u003c\/td\u003e\n\u003ctd\u003eWiFi, TCP\/IP, USB, Web Socket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Method\u003c\/td\u003e\n\u003ctd\u003eTouch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Requirement\u003c\/td\u003e\n\u003ctd\u003eNo External Battery Required (Built-in Backup Battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBody Material\u003c\/td\u003e\n\u003ctd\u003eDurable ABS Casing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e0.62 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== DIMENSIONS ===== --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eItem Dimensions\u003c\/h2\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2.5 cm\u003c\/td\u003e\n\u003ctd\u003e13 cm\u003c\/td\u003e\n\u003ctd\u003e13 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12 cm\u003c\/td\u003e\n\u003ctd\u003e17 cm\u003c\/td\u003e\n\u003ctd\u003e21 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 14px; color: var(--ink-soft);\"\u003e\u003cstrong style=\"color: var(--ink);\"\u003ePackage Weight:\u003c\/strong\u003e 0.72 kg\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ===== BOX CONTENTS ===== --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhat's Included in the Box\u003c\/h2\u003e\n\u003cul class=\"chip-list\"\u003e\n\u003cli\u003e1× Golens AM-01E Attendance Machine\u003c\/li\u003e\n\u003cli\u003e1× Power Adapter\u003c\/li\u003e\n\u003cli\u003e1× User Manual\u003c\/li\u003e\n\u003cli\u003eInstallation Accessories\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- ===== WARRANTY + TRUST ===== --\u003e\n\u003csection class=\"reveal\" id=\"warranty\"\u003e\n\u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n\u003cdiv class=\"warranty-badge\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e \u003cspan\u003eRepair of material and manufacturing defects covered. Call \u003cstrong\u003e18001237255\u003c\/strong\u003e (10 AM–6 PM) or visit \u003cstrong\u003esupport.golens.in\u003c\/strong\u003e to raise a ticket.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e📞\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eDedicated Helpline\u003c\/b\u003e\u003cspan\u003e10 AM – 6 PM Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e🎫\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eOnline Ticketing\u003c\/b\u003e\u003cspan\u003esupport.golens.in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eBulk Order Ready\u003c\/b\u003e\u003cspan\u003eCorporate \u0026amp; Institutional Supply\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cspan class=\"t-icon\"\u003e🛠\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003eEasy Installation\u003c\/b\u003e\u003cspan\u003eGuided Setup Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== IDEAL FOR ===== --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eIdeal For\u003c\/h2\u003e\n\u003cul class=\"chip-list\"\u003e\n\u003cli\u003eOffices\u003c\/li\u003e\n\u003cli\u003eFactories\u003c\/li\u003e\n\u003cli\u003eWarehouses\u003c\/li\u003e\n\u003cli\u003eSchools \u0026amp; Colleges\u003c\/li\u003e\n\u003cli\u003eHospitals\u003c\/li\u003e\n\u003cli\u003eRetail Stores\u003c\/li\u003e\n\u003cli\u003eCommercial Buildings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- ===== FAQ ===== --\u003e\n\u003csection class=\"reveal\" id=\"faq\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eDoes the AM-01E work during a power cut?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eYes, it has a built-in backup battery that keeps attendance operations running during temporary power interruptions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eCan it be used for door access control too?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eYes, beyond attendance marking, the AM-01E supports professional access control integration for managing door access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eWhat connectivity options are available?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eThe device supports WiFi, TCP\/IP network, Web Socket communication, and USB data transfer for flexible integration with attendance software.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eWhat verification methods does it support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eFace Recognition, RFID Card access, and PIN\/Password verification — usable individually or combined for stronger security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eIs professional installation required?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eThe unit is designed for straightforward setup with the included installation accessories and manual; guided support is available via the helpline if needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter\u003eGolens AM-01E Biometric Attendance Machine · Manufactured by Golens Import Export Pvt Ltd\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c!-- ===== Sticky CTA ===== --\u003e\n\u003cdiv id=\"sticky-cta\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"cta-title\"\u003eGolens AM-01E Attendance Machine\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · Face + RFID + PIN\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"btn\"\u003eContact for Bulk Order\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/#golens-am01e-page --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":53583105851671,"sku":null,"price":12490.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_f4f116e6-d058-49cf-8c61-8944c136e34c.jpg?v=1787301293"},{"product_id":"golens-titan-smart-door-lock-with-face-recognition-fingerprint-wifi-app-control-digital-keyless-entry-lock-with-rfid-card-password-key-premium-main-door-security-lock-for-home-office","title":"Golens Titan Smart Door Lock with Face Recognition, Fingerprint, WiFi \u0026 App Control, Digital Keyless Entry Lock with RFID Card, Password \u0026 Key, Premium Main Door Security Lock for Home \u0026 Office","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eGolens TITAN Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;}\n  a{color:inherit;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;\n    transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{\n    position:relative;overflow:hidden;\n    border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;\n    background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;\n  }\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{\n    position:absolute;border-radius:50%;\n    background:rgba(255,255,255,.55);\n    transform:scale(0);animation:ripple-anim .6s ease-out;\n    pointer-events:none;\n  }\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-titan-page .wrap{\n    max-width:100% !important;\n    width:100% !important;\n    margin:0 auto !important;\n    padding:0 1cm !important;\n    box-sizing:border-box !important;\n  }\n\n  .hero{\n    padding:48px 0 24px;\n    display:block;\n    max-width:760px;\n  }\n\n  .badge{\n    display:inline-flex;align-items:center;gap:6px;\n    background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;\n    padding:6px 14px;border-radius:999px;margin-bottom:14px;\n  }\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{\n    font-size:clamp(26px,3vw,37px) !important;\n    font-weight:800;letter-spacing:-.01em;margin:0 0 10px;\n    min-height:2.6em;\n  }\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;\n    padding:14px 18px;min-width:110px;text-align:center;\n    animation:stat-float 4.5s ease-in-out infinite;\n  }\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-4px);}\n  }\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);}\n  .btn-outline:hover{background:var(--accent-soft);color:var(--accent-dark);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);}\n  .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}\n  .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{\n    font-size:24px !important;font-weight:800;margin:0 0 20px;\n    display:flex;align-items:center;gap:10px;\n  }\n  h2.section-title::before{\n    content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;\n  }\n\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);\n    padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;\n    will-change:transform;\n  }\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{\n    font-size:24px !important;display:inline-block;margin-bottom:10px;\n    animation:icon-pulse 2.6s ease-in-out infinite;\n  }\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;}\n  .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{\n    border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);\n  }\n  .term .tip{\n    position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);\n    background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;\n    padding:8px 12px;border-radius:8px;width:220px;\n    opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;\n  }\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{\n    background:rgba(248,250,252,.7);backdrop-filter:blur(6px);\n    border:1px solid var(--line);border-radius:var(--radius);\n    overflow:hidden;box-shadow:var(--shadow);\n  }\n  table{width:100%;border-collapse:collapse;}\n  th,td{text-align:left;padding:12px 18px;font-size:14px !important;}\n  thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;}\n  tbody tr:hover{background:var(--bg-soft);}\n  tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;\n    padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);\n    transition:transform .2s,background .2s;\n  }\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{\n    display:inline-flex;align-items:center;gap:12px;\n    background:linear-gradient(135deg,#f0fdf4,#e0f2fe);\n    border:1px solid #bae6fd;border-radius:var(--radius);\n    padding:16px 22px;\n    animation:badge-glow 3.2s ease-in-out infinite;\n  }\n  @keyframes badge-glow{\n    0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}\n    50%{box-shadow:0 0 22px rgba(2,132,199,.18);}\n  }\n  .warranty-badge .icon{font-size:29px !important;}\n  .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);}\n  .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{\n    width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;\n    padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;\n  }\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);}\n  .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;}\n  .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n\n  @media (prefers-reduced-motion: reduce){\n    *{animation:none !important;transition:none !important;}\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-titan-page\"\u003e\n\n\u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n    \u003cdiv class=\"hero-copy\"\u003e\n      \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n      \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n      \u003cp class=\"subtitle\"\u003eAI-Powered Face Recognition, Fingerprint, Built-in WiFi \u0026amp; App Control | Multi-Mode Access Digital Keyless Entry Lock with RFID Card, PIN Code \u0026amp; Mechanical Key | Premium Security Lock for Main Doors, Homes \u0026amp; Offices\u003c\/p\u003e\n\n      \u003cdiv class=\"stat-row\"\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"7\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Modes\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"30\"\u003e0\u003c\/b\u003e\u003cspan\u003eDays Log History\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"1.62\"\u003e0\u003c\/b\u003e\u003cspan\u003eKG Weight\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-actions\"\u003e\n        \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Order\u003c\/button\u003e\n        \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Spec Sheet\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== DESCRIPTION ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n    \u003cdiv class=\"desc\"\u003e\n      \u003cp\u003e\u003cstrong\u003eGolens TITAN Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003eUpgrade your home and office security with the Golens TITAN Smart Door Lock, where advanced technology, ultimate convenience, and modern aesthetics seamlessly come together. Built with a heavy-duty zinc alloy structure and sleek design, TITAN transforms standard main doors into an intelligent access entry system.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eAI-Powered Face Recognition + 6 Smart Access Modes\u003c\/strong\u003e\u003cbr\u003eExperience effortless hands-free entry using \u003cspan class=\"term\"\u003eAI-powered 3D Face Recognition\u003cspan class=\"tip\"\u003eIdentifies authorized users using 3D facial mapping and unlocks the door automatically.\u003c\/span\u003e\u003c\/span\u003e technology that identifies authorized users and unlocks the door in seconds. For maximum flexibility, TITAN supports 6 additional smart access methods, including multispectral fingerprint sensing, PIN keypad, RFID smart card, smartphone app access, OTP codes, and emergency mechanical keys.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBuilt-in WiFi — Direct Mobile App Control\u003c\/strong\u003e\u003cbr\u003eStay connected to your front door from anywhere in the world. With built-in WiFi connectivity (no extra hub needed), you can monitor real-time access logs (up to 30 days history), grant or revoke access remotely, generate temporary OTPs for guests, and receive instant push notifications straight to your smartphone.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eMulti-Layered Safety \u0026amp; Alarm Protection\u003c\/strong\u003e\u003cbr\u003eYour safety is prioritized through an array of built-in security alerts. The lock actively safeguards your property with wrong password attempt alarms, forced entry alerts, anti-tamper protection, and timely low-battery notifications.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBuilt for Heavy-Duty Performance \u0026amp; Indian Homes\u003c\/strong\u003e\u003cbr\u003eDesigned for extreme durability, TITAN is rated for over 100,000 operational cycles. It easily fits wooden and metal doors ranging from 30mm to 120mm in thickness, making it an ideal choice for main entrances, executive cabins, apartments, and commercial spaces.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== KEY FEATURES ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e👤\u003c\/span\u003e\u003ch4\u003eAI-Powered Face Recognition\u003c\/h4\u003e\n\u003cp\u003eUltra-fast, secure 3D face detection for instant hands-free door unlocking.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌐\u003c\/span\u003e\u003ch4\u003eBuilt-in WiFi Control (No Hub Needed)\u003c\/h4\u003e\n\u003cp\u003eRemote access control, 30-day entry log tracking, real-time alerts, and instant mobile management via app.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003e7 Total Access Modes\u003c\/h4\u003e\n\u003cp\u003eFace Recognition, High-Precision Fingerprint Sensor, PIN\/Password, RFID Card, Mobile App Control, Temporary OTP, and Mechanical Key backup.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚨\u003c\/span\u003e\u003ch4\u003eComprehensive Safety Alarms\u003c\/h4\u003e\n\u003cp\u003eWrong password alarm, anti-tamper security protection, forced entry detection, and low battery notifications.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\u003ch4\u003eBattery Operated with Emergency USB Power\u003c\/h4\u003e\n\u003cp\u003eLong-lasting battery backup with an external USB power port to ensure access during emergency power depletion.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚪\u003c\/span\u003e\u003ch4\u003eUniversal Door Compatibility\u003c\/h4\u003e\n\u003cp\u003eDesigned to fit standard wooden and metal doors with thicknesses from 30mm up to 120mm.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== TECHNICAL SPECIFICATIONS ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eModel Name \/ Number\u003c\/td\u003e\n\u003ctd\u003eTITAN\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eGolens Import Export Pvt Ltd\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Type Name\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eZinc Alloy Body with ABS Components\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFinish Type \/ Color\u003c\/td\u003e\n\u003ctd\u003eBrushed Silver \/ Dark Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular Slim Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric \/ Face Recognition Smart Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLock Mounting \/ Cylinder\u003c\/td\u003e\n\u003ctd\u003eMortise Lock Body \/ Keyed Different\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUnlock Methods\u003c\/td\u003e\n\u003ctd\u003eFace Recognition, Fingerprint, PIN Password, RFID Card, Mobile App, OTP, Mechanical Key\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi-Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eController Type\u003c\/td\u003e\n\u003ctd\u003eAndroid, iOS, iPadOS, Touch Keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eControl Method\u003c\/td\u003e\n\u003ctd\u003eMobile App, Touch\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDoor Thickness Range\u003c\/td\u003e\n\u003ctd\u003e30 mm – 120 mm (Wooden \u0026amp; Metal Doors)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSpecial Features\u003c\/td\u003e\n\u003ctd\u003eFace Recognition, Built-in WiFi, Multispectral Fingerprint, Wrong Password Alarm, Low Battery Alert, USB Emergency Backup Power\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e1620 grams (1.62 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== DIMENSIONS ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eDimensions \u0026amp; Package Details\u003c\/h2\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e42.0 cm\u003c\/td\u003e\n\u003ctd\u003e7.5 cm\u003c\/td\u003e\n\u003ctd\u003e6.2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e49.0 cm\u003c\/td\u003e\n\u003ctd\u003e33.5 cm\u003c\/td\u003e\n\u003ctd\u003e53.7 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top:14px;color:var(--ink-soft);\"\u003e\u003cstrong style=\"color:var(--ink);\"\u003ePackage Weight:\u003c\/strong\u003e 3.61 kg (3610 g)\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== BOX CONTENTS ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhat's Included in the Box\u003c\/h2\u003e\n    \u003cul class=\"chip-list\"\u003e\n      \u003cli\u003e1× Front Panel\u003c\/li\u003e\n      \u003cli\u003e1× Back Panel\u003c\/li\u003e\n      \u003cli\u003e1× Mortise Lock Body\u003c\/li\u003e\n      \u003cli\u003e1× Strike Plate Set\u003c\/li\u003e\n      \u003cli\u003e2× RFID Access Cards\u003c\/li\u003e\n      \u003cli\u003e2× Emergency Mechanical Keys\u003c\/li\u003e\n      \u003cli\u003e1× Installation Kit (Screws \u0026amp; Mounting Accessories Set)\u003c\/li\u003e\n      \u003cli\u003e1× User Manual Guide\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== WARRANTY ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWarranty Information\u003c\/h2\u003e\n    \u003cdiv class=\"warranty-badge\"\u003e\n      \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n        \u003cspan\u003eRepair of material and manufacturing defects covered. Call \u003cstrong\u003e18001237255\u003c\/strong\u003e (10 AM–6 PM) or visit \u003cstrong\u003esupport.golens.in\u003c\/strong\u003e to raise a ticket.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== IDEAL FOR ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIdeal For\u003c\/h2\u003e\n    \u003cul class=\"chip-list\"\u003e\n      \u003cli\u003eHome Entrances\u003c\/li\u003e\n\u003cli\u003eApartments\u003c\/li\u003e\n\u003cli\u003eVillas\u003c\/li\u003e\n\u003cli\u003eExecutive Offices\u003c\/li\u003e\n\u003cli\u003eConference Rooms\u003c\/li\u003e\n\u003cli\u003eCommercial Spaces\u003c\/li\u003e\n\u003cli\u003eRental Properties\u003c\/li\u003e\n\u003cli\u003eAirbnb Units\u003c\/li\u003e\n\u003cli\u003ePG \u0026amp; Hostels\u003c\/li\u003e\n\u003cli\u003eShowrooms\u003c\/li\u003e\n\u003cli\u003eModern Interior Doors\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== FAQ ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eDoes TITAN really unlock with just my face?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eYes, TITAN uses AI-powered 3D Face Recognition to identify authorized users and unlock the door within seconds, completely hands-free.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eDo I need a separate gateway for WiFi control?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eNo, TITAN has built-in WiFi connectivity, so you can remotely manage access, view logs, and get alerts without any extra hub hardware.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eHow long is the access log history stored?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eTITAN keeps real-time access logs for up to 30 days, viewable anytime through the mobile app.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eWhat door thicknesses does TITAN support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eIt fits wooden and metal doors ranging from 30mm to 120mm in thickness, suitable for main entrances and commercial spaces alike.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eWhat happens if someone enters the wrong password repeatedly?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eTITAN triggers a wrong password attempt alarm along with anti-tamper and forced entry alerts to keep your property secure.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter\u003eGolens TITAN Smart Door Lock · Manufactured by Golens Import Export Pvt Ltd\u003c\/footer\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== Sticky CTA ===== --\u003e\n\u003cdiv id=\"sticky-cta\"\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"cta-title\"\u003eGolens TITAN Smart Door Lock\u003c\/div\u003e\n    \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · Face Recognition · Built-in WiFi\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Order\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/#golens-titan-page --\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress', 'sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if (el \u0026\u0026 el.parentElement !== document.body) {\n      document.body.appendChild(el);\n    }\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens TITAN Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0, ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++;\n      setTimeout(typeStep, 28);\n    } else {\n      titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n    }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]');\n  var countersDone = false;\n  function runCounters(){\n    if(countersDone) return;\n    countersDone = true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count'));\n      var isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0;\n      var step = target \/ 40;\n      function tick(){\n        current += step;\n        if(current \u003e= target){ current = target; }\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick);\n        else el.textContent = isDecimal ? target : target;\n      }\n      tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){\n      entry.target.classList.toggle('in', entry.isIntersecting);\n    });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){\n      if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); }\n    });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){\n      card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)';\n    });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span');\n      span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px';\n      span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span);\n      setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q');\n    var a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open');\n        o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){\n        item.classList.add('open');\n        a.style.maxHeight = a.scrollHeight + 'px';\n      }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54569166995735,"sku":"Titan-B2B","price":24499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_118e8750-e086-461a-a380-7e53b11e998b.png?v=1787566023"},{"product_id":"golens-neuralock-smart-door-lock-with-face-unlock-fingerprint-password-rfid-card-key-inbuilt-wifi-app-control-access-6-way-access-digital-lock-for-main-door-home-security","title":"Golens NEURALOCK Smart Door Lock with Face Unlock, Fingerprint, Password, RFID Card \u0026 Key, Inbuilt WiFi App Control Access, 6 Way Access, Digital Lock for Main Door Home Security","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1_cded1040-9d15-494b-9719-52ebf85b4226.png?v=1786363826\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2_7618f8e4-e2e8-4c99-90b4-455f28929f54.png?v=1786363827\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3_a3ebc2ed-ceab-41fb-a670-d95ab2818cf7.png?v=1786363827\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4_ae35a909-a497-45c7-9f1a-ffe6f31846b3.png?v=1786363826\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5_a1cb470d-958b-45c6-b85f-96e663d03641.png?v=1786363827\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/6_15f87bbf-b6bb-4f36-b082-57de198aa23c.png?v=1786363827\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7_dfd013ba-b1ae-483f-b4f8-e926b1204af2.png?v=1786363827\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/8_de53d440-56f5-4f47-95f0-c687be2ed013.png?v=1786363827\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/9_dab88699-37bf-4f3c-a7f1-876d213f2bf2.png?v=1786363825\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/10_8db894cc-73a3-4c13-a284-e047c93c7e23.png?v=1786363822\" alt=\"\"\u003e\u003c\/p\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54569345876247,"sku":"Neuralock-B2B","price":28499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAINNEURALOCK.png?v=1785413360"},{"product_id":"golens-gharrakshak-smart-door-lock-with-ai-face-unlock-built-in-wifi-fingerprint-rfid-card-password-app-control-premium-digital-security-lock-for-wooden-metal-main-doors-for-home-office","title":"Golens GHARRAKSHAK Smart Door Lock with AI Face Unlock, Built-in WiFi, Fingerprint, RFID Card, Password \u0026 App Control, Premium Digital Security Lock for Wooden \u0026 Metal Main Doors for Home \u0026 Office","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eGolens GHARRAKSHAK Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;}\n  a{color:inherit;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;\n    transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{\n    position:relative;overflow:hidden;\n    border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;\n    background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;\n  }\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{\n    position:absolute;border-radius:50%;\n    background:rgba(255,255,255,.55);\n    transform:scale(0);animation:ripple-anim .6s ease-out;\n    pointer-events:none;\n  }\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-gharrakshak-page .wrap{\n    max-width:100% !important;\n    width:100% !important;\n    margin:0 auto !important;\n    padding:0 1cm !important;\n    box-sizing:border-box !important;\n  }\n\n  .hero{\n    padding:48px 0 24px;\n    display:block;\n    max-width:760px;\n  }\n\n  .badge{\n    display:inline-flex;align-items:center;gap:6px;\n    background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;\n    padding:6px 14px;border-radius:999px;margin-bottom:14px;\n  }\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{\n    font-size:clamp(26px,3vw,37px) !important;\n    font-weight:800;letter-spacing:-.01em;margin:0 0 10px;\n    min-height:2.6em;\n  }\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;\n    padding:14px 18px;min-width:110px;text-align:center;\n    animation:stat-float 4.5s ease-in-out infinite;\n  }\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-4px);}\n  }\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);}\n  .btn-outline:hover{background:var(--accent-soft);color:var(--accent-dark);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);}\n  .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}\n  .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{\n    font-size:24px !important;font-weight:800;margin:0 0 20px;\n    display:flex;align-items:center;gap:10px;\n  }\n  h2.section-title::before{\n    content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;\n  }\n\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);\n    padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;\n    will-change:transform;\n  }\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{\n    font-size:24px !important;display:inline-block;margin-bottom:10px;\n    animation:icon-pulse 2.6s ease-in-out infinite;\n  }\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;}\n  .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{\n    border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);\n  }\n  .term .tip{\n    position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);\n    background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;\n    padding:8px 12px;border-radius:8px;width:220px;\n    opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;\n  }\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{\n    background:rgba(248,250,252,.7);backdrop-filter:blur(6px);\n    border:1px solid var(--line);border-radius:var(--radius);\n    overflow:hidden;box-shadow:var(--shadow);\n  }\n  table{width:100%;border-collapse:collapse;}\n  th,td{text-align:left;padding:12px 18px;font-size:14px !important;}\n  thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;}\n  tbody tr:hover{background:var(--bg-soft);}\n  tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{\n    background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;\n    padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);\n    transition:transform .2s,background .2s;\n  }\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{\n    display:inline-flex;align-items:center;gap:12px;\n    background:linear-gradient(135deg,#f0fdf4,#e0f2fe);\n    border:1px solid #bae6fd;border-radius:var(--radius);\n    padding:16px 22px;\n    animation:badge-glow 3.2s ease-in-out infinite;\n  }\n  @keyframes badge-glow{\n    0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}\n    50%{box-shadow:0 0 22px rgba(2,132,199,.18);}\n  }\n  .warranty-badge .icon{font-size:29px !important;}\n  .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);}\n  .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{\n    width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;\n    padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;\n  }\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);}\n  .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;}\n  .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n\n  @media (prefers-reduced-motion: reduce){\n    *{animation:none !important;transition:none !important;}\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-gharrakshak-page\"\u003e\n\n\u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n    \u003cdiv class=\"hero-copy\"\u003e\n      \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n      \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n      \u003cp class=\"subtitle\"\u003eAI Face Unlock, Fingerprint, WiFi App Control | Multi-Access Keyless Entry with RFID, PIN \u0026amp; Emergency Key | Premium Smart Lock for Homes \u0026amp; Offices\u003c\/p\u003e\n\n      \u003cdiv class=\"stat-row\"\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"6\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Modes\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"100\"\u003e0\u003c\/b\u003e\u003cspan\u003eUser Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"1.75\"\u003e0\u003c\/b\u003e\u003cspan\u003eKG Weight\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-actions\"\u003e\n        \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Order\u003c\/button\u003e\n        \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Spec Sheet\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== DESCRIPTION ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cdiv class=\"desc\"\u003e\n      \u003cp\u003e\u003cstrong\u003eGolens GHARRAKSHAK Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003eGolens GHARRAKSHAK ek advanced aur premium digital smart door lock hai jo modern homes, apartments, aur offices ke liye design kiya gaya hai. Isme AI Face Unlock technology, built‑in Wi‑Fi connectivity, aur multiple access options milte hain jo safety, style aur convenience ka ek behtareen combination dete hain.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBuilt‑in Wi‑Fi — Remote App Access\u003c\/strong\u003e\u003cbr\u003eGHARRAKSHAK seedha aapke Wi‑Fi se connect hota hai aur mobile app (iOS\/Android) se remote control, user management aur access logs dekhne ki suvidha deta hai — kisi external gateway ki zarurat nahi.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eMulti‑Access \u0026amp; Emergency Backup\u003c\/strong\u003e\u003cbr\u003eLock AI Face Unlock ke saath Fingerprint, RFID Card, PIN Password, Mobile App Access aur Mechanical Key backup support karta hai. Low battery hone par USB emergency power se temporarily access milta hai.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003ePremium Build \u0026amp; Fit\u003c\/strong\u003e\u003cbr\u003eHigh‑grade Aluminium Alloy, Stainless Steel aur Tempered Glass ka istemal karke banaya gaya, GHARRAKSHAK wooden aur metal main doors par stylish aur durable finish provide karta hai.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== KEY FEATURES ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🤖\u003c\/span\u003e\u003ch4\u003eAdvanced AI Face Unlock\u003c\/h4\u003e\n\u003cp\u003eSmart, hands‑free facial recognition for quick and secure entry.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌐\u003c\/span\u003e\u003ch4\u003eInbuilt Wi‑Fi with App Control\u003c\/h4\u003e\n\u003cp\u003eDirect Wi‑Fi connectivity for remote management and real‑time logs without a hub.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003eMulti‑Access Security\u003c\/h4\u003e\n\u003cp\u003eFace, Fingerprint, PIN, RFID Card, Mobile App and Mechanical Key modes supported.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💎\u003c\/span\u003e\u003ch4\u003ePremium Materials\u003c\/h4\u003e\n\u003cp\u003eAluminium alloy, stainless steel and tempered glass for a premium look and durability.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📊\u003c\/span\u003e\u003ch4\u003eComplete Access Management\u003c\/h4\u003e\n\u003cp\u003eManage users and view activity logs from the mobile app.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\u003ch4\u003eEmergency Power \u0026amp; Alarms\u003c\/h4\u003e\n\u003cp\u003eUSB emergency power interface and security alarms for wrong attempts and intrusion alerts.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== TECHNICAL SPECIFICATIONS ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eModel Name \/ Number\u003c\/td\u003e\n\u003ctd\u003eGHARRAKSHAK\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminium Alloy, Stainless Steel, Tempered Glass, ABS Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Color\u003c\/td\u003e\n\u003ctd\u003ePainted \/ Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLock Mounting\u003c\/td\u003e\n\u003ctd\u003eMortise\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLock Keying System\u003c\/td\u003e\n\u003ctd\u003eKeyed Different\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eAI Face Unlock, Fingerprint, RFID Card, Password, Mobile App Access, Mechanical Key\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eController \/ Control Method\u003c\/td\u003e\n\u003ctd\u003eMobile App (iOS \u0026amp; Android), Touch Keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eHSN Code\u003c\/td\u003e\n\u003ctd\u003e83013000\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e1750 grams (1.75 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 Years (Manufacturer Warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== DIMENSIONS ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eDimensions \u0026amp; Package Details\u003c\/h2\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eItem\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e49.0 cm\u003c\/td\u003e\n\u003ctd\u003e7.0 cm\u003c\/td\u003e\n\u003ctd\u003e7.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e49.0 cm\u003c\/td\u003e\n\u003ctd\u003e12.0 cm\u003c\/td\u003e\n\u003ctd\u003e24.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top:14px;color:var(--ink-soft);\"\u003e\u003cstrong style=\"color:var(--ink);\"\u003ePackage Weight:\u003c\/strong\u003e 3.26 kg (3260 g)\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== BOX CONTENTS ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhat's Included in the Box\u003c\/h2\u003e\n    \u003cul class=\"chip-list\"\u003e\n      \u003cli\u003e1× Smart Door Lock Front Panel\u003c\/li\u003e\n      \u003cli\u003e1× Smart Door Lock Rear Panel\u003c\/li\u003e\n      \u003cli\u003e1× Mortise Lock Body \u0026amp; Accessories\u003c\/li\u003e\n      \u003cli\u003e2× RFID Cards\u003c\/li\u003e\n      \u003cli\u003e2× Mechanical Keys\u003c\/li\u003e\n      \u003cli\u003e1× Installation Kit \u0026amp; User Manual\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== WARRANTY ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n    \u003cdiv class=\"warranty-badge\"\u003e\n      \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n        \u003cspan\u003eRepair of material and manufacturing defects covered. Call \u003cstrong\u003e18001237255\u003c\/strong\u003e (10 AM–6 PM) or visit \u003cstrong\u003esupport.golens.in\u003c\/strong\u003e to raise a ticket.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top:12px;color:var(--ink-soft);font-size:13px;\"\u003eManufacturer \/ Importer \/ Packer Address: Golens Import Export Pvt. Ltd., B-6-186, Near Shiv Vatika, Sudharshana Nagar, Bikaner, Rajasthan, 334001.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== IDEAL FOR ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Uses\u003c\/h2\u003e\n    \u003cul class=\"chip-list\"\u003e\n      \u003cli\u003eHome Main Door\u003c\/li\u003e\n\u003cli\u003eApartment Entrance\u003c\/li\u003e\n\u003cli\u003eVilla \u0026amp; Bungalow\u003c\/li\u003e\n\u003cli\u003eOffice Main Door\u003c\/li\u003e\n\u003cli\u003ePrivate Cabin \u0026amp; Boss Cabin\u003c\/li\u003e\n\u003cli\u003eReception \u0026amp; Meeting Rooms\u003c\/li\u003e\n\u003cli\u003eShowrooms \u0026amp; Shops\u003c\/li\u003e\n\u003cli\u003eSenior Citizen \/ Kids Room\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ===== FAQ ===== --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eKya GHARRAKSHAK ko Wi‑Fi ke liye alag hub chahiye?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eNahi — GHARRAKSHAK me built‑in Wi‑Fi hai aur external hub ki jarurat nahi hoti. Seedha mobile app se connect karke remote access aur logs dekhe ja sakte hain.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eKitne unlocking modes supported hain?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003e6 modes: AI Face Unlock, Fingerprint, RFID Card, PIN Password, Mobile App Access, aur Mechanical Key backup.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eWarranty claim kaise karein?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eCustomer care: 18001237255 (10:00 AM–6:00 PM) ya support.golens.in par jaake ticket raise karein. Warranty material\/manufacturing defects par lagu hai.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eBattery poori tarah khatam ho jaye to kya karein?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eAap USB emergency power port se temporary power dekar lock open kar sakte hain; iske alawa mechanical key backup bhi diya gaya hai.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eKya ye wooden aur metal doors par fit hota hai?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eHaan — premium build aur mortise mounting ke saath GHARRAKSHAK wooden aur metal main doors dono par compatible hai (installation kit included).\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cfooter\u003eGolens GHARRAKSHAK · Manufactured by Golens Import Export Pvt. Ltd.\u003c\/footer\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== Sticky CTA ===== --\u003e\n\u003cdiv id=\"sticky-cta\"\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"cta-title\"\u003eGolens GHARRAKSHAK Smart Door Lock\u003c\/div\u003e\n    \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · AI Face Unlock · Inbuilt Wi‑Fi\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Order\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/#golens-gharrakshak-page --\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress', 'sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if (el \u0026\u0026 el.parentElement !== document.body) {\n      document.body.appendChild(el);\n    }\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens GHARRAKSHAK Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0, ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++;\n      setTimeout(typeStep, 28);\n    } else {\n      titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n    }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]');\n  var countersDone = false;\n  function runCounters(){\n    if(countersDone) return;\n    countersDone = true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count'));\n      var isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0;\n      var step = target \/ 40;\n      function tick(){\n        current += step;\n        if(current \u003e= target){ current = target; }\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick);\n        else el.textContent = isDecimal ? target : target;\n      }\n      tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){\n      entry.target.classList.toggle('in', entry.isIntersecting);\n    });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){\n      if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); }\n    });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){\n      card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)';\n    });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span');\n      span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px';\n      span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span);\n      setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q');\n    var a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open');\n        o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){\n        item.classList.add('open');\n        a.style.maxHeight = a.scrollHeight + 'px';\n      }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54569522233623,"sku":"Gharrakshak-B2B","price":21499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_089f6db8-6816-46df-8c12-3898dbf81f63.png?v=1786798257"},{"product_id":"golens-aura-neo-smart-door-lock-with-fingerprint-password-rfid-card-bluetooth-app-key-unlock-keyless-digital-lock-for-home-office-usb-emergency-backup-30-120mm-door-thickness-support","title":"Golens Aura NEO Smart Door Lock with Fingerprint, Password, RFID Card, Bluetooth App \u0026 Key Unlock, Keyless Digital Lock for Home \u0026 Office, USB Emergency Backup, 30-120mm Door Thickness Support","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1_2d071f54-3361-432f-bf5a-badc312ba635.png?v=1785472177\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2_dc1ea93e-8ed0-41c2-817d-b3a849a15306.png?v=1785472178\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3_1fbe8bed-4732-45b2-8285-10b97ffc6306.png?v=1785472178\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4_82326472-4c6b-435d-9703-9e054e93498e.png?v=1785472177\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5_d4811a72-8ea1-46a3-9a00-169bfc78578c.png?v=1785472177\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/6_d33cb578-09d7-4eea-8382-470ccf492a36.png?v=1785472177\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.1_7b382425-fc4f-4ac8-9c31-d4032b18c06f.png?v=1785472178\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.2_d3313a47-6d50-4c2e-9638-907b15d01a78.png?v=1785472177\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.3.png?v=1785472178\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;background:var(--bg);color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;line-height:1.65;-webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;} a{color:inherit;text-decoration:none;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{position:relative;overflow:hidden;border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.55);transform:scale(0);animation:ripple-anim .6s ease-out;pointer-events:none;}\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-aura-neo-page .wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 1cm !important;box-sizing:border-box !important;}\n\n  .hero{padding:48px 0 24px;display:block;max-width:760px;}\n  .badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px;}\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{font-size:clamp(26px,3vw,37px) !important;font-weight:800;letter-spacing:-.01em;margin:0 0 10px;min-height:2.6em;}\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:14px 18px;min-width:110px;text-align:center;animation:stat-float 4.5s ease-in-out infinite;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);} .btn-outline:hover{background:var(--accent-soft);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;} .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{font-size:24px !important;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;}\n  h2.section-title::before{content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;}\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;will-change:transform;}\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{font-size:24px !important;display:inline-block;margin-bottom:10px;animation:icon-pulse 2.6s ease-in-out infinite;}\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;} .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .spec-card{background:rgba(248,250,252,.7);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}\n  table{width:100%;border-collapse:collapse;} th,td{text-align:left;padding:12px 18px;font-size:14px !important;} thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;} tbody tr:hover{background:var(--bg-soft);} tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);transition:transform .2s,background .2s;}\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius);padding:16px 22px;animation:badge-glow 3.2s ease-in-out infinite;}\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;} .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);} .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;}\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);} .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;} .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n  @media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}\n\u003c\/style\u003e\n\u003cdiv id=\"golens-aura-neo-page\"\u003e\n\u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003csection class=\"hero\" style=\"border-top: none; padding-top: 36px;\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n\u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eCompact Cylindrical Design · Fingerprint \u0026amp; Bluetooth App Control · USB Emergency Power · Ideal for Interior \u0026amp; Main Doors\u003c\/p\u003e\n\u003cdiv class=\"stat-row\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Modes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eKG Weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cb\u003e0\u003c\/b\u003e\u003cspan\u003eMax Door Thickness (mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-actions\"\u003e\n\u003cbutton class=\"btn\"\u003eContact for Bulk Order\u003c\/button\u003e \u003cbutton class=\"btn btn-outline\"\u003eDownload Spec Sheet\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"desc\"\u003e\n\u003cp\u003e\u003cstrong\u003eGolens AURA NEO Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eGolens AURA NEO ek compact, modern aur sleek cylindrical design wala smart door lock hai. Yeh matte black finish ke saath aata hai jo wooden aur interior doors ko ek premium aur minimal look deta hai. Isme high‑precision biometric sensor aur Bluetooth connectivity hai jo rozmarra ki access ko smooth aur secure banati hai.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBluetooth App Control — Hubless\u003c\/strong\u003e\u003cbr\u003eAURA NEO smartphone se direct Bluetooth ke zariye connect hota hai — remote access ke liye close‑range control aur easy pairing. App se users manage karna aur logs dekhna bahut aasan hai.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCompact Yet Powerful\u003c\/strong\u003e\u003cbr\u003eDoor thickness 30 mm se 120 mm tak support karta hai, aur emergency USB power backup ke through aap low battery situatieon me bhi temporary power dekar lock khol sakte hain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features \u0026amp; Highlights\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💎\u003c\/span\u003e\n\u003ch4\u003ePremium Minimal Design\u003c\/h4\u003e\n\u003cp\u003eSleek matte black cylindrical look for modern interiors and doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\n\u003ch4\u003eFast Fingerprint Recognition\u003c\/h4\u003e\n\u003cp\u003eHigh‑precision biometric sensor for instant and reliable unlocking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📱\u003c\/span\u003e\n\u003ch4\u003eBluetooth App Control\u003c\/h4\u003e\n\u003cp\u003eManage lock, users and view activity using the mobile app (iOS \u0026amp; Android).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\n\u003ch4\u003eEmergency USB Power Backup\u003c\/h4\u003e\n\u003cp\u003eUSB backup port to provide temporary power when internal battery is low.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔒\u003c\/span\u003e\n\u003ch4\u003e5‑in‑1 Keyless Access\u003c\/h4\u003e\n\u003cp\u003eFingerprint, Password, RFID Card, Bluetooth Mobile App and Mechanical Key options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📐\u003c\/span\u003e\n\u003ch4\u003eWide Door Compatibility\u003c\/h4\u003e\n\u003cp\u003eSupports door thickness from 30 mm to 120 mm — fits many interior and main doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eAURA NEO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Number \/ Part Number\u003c\/td\u003e\n\u003ctd\u003eAURA NEO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type \/ Item Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminium Alloy, Stainless Steel, ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack (Matte Finish)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular \/ Cylindrical Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDoor Thickness Support\u003c\/td\u003e\n\u003ctd\u003e30 mm — 120 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eFingerprint, Password, RFID Card, Bluetooth Mobile App, Mechanical Key\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmergency Power Backup\u003c\/td\u003e\n\u003ctd\u003eUSB Backup Port\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eBluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eController \/ Control Method\u003c\/td\u003e\n\u003ctd\u003eApp (iOS \u0026amp; Android), Keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e1000 grams (1.0 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e1.0 kg (single) \/ 3.59 kg (bulk\/master pack)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 Years (Manufacturer Warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIMENSIONS --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eDimensions \u0026amp; Package Details\u003c\/h2\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eItem Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1000 grams (1.0 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.0 kg (single) \/ 3.59 kg (bulk\/master pack)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BOX CONTENTS --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhat's Included in the Box\u003c\/h2\u003e\n\u003cul class=\"chip-list\"\u003e\n\u003cli\u003e1× Smart Door Lock\u003c\/li\u003e\n\u003cli\u003e2× RFID Cards\u003c\/li\u003e\n\u003cli\u003e2× Mechanical Keys\u003c\/li\u003e\n\u003cli\u003e1× Installation Kit\u003c\/li\u003e\n\u003cli\u003e1× User Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n\u003cdiv class=\"warranty-badge\"\u003e\n\u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e \u003cspan\u003eMaterial aur manufacturing defects ka repair warranty ke tehat covered hai. Complaint ke liye call karein: \u003cstrong\u003e18001237255\u003c\/strong\u003e (10:00 AM–6:00 PM) ya official support portal par ticket raise karein.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px; color: var(--ink-soft); font-size: 13px;\"\u003eWarranty claim ke liye toll‑free number par call karein ya support site par complaint register karein. (Address intentionally removed from this sheet.)\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- IDEAL FOR --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Uses\u003c\/h2\u003e\n\u003cul class=\"chip-list\"\u003e\n\u003cli\u003eMain Door\u003c\/li\u003e\n\u003cli\u003eBedroom Door\u003c\/li\u003e\n\u003cli\u003eApartments \u0026amp; Flats\u003c\/li\u003e\n\u003cli\u003eVillas\u003c\/li\u003e\n\u003cli\u003eOffice Cabin\u003c\/li\u003e\n\u003cli\u003eGuest House \u0026amp; Private Rooms\u003c\/li\u003e\n\u003cli\u003eRental Properties \u0026amp; Airbnb\u003c\/li\u003e\n\u003cli\u003eInterior Doors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"reveal\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eKya AURA NEO Wi‑Fi support karta hai?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eNahi — AURA NEO primary connectivity ke liye Bluetooth use karta hai (close‑range app control). Remote cloud access nahi hota bina external gateway ke.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eBattery drain hone par kya karein?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eUSB emergency power backup port use karke temporary power de sakte hain taaki aap lock open kar saken. Mechanical keys bhi diye gaye hain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eKaun‑kaun se access modes available hain?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eFingerprint, Password, RFID Card, Bluetooth Mobile App aur Mechanical Key — total 5 access modes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eDoor thickness compatibility kya hai?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eAURA NEO 30 mm se 120 mm tak ke doors ko support karta hai. Installation kit aur mortise\/adapter options included hain for most interior and main doors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-q\"\u003eWarranty claim kaise karein?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eCall toll‑free 18001237255 (10:00 AM–6:00 PM) ya official support portal par jaake ticket raise karein. Warranty material\/manufacturing defects ke liye hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter\u003eGolens AURA NEO Smart Door Lock · Manufactured by Golens\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c!-- Sticky CTA --\u003e\n\u003cdiv id=\"sticky-cta\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"cta-title\"\u003eGolens AURA NEO\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · Fingerprint \u0026amp; Bluetooth · USB Emergency Power\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"btn\"\u003eContact for Bulk Order\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54574701969687,"sku":"Aura Neo-B2B","price":14499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_90585b04-3a19-4e0e-811c-7d4a6fc114ac.png?v=1785470415"},{"product_id":"golens-framelock-smart-door-lock-for-main-door-fingerprint-digital-lock-with-wifi-app-control-rfid-card-pin-password-key-access-access-logs-security-alarm-keyless-entry-for-home-office","title":"Golens FRAMELOCK Smart Door Lock for Main Door, Fingerprint Digital Lock with WiFi App Control, RFID Card, PIN Password, Key Access, Access Logs, Security Alarm, Keyless Entry for Home \u0026 Office","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens FRAMELOCK Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;background:var(--bg);color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;line-height:1.65;-webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;} a{color:inherit;text-decoration:none;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{position:relative;overflow:hidden;border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.55);transform:scale(0);animation:ripple-anim .6s ease-out;pointer-events:none;}\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-framelock-page .wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 1cm !important;box-sizing:border-box !important;}\n\n  .hero{padding:48px 0 24px;display:block;max-width:760px;}\n  .badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px;}\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{font-size:clamp(26px,3vw,37px) !important;font-weight:800;letter-spacing:-.01em;margin:0 0 10px;min-height:2.6em;}\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:14px 18px;min-width:110px;text-align:center;animation:stat-float 4.5s ease-in-out infinite;}\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);} .btn-outline:hover{background:var(--accent-soft);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;} .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{font-size:24px !important;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;}\n  h2.section-title::before{content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;}\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;will-change:transform;}\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{font-size:24px !important;display:inline-block;margin-bottom:10px;animation:icon-pulse 2.6s ease-in-out infinite;}\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;} .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);}\n  .term .tip{position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;padding:8px 12px;border-radius:8px;width:220px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;}\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{background:rgba(248,250,252,.7);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}\n  table{width:100%;border-collapse:collapse;} th,td{text-align:left;padding:12px 18px;font-size:14px !important;} thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;} tbody tr:hover{background:var(--bg-soft);} tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);transition:transform .2s,background .2s;}\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius);padding:16px 22px;animation:badge-glow 3.2s ease-in-out infinite;}\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;} .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);} .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;}\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);} .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;} .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n  @media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-framelock-page\"\u003e\n\n  \u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap\"\u003e\n    \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n        \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n        \u003cp class=\"subtitle\"\u003eSlim premium profile · Built‑in Wi‑Fi · Fast fingerprint scanning · App control and security alarms\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-row\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"5\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Methods\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"100\"\u003e0\u003c\/b\u003e\u003cspan\u003eUser Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"1.40\"\u003e0\u003c\/b\u003e\u003cspan\u003eApprox. Weight (kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-actions\"\u003e\n          \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n          \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Specification Sheet\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n      \u003cdiv class=\"desc\"\u003e\n        \u003cp\u003e\u003cstrong\u003eGolens FRAMELOCK Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eThe Golens FRAMELOCK is a high‑performance digital locking solution engineered for main doors in contemporary homes, apartments, villas and commercial premises. Featuring a slim, premium body with a matt‑black finish, FRAMELOCK blends refined aesthetics with robust keyless security.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBuilt‑in Wi‑Fi \u0026amp; Remote Management\u003c\/strong\u003e\u003cbr\u003eFRAMELOCK connects directly to your Wi‑Fi network to enable remote app control, real‑time access logging and permission management from anywhere. No external gateway is required for standard cloud features.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eFast Biometric Recognition \u0026amp; Security\u003c\/strong\u003e\u003cbr\u003eEquipped with a high‑precision fingerprint sensor, FRAMELOCK delivers instant recognition. The lock provides multiple security alarms, tamper alerts and detailed access logs for complete peace of mind.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- KEY FEATURES --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌐\u003c\/span\u003e\u003ch4\u003eBuilt‑in Wi‑Fi Smart Access\u003c\/h4\u003e\n\u003cp\u003eRemote control, permission management and real‑time entry logs via the smartphone app.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003eFast \u0026amp; Accurate Biometrics\u003c\/h4\u003e\n\u003cp\u003eHigh‑precision fingerprint scanning for rapid and reliable single‑touch access.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔢\u003c\/span\u003e\u003ch4\u003eMulti‑Mode Access\u003c\/h4\u003e\n\u003cp\u003eFingerprint, Wi‑Fi app control, PIN password, RFID card and mechanical key for redundancy.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚨\u003c\/span\u003e\u003ch4\u003eAdvanced Security \u0026amp; Alarms\u003c\/h4\u003e\n\u003cp\u003eReal‑time logs, intrusion alarms and anti‑tamper protections to deter unauthorised access.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💎\u003c\/span\u003e\u003ch4\u003ePremium Slim Handle Design\u003c\/h4\u003e\n\u003cp\u003eSleek, durable construction suited to main doors and contemporary interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔧\u003c\/span\u003e\u003ch4\u003eComplete Package\u003c\/h4\u003e\n\u003cp\u003eSupplied with front panel, back panel, mortise body and full installation kit for professional fitting.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"spec-card\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eFRAMELOCK\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Number \/ Part Number\u003c\/td\u003e\n\u003ctd\u003eFRAMELOCK\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Digital Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eZinc alloy, aluminium alloy, stainless steel components, ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Colour\u003c\/td\u003e\n\u003ctd\u003eMatt black \/ polished finish\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eModern premium slim handle design\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eBiometric fingerprint, Wi‑Fi app control, PIN password, RFID card, mechanical key\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eController \/ Control Method\u003c\/td\u003e\n\u003ctd\u003eSmartphone app (iOS \u0026amp; Android), touch input, app access\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePower \u0026amp; Battery\u003c\/td\u003e\n\u003ctd\u003eBattery powered (batteries not included in package; non‑lithium replaceable)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eApprox. Item Weight\u003c\/td\u003e\n\u003ctd\u003e1.40 kg (approx.)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years (standard manufacturer warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT'S INCLUDED --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat’s Included in the Box\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003e1× Smart door lock front panel\u003c\/li\u003e\n        \u003cli\u003e1× Back panel with mortise body\u003c\/li\u003e\n        \u003cli\u003e2× RFID cards\u003c\/li\u003e\n        \u003cli\u003e2× Mechanical backup keys\u003c\/li\u003e\n        \u003cli\u003e1× Installation kit \u0026amp; accessories\u003c\/li\u003e\n        \u003cli\u003e1× User manual\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WARRANTY --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n      \u003cdiv class=\"warranty-badge\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n          \u003cspan\u003eCoverage for repair of material and manufacturing defects under standard warranty terms. To register a complaint, contact the toll‑free helpline on \u003cstrong\u003e18001237255\u003c\/strong\u003e (10:00–18:00) or submit a ticket at \u003cstrong\u003esupport.golens.in\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Door Compatibility\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003eMain entrance doors\u003c\/li\u003e\n\u003cli\u003eApartment entrances\u003c\/li\u003e\n\u003cli\u003eVilla \u0026amp; family homes\u003c\/li\u003e\n\u003cli\u003ePrivate offices \u0026amp; commercial cabins\u003c\/li\u003e\n\u003cli\u003eShops \u0026amp; rental properties\u003c\/li\u003e\n\u003cli\u003eSmart home installations\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eDoes FRAMELOCK require an external hub for remote access?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eNo — FRAMELOCK includes built‑in Wi‑Fi for direct cloud features. A network connection is required for remote access; no separate gateway is typically necessary.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eWhat security features are included?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe lock provides intrusion and tamper alarms, wrong‑attempt notifications and detailed access logs accessible via the companion app.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eIs FRAMELOCK suitable for all main door types?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eFRAMELOCK is designed for wooden, metal and steel doors and is supplied with a mortise body and installation kit for professional fitting.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow do I claim warranty?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eContact customer support at 18001237255 (10:00–18:00) or visit support.golens.in to raise a ticket. Warranty covers material and manufacturing defects for two years.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003cfooter\u003eGolens FRAMELOCK Smart Door Lock · Manufactured by Golens\u003c\/footer\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Sticky CTA --\u003e\n  \u003cdiv id=\"sticky-cta\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"cta-title\"\u003eGolens FRAMELOCK\u003c\/div\u003e\n      \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · Built‑in Wi‑Fi · Fast Fingerprint Access\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress','sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if(el \u0026\u0026 el.parentElement !== document.body) document.body.appendChild(el);\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens FRAMELOCK Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0,ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++; setTimeout(typeStep, 28);\n    } else { titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e'; }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]'), countersDone=false;\n  function runCounters(){\n    if(countersDone) return; countersDone=true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count')), isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0, step = target\/40;\n      function tick(){ current += step; if(current \u003e= target) current = target;\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick); else el.textContent = isDecimal ? target : target;\n      } tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ entry.target.classList.toggle('in', entry.isIntersecting); });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); } });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){ card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)'; });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span'); span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px'; span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span); setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open'); o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54575192572183,"sku":"Framelock-B2B","price":27999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_3d7f392b-5509-458b-995c-d52f2bd9e621.png?v=1787818490"},{"product_id":"golens-kavach-smart-door-lock-with-face-unlock-fingerprint-rfid-password-app-via-wifi-access-premium-digital-lock-for-main-wooden-doors-smart-lock-with-access-logs-multiple-alarm","title":"Golens KAVACH Smart Door Lock with Face Unlock | Fingerprint, RFID, Password \u0026 App via WiFi Access | Premium Digital Lock for Main Wooden Doors | Smart Lock with Access Logs \u0026 Multiple Alarm","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens KAVACH Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;background:var(--bg);color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;line-height:1.65;-webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;} a{color:inherit;text-decoration:none;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{position:relative;overflow:hidden;border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.55);transform:scale(0);animation:ripple-anim .6s ease-out;pointer-events:none;}\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-kavach-page .wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 1cm !important;box-sizing:border-box !important;}\n\n  .hero{padding:48px 0 24px;display:block;max-width:760px;}\n  .badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px;}\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{font-size:clamp(26px,3vw,37px) !important;font-weight:800;letter-spacing:-.01em;margin:0 0 10px;min-height:2.6em;}\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:14px 18px;min-width:110px;text-align:center;animation:stat-float 4.5s ease-in-out infinite;}\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);} .btn-outline:hover{background:var(--accent-soft);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;} .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{font-size:24px !important;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;}\n  h2.section-title::before{content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;}\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;will-change:transform;}\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{font-size:24px !important;display:inline-block;margin-bottom:10px;animation:icon-pulse 2.6s ease-in-out infinite;}\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;} .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);}\n  .term .tip{position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;padding:8px 12px;border-radius:8px;width:220px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;}\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{background:rgba(248,250,252,.7);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}\n  table{width:100%;border-collapse:collapse;} th,td{text-align:left;padding:12px 18px;font-size:14px !important;} thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;} tbody tr:hover{background:var(--bg-soft);} tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);transition:transform .2s,background .2s;}\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius);padding:16px 22px;animation:badge-glow 3.2s ease-in-out infinite;}\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;} .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);} .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;}\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);} .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;} .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n  @media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-kavach-page\"\u003e\n\n  \u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap\"\u003e\n    \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n        \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n        \u003cp class=\"subtitle\"\u003e3D Face Unlock · Fast fingerprint recognition · Built‑in Wi‑Fi · Rechargeable battery with emergency backup\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-row\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"6\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Modes\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"1.98\"\u003e0\u003c\/b\u003e\u003cspan\u003eItem Weight (kg)\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"4.04\"\u003e0\u003c\/b\u003e\u003cspan\u003ePackage Weight (kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-actions\"\u003e\n          \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n          \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Specification Sheet\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n      \u003cdiv class=\"desc\"\u003e\n        \u003cp\u003e\u003cstrong\u003eGolens KAVACH Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eThe Golens KAVACH is a flagship digital access solution engineered for modern residences, premium apartments and executive office environments. With advanced 3D facial recognition alongside high‑precision fingerprint authentication, KAVACH combines next‑generation convenience with robust security.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eConnected Monitoring \u0026amp; Remote Control\u003c\/strong\u003e\u003cbr\u003eKAVACH features built‑in Wi‑Fi to enable remote lock management, detailed real‑time access logs and configuration via the companion mobile application. Administrators can review entry history and manage permissions from anywhere.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eReliable Power \u0026amp; Safeguards\u003c\/strong\u003e\u003cbr\u003eThe product is powered by a rechargeable battery system with external emergency backup support to prevent lockouts. KAVACH also provides multiple alarm modes and anti‑tamper protections to detect and deter unauthorised access attempts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- KEY FEATURES --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e👁️\u003c\/span\u003e\u003ch4\u003eAdvanced 3D Face Unlock\u003c\/h4\u003e\n\u003cp\u003eHigh‑precision 3D facial recognition for rapid, touch‑free entry.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003eFast Fingerprint Recognition\u003c\/h4\u003e\n\u003cp\u003eHigh‑accuracy fingerprint sensor for reliable single‑touch unlocking.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌐\u003c\/span\u003e\u003ch4\u003eBuilt‑in Wi‑Fi \u0026amp; App Control\u003c\/h4\u003e\n\u003cp\u003eRemote lock management, permissions and live access logs via smartphone app.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\u003ch4\u003eRechargeable Battery System\u003c\/h4\u003e\n\u003cp\u003eIntegrated rechargeable power with external emergency backup options to avoid lockouts.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚨\u003c\/span\u003e\u003ch4\u003eComprehensive Alarm Security\u003c\/h4\u003e\n\u003cp\u003eMultiple security alarms and anti‑tamper alerts to protect your property.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔑\u003c\/span\u003e\u003ch4\u003eSix‑in‑One Access\u003c\/h4\u003e\n\u003cp\u003eFace recognition, fingerprint, Wi‑Fi app, PIN password, RFID card and mechanical key backup.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"spec-card\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eKAVACH\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Number \/ Part Number\u003c\/td\u003e\n\u003ctd\u003eKAVACH\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Face Unlock Digital Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eZinc alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Colour\u003c\/td\u003e\n\u003ctd\u003eMatt grey \/ powder‑coated finish\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e1,980 grams (1.98 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e42.0 cm × 8.0 cm × 5.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e49.0 cm × 12.0 cm × 24.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e4,040 grams (4.04 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eFace recognition (3D), biometric fingerprint, Wi‑Fi app, PIN password, RFID card, mechanical key\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eController \/ Control Method\u003c\/td\u003e\n\u003ctd\u003eSmartphone app (Android \u0026amp; iOS), touch keypad, application control\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePower \u0026amp; Battery\u003c\/td\u003e\n\u003ctd\u003eRechargeable battery system with emergency backup support\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years (manufacturer warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT'S INCLUDED --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat’s Included in the Box\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003e1× Smart lock front \u0026amp; rear panel set\u003c\/li\u003e\n        \u003cli\u003e1× Mortise lock body \u0026amp; cylinder unit\u003c\/li\u003e\n        \u003cli\u003e2× RFID cards\u003c\/li\u003e\n        \u003cli\u003e2× Mechanical keys\u003c\/li\u003e\n        \u003cli\u003e1× Rechargeable battery \u0026amp; installation kit\u003c\/li\u003e\n        \u003cli\u003e1× User manual \u0026amp; mounting accessories\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WARRANTY --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n      \u003cdiv class=\"warranty-badge\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n          \u003cspan\u003eCoverage for electronic components and the mortise lock body against manufacturing defects. To raise a complaint or request technical assistance, contact the toll‑free support line on \u003cstrong\u003e18001237255\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Door Compatibility\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003eMain entrance doors\u003c\/li\u003e\n\u003cli\u003eLuxury apartments \u0026amp; villas\u003c\/li\u003e\n\u003cli\u003eBedrooms and studio apartments\u003c\/li\u003e\n\u003cli\u003eExecutive offices \u0026amp; private workspaces\u003c\/li\u003e\n\u003cli\u003eRental properties \u0026amp; Airbnb\u003c\/li\u003e\n\u003cli\u003eShowrooms \u0026amp; clinics\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow does 3D face unlock improve security compared with 2D recognition?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003e3D facial recognition captures depth information, reducing the risk of spoofing using photographs. KAVACH's 3D algorithm improves accuracy and is more resilient to common spoofing attempts.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eWhat happens if the rechargeable battery runs low?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe unit uses a rechargeable battery and supports external emergency backup power options to prevent lockout. The companion app also provides low‑battery alerts.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eCan I view entry logs remotely?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eYes — with Wi‑Fi connectivity and the Golens mobile application, administrators can view real‑time logs and historical access records from anywhere.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow do I claim warranty or request support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eTo register a complaint or request assistance, please call the toll‑free number 18001237255. The two‑year warranty covers manufacturing defects in electronics and the mortise unit.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cfooter\u003eGolens KAVACH Smart Door Lock · Manufactured by Golens\u003c\/footer\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Sticky CTA --\u003e\n  \u003cdiv id=\"sticky-cta\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"cta-title\"\u003eGolens KAVACH\u003c\/div\u003e\n      \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · 3D Face Unlock · Built‑in Wi‑Fi\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress','sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if(el \u0026\u0026 el.parentElement !== document.body) document.body.appendChild(el);\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens KAVACH Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0,ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++; setTimeout(typeStep, 28);\n    } else { titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e'; }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]'), countersDone=false;\n  function runCounters(){\n    if(countersDone) return; countersDone=true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count')), isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0, step = target\/40;\n      function tick(){ current += step; if(current \u003e= target) current = target;\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick); else el.textContent = isDecimal ? target : target;\n      } tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ entry.target.classList.toggle('in', entry.isIntersecting); });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); } });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){ card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)'; });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span'); span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px'; span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span); setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open'); o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54575502786839,"sku":"Kavach-B2B","price":32999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAINKAVACH.png?v=1785479115"},{"product_id":"golens-guardian-ultra-smart-door-lock-for-main-door-with-face-unlock-fingerprint-wifi-app-access-digital-lock-with-rfid-card-password-key-30-days-logs-premium-for-home-office","title":"Golens Guardian-Ultra Smart Door Lock for Main Door with Face Unlock, Fingerprint \u0026 WiFi App Access | Digital Lock with RFID Card, Password, Key \u0026 30 Days Logs | Premium for Home \u0026 Office","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens GUARDIAN‑ULTRA Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behaviour:smooth;}\n  body{\n    margin:0;background:var(--bg);color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;line-height:1.65;-webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;} a{color:inherit;text-decoration:none;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{position:relative;overflow:hidden;border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.55);transform:scale(0);animation:ripple-anim .6s ease-out;pointer-events:none;}\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-guardian-ultra-page .wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 1cm !important;box-sizing:border-box !important;}\n\n  .hero{padding:48px 0 24px;display:block;max-width:760px;}\n  .badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px;}\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{font-size:clamp(26px,3vw,37px) !important;font-weight:800;letter-spacing:-.01em;margin:0 0 10px;min-height:2.6em;}\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:14px 18px;min-width:110px;text-align:center;animation:stat-float 4.5s ease-in-out infinite;}\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);} .btn-outline:hover{background:var(--accent-soft);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;} .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{font-size:24px !important;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;}\n  h2.section-title::before{content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;}\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;will-change:transform;}\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{font-size:24px !important;display:inline-block;margin-bottom:10px;animation:icon-pulse 2.6s ease-in-out infinite;}\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;} .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);}\n  .term .tip{position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;padding:8px 12px;border-radius:8px;width:220px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;}\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{background:rgba(248,250,252,.7);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}\n  table{width:100%;border-collapse:collapse;} th,td{text-align:left;padding:12px 18px;font-size:14px !important;} thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;} tbody tr:hover{background:var(--bg-soft);} tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);transition:transform .2s,background .2s;}\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius);padding:16px 22px;animation:badge-glow 3.2s ease-in-out infinite;}\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;} .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);} .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;}\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);} .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;} .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n  @media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-guardian-ultra-page\"\u003e\n\n  \u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap\"\u003e\n    \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n        \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n        \u003cp class=\"subtitle\"\u003e3D Face Unlock · Multispectral fingerprint sensor · Built‑in Wi‑Fi · 30‑day logs · 4200mAh rechargeable battery\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-row\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"6\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Modes\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"100\"\u003e0\u003c\/b\u003e\u003cspan\u003eUser Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"1.69\"\u003e0\u003c\/b\u003e\u003cspan\u003eItem Weight (kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-actions\"\u003e\n          \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n          \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Specification Sheet\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n      \u003cdiv class=\"desc\"\u003e\n        \u003cp\u003e\u003cstrong\u003eGolens GUARDIAN‑ULTRA Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eThe Golens GUARDIAN‑ULTRA is a flagship digital access solution engineered for modern homes, luxury apartments and premium commercial spaces. Combining advanced 3D facial recognition with a multispectral fingerprint sensor, GUARDIAN‑ULTRA delivers seamless, next‑generation keyless security.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eConnected Monitoring \u0026amp; Management\u003c\/strong\u003e\u003cbr\u003eWith built‑in Wi‑Fi connectivity and compatibility with the Smart Life app, GUARDIAN‑ULTRA enables remote lock management, real‑time monitoring and comprehensive access logs for up to 30 days. Multi‑user administration allows up to 100 distinct user profiles.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eRobust Security \u0026amp; Reliable Power\u003c\/strong\u003e\u003cbr\u003eConstructed from durable zinc alloy with a powder‑coated black \u0026amp; grey finish and a high‑security mortise mechanism, the lock includes multiple alarm modes and anti‑tamper protections. The unit is powered by a 4200mAh rechargeable lithium battery with USB emergency backup to avoid lockouts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- KEY FEATURES --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e👁️\u003c\/span\u003e\u003ch4\u003eAdvanced 3D Face Unlock\u003c\/h4\u003e\n\u003cp\u003eRapid, touch‑free entry using precise 3D facial recognition technology.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003eMultispectral Fingerprint Sensor\u003c\/h4\u003e\n\u003cp\u003eHigh‑accuracy multispectral sensing for reliable fingerprint authentication in varied conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌐\u003c\/span\u003e\u003ch4\u003eBuilt‑in Wi‑Fi \u0026amp; Smart Life App\u003c\/h4\u003e\n\u003cp\u003eRemote control, real‑time monitoring and log review via the Smart Life mobile application.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📊\u003c\/span\u003e\u003ch4\u003e30‑Day Activity Logs\u003c\/h4\u003e\n\u003cp\u003eSave and review up to 30 days of entry history for audit and security purposes.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\u003ch4\u003eRechargeable Battery System\u003c\/h4\u003e\n\u003cp\u003e4200mAh rechargeable battery with USB emergency backup to prevent lockouts.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚨\u003c\/span\u003e\u003ch4\u003eIntegrated Alarm Security\u003c\/h4\u003e\n\u003cp\u003eMultiple alarms and anti‑tamper protections to detect and deter unauthorised access.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"spec-card\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eGUARDIAN‑ULTRA\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel \/ Part Number\u003c\/td\u003e\n\u003ctd\u003eGUARDIAN‑ULTRA\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Face Unlock Digital Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eZinc alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Colour\u003c\/td\u003e\n\u003ctd\u003ePowder‑coated black \u0026amp; grey\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e1,690 grams (1.69 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e42.0 cm × 8.0 cm × 2.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e49.0 cm × 12.0 cm × 24.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e3,930 grams (3.93 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric (Face + Fingerprint)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Mounting \/ Mechanism\u003c\/td\u003e\n\u003ctd\u003eHigh‑security mortise lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eFace recognition (3D), fingerprint, Wi‑Fi app, PIN password, RFID card, mechanical key\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eController \/ Control Method\u003c\/td\u003e\n\u003ctd\u003eSmart Life app (Android \u0026amp; iOS), touch keypad, application control\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePower \u0026amp; Battery\u003c\/td\u003e\n\u003ctd\u003e4200mAh rechargeable lithium battery with USB emergency backup\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUser Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 100 users\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years (manufacturer warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT'S INCLUDED --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat’s Included in the Box\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003e1× Smart lock front \u0026amp; rear panel set\u003c\/li\u003e\n        \u003cli\u003e1× Mortise lock body \u0026amp; cylinder unit\u003c\/li\u003e\n        \u003cli\u003e2× RFID cards\u003c\/li\u003e\n        \u003cli\u003e2× Mechanical keys\u003c\/li\u003e\n        \u003cli\u003e1× Rechargeable battery \u0026amp; installation kit\u003c\/li\u003e\n        \u003cli\u003e1× User manual \u0026amp; mounting accessories\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WARRANTY --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n      \u003cdiv class=\"warranty-badge\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n          \u003cspan\u003eCoverage for repair of material and manufacturing defects. To register a complaint or request technical assistance, contact the toll‑free support line on \u003cstrong\u003e18001237255\u003c\/strong\u003e (10:00–18:00) or visit \u003cstrong\u003esupport.golens.in\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Door Compatibility\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003eMain entrance doors\u003c\/li\u003e\n\u003cli\u003eLuxury apartments \u0026amp; villas\u003c\/li\u003e\n\u003cli\u003eExecutive offices \u0026amp; private workspaces\u003c\/li\u003e\n\u003cli\u003eRetail shops \u0026amp; showrooms\u003c\/li\u003e\n\u003cli\u003eHotels, guest houses \u0026amp; Airbnb properties\u003c\/li\u003e\n\u003cli\u003eClinics \u0026amp; boutique spaces\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow long are activity logs retained on the device?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eGUARDIAN‑ULTRA stores up to 30 days of activity logs locally; full log review and extended history are available via the Smart Life app when connected to Wi‑Fi.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eWhat battery backup options are available?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe unit includes a 4200mAh rechargeable lithium battery and supports USB emergency power input to avoid lockouts in the event of depleted battery levels.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow many users can be registered?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe lock supports up to 100 distinct user profiles, making it suitable for both residential and small commercial environments.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow do I claim warranty or request support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eTo claim warranty or request technical assistance, call the toll‑free helpline on 18001237255 (10:00–18:00) or submit a ticket at support.golens.in. The two‑year warranty covers manufacturing defects.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003cfooter\u003eGolens GUARDIAN‑ULTRA Smart Door Lock · Manufactured by Golens\u003c\/footer\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Sticky CTA --\u003e\n  \u003cdiv id=\"sticky-cta\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"cta-title\"\u003eGolens GUARDIAN‑ULTRA\u003c\/div\u003e\n      \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · 3D Face Unlock · Built‑in Wi‑Fi\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress','sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if(el \u0026\u0026 el.parentElement !== document.body) document.body.appendChild(el);\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens GUARDIAN‑ULTRA Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0,ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++; setTimeout(typeStep, 28);\n    } else { titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e'; }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]'), countersDone=false;\n  function runCounters(){\n    if(countersDone) return; countersDone=true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count')), isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0, step = target\/40;\n      function tick(){ current += step; if(current \u003e= target) current = target;\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick); else el.textContent = isDecimal ? target : target;\n      } tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ entry.target.classList.toggle('in', entry.isIntersecting); });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); } });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){ card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)'; });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span'); span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px'; span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span); setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open'); o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54575635628311,"sku":"Guardian-Ultra-B2B","price":23999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAINGUARDIANULTRA.png?v=1785479831"},{"product_id":"golens-x132-smart-door-lock-for-main-door-with-fingerprint-password-rfid-card-wifi-key-unlock-digital-door-lock-for-wooden-steel-doors-keyless-entry-handle-with-alarm-system","title":"Golens X132 Smart Door Lock for Main Door with Fingerprint, Password, RFID Card, WiFi \u0026 Key Unlock, Digital Door Lock for Wooden \u0026 Steel Doors, Keyless Entry Handle with Alarm System","description":"\u003cbody\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1_b8919cf8-c32b-402a-8af0-84ba5d549af8.png?v=1785480703\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2.1_d622bf4a-d266-4e16-aca7-dfbd8676dc32.png?v=1785480704\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2.2.png?v=1785480705\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2.3.png?v=1785480706\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2.4.png?v=1785480704\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3.1_74ca71a0-1e14-4dfe-a492-1e108957c061.png?v=1785480705\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3.2_204facd9-0458-46a7-8758-2fb41bbfc52c.png?v=1785480705\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4_5b14be1d-7a6b-4e80-a7f0-9329a2a12463.png?v=1785480707\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5_c12b6568-efa9-4a27-b906-d951e4967652.png?v=1785480705\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/6_3bdf5428-1990-49bf-a451-abb986987dfa.png?v=1785480704\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.1_705d4886-8c74-406f-a7fb-396d1fab9d74.png?v=1785480706\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.2_611ff177-1368-49ae-8108-bb53b6cf7b36.png?v=1785480705\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.3_345c56bf-95b8-4515-8f5b-e4d042c2ed2e.png?v=1785480706\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7.4.png?v=1785480704\" alt=\"\"\u003e\u003c\/p\u003e\n\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens X132 Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behaviour:smooth;}\n  body{\n    margin:0;background:var(--bg);color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;line-height:1.65;-webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;} a{color:inherit;text-decoration:none;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{position:relative;overflow:hidden;border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.55);transform:scale(0);animation:ripple-anim .6s ease-out;pointer-events:none;}\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-x132-page .wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 1cm !important;box-sizing:border-box !important;}\n\n  .hero{padding:48px 0 24px;display:block;max-width:760px;}\n  .badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px;}\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{font-size:clamp(26px,3vw,37px) !important;font-weight:800;letter-spacing:-.01em;margin:0 0 10px;min-height:2.6em;}\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:14px 18px;min-width:110px;text-align:center;animation:stat-float 4.5s ease-in-out infinite;}\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);} .btn-outline:hover{background:var(--accent-soft);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;} .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{font-size:24px !important;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;}\n  h2.section-title::before{content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;}\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;will-change:transform;}\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{font-size:24px !important;display:inline-block;margin-bottom:10px;animation:icon-pulse 2.6s ease-in-out infinite;}\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;} .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);}\n  .term .tip{position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;padding:8px 12px;border-radius:8px;width:220px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;}\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{background:rgba(248,250,252,.7);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}\n  table{width:100%;border-collapse:collapse;} th,td{text-align:left;padding:12px 18px;font-size:14px !important;} thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;} tbody tr:hover{background:var(--bg-soft);} tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);transition:transform .2s,background .2s;}\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius);padding:16px 22px;animation:badge-glow 3.2s ease-in-out infinite;}\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;} .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);} .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;}\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);} .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;} .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n  @media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-x132-page\"\u003e\n\n  \u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap\"\u003e\n    \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n        \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n        \u003cp class=\"subtitle\"\u003ePremium slim handle · Wi‑Fi app control · 6‑way smart unlocking · Multispectral biometric support\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-row\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"6\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Methods\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"100\"\u003e0\u003c\/b\u003e\u003cspan\u003eUser Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"1.36\"\u003e0\u003c\/b\u003e\u003cspan\u003eItem Weight (kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-actions\"\u003e\n          \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n          \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Specification Sheet\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n      \u003cdiv class=\"desc\"\u003e\n        \u003cp\u003e\u003cstrong\u003eGolens X132 Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eThe Golens X132 is an advanced digital access control system designed for main door security in modern residences, apartments and commercial workspaces. With a premium slim handle profile and matt black finish, the X132 combines aesthetic refinement with robust, keyless access management.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eVersatile Smart Unlocking\u003c\/strong\u003e\u003cbr\u003eX132 supports a six‑way unlocking system: fingerprint, PIN password, RFID card, Wi‑Fi mobile app access and mechanical key override, providing flexibility and redundancy for everyday use.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eDurable Construction \u0026amp; Wide Compatibility\u003c\/strong\u003e\u003cbr\u003eConstructed from high‑strength zinc alloy, the unit fits doors 30 mm to 120 mm thick. It provides multi‑user management, smart access logs, security alarm alerts and an emergency USB power port to avoid lockouts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- KEY FEATURES --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔒\u003c\/span\u003e\u003ch4\u003e6‑Way Smart Unlock System\u003c\/h4\u003e\n\u003cp\u003eFingerprint, PIN, RFID card, Wi‑Fi app access and mechanical key for comprehensive entry options.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003eHigh‑Precision Biometric Sensor\u003c\/h4\u003e\n\u003cp\u003eMultispectral fingerprint recognition supporting up to 100 users for fast, reliable unlocking.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📊\u003c\/span\u003e\u003ch4\u003eSecurity Alarms \u0026amp; Access Logs\u003c\/h4\u003e\n\u003cp\u003eIntegrated tamper and security alarms with detailed entry logging for audit and monitoring.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💎\u003c\/span\u003e\u003ch4\u003eSlim Matt Black Design\u003c\/h4\u003e\n\u003cp\u003ePremium slim profile with a matt black powder‑coated finish suited to modern entrances.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔧\u003c\/span\u003e\u003ch4\u003eDurable Mortise Mechanism\u003c\/h4\u003e\n\u003cp\u003eSupplied with a mortise lock body for secure installation on wooden and steel doors.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\u003ch4\u003eEmergency USB Power\u003c\/h4\u003e\n\u003cp\u003eExternal USB port for temporary power in low battery situations to prevent lockouts.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"spec-card\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eX132\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel \/ Part Number\u003c\/td\u003e\n\u003ctd\u003eX132\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Digital Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eZinc alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Colour\u003c\/td\u003e\n\u003ctd\u003ePowder coated \/ matt black\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eSize \u0026amp; Profile\u003c\/td\u003e\n\u003ctd\u003ePremium slim\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e1,360 grams (1.36 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e37.0 cm × 7.4 cm × 2.2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e49.0 cm × 12.0 cm × 24.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e2,600 grams (2.6 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Mounting \/ Mechanism\u003c\/td\u003e\n\u003ctd\u003eMortise lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eDoor Thickness Compatibility\u003c\/td\u003e\n\u003ctd\u003e30 mm – 120 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eFingerprint, PIN password, RFID card, Wi‑Fi app, mechanical key\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eController \/ Control Method\u003c\/td\u003e\n\u003ctd\u003eMobile application (Android \u0026amp; iOS), touch keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eBattery operated with emergency USB backup\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUser Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 100 users\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years (manufacturer warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT'S INCLUDED --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat’s Included in the Box\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003e1× Smart lock front \u0026amp; rear panel set\u003c\/li\u003e\n        \u003cli\u003e1× Mortise lock body\u003c\/li\u003e\n        \u003cli\u003e2× RFID cards\u003c\/li\u003e\n        \u003cli\u003e2× Mechanical keys\u003c\/li\u003e\n        \u003cli\u003e1× Installation kit set\u003c\/li\u003e\n        \u003cli\u003e1× User manual \u0026amp; accessories set\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WARRANTY --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n      \u003cdiv class=\"warranty-badge\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n          \u003cspan\u003eRepair of material and manufacturing defects is covered under the warranty terms. To register a complaint or raise a support ticket, call the toll‑free helpline on \u003cstrong\u003e18001237255\u003c\/strong\u003e (10:00–18:00) or visit \u003cstrong\u003esupport.golens.in\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top:12px;color:var(--ink-soft);font-size:13px;\"\u003eManufacturer \/ Importer: Golens Import Export Pvt. Ltd., B‑6‑186, Near Shiv Vatika, Sudharshana Nagar, Bikaner, Rajasthan - 334001.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Door Compatibility\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003eMain entrance doors\u003c\/li\u003e\n\u003cli\u003eApartments \u0026amp; flats\u003c\/li\u003e\n\u003cli\u003eVillas \u0026amp; family homes\u003c\/li\u003e\n\u003cli\u003ePrivate offices \u0026amp; meeting rooms\u003c\/li\u003e\n\u003cli\u003eStudios, showrooms \u0026amp; retail spaces\u003c\/li\u003e\n\u003cli\u003eRental properties \u0026amp; hospitality units\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eWhich unlocking methods are supported by the X132?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe X132 supports fingerprint, PIN password, RFID card, Wi‑Fi mobile app access and mechanical key override for redundancy and convenience.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eWhat door thicknesses does the X132 support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe lock is compatible with doors from 30 mm to 120 mm thickness. The installation kit provides adapters for a wide range of door preparations.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow is emergency power provided if batteries fail?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eUse the external USB emergency power port to provide temporary power and gain access; mechanical keys are also supplied as a backup.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow do I request warranty support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eContact Golens customer care on 18001237255 (10:00–18:00) or visit support.golens.in to raise a ticket. The two‑year warranty covers manufacturing defects.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003cfooter\u003eGolens X132 Smart Door Lock · Manufactured by Golens Import Export Pvt. Ltd.\u003c\/footer\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Sticky CTA --\u003e\n  \u003cdiv id=\"sticky-cta\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"cta-title\"\u003eGolens X132\u003c\/div\u003e\n      \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · 6‑Way Smart Unlock · Wi‑Fi App Control\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress','sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if(el \u0026\u0026 el.parentElement !== document.body) document.body.appendChild(el);\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens X132 Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0,ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++; setTimeout(typeStep, 28);\n    } else { titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e'; }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]'), countersDone=false;\n  function runCounters(){\n    if(countersDone) return; countersDone=true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count')), isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0, step = target\/40;\n      function tick(){ current += step; if(current \u003e= target) current = target;\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick); else el.textContent = isDecimal ? target : target;\n      } tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ entry.target.classList.toggle('in', entry.isIntersecting); });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); } });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){ card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)'; });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span'); span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px'; span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span); setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open'); o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54575740780823,"sku":"X132-B2B","price":11999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1main_096e752a-cb57-4597-9356-1f016fb0723d.png?v=1786798615"},{"product_id":"golens-homeguard-smart-door-lock-for-main-door-with-6-way-unlocking-face-unlock-fingerprint-app-via-wifi-access-rfid-card-password-emergency-keys-digital-door-lock-black","title":"Golens HOMEGUARD Smart Door Lock for Main Door with 6-Way Unlocking, Face Unlock, Fingerprint, App via WiFi Access, RFID Card, Password \u0026 Emergency Keys | Digital Door Lock | Black","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens HOMEGUARD Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behaviour:smooth;}\n  body{\n    margin:0;background:var(--bg);color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;line-height:1.65;-webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;} a{color:inherit;text-decoration:none;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{position:relative;overflow:hidden;border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.55);transform:scale(0);animation:ripple-anim .6s ease-out;pointer-events:none;}\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-homeguard-page .wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 1cm !important;box-sizing:border-box !important;}\n\n  .hero{padding:48px 0 24px;display:block;max-width:760px;}\n  .badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px;}\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{font-size:clamp(26px,3vw,37px) !important;font-weight:800;letter-spacing:-.01em;margin:0 0 10px;min-height:2.6em;}\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:14px 18px;min-width:110px;text-align:center;animation:stat-float 4.5s ease-in-out infinite;}\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);} .btn-outline:hover{background:var(--accent-soft);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;} .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{font-size:24px !important;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;}\n  h2.section-title::before{content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;}\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;will-change:transform;}\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{font-size:24px !important;display:inline-block;margin-bottom:10px;animation:icon-pulse 2.6s ease-in-out infinite;}\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;} .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);}\n  .term .tip{position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;padding:8px 12px;border-radius:8px;width:220px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;}\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{background:rgba(248,250,252,.7);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}\n  table{width:100%;border-collapse:collapse;} th,td{text-align:left;padding:12px 18px;font-size:14px !important;} thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;} tbody tr:hover{background:var(--bg-soft);} tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);transition:transform .2s,background .2s;}\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius);padding:16px 22px;animation:badge-glow 3.2s ease-in-out infinite;}\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;} .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);} .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;}\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);} .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;} .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n  @media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-homeguard-page\"\u003e\n\n  \u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap\"\u003e\n    \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n        \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n        \u003cp class=\"subtitle\"\u003eBrushed black finish · AI 3D Face Unlock · Wi‑Fi app control · 6‑way smart unlocking · 30‑day logs\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-row\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"6\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Methods\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"100\"\u003e0\u003c\/b\u003e\u003cspan\u003eUser Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"30\"\u003e0\u003c\/b\u003e\u003cspan\u003eDays of Logs\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-actions\"\u003e\n          \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n          \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Specification Sheet\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n      \u003cdiv class=\"desc\"\u003e\n        \u003cp\u003e\u003cstrong\u003eGolens HOMEGUARD Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eThe Golens HOMEGUARD is a premium digital access control system engineered for main entrances in contemporary homes, apartments and commercial premises. Finished in brushed black with a refined rectangular profile, HOMEGUARD combines advanced security with a polished aesthetic.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eNext‑Generation Access\u003c\/strong\u003e\u003cbr\u003eHOMEGUARD integrates AI‑powered 3D face recognition with a multispectral fingerprint sensor, PIN entry, RFID card access, Wi‑Fi mobile app control and emergency mechanical key override, providing flexible and redundant entry methods.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eRemote Management \u0026amp; Auditability\u003c\/strong\u003e\u003cbr\u003eBuilt‑in Wi‑Fi connectivity and compatibility with the companion mobile application enable remote locking\/unlocking, live status monitoring and retention of entry records for up to 30 days. The system supports multi‑user management for up to 100 users.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- KEY FEATURES --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e👁️\u003c\/span\u003e\u003ch4\u003eAI 3D Face Recognition\u003c\/h4\u003e\n\u003cp\u003eRapid, hands‑free entry using advanced 3D facial recognition for improved spoof resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003eMultispectral Fingerprint Sensor\u003c\/h4\u003e\n\u003cp\u003eReliable fingerprint authentication across varied environmental conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌐\u003c\/span\u003e\u003ch4\u003eBuilt‑in Wi‑Fi \u0026amp; App Control\u003c\/h4\u003e\n\u003cp\u003eRemote management, permission assignment and real‑time monitoring via the mobile app.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📊\u003c\/span\u003e\u003ch4\u003e30‑Day Entry Logs\u003c\/h4\u003e\n\u003cp\u003eStorage and review of up to 30 days of access history for audit and security.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚨\u003c\/span\u003e\u003ch4\u003eIntegrated Security Alarms\u003c\/h4\u003e\n\u003cp\u003eMultiple alarm modes and anti‑tamper protections to deter unauthorised access attempts.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\u003ch4\u003eEmergency USB Backup\u003c\/h4\u003e\n\u003cp\u003eExternal USB power input to provide temporary power in low battery situations; mechanical key provided as fallback.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"spec-card\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eHOMEGUARD\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel \/ Part Number\u003c\/td\u003e\n\u003ctd\u003eHOMEGUARD\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Digital Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eZinc alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Colour\u003c\/td\u003e\n\u003ctd\u003eBrushed \/ Black\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003e3D face recognition (AI), fingerprint, PIN password, RFID card, Wi‑Fi mobile app access, emergency key\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eController \/ Control Method\u003c\/td\u003e\n\u003ctd\u003eMobile application (Android \u0026amp; iOS), touch keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eBattery powered with emergency USB backup support\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUser Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 100 users\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLog Retention\u003c\/td\u003e\n\u003ctd\u003eUp to 30 days\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years (manufacturer warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT'S INCLUDED --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat’s Included in the Box\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003e1× Smart lock front \u0026amp; rear panel set\u003c\/li\u003e\n        \u003cli\u003e1× Mortise lock body unit\u003c\/li\u003e\n        \u003cli\u003e2× RFID cards\u003c\/li\u003e\n        \u003cli\u003e2× emergency mechanical keys\u003c\/li\u003e\n        \u003cli\u003e1× installation kit set\u003c\/li\u003e\n        \u003cli\u003e1× user manual \u0026amp; accessories set\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WARRANTY --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Support\u003c\/h2\u003e\n      \u003cdiv class=\"warranty-badge\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n          \u003cspan\u003eRepair of material and manufacturing defects is covered under the warranty terms. For support, contact Customer Care on \u003cstrong\u003e18001237255\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top:12px;color:var(--ink-soft);font-size:13px;\"\u003eManufacturer \/ Importer \/ Packer: Golens Import Export Pvt. Ltd., B‑6‑186, Near Shiv Vatika, Sudharshana Nagar, Bikaner, Rajasthan - 334001.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Door Compatibility\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003eMain entrance doors\u003c\/li\u003e\n\u003cli\u003eApartments \u0026amp; flats\u003c\/li\u003e\n\u003cli\u003eVillas \u0026amp; family homes\u003c\/li\u003e\n\u003cli\u003eExecutive offices \u0026amp; private workspaces\u003c\/li\u003e\n\u003cli\u003eRetail shops \u0026amp; showrooms\u003c\/li\u003e\n\u003cli\u003eHospitals \u0026amp; clinics\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eDoes HOMEGUARD provide remote access without an external hub?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eYes — HOMEGUARD connects directly to Wi‑Fi for remote app control and live monitoring. A stable network connection is required for remote features.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow long are access logs retained?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe device retains up to 30 days of access records locally; full review is available through the companion mobile application when connected to Wi‑Fi.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eWhat should I do if the battery runs low?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eUse the external USB emergency power input to provide temporary power and gain access. Emergency mechanical keys are also supplied.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow do I claim warranty or request support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eContact Golens Customer Care on 18001237255 (10:00–18:00) or visit support.golens.in to raise a support ticket. The two‑year warranty covers manufacturing defects.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003cfooter\u003eGolens HOMEGUARD Smart Door Lock · Manufactured by Golens\u003c\/footer\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Sticky CTA --\u003e\n  \u003cdiv id=\"sticky-cta\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"cta-title\"\u003eGolens HOMEGUARD\u003c\/div\u003e\n      \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · AI 3D Face Unlock · Built‑in Wi‑Fi\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress','sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if(el \u0026\u0026 el.parentElement !== document.body) document.body.appendChild(el);\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens HOMEGUARD Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0,ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++; setTimeout(typeStep, 28);\n    } else { titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e'; }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]'), countersDone=false;\n  function runCounters(){\n    if(countersDone) return; countersDone=true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count')), isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0, step = target\/40;\n      function tick(){ current += step; if(current \u003e= target) current = target;\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick); else el.textContent = isDecimal ? target : target;\n      } tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ entry.target.classList.toggle('in', entry.isIntersecting); });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); } });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){ card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)'; });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span'); span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px'; span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span); setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open'); o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54576381853975,"sku":"Homeguard-B2B","price":22999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAINHOMEGUARD.png?v=1785482357"},{"product_id":"golens-vintage-smart-door-lock-7-in-1-biometric-wi-fi-door-lock-with-3d-face-recognition-fingerprint-rfid-pin-key-mobile-app-100-user-capacity-zinc-alloy-5000mah-battery","title":"Golens Vintage Smart Door Lock | 7-in-1 Biometric Wi-Fi Door Lock with 3D Face Recognition, Fingerprint, RFID, PIN, Key \u0026 Mobile App – 100 User Capacity, Zinc Alloy, 5000mAh Battery","description":"\u003cp style=\"text-align: center;\"\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1_96e78352-f756-4054-afe6-a5254f5aeacf.jpg?v=1788355518\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2_3d55ebad-ca0f-4027-b823-cbee126042e0.png?v=1788355519\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3_01fa48dd-47a9-48c3-bd1c-6724eb7cf4d0.png?v=1788355519\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4_f8981ea4-fad7-459c-9380-015d1995158e.png?v=1788355519\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5_18e8ef5e-0ada-4de9-b33f-9b9b05f105b1.jpg?v=1788355516\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/6_80082dff-d8b2-4158-81cc-76ad2b0c14d6.png?v=1788355519\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7_767609ea-53f6-4bc8-a5c2-e79a733f0c76.png?v=1788355519\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/8_25fdcb38-1cc0-42e8-94eb-a069a9690d0e.png?v=1788355519\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/9_d69f5e1e-6460-476f-ac69-4d786611c6ff.png?v=1788355519\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54577704108311,"sku":"Vintage-B2B","price":34999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_9db0607a-e92c-48fa-b4d4-c712745a1f9b.jpg?v=1786337782"},{"product_id":"golens-scanxpro-7-way-smart-door-lock-wifi-face-recognition-fingerprint-rfid-card-pin-key-app-via-wifi-unlock-digital-lock-for-wooden-steel-main-doors-fits-30-120mm-door-thickness","title":"Golens SCANXPRO 8-Way Smart Door Lock | Face Recognition, Fingerprint, WiFi Smart App, RFID Card, PIN, OTP, Temporary Password \u0026 Mechanical Key | Fits 30–120 mm Wooden \u0026 Steel Doors","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1_c2d89e2c-6099-4915-8d2d-e8044e1501bc.png?v=1785493933\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2.1_747173ac-ee55-44a1-8b02-a5235241ca9f.png?v=1785493933\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2.2_a1311123-99f2-4ed9-8dcc-677c8658c993.png?v=1785493932\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3_76b7e1e5-97f7-46ff-ac3f-9d27bd8a63cd.png?v=1785493933\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4.1_10d3fd4c-8114-4f3e-b307-ed58a24e556d.png?v=1785493932\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4.2.png?v=1785493932\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5.1_75ae18b4-6fa0-4273-a44d-5cbe240bbb7f.png?v=1785493933\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5.2_0008c817-e476-4d09-93e6-fb02add2ff96.png?v=1785493933\" alt=\"\"\u003e\u003c\/p\u003e\n","brand":"Golens","offers":[{"title":"Default Title","offer_id":54577756930327,"sku":"Scanxpro-B2B","price":20999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1main_c2657a08-def6-4be3-89a4-e2a2a1be7484.jpg?v=1787289965"},{"product_id":"golens-slim-safe-smart-door-lock-with-fingerprint-password-rfid-card-key-app-via-wifi-access-multiple-unlock-modes-zinc-alloy-body-for-wooden-steel-doors-door-thickness-30-120mm","title":"Golens Slim-Safe Smart Door Lock with Fingerprint, Password, RFID Card, Key \u0026 App via WiFi Access, Multiple Unlock Modes, Zinc Alloy Body for Wooden \u0026 Steel Doors, Door Thickness 30-120MM","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens SLIM‑SAFE Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg:#ffffff;\n    --bg-soft:#f8fafc;\n    --ink:#0f172a;\n    --ink-soft:#475569;\n    --line:#e2e8f0;\n    --accent:#0284c7;\n    --accent-dark:#075985;\n    --accent-soft:#e0f2fe;\n    --radius:14px;\n    --shadow:0 10px 30px rgba(15,23,42,.08);\n    --shadow-lg:0 20px 50px rgba(15,23,42,.14);\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behaviour:smooth;}\n  body{\n    margin:0;background:var(--bg);color:var(--ink);\n    font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n    font-size:14px !important;line-height:1.65;-webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%;display:block;} a{color:inherit;text-decoration:none;}\n\n  #scroll-progress{\n    position:fixed !important;top:0;left:0;height:3px;width:0%;\n    background:linear-gradient(90deg,var(--accent),var(--accent-dark));\n    z-index:9999;transition:width .1s linear;\n  }\n\n  #sticky-cta{\n    position:fixed !important;bottom:0;left:0;right:0;\n    background:#ffffff;border-top:1px solid var(--line);\n    box-shadow:0 -8px 24px rgba(15,23,42,.08);\n    padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;\n    z-index:998;transform:translateY(100%);transition:transform .35s ease;\n  }\n  #sticky-cta.show{transform:translateY(0);}\n  #sticky-cta .cta-title{font-weight:700;font-size:15px !important;}\n  #sticky-cta .cta-sub{font-size:13px !important;color:var(--ink-soft);}\n\n  .btn{position:relative;overflow:hidden;border:none;cursor:pointer;border-radius:999px;\n    padding:12px 26px;font-weight:700;font-size:14px !important;background:var(--accent);color:#fff;\n    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;}\n  .btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 22px rgba(2,132,199,.35);}\n  .ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.55);transform:scale(0);animation:ripple-anim .6s ease-out;pointer-events:none;}\n  @keyframes ripple-anim{to{transform:scale(4);opacity:0;}}\n\n  #golens-slim-safe-page .wrap{max-width:100% !important;width:100% !important;margin:0 auto !important;padding:0 1cm !important;box-sizing:border-box !important;}\n\n  .hero{padding:48px 0 24px;display:block;max-width:760px;}\n  .badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-dark);\n    font-size:12px !important;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px;}\n  .badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.6s infinite;}\n  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.35;}}\n\n  h1.title{font-size:clamp(26px,3vw,37px) !important;font-weight:800;letter-spacing:-.01em;margin:0 0 10px;min-height:2.6em;}\n  .typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink 1s step-start infinite;}\n  @keyframes blink{50%{opacity:0;}}\n\n  .subtitle{color:var(--ink-soft);font-size:15px !important;font-weight:600;margin-bottom:22px;}\n  .stat-row{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 26px;}\n  .stat{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:14px 18px;min-width:110px;text-align:center;animation:stat-float 4.5s ease-in-out infinite;}\n  .stat:nth-child(2){animation-delay:.3s;}\n  .stat:nth-child(3){animation-delay:.6s;}\n  .stat:nth-child(4){animation-delay:.9s;}\n  @keyframes stat-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}\n  .stat b{display:block;font-size:22px !important;color:var(--accent-dark);font-weight:800;}\n  .stat span{font-size:12px !important;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;}\n\n  .hero-actions{display:flex;gap:12px;flex-wrap:wrap;}\n  .btn-outline{background:#fff;color:var(--accent-dark);border:1.5px solid var(--accent);} .btn-outline:hover{background:var(--accent-soft);}\n\n  section{padding:40px 0;border-top:1px solid var(--line);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;} .reveal.in{opacity:1;transform:translateY(0);}\n\n  h2.section-title{font-size:24px !important;font-weight:800;margin:0 0 20px;display:flex;align-items:center;gap:10px;}\n  h2.section-title::before{content:\"\";width:5px;height:22px;background:var(--accent);border-radius:3px;}\n  .desc p{color:var(--ink-soft);margin:0 0 14px;font-size:14px !important;line-height:1.7 !important;}\n  .desc strong{color:var(--ink);font-size:14px !important;}\n\n  .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;}\n  .feature-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .15s ease,box-shadow .15s ease;transform-style:preserve-3d;will-change:transform;}\n  .feature-card:hover{box-shadow:var(--shadow-lg);}\n  .feature-icon{font-size:24px !important;display:inline-block;margin-bottom:10px;animation:icon-pulse 2.6s ease-in-out infinite;}\n  @keyframes icon-pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}\n  .feature-card h4{margin:0 0 6px;font-size:16px !important;font-weight:800;} .feature-card p{margin:0;color:var(--ink-soft);font-size:14px !important;}\n\n  .term{border-bottom:1.5px dotted var(--accent);cursor:help;position:relative;font-weight:700;color:var(--accent-dark);}\n  .term .tip{position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(6px);background:var(--ink);color:#fff;font-size:12px !important;font-weight:500;line-height:1.4;padding:8px 12px;border-radius:8px;width:220px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;}\n  .term:hover .tip{opacity:1;transform:translateX(-50%) translateY(0);}\n\n  .spec-card{background:rgba(248,250,252,.7);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}\n  table{width:100%;border-collapse:collapse;} th,td{text-align:left;padding:12px 18px;font-size:14px !important;} thead th{background:var(--accent-soft);color:var(--accent-dark);font-weight:800;}\n  tbody tr{border-top:1px solid var(--line);transition:background .15s;} tbody tr:hover{background:var(--bg-soft);} tbody td:first-child{color:var(--ink-soft);font-weight:600;width:38%;}\n\n  .chip-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}\n  .chip-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px !important;font-weight:600;color:var(--ink);transition:transform .2s,background .2s;}\n  .chip-list li:hover{background:var(--accent-soft);transform:translateY(-2px);}\n\n  .warranty-badge{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#e0f2fe);border:1px solid #bae6fd;border-radius:var(--radius);padding:16px 22px;animation:badge-glow 3.2s ease-in-out infinite;}\n  @keyframes badge-glow{0%,100%{box-shadow:0 0 0 rgba(2,132,199,0);}50%{box-shadow:0 0 22px rgba(2,132,199,.18);}}\n  .warranty-badge .icon{font-size:29px !important;} .warranty-badge b{display:block;font-size:18px !important;color:var(--accent-dark);} .warranty-badge span{font-size:14px !important;color:var(--ink-soft);}\n\n  .faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}\n  .faq-q{width:100%;text-align:left;background:var(--bg-soft);border:none;cursor:pointer;padding:14px 18px;font-weight:700;font-size:15px !important;display:flex;justify-content:space-between;align-items:center;}\n  .faq-q .plus{transition:transform .25s ease;font-size:18px !important;color:var(--accent);} .faq-item.open .plus{transform:rotate(45deg);}\n  .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff;} .faq-a p{margin:0;padding:0 18px 16px;color:var(--ink-soft);font-size:14px !important;}\n\n  footer{padding:30px 0 100px;text-align:center;color:var(--ink-soft);font-size:14px !important;}\n  @media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important;}}\n\n  \/* ===== Responsive adjustments for mobile \/ tablet ===== *\/\n\n  \/* Utility: reduce overall horizontal padding at small widths *\/\n  @media (max-width: 900px) {\n    .wrap { padding: 18px !important; }\n    .hero { padding: 32px 0 20px; max-width: 680px; }\n    .subtitle { font-size: 14px !important; }\n    .hero-actions { gap: 10px; }\n    .btn { padding: 10px 18px; font-size: 15px !important; }\n    .badge { padding: 5px 12px; font-size: 11px !important; }\n    .stat b { font-size: 20px !important; }\n    .stat span { font-size: 11px !important; }\n  }\n\n  \/* Stack stats into two columns on small screens *\/\n  @media (max-width: 640px) {\n    .stat-row {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 10px;\n      margin: 16px 0;\n    }\n    .hero { padding: 22px 0; }\n    h1.title { font-size: clamp(20px, 6vw, 28px) !important; min-height: auto; }\n    .subtitle { margin-bottom: 14px; }\n    .hero-actions { width:100%; justify-content:stretch; }\n    .hero-actions .btn, .hero-actions .btn-outline { flex:1; }\n  }\n\n  \/* Make feature grid single column on narrow screens *\/\n  @media (max-width: 700px) {\n    .feature-grid { grid-template-columns: 1fr !important; gap: 12px; }\n    .feature-card { padding: 16px; }\n  }\n\n  \/* Tables: allow horizontal scrolling rather than squashing *\/\n  .spec-card { overflow: auto; -webkit-overflow-scrolling: touch; }\n  .spec-card table { min-width: 560px; }\n\n  \/* Chip list: make chips wrap with sensible spacing *\/\n  .chip-list { gap: 8px; }\n  .chip-list li { padding: 8px 12px; font-size: 13px !important; }\n\n  \/* FAQ: increase hit area for touch devices *\/\n  .faq-q { padding: 16px !important; font-size: 15px !important; }\n\n  \/* Sticky CTA: compress on small screens, respect safe-area-inset-bottom *\/\n  #sticky-cta {\n    padding: 10px 14px;\n    gap: 10px;\n    bottom: env(safe-area-inset-bottom, 0);\n  }\n  #sticky-cta .cta-title { font-size: 14px !important; }\n  #sticky-cta .cta-sub { font-size: 12px !important; }\n  #sticky-cta .btn { padding: 10px 14px; font-size: 14px !important; }\n\n  \/* Reduce animations on small devices for performance *\/\n  @media (max-width: 420px), (prefers-reduced-motion: reduce) {\n    .feature-card, .stat, .badge, .warranty-badge { transition: none !important; animation: none !important; }\n  }\n\n  \/* Small polish: ensure hero elements don’t overflow on tiny widths *\/\n  @media (max-width: 360px) {\n    .wrap { padding: 12px !important; }\n    .badge { font-size: 10px !important; padding: 4px 10px; }\n    .typewriter-cursor { display:none; } \/* avoid layout jump on very small screens *\/\n  }\n\n  \/* Ensure images (if added later) are responsive *\/\n  img.responsive, .product-image { max-width: 100%; height: auto; display: block; }\n\n  \/* Table accessibility: allow users to scroll horizontally with a clear visual hint *\/\n  .spec-card::after {\n    content: \"\";\n    display: block;\n    height: 6px;\n    background: linear-gradient(90deg, transparent, rgba(2,132,199,0.06), transparent);\n    margin-top: 6px;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"golens-slim-safe-page\"\u003e\n\n  \u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap\"\u003e\n    \u003csection class=\"hero\" style=\"border-top:none;padding-top:36px;\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n        \u003ch1 class=\"title\" id=\"typewriter-title\"\u003e\u003c\/h1\u003e\n        \u003cp class=\"subtitle\"\u003eUltra‑slim polished grey finish · Multispectral fingerprint · Wi‑Fi Smart App control · 4 AA battery with USB emergency backup\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-row\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"5\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Methods\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYear Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"100\"\u003e0\u003c\/b\u003e\u003cspan\u003eUser Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"30\"\u003e0\u003c\/b\u003e\u003cspan\u003eDays of Logs\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-actions\"\u003e\n          \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n          \u003cbutton class=\"btn btn-outline\" data-ripple\u003eDownload Specification Sheet\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n      \u003cdiv class=\"desc\"\u003e\n        \u003cp\u003e\u003cstrong\u003eGolens SLIM‑SAFE Smart Door Lock\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eThe Golens SLIM‑SAFE is a modern digital security system engineered to provide flexible access control and reliable protection across residential and commercial premises. With an ultra‑slim zinc alloy body in a polished grey finish, SLIM‑SAFE is designed to blend with contemporary interiors while delivering robust, multi‑mode entry options.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eMultiple Unlock Methods\u003c\/strong\u003e\u003cbr\u003eSLIM‑SAFE supports fingerprint recognition, PIN password, RFID card access, emergency mechanical key and remote control via the Smart App over built‑in Wi‑Fi, offering convenient redundancy for every scenario.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePower \u0026amp; Compatibility\u003c\/strong\u003e\u003cbr\u003eDesigned for doors 30 mm to 120 mm thick, the unit runs on four AA batteries and includes a USB emergency power port to avoid lockouts. Built‑in Wi‑Fi enables real‑time monitoring, user management and remote unlocking without an additional hub.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- KEY FEATURES --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📱\u003c\/span\u003e\u003ch4\u003eSmart App via Wi‑Fi\u003c\/h4\u003e\n\u003cp\u003eRemote unlocking, user provisioning and access monitoring through the companion Smart App (Android \u0026amp; iOS).\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🖐\u003c\/span\u003e\u003ch4\u003eAdvanced Multispectral Fingerprint Sensor\u003c\/h4\u003e\n\u003cp\u003eFast and accurate fingerprint authentication supporting up to 100 users.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔢\u003c\/span\u003e\u003ch4\u003eMultiple Unlock Modes\u003c\/h4\u003e\n\u003cp\u003eFingerprint, PIN code, RFID card, physical mechanical key and Smart App control for flexible access.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\u003ch4\u003eReliable Power \u0026amp; USB Backup\u003c\/h4\u003e\n\u003cp\u003eOperates on 4 AA batteries with USB emergency power input to prevent lockouts.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📊\u003c\/span\u003e\u003ch4\u003e30‑Day Log Records\u003c\/h4\u003e\n\u003cp\u003eReview up to 30 days of access history via the app for audit and security monitoring.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🏗️\u003c\/span\u003e\u003ch4\u003eDurable, Slim Construction\u003c\/h4\u003e\n\u003cp\u003ePolished zinc alloy chassis with an ultra‑slim profile designed for wooden and steel doors.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"spec-card\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eModel Name \/ Number\u003c\/td\u003e\n\u003ctd\u003eSLIM‑SAFE\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Digital Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eZinc alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Colour\u003c\/td\u003e\n\u003ctd\u003ePolished \/ Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eUltra‑slim minimalist\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eFingerprint, PIN password, RFID card, physical mechanical key, Smart App via Wi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eFingerprint Sensor\u003c\/td\u003e\n\u003ctd\u003eAdvanced multispectral fingerprint sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eUser Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 100 users\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eDoor Thickness Range\u003c\/td\u003e\n\u003ctd\u003e30 mm – 120 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eCompatible Door Types\u003c\/td\u003e\n\u003ctd\u003eWooden doors and steel doors\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003e4 AA batteries (operational) with USB emergency backup\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e-25°C to +70°C\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eDurability Lifespan\u003c\/td\u003e\n\u003ctd\u003eOver 100,000 unlock cycles\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eControl Method\u003c\/td\u003e\n\u003ctd\u003eSmart App (Android \u0026amp; iOS), touch keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Length\u003c\/td\u003e\n\u003ctd\u003e14.6 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Width\u003c\/td\u003e\n\u003ctd\u003e32.9 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Height\u003c\/td\u003e\n\u003ctd\u003e54.2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e4.94 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years (manufacturer warranty)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WHAT'S INCLUDED --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat’s Included in the Box\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003e1× Smart lock front \u0026amp; rear panels\u003c\/li\u003e\n        \u003cli\u003e1× Mortise lock body\u003c\/li\u003e\n        \u003cli\u003e2× RFID cards\u003c\/li\u003e\n        \u003cli\u003e2× emergency mechanical keys\u003c\/li\u003e\n        \u003cli\u003e1× installation kit\u003c\/li\u003e\n        \u003cli\u003e1× user manual \u0026amp; installation accessories\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- WARRANTY --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Customer Support\u003c\/h2\u003e\n      \u003cdiv class=\"warranty-badge\"\u003e\n        \u003cspan class=\"icon\"\u003e✅\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cb\u003e2 Years Manufacturer Warranty\u003c\/b\u003e\n          \u003cspan\u003eRepair of material and manufacturing defects covered during the warranty period. For assistance contact Customer Care on \u003cstrong\u003e18001237255\u003c\/strong\u003e (10:00–18:00) or raise a ticket at \u003cstrong\u003esupport.golens.in\u003c\/strong\u003e.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top:12px;color:var(--ink-soft);font-size:13px;\"\u003eManufacturer: Golens Import Export Pvt. Ltd.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- INSTALLATION --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProfessional Installation\u003c\/h2\u003e\n      \u003cdiv class=\"desc\"\u003e\n        \u003cp\u003eGolens offers professional installation by trained technicians. Installation is a paid service and pricing starts from ₹1,200; the final cost depends on location, door type and installation complexity. Contact Customer Care to arrange installation in your area.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eRecommended Applications \u0026amp; Door Compatibility\u003c\/h2\u003e\n      \u003cul class=\"chip-list\"\u003e\n        \u003cli\u003eMain entrance doors\u003c\/li\u003e\n\u003cli\u003eApartments \u0026amp; flats\u003c\/li\u003e\n\u003cli\u003eVillas \u0026amp; family homes\u003c\/li\u003e\n\u003cli\u003ePrivate offices \u0026amp; reception areas\u003c\/li\u003e\n\u003cli\u003eShowrooms \u0026amp; retail outlets\u003c\/li\u003e\n\u003cli\u003eClinics \u0026amp; hospitality units\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"reveal\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eDoes SLIM‑SAFE allow remote unlocking via the Smart App?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eYes — SLIM‑SAFE features built‑in Wi‑Fi and the companion Smart App which enable remote unlocking, user management and access history review without an external hub.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eWhat if the AA batteries run out?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe lock supports USB emergency power input to provide temporary power and allow entry. Replace the AA batteries as soon as convenient and monitor battery levels via the app.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow many users can be registered?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eSLIM‑SAFE supports up to 100 authorised users, configurable through the Smart App for personalised access control.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-q\"\u003eHow do I claim warranty or request support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eTo claim warranty or request technical assistance, contact Customer Care on 18001237255 (10:00–18:00) or submit a ticket at support.golens.in. The two‑year warranty covers manufacturing defects.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003cfooter\u003eGolens SLIM‑SAFE Smart Door Lock · Manufactured by Golens\u003c\/footer\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Sticky CTA --\u003e\n  \u003cdiv id=\"sticky-cta\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"cta-title\"\u003eGolens SLIM‑SAFE\u003c\/div\u003e\n      \u003cdiv class=\"cta-sub\"\u003e2 Year Warranty · Multispectral Fingerprint · Wi‑Fi Smart App\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn\" data-ripple\u003eContact for Bulk Orders\u003c\/button\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  ['scroll-progress','sticky-cta'].forEach(function(id){\n    var el = document.getElementById(id);\n    if(el \u0026\u0026 el.parentElement !== document.body) document.body.appendChild(el);\n  });\n\n  var titleEl = document.getElementById('typewriter-title');\n  var fullTitle = \"Golens SLIM‑SAFE Smart Door Lock\";\n  var ti = 0;\n  function typeStep(){\n    if(ti \u003c= fullTitle.length){\n      titleEl.innerHTML = fullTitle.slice(0,ti) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      ti++; setTimeout(typeStep, 28);\n    } else { titleEl.innerHTML = fullTitle + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e'; }\n  }\n  typeStep();\n\n  var counters = document.querySelectorAll('[data-count]'), countersDone=false;\n  function runCounters(){\n    if(countersDone) return; countersDone=true;\n    counters.forEach(function(el){\n      var target = parseFloat(el.getAttribute('data-count')), isDecimal = String(target).indexOf('.') !== -1;\n      var current = 0, step = target\/40;\n      function tick(){ current += step; if(current \u003e= target) current = target;\n        el.textContent = isDecimal ? current.toFixed(2).replace(\/0$\/,'') : Math.round(current);\n        if(current \u003c target) requestAnimationFrame(tick); else el.textContent = isDecimal ? target : target;\n      } tick();\n    });\n  }\n\n  var revealEls = document.querySelectorAll('.reveal');\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ entry.target.classList.toggle('in', entry.isIntersecting); });\n  }, {threshold:.15});\n  revealEls.forEach(function(el){ io.observe(el); });\n\n  var heroObserver = new IntersectionObserver(function(entries){\n    entries.forEach(function(entry){ if(!entry.isIntersecting){ runCounters(); heroObserver.disconnect(); } });\n  }, {threshold:0});\n  heroObserver.observe(document.querySelector('.hero'));\n  setTimeout(runCounters, 1200);\n\n  var progressBar = document.getElementById('scroll-progress');\n  var stickyCta = document.getElementById('sticky-cta');\n  var heroBottom = document.querySelector('.hero').getBoundingClientRect().bottom + window.scrollY;\n  window.addEventListener('scroll', function(){\n    var h = document.documentElement;\n    var scrolled = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n    progressBar.style.width = scrolled + '%';\n    stickyCta.classList.toggle('show', window.scrollY \u003e heroBottom);\n  });\n\n  document.querySelectorAll('.feature-card').forEach(function(card){\n    card.addEventListener('mousemove', function(e){\n      var r = card.getBoundingClientRect();\n      var x = (e.clientX - r.left) \/ r.width - .5;\n      var y = (e.clientY - r.top) \/ r.height - .5;\n      card.style.transform = 'perspective(600px) rotateX(' + (-y*8) + 'deg) rotateY(' + (x*8) + 'deg) translateY(-2px)';\n    });\n    card.addEventListener('mouseleave', function(){ card.style.transform = 'perspective(600px) rotateX(0) rotateY(0)'; });\n  });\n\n  document.querySelectorAll('[data-ripple]').forEach(function(btn){\n    btn.addEventListener('click', function(e){\n      var r = btn.getBoundingClientRect();\n      var span = document.createElement('span'); span.className = 'ripple';\n      span.style.left = (e.clientX - r.left) + 'px'; span.style.top = (e.clientY - r.top) + 'px';\n      btn.appendChild(span); setTimeout(function(){ span.remove(); }, 600);\n    });\n  });\n\n  document.querySelectorAll('.faq-item').forEach(function(item){\n    var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n    q.addEventListener('click', function(){\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.faq-item.open').forEach(function(o){\n        o.classList.remove('open'); o.querySelector('.faq-a').style.maxHeight = null;\n      });\n      if(!isOpen){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n    });\n  });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54578192613655,"sku":"Slim Safe-B2B","price":15499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_00fa4a45-3f4d-46d4-b6c5-edd99695c850.png?v=1785930409"},{"product_id":"golens-x33-project-smart-door-lock-6-way-unlock-fingerprint-pin-rfid-card-key-app-dynamic-password-usb-emergency-power-premium-matte-finish-digital-lock","title":"Golens Edge Smart Door Lock | 6-Way Unlock (Fingerprint, PIN, RFID Card, Key, App, Dynamic Password) | USB Emergency Power | Premium Matte Finish Digital Lock","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens Edge Smart Door Lock\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Golens Edge Smart Door Lock — 6-way unlocking: Fingerprint, PIN, RFID, Mechanical Key, Smart App, OTP. Anti-theft alarm, USB emergency power. Premium grey matte finish.\"\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --ink: #0f172a;\n    --muted: #525f6b;\n    --line: #eef4fb;\n    --accent: #0b6ea6;\n    --accent-2: #b7791f;\n    --card: #ffffff;\n    --radius: 12px;\n    --shadow: 0 12px 30px rgba(15,23,42,0.06);\n  }\n\n  \/* Reset \u0026 base *\/\n  * { box-sizing: border-box; }\n  html { scroll-behaviour: smooth; }\n  body {\n    margin: 0;\n    background: var(--bg);\n    color: var(--ink);\n    font-family: Inter, -apple-system, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    overflow-x: hidden;\n  }\n\n  \/* Desktop: exactly 1cm left + right margin *\/\n  .wrap { width: calc(100% - 2cm); margin: 18px auto 0; padding: 14px 0 6px; max-width: 1600px; }\n  @media (max-width: 720px) { .wrap { width: calc(100% - 24px); padding-left:12px; padding-right:12px; margin: 12px auto 0; } }\n\n  \/* Spotlight follow pointer (subtle) *\/\n  #spotlight {\n    position: fixed;\n    top: 0; left: 0;\n    width: 420px; height: 420px; pointer-events: none; z-index: 1;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(11,110,166,0.06), transparent 65%);\n    transform: translate(-50%,-50%);\n    transition: opacity .25s ease;\n    opacity: 0;\n  }\n\n  \/* HERO (no external CTA buttons) *\/\n  .hero {\n    position: relative;\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n    justify-content: space-between;\n    padding: 12px 0 8px;\n    border-bottom: 1px solid var(--line);\n    overflow: visible;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: -30% -10% auto -10%;\n    height: 220px;\n    background: linear-gradient(120deg, rgba(11,110,166,0.06), rgba(183,121,31,0.05), rgba(11,110,166,0.05));\n    filter: blur(36px);\n    z-index: -1;\n    background-size: 200% 200%;\n    animation: aura 10s ease-in-out infinite;\n  }\n  @keyframes aura { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } }\n\n  .hero-left { flex: 1; min-width: 240px; }\n  .badge {\n    display:inline-flex;\n    align-items:center;\n    gap: .5rem;\n    background: rgba(11,110,166,0.06);\n    color: var(--accent);\n    font-weight: 800;\n    font-size: .9rem;\n    padding: .5rem .8rem;\n    border-radius: 999px;\n    animation: badgeIn .6s ease;\n  }\n  @keyframes badgeIn { from { opacity:0; transform: translateY(-6px) } to { opacity:1; transform:none } }\n  .badge .dot { width:8px; height:8px; border-radius:50%; background:var(--accent); display:inline-block; animation: beat 1.6s infinite ease-in-out; }\n  @keyframes beat { 0%,100% { box-shadow: 0 0 0 0 rgba(11,110,166,0.45) } 50% { box-shadow: 0 0 0 6px rgba(11,110,166,0) } }\n\n  h1.title { margin: .6rem 0 .25rem; font-size: clamp(22px,3.4vw,34px); font-weight: 900; line-height:1.05; }\n  .typewriter-cursor { display:inline-block; width:2px; height:1.05em; background: var(--accent); margin-left:.4rem; animation: blink 1s steps(2) infinite; vertical-align:middle; }\n  @keyframes blink { 50% { opacity:0 } }\n\n  .subtitle { color:var(--muted); font-weight:600; margin:0 0 .6rem; font-size:1rem; opacity:0; animation: fadeUp .6s ease .2s forwards; }\n  @keyframes fadeUp { from { opacity:0; transform: translateY(8px) } to { opacity:1; transform:none } }\n\n  .stat-row { display:flex; gap: .6rem; flex-wrap:wrap; margin:.6rem 0 0; }\n  .stat {\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: 10px;\n    padding: .5rem .8rem;\n    min-width: 110px;\n    text-align:center;\n    box-shadow: 0 8px 18px rgba(2,6,23,0.03);\n    transition: transform .22s ease, box-shadow .22s ease;\n  }\n  .stat:hover { transform: translateY(-4px); box-shadow: 0 18px 32px rgba(11,110,166,0.12) }\n  .stat b { display:block; font-size:1.05rem; color:var(--accent-2); font-weight:900 }\n  .stat small { display:block; font-size:.72rem; color:var(--muted); text-transform:uppercase; letter-spacing:.04em }\n\n  .hero-right { width: 220px; display:flex; flex-direction:column; gap:10px; align-items:stretch; }\n  .mini { background:#fff; border:1px solid var(--line); padding:10px; border-radius:10px; display:flex; gap:10px; align-items:center; box-shadow: 0 10px 24px rgba(2,6,23,0.03); transition: transform .3s ease; }\n  .mini:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(11,110,166,0.08) }\n  .mini .icon { width:44px; height:44px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }\n\n  \/* Sections *\/\n  section { padding: 18px 0; border-top:1px solid var(--line); margin:0; }\n  .reveal { opacity:0; transform: translateY(12px); transition: opacity .46s ease, transform .46s ease; }\n  .reveal.in { opacity:1; transform:none; }\n\n  h2.section-title { font-size:1.02rem; font-weight:800; margin:0 0 .6rem; display:flex; align-items:center; gap:.5rem; position:relative; }\n  h2.section-title::before{ content:\"\"; width:6px; height:22px; background:var(--accent-2); border-radius:3px; }\n  h2.section-title::after { content:\"\"; position:absolute; left:16px; bottom:-8px; height:2px; width:0; background: linear-gradient(90deg,var(--accent),var(--accent-2)); transition: width .46s ease; }\n  .reveal.in h2.section-title::after { width:64px; }\n\n  .desc p { margin:0 0 10px; color:var(--muted); font-size:15px; line-height:1.6; }\n  .desc p:last-child { margin-bottom:0 }\n\n  \/* Features grid with glow \u0026 hover *\/\n  .feature-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:8px; }\n  @media (max-width:1000px) { .feature-grid { grid-template-columns: repeat(2,1fr) } }\n  @media (max-width:640px) { .feature-grid { grid-template-columns: 1fr } }\n\n  .feature-card {\n    background: #fff;\n    border-radius: 12px;\n    padding: 14px;\n    border: 1px solid var(--line);\n    display:flex;\n    gap:12px;\n    align-items:flex-start;\n    box-shadow: var(--shadow);\n    position:relative;\n    overflow:visible;\n    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;\n  }\n  .feature-card::before {\n    content:\"\";\n    position:absolute; inset:0;\n    background: linear-gradient(120deg, transparent, rgba(11,110,166,0.06), transparent);\n    transform: translateX(-110%); transition: transform .6s ease;\n  }\n  .feature-card:hover::before { transform: translateX(110%) }\n  .feature-card:hover { transform: translateY(-8px); box-shadow: 0 28px 64px rgba(11,110,166,0.12); border-color: rgba(11,110,166,0.22); }\n  .feature-icon { width:52px; height:52px; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition: transform .32s ease; }\n  .feature-card:hover .feature-icon { transform: scale(1.08) rotate(-3deg) }\n  .feature-title { font-weight:800; margin-bottom:6px; font-size:15px }\n  .feature-desc { margin:0; color:var(--muted); font-size:14px }\n\n  \/* Specs *\/\n  .spec-card { background: var(--card); border:1px solid var(--line); border-radius:12px; padding:10px; box-shadow: 0 10px 24px rgba(2,6,23,0.03); }\n  table { width:100%; border-collapse: collapse; font-size:15px; }\n  thead th { padding:10px 12px; background: linear-gradient(180deg,#fff,#fbfbfe); color:var(--accent-2); font-weight:800; text-align:left }\n  td, th { padding:10px 12px; border-bottom: 1px solid var(--line) }\n\n  \/* Included chips *\/\n  .chip-list { display:flex; flex-wrap:wrap; gap:10px; padding:0; margin:0; list-style:none }\n  .chip-list li { padding:8px 12px; border-radius:999px; background:#fff; border:1px solid var(--line); font-weight:700; color:var(--ink); transition: transform .2s ease }\n  .chip-list li:hover { transform: translateY(-4px) }\n\n  \/* FAQ *\/\n  .faq-item { border:1px solid var(--line); border-radius:12px; overflow:hidden; margin-bottom:12px; background:#fff; box-shadow: var(--shadow) }\n  .faq-q { width:100%; text-align:left; background:transparent; border:0; cursor:pointer; padding:14px 16px; display:flex; justify-content:space-between; align-items:center; font-weight:800; }\n  .faq-a { max-height:0; overflow:hidden; transition: max-height .32s ease; padding:0 16px }\n  .faq-item.open .faq-q .plus { transform: rotate(45deg); color:var(--accent-2) }\n  .faq-a p { margin:0; padding:10px 0 12px; color:var(--muted) }\n\n  \/* Remove big bottom gaps *\/\n  .wrap \u003e section:last-of-type { padding-bottom: 8px }\n  footer { padding:10px 0 18px; text-align:center; color:var(--muted); font-size:14px }\n\n  \/* Reduced motion safety *\/\n  @media (prefers-reduced-motion: reduce) { * { animation:none!important; transition:none!important } }\n\u003c\/style\u003e\n\n\n\n\u003cdiv id=\"spotlight\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"wrap\" role=\"main\" aria-labelledby=\"product-title\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero reveal\" aria-labelledby=\"product-title\"\u003e\n    \u003cdiv class=\"hero-left\"\u003e\n      \u003cdiv class=\"badge\"\u003e\n\u003cspan class=\"dot\" aria-hidden=\"true\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/div\u003e\n\n      \u003ch1 id=\"product-title\" class=\"title\"\u003eGolens Edge Smart Door Lock \u003cspan class=\"typewriter-cursor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h1\u003e\n\n      \u003cp class=\"subtitle\"\u003ePremium grey matte finish • 6‑way unlocking: Fingerprint, PIN, RFID, Mechanical Key, Smart App \u0026amp; Dynamic OTP • Anti‑theft alarm \u0026amp; USB emergency power\u003c\/p\u003e\n\n      \u003cdiv class=\"stat-row\" role=\"list\" aria-label=\"Product stats\"\u003e\n        \u003cdiv class=\"stat\" role=\"listitem\"\u003e\n\u003cb data-count=\"6\"\u003e0\u003c\/b\u003e\u003csmall\u003eUnlock Methods\u003c\/small\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\" role=\"listitem\"\u003e\n\u003cb data-count=\"1\"\u003e0\u003c\/b\u003e\u003csmall\u003eYears Warranty\u003c\/small\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\" role=\"listitem\"\u003e\n\u003cb data-count=\"2.4\"\u003e0\u003c\/b\u003e\u003csmall\u003eItem Weight (kg)\u003c\/small\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\" role=\"listitem\"\u003e\n\u003cb data-count=\"25\"\u003e0\u003c\/b\u003e\u003csmall\u003eLength (cm)\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003caside class=\"hero-right\" aria-hidden=\"true\"\u003e\n      \u003cdiv class=\"mini\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e\n          \u003c!-- small creative icon --\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" stroke=\"#B7791F\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv style=\"font-weight:800\"\u003ePremium Finish\u003c\/div\u003e\n          \u003cdiv style=\"color:var(--muted); font-size:.92rem\"\u003eMatte grey, modern look\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mini\"\u003e\n        \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 3v4\" stroke=\"#15803D\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 8c1-2 3-3 5-3s4 1 5 3\" stroke=\"#15803D\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv style=\"font-weight:800\"\u003eFingerprint\u003c\/div\u003e\n          \u003cdiv style=\"color:var(--muted); font-size:.92rem\"\u003eFast, reliable sensor\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/aside\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OVERVIEW --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cdiv class=\"desc\"\u003e\n      \u003cp\u003e\u003cstrong\u003eGolens Edge\u003c\/strong\u003e is a premium smart door lock built for modern homes, offices and commercial properties. It combines a refined matte-grey exterior with robust internal hardware and multiple secure unlocking methods to deliver both style and safety.\u003c\/p\u003e\n      \u003cp\u003eEdge supports 6-way unlocking — Fingerprint, PIN, RFID Card, Mechanical Key, Smart App access and Dynamic OTPs — and includes integrated anti-theft alarm protection plus an emergency USB power port to avoid lockouts.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-card\" role=\"region\" aria-label=\"Technical specifications\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBrand Name\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eModel Name \/ Number\u003c\/td\u003e\n\u003ctd\u003eEdge\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock \/ Biometric Digital Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFinish \u0026amp; Colour\u003c\/td\u003e\n\u003ctd\u003ePremium Matte Finish \/ Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Shape\u003c\/td\u003e\n\u003ctd\u003eRectangular\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eModern\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric, Mortise Lock, Keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eUnlock Modes\u003c\/td\u003e\n\u003ctd\u003eFingerprint, PIN, RFID Card, Mechanical Key, Smart App, Dynamic Password (OTP)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eConnectivity Protocol\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eControl Method\u003c\/td\u003e\n\u003ctd\u003eSmart App, Touch Keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eController Type\u003c\/td\u003e\n\u003ctd\u003eAdvanced Fingerprint Sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eBattery powered with emergency USB power backup\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Dimensions\u003c\/td\u003e\n\u003ctd\u003e25.0 cm × 8.0 cm × 6.0 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e2.4 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACKAGE \u0026 SHIPPING --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003ePackage \u0026amp; Shipping Dimensions\u003c\/h2\u003e\n    \u003cdiv class=\"spec-card\" role=\"region\" aria-label=\"Package dimensions\"\u003e\n      \u003ctable\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePackage Length\u003c\/td\u003e\n\u003ctd\u003e17.2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePackage Width\u003c\/td\u003e\n\u003ctd\u003e8.7 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePackage Height\u003c\/td\u003e\n\u003ctd\u003e38.7 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e2.5 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eKey Features \u0026amp; Highlights\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\" role=\"list\"\u003e\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" aria-hidden=\"true\" style=\"background:#F3FFF4;\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 3v4\" stroke=\"#15803D\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 8c1-2 3-3 5-3s4 1 5 3\" stroke=\"#15803D\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003e6‑Way Smart Unlocking\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eFingerprint, PIN, RFID card, mechanical key, Smart App and Dynamic OTP for flexible secure access.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" aria-hidden=\"true\" style=\"background:#FFF8F2;\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003crect x=\"5\" y=\"6\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#B7791F\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eSmart App Control\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eRemote unlock, guest credential management and activity logs via the companion app.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" aria-hidden=\"true\" style=\"background:#EEF9FF;\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M3 11h18\" stroke=\"#0B6EA6\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eAdvanced Anti‑Theft Alarm\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eIntegrated tamper and forced-entry alarms trigger instant alerts to the user.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" aria-hidden=\"true\" style=\"background:#FFF8E6;\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003cpath d=\"M12 2v6\" stroke=\"#B7791F\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003crect x=\"6\" y=\"8\" width=\"12\" height=\"10\" rx=\"2\" stroke=\"#B7791F\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eDynamic OTP Sharing\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eGenerate single-use temporary passcodes for secure visitor access without sharing permanent credentials.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" aria-hidden=\"true\" style=\"background:#F3FFF4;\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003crect x=\"4\" y=\"7\" width=\"12\" height=\"10\" rx=\"2\" stroke=\"#B7791F\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eUSB Emergency Power\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eAvoid lockouts by supplying temporary power via USB to operate the lock in low-battery conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" aria-hidden=\"true\" style=\"background:#EEF9FF;\"\u003e\n          \u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 24 24\" fill=\"none\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" stroke=\"#0B6EA6\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003ePremium Durable Build\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eHeavy-duty construction and professional-grade components for high-frequency use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INCLUDED COMPONENTS --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhat’s Included\u003c\/h2\u003e\n    \u003cul class=\"chip-list\" aria-label=\"Included components\"\u003e\n      \u003cli\u003e1 × Smart Lock Front Panel\u003c\/li\u003e\n      \u003cli\u003e1 × Smart Lock Back Panel\u003c\/li\u003e\n      \u003cli\u003e1 × Mortise Lock\u003c\/li\u003e\n      \u003cli\u003e2 × RFID Cards\u003c\/li\u003e\n      \u003cli\u003e2 × Mechanical Emergency Keys\u003c\/li\u003e\n      \u003cli\u003e1 × Installation Kit (screws \u0026amp; bolts)\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION \u0026 SERVICE --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eInstallation \u0026amp; Service\u003c\/h2\u003e\n    \u003cdiv class=\"desc\"\u003e\n      \u003cp\u003eGolens offers professional installation by certified technicians. Installation is a paid service starting from ₹1,200 — final charges depend on location, door type and complexity.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WARRANTY \u0026 SUPPORT --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWarranty \u0026amp; Customer Support\u003c\/h2\u003e\n    \u003cdiv class=\"desc\"\u003e\n      \u003cp\u003e\u003cstrong\u003eWarranty Duration:\u003c\/strong\u003e 1 Year manufacturer warranty covering manufacturing and functional defects.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Golens Import Export Pvt Ltd — Customer Care: 18001237255.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RECOMMENDED APPLICATIONS --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eRecommended Applications\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\" style=\"grid-template-columns:repeat(2,1fr);\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eResidential\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eMain doors, apartments, villas and short-term rentals.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCommercial\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eOffices, executive rooms, shops and storage units.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eWhat unlocking methods does Edge support?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eEdge supports Fingerprint, PIN, RFID Card, Mechanical Key, Smart App access and Dynamic OTPs for guests.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eWill the anti-theft alarm notify me?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe integrated alarm triggers locally and can be configured to send app notifications for tamper and forced-entry events.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" aria-expanded=\"false\"\u003eWhat if battery fully depletes?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eUse the emergency USB power to temporarily power the lock and operate normally; mechanical keys remain available as a backup.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter\u003eGolens Edge Smart Door Lock · Manufactured by Golens Import Export Pvt Ltd · Customer Care: 18001237255\u003c\/footer\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  'use strict';\n\n  \/* spotlight mouse-follow (subtle) *\/\n  (function spotlight(){\n    var s = document.getElementById('spotlight');\n    if(!s || window.matchMedia('(pointer: coarse)').matches) return;\n    window.addEventListener('mousemove', function(e){\n      s.style.opacity = '1';\n      s.style.left = e.clientX + 'px';\n      s.style.top = e.clientY + 'px';\n    }, { passive:true });\n    window.addEventListener('mouseleave', function(){ s.style.opacity = '0'; });\n  })();\n\n  \/* typewriter title *\/\n  (function typewriter(){\n    var el = document.getElementById('product-title');\n    if(!el) return;\n    var text = el.textContent.trim();\n    el.textContent = '';\n    var i = 0;\n    var speed = 18;\n    (function step(){\n      if(i \u003c= text.length){\n        el.innerHTML = text.slice(0,i) + '\u003cspan class=\"typewriter-cursor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e';\n        i++; setTimeout(step, speed);\n      } else {\n        el.innerHTML = text;\n      }\n    })();\n  })();\n\n  \/* counters — animate once *\/\n  (function counters(){\n    var els = document.querySelectorAll('[data-count]');\n    if(!els.length) return;\n    var started = false;\n    function animate(){\n      if(started) return; started = true;\n      els.forEach(function(el){\n        var target = parseFloat(el.getAttribute('data-count')) || 0;\n        var start = parseFloat(el.textContent) || 0;\n        var dur = 700, t0 = performance.now();\n        (function step(now){\n          var t = Math.min((now - t0)\/dur, 1);\n          var val = start + (target - start) * t;\n          el.textContent = (Number.isInteger(target) ? Math.round(val) : (Math.round(val*100)\/100).toString());\n          if(t \u003c 1) requestAnimationFrame(step);\n        })(t0);\n      });\n    }\n    var hero = document.querySelector('.hero');\n    if(hero \u0026\u0026 'IntersectionObserver' in window){\n      var obs = new IntersectionObserver(function(entries){\n        entries.forEach(function(e){ if(!e.isIntersecting){ animate(); obs.disconnect(); }});\n      }, { threshold: 0 });\n      obs.observe(hero);\n    } else { setTimeout(animate, 800); }\n  })();\n\n  \/* reveal on scroll with small stagger *\/\n  (function reveal(){\n    var els = document.querySelectorAll('.reveal');\n    if('IntersectionObserver' in window){\n      var io = new IntersectionObserver(function(entries){\n        entries.forEach(function(entry){\n          if(entry.isIntersecting){\n            \/\/ small stagger based on index in NodeList\n            var idx = Array.prototype.indexOf.call(els, entry.target);\n            entry.target.style.transitionDelay = (idx % 4) * 0.06 + 's';\n            entry.target.classList.add('in');\n          }\n        });\n      }, { threshold: 0.12 });\n      els.forEach(function(e){ io.observe(e); });\n    } else {\n      function check(){\n        var vh = window.innerHeight || document.documentElement.clientHeight;\n        els.forEach(function(el){\n          if(el.classList.contains('in')) return;\n          var r = el.getBoundingClientRect();\n          if(r.top \u003c vh * 0.92) el.classList.add('in');\n        });\n      }\n      check(); window.addEventListener('scroll', check, { passive:true });\n    }\n  })();\n\n  \/* FAQ toggles *\/\n  (function faq(){\n    document.querySelectorAll('.faq-item').forEach(function(item){\n      var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n      if(!q||!a) return;\n      q.addEventListener('click', function(){\n        var open = item.classList.contains('open');\n        document.querySelectorAll('.faq-item.open').forEach(function(o){\n          o.classList.remove('open'); var aa = o.querySelector('.faq-a'); if(aa) aa.style.maxHeight = null;\n        });\n        if(!open){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n      });\n    });\n  })();\n\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Golens","offers":[{"title":"Default Title","offer_id":54578349736215,"sku":"Edge-B2B","price":10999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_64f2778d-cbdc-4aa2-adcc-4a29bd805ed5.jpg?v=1785502668"},{"product_id":"golens-shield-pro-bell-smart-door-lock-with-built-in-doorbell-face-recognition-fingerprint-wifi-bluetooth-rfid-card-pin-key-access-digital-lock-for-main-door-home-security-system","title":"Golens Shield Pro Bell Smart Door Lock with Built-in Doorbell, Face Recognition, Fingerprint, WiFi \u0026 Bluetooth, RFID Card, PIN, Key Access, Digital Lock for Main Door, Home Security System","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eGolens Shield Pro Bell Smart Door Lock\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #ffffff;\n    --ink: #0f172a;\n    --ink-soft: #475569;\n    --line: #e8eef6;\n    --accent: #075985;       \/* primary accent (blue) *\/\n    --accent-2: #b7791f;     \/* secondary for bronze-ish features *\/\n    --card-bg: #fbfdff;\n    --radius: 12px;\n    --shadow: 0 12px 30px rgba(15,23,42,0.06);\n  }\n\n  \/* Reset \u0026 base *\/\n  *{box-sizing:border-box;}\n  html{scroll-behaviour:smooth;}\n  body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;}\n\n  \/* Leave exactly 1cm margin on left \u0026 right *\/\n  .wrap{ width: calc(100% - 2cm); margin: 0 auto; padding-top:28px; }\n  @media (max-width:720px){ .wrap{ width: calc(100% - 1.2rem); padding-left:12px; padding-right:12px; } }\n\n  \/* Progress bar *\/\n  #scroll-progress{ position:fixed; top:0; left:0; height:4px; width:0%; background:linear-gradient(90deg,var(--accent),var(--accent-2)); z-index:9999; transition:width .12s linear; }\n\n  \/* Sticky CTA *\/\n  #sticky-cta{ position:fixed; bottom:18px; right:18px; background:#fff; border:1px solid var(--line); box-shadow:var(--shadow); padding:10px 14px; border-radius:999px; display:flex; gap:12px; align-items:center; transform:translateY(140%); transition:transform .28s ease; z-index:999; }\n  #sticky-cta.show{ transform:translateY(0); }\n  #sticky-cta .cta-title{ font-weight:800; color:var(--accent-2); font-size:14px; }\n  #sticky-cta .cta-sub{ font-size:13px; color:var(--ink-soft); }\n\n  \/* Hero *\/\n  .hero{ padding:18px 0 6px; border-bottom:1px solid var(--line); }\n  .badge{ display:inline-flex; align-items:center; gap:8px; background:rgba(7,89,133,0.06); color:var(--accent); font-weight:800; font-size:12px; padding:6px 10px; border-radius:999px; }\n  .badge .dot{ width:8px; height:8px; border-radius:50%; background:var(--accent); display:inline-block; }\n\n  h1.title{ margin:10px 0 8px; font-size:clamp(22px,3.6vw,34px); font-weight:900; letter-spacing:-0.01em; }\n  .typewriter-cursor{ display:inline-block; width:2px; background:var(--accent); margin-left:6px; animation:blink 1s step-start infinite; }\n  @keyframes blink{ 50%{ opacity:0; } }\n  .subtitle{ color:var(--ink-soft); font-size:15px; font-weight:600; margin-bottom:14px; max-width:1200px; }\n\n  \/* Stats *\/\n  .stat-row{ display:flex; gap:12px; flex-wrap:wrap; margin:14px 0 18px; }\n  .stat{ background:var(--card-bg); border:1px solid var(--line); border-radius:10px; padding:10px 14px; min-width:130px; text-align:center; box-shadow:0 8px 20px rgba(2,6,23,0.03); }\n  .stat b{ display:block; font-size:18px; color:var(--accent-2); font-weight:900; }\n  .stat span{ font-size:12px; color:var(--ink-soft); text-transform:uppercase; }\n\n  \/* Sections *\/\n  section{ padding:28px 0; border-top:1px solid var(--line); }\n  .reveal{ opacity:0; transform:translateY(16px); transition:opacity .46s ease, transform .46s ease; }\n  .reveal.in{ opacity:1; transform:none; }\n\n  h2.section-title{ font-size:18px; font-weight:800; margin:0 0 12px; display:flex; align-items:center; gap:10px; }\n  h2.section-title::before{ content:\"\"; width:5px; height:20px; background:var(--accent-2); border-radius:3px; }\n\n  \/* Features grid with creative colored icons *\/\n  .feature-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:6px; }\n  @media (max-width:1000px){ .feature-grid{ grid-template-columns:repeat(2,1fr);} }\n  @media (max-width:640px){ .feature-grid{ grid-template-columns:1fr; } }\n\n  .feature-card{ display:flex; gap:12px; align-items:flex-start; background:#fff; border-radius:12px; border:1px solid var(--line); padding:12px; box-shadow:var(--shadow); }\n  .feature-icon{ width:48px; height:48px; border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }\n  .feature-icon svg{ width:24px; height:24px; display:block; }\n  .feature-title{ font-weight:800; font-size:15px; margin-bottom:6px; }\n  .feature-desc{ font-size:14px; color:var(--ink-soft); margin:0; }\n\n  \/* Spec table *\/\n  .spec-card{ background:var(--card-bg); border:1px solid var(--line); border-radius:12px; padding:10px; box-shadow:0 10px 24px rgba(2,6,23,0.03); }\n  table{ width:100%; border-collapse:collapse; font-size:15px; }\n  th, td { padding:10px 12px; border-bottom:1px solid var(--line); text-align:left; }\n  thead th{ background:var(--accent-soft); color:var(--accent-2); font-weight:800; }\n\n  \/* Included *\/\n  .chip-list{ display:flex; flex-wrap:wrap; gap:10px; padding:0; margin:0; list-style:none; }\n  .chip-list li{ background:#fff; border:1px solid var(--line); border-radius:999px; padding:8px 12px; font-weight:700; color:var(--ink); }\n\n  \/* FAQ *\/\n  .faq-item{ border:1px solid var(--line); border-radius:12px; overflow:hidden; margin-bottom:12px; background:#fff; box-shadow:0 8px 20px rgba(2,6,23,0.03); }\n  .faq-q{ width:100%; text-align:left; background:transparent; border:0; cursor:pointer; padding:14px 16px; display:flex; justify-content:space-between; align-items:center; font-weight:800; }\n  .faq-a{ max-height:0; overflow:hidden; transition:max-height .28s ease; padding:0 0 0; }\n  .faq-a p{ margin:0; padding:0 16px 12px; color:var(--ink-soft); }\n\n  \/* Buttons \/ CTA *\/\n  .btn{ cursor:pointer; border:0; padding:10px 16px; border-radius:999px; background:var(--accent); color:#fff; font-weight:800; }\n  .btn-outline{ background:#fff; color:var(--accent); border:1px solid var(--accent); padding:9px 14px; border-radius:999px; }\n\n  footer{ padding:28px 0 56px; text-align:center; color:var(--ink-soft); font-size:14px; }\n\n  \/* small helpers *\/\n  .stack{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; }\n  .muted{ color:var(--ink-soft); font-size:14px; }\n\n\u003c\/style\u003e\n\n\n\n\u003cdiv id=\"scroll-progress\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"wrap\" role=\"main\" aria-labelledby=\"page-title\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero reveal\" aria-labelledby=\"page-title\"\u003e\n    \u003cdiv class=\"stack\" style=\"justify-content:space-between;align-items:flex-start;\"\u003e\n      \u003cdiv style=\"max-width:78%;\"\u003e\n        \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\" aria-hidden=\"true\"\u003e\u003c\/span\u003e Golens Certified Product\u003c\/span\u003e\n        \u003ch1 id=\"page-title\" class=\"title\"\u003eGolens Shield Pro Bell Smart Door Lock\u003c\/h1\u003e\n        \u003cp class=\"subtitle\"\u003eBuilt-in Doorbell \u0026amp; Face Recognition • 7-in-1 Keyless Entry • Fingerprint • Wi‑Fi \u0026amp; Bluetooth • PIN • RFID • Mechanical Key\u003c\/p\u003e\n\n        \u003cdiv class=\"stat-row\" aria-hidden=\"false\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"7\"\u003e0\u003c\/b\u003e\u003cspan\u003eAccess Methods\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"2\"\u003e0\u003c\/b\u003e\u003cspan\u003eYears Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"4\"\u003e0\u003c\/b\u003e\u003cspan\u003eAA Batteries\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"stat\"\u003e\n\u003cb data-count=\"1\"\u003e0\u003c\/b\u003e\u003cspan\u003ePackage Weight (kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"margin-top:8px;\"\u003e\n          \u003cbutton class=\"btn\" data-ripple\u003eContact Sales\u003c\/button\u003e\n          \u003cbutton class=\"btn-outline\" data-ripple style=\"margin-left:10px;\"\u003eDownload Datasheet\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Creative icons column (right) --\u003e\n      \u003caside style=\"width:18%; min-width:120px;\"\u003e\n        \u003cdiv style=\"display:flex;flex-direction:column;gap:10px;\"\u003e\n          \u003c!-- Color-coded small icons --\u003e\n          \u003cdiv style=\"background:#fff;border:1px solid var(--line);padding:10px;border-radius:10px;text-align:center;box-shadow:var(--shadow);\"\u003e\n            \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect width=\"24\" height=\"24\" rx=\"6\" fill=\"#FFF8E6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 7v5l3 3\" stroke=\"#B7791F\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003cdiv style=\"font-weight:700;font-size:13px;margin-top:8px;color:var(--accent-2)\"\u003eDoorbell Built‑in\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv style=\"background:#fff;border:1px solid var(--line);padding:10px;border-radius:10px;text-align:center;box-shadow:var(--shadow);\"\u003e\n            \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect width=\"24\" height=\"24\" rx=\"6\" fill=\"#EEF9FF\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 2v6\" stroke=\"#075985\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"16\" r=\"3\" stroke=\"#075985\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n            \u003cdiv style=\"font-weight:700;font-size:13px;margin-top:8px;color:var(--accent)\"\u003eFace Recognition\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/aside\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Overview --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cdiv class=\"desc\"\u003e\n      \u003cp\u003e\u003cstrong\u003eGolens Shield Pro Bell\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003eUpgrade property security with the Shield Pro Bell — a robust smart door lock combining an integrated doorbell, fast 3D face recognition, fingerprint, Wi‑Fi \u0026amp; Bluetooth connectivity and multiple access methods. Manage users, logs and alerts through the Smart App while enjoying weather‑resistant construction and wide operating temperature range.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Key features (creative icons + colors) --\u003e\n  \u003csection class=\"reveal\" aria-labelledby=\"features-title\"\u003e\n    \u003ch2 id=\"features-title\" class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\" role=\"list\" aria-label=\"Key features\"\u003e\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" style=\"background:#FFF8E6;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 2v6\" stroke=\"#B7791F\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 11h14\" stroke=\"#B7791F\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eIntegrated Doorbell\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eBuilt‑in chime with no extra wiring — instant visitor alerts.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" style=\"background:#EEF9FF;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"12\" cy=\"10\" r=\"3\" stroke=\"#075985\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 22c2-6 7-9 10-9s8 3 10 9\" stroke=\"#075985\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eContactless Face Recognition\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eHands‑free entry with fast anti‑spoof technology.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" style=\"background:#F3FFF4;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect x=\"4\" y=\"6\" width=\"16\" height=\"12\" rx=\"2\" stroke=\"#15803D\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"#15803D\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003e7‑in‑1 Access\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eFace, fingerprint, Wi‑Fi, Bluetooth, PIN, RFID, and mechanical key.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" style=\"background:#FFF8F2;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M3 12h18\" stroke=\"#B7791F\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 3v18\" stroke=\"#B7791F\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eDual Wi‑Fi \u0026amp; Bluetooth\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eFlexible app control locally and remotely — no hub required.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" style=\"background:#EEF9FF;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003crect x=\"6\" y=\"4\" width=\"12\" height=\"16\" rx=\"2\" stroke=\"#075985\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 8h6\" stroke=\"#075985\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003e30‑day Logs\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eCheck recent access history within the smart app for audit and security.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\" role=\"listitem\"\u003e\n        \u003cdiv class=\"feature-icon\" style=\"background:#FFF8E6;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cpath d=\"M6 8h12v8H6z\" stroke=\"#B7791F\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12h6\" stroke=\"#B7791F\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"feature-title\"\u003eAll‑Weather Durability\u003c\/div\u003e\n          \u003cp class=\"feature-desc\"\u003eHigh‑grade zinc alloy build; operates from −25°C to +70°C.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Technical Specifications --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-card\"\u003e\n      \u003ctable role=\"table\" aria-label=\"Technical specifications\"\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGolens\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eModel Name\u003c\/td\u003e\n\u003ctd\u003eShield Pro Bell\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePart Number\u003c\/td\u003e\n\u003ctd\u003eShield Pro Bell\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eSmart Door Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHigh‑Grade Zinc Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLock Type\u003c\/td\u003e\n\u003ctd\u003eBiometric \/ Face Recognition \/ Keypad \/ Inbuilt Mortise\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDoor Compatibility\u003c\/td\u003e\n\u003ctd\u003eWood\/Metal\/Steel (20 mm – 120 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eConnectivity\u003c\/td\u003e\n\u003ctd\u003eWi‑Fi \u0026amp; Bluetooth\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eControl Method\u003c\/td\u003e\n\u003ctd\u003eSmart App \/ Touch Keypad\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eAA Batteries (with Micro‑USB emergency backup)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e−25°C to +70°C\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePackage Weight\u003c\/td\u003e\n\u003ctd\u003e1.0 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 Years Manufacturer Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Included Components --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIncluded Components\u003c\/h2\u003e\n    \u003cul class=\"chip-list\" aria-label=\"Included components\"\u003e\n      \u003cli\u003e1 × Smart Door Lock Set (Front \u0026amp; Back with Mortise)\u003c\/li\u003e\n      \u003cli\u003e2 × RFID Access Cards\u003c\/li\u003e\n      \u003cli\u003e2 × Mechanical Backup Keys\u003c\/li\u003e\n      \u003cli\u003e1 × Installation Kit (Screws \u0026amp; Accessories)\u003c\/li\u003e\n      \u003cli\u003e1 × User Manual\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Recommended Applications --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eRecommended Applications\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\" style=\"grid-template-columns:repeat(2,1fr);\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eResidential\u003c\/h4\u003e\n\u003cp\u003eMain entrances, villas, flats, holiday homes — secure \u0026amp; convenient.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eCommercial\u003c\/h4\u003e\n\u003cp\u003eExecutive cabins, workspaces, and offices requiring smart access control.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"reveal\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eDoes Shield Pro Bell need a hub?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eNo — Shield Pro Bell connects directly using built‑in Wi‑Fi and Bluetooth. The Smart App controls remote and local access.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eHow does the built‑in doorbell work?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eThe integrated doorbell produces an audible chime on the unit and sends a notification to the app. Optionally configure chime-triggered unlock for trusted contacts.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\"\u003eWhat if batteries die?\u003cspan class=\"plus\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\u003cp\u003eUse Micro‑USB emergency power to temporarily power the lock and use mechanical key fallback. Low battery alerts appear in the app.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cfooter\u003eGolens Shield Pro Bell Smart Door Lock · Manufactured by Golens · Customer Care: 18001237255\u003c\/footer\u003e\n\u003c\/div\u003e\n\n\u003c!-- Sticky CTA --\u003e\n\u003cdiv id=\"sticky-cta\" aria-hidden=\"false\"\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"cta-title\"\u003eGolens Shield Pro Bell\u003c\/div\u003e\n    \u003cdiv class=\"cta-sub\"\u003eFace • Fingerprint • Wi‑Fi • Inbuilt Doorbell\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cbutton class=\"btn\" data-ripple\u003eContact Sales\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  'use strict';\n\n  \/\/ Typewriter for page title (id=\"page-title\")\n  (function typewriter(){\n    var el = document.getElementById('page-title');\n    if(!el) return;\n    var text = el.textContent.trim();\n    el.textContent = '';\n    var i = 0;\n    (function step(){\n      if(i \u003c= text.length){\n        el.innerHTML = text.slice(0,i) + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n        i++;\n        setTimeout(step, 20);\n      } else {\n        el.innerHTML = text + '\u003cspan class=\"typewriter-cursor\"\u003e\u0026nbsp;\u003c\/span\u003e';\n      }\n    })();\n  })();\n\n  \/\/ Counters animation\n  (function counters(){\n    var els = document.querySelectorAll('[data-count]');\n    if(!els.length) return;\n    var done = false;\n    function animate(){\n      if(done) return; done = true;\n      els.forEach(function(el){\n        var raw = el.getAttribute('data-count') || '0';\n        var target = parseFloat(raw) || 0;\n        var start = parseFloat(el.textContent) || 0;\n        var duration = 700;\n        var t0 = performance.now();\n        (function step(now){\n          var t = Math.min((now - t0)\/duration, 1);\n          var val = start + (target - start) * t;\n          el.textContent = Number.isInteger(target) ? Math.round(val) : (Math.round(val*100)\/100).toString().replace(\/\\.0+$\/,'');\n          if(t \u003c 1) requestAnimationFrame(step);\n        })(t0);\n      });\n    }\n    var hero = document.querySelector('.hero');\n    if(hero \u0026\u0026 'IntersectionObserver' in window){\n      var obs = new IntersectionObserver(function(entries){\n        entries.forEach(function(e){ if(!e.isIntersecting){ animate(); obs.disconnect(); }});\n      }, { threshold: 0 });\n      obs.observe(hero);\n    } else {\n      setTimeout(animate, 900);\n    }\n  })();\n\n  \/\/ Reveal-on-scroll\n  (function reveal(){\n    var els = document.querySelectorAll('.reveal');\n    if('IntersectionObserver' in window){\n      var io = new IntersectionObserver(function(entries){\n        entries.forEach(function(entry){ if(entry.isIntersecting) entry.target.classList.add('in'); });\n      }, { threshold: 0.12 });\n      els.forEach(function(e){ io.observe(e); });\n    } else {\n      function check(){\n        var vh = window.innerHeight || document.documentElement.clientHeight;\n        els.forEach(function(el){ if(el.classList.contains('in')) return; var r = el.getBoundingClientRect(); if(r.top \u003c vh * 0.92) el.classList.add('in'); });\n      }\n      check(); window.addEventListener('scroll', check, { passive: true });\n    }\n  })();\n\n  \/\/ Ripple for buttons\n  (function ripple(){\n    document.querySelectorAll('[data-ripple]').forEach(function(btn){\n      btn.addEventListener('click', function(e){\n        var rect = btn.getBoundingClientRect();\n        var span = document.createElement('span');\n        span.className = 'ripple';\n        span.style.position = 'absolute';\n        span.style.left = (e.clientX - rect.left) + 'px';\n        span.style.top = (e.clientY - rect.top) + 'px';\n        span.style.width = span.style.height = '10px';\n        span.style.background = 'rgba(255,255,255,0.6)';\n        span.style.borderRadius = '50%';\n        span.style.transform = 'translate(-50%,-50%) scale(0)';\n        span.style.pointerEvents = 'none';\n        span.style.transition = 'transform .6s ease, opacity .6s ease';\n        btn.style.position = 'relative';\n        btn.appendChild(span);\n        requestAnimationFrame(function(){ span.style.transform = 'translate(-50%,-50%) scale(8)'; span.style.opacity = '0'; });\n        setTimeout(function(){ span.remove(); }, 650);\n      });\n    });\n  })();\n\n  \/\/ FAQ toggles\n  (function faq(){\n    document.querySelectorAll('.faq-item').forEach(function(item){\n      var q = item.querySelector('.faq-q'), a = item.querySelector('.faq-a');\n      if(!q || !a) return;\n      q.addEventListener('click', function(){\n        var open = item.classList.contains('open');\n        document.querySelectorAll('.faq-item.open').forEach(function(o){ o.classList.remove('open'); var aa = o.querySelector('.faq-a'); if(aa) aa.style.maxHeight = null; });\n        if(!open){ item.classList.add('open'); a.style.maxHeight = a.scrollHeight + 'px'; }\n      });\n    });\n  })();\n\n  \/\/ Scroll progress and sticky CTA\n  (function progressCTA(){\n    var progress = document.getElementById('scroll-progress');\n    var cta = document.getElementById('sticky-cta');\n    var hero = document.querySelector('.hero');\n    var heroBottom = hero ? hero.getBoundingClientRect().bottom + window.scrollY : 0;\n    window.addEventListener('resize', function(){ heroBottom = hero ? hero.getBoundingClientRect().bottom + window.scrollY : 0; });\n    window.addEventListener('scroll', function(){\n      var h = document.documentElement;\n      var pct = (h.scrollTop) \/ (h.scrollHeight - h.clientHeight) * 100;\n      if(progress) progress.style.width = pct + '%';\n      if(cta) cta.classList.toggle('show', window.scrollY \u003e heroBottom);\n    }, { passive: true });\n  })();\n\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"golensshop","offers":[{"title":"Default Title","offer_id":54634802479383,"sku":"Shield Pro Bell-B2B","price":21999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/81KRHUMnlsL.jpg?v=1786172102"},{"product_id":"golens-shield-slim-smart-wifi-door-lock-with-fingerprint-rfid-card-password-mobile-app-key-30-days-logs-multi-alarm-usb-backup-slim-design-for-wooden-glass-doors-grey","title":"Golens Shield Slim Smart WiFi Door Lock with Fingerprint, RFID Card, Password, Mobile App \u0026 Key | 30 Days Logs, Multi Alarm, USB Backup, Slim Design for Wooden \u0026 Glass Doors (Grey)","description":"\u003cp style=\"text-align: center;\"\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1_defc31df-36ba-46c3-bfa2-15e559c7e2de.png?v=1786780558\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/2_8d7903ee-1ecc-4df7-badb-51ac42418940.png?v=1786780558\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/3_2427ab60-bf98-4e26-badd-b8d8df372717.png?v=1786780558\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/4_f69b99b5-ec72-4055-aaed-20f734163c13.png?v=1786780559\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5.1_d74a30a6-62f3-415c-b282-3a1fb00cf4f4.png?v=1786780559\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5.2_57c5774d-f68b-4b4f-9ecb-574f5002ae98.png?v=1786780558\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5.3_e5d3f385-a57a-4a6e-b301-f32df406c8fa.png?v=1786780559\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/5.4.png?v=1786780558\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/6_132f9a23-74d9-42bd-91a8-d4a2aae225aa.png?v=1786780559\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/7_28e15c0f-67bf-42b7-9b0e-01514f8574d3.png?v=1786780559\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e","brand":"golensshop","offers":[{"title":"Default Title","offer_id":54635314217239,"sku":"Shield Slim Grey-B2B","price":15499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAIN_19411d66-3efe-4640-8a83-f3c058688c6d.png?v=1786780125"},{"product_id":"golens-smartbolt-glass-door-smart-lock-with-fingerprint-password-rfid-card-key-app-rf-remote-digital-lock-for-office-home-no-drilling-installation-sleek-touch-keypad-multi-user-access","title":"Golens SmartBolt Glass Door Smart Lock with Fingerprint, Password, RFID Card, Key, App \u0026 RF Remote | Digital Lock for Office \u0026 Home | No Drilling Installation, Sleek Touch Keypad, Multi-User Access","description":"","brand":"golensshop","offers":[{"title":"Default Title","offer_id":54635527143703,"sku":"SmartBolt-B2B","price":16999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0715\/3113\/5255\/files\/1MAINSmartbolt.png?v=1786188111"}],"url":"https:\/\/golens.in\/collections\/featured-products.oembed?page=2","provider":"Golens","version":"1.0","type":"link"}