123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
- <link rel="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
- <link rel="stylesheet" href="./all.css" />
-
- <title>Anwi</title>
- <style>
- .img-magnifier-glass {
- position: absolute;
- /* border: 3px solid #8a3033; */
- cursor: none;
- /* border-radius: 50%; */
- width: 370px;
- height: 310px;
- z-index: 10;
- }
-
- .product_details {
- right: 100px;
- top: 40%;
- }
-
- .products-display-box .rg-card-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- align-content: flex-start;
- align-items: flex-start;
- justify-content: space-between;
- flex-wrap: wrap;
- width: calc(54% - 12px);
- }
-
- @media screen and (min-width: 1920px) {
- .products-display-box .rg-card-box .rg-card-item {
- min-height: 582px;
- }
- }
-
- .products-display-box .rg-card-box .item-product {
- padding: 56px 0;
- }
-
- .products-display-box .rg-card-box .rg-card-item {
- position: relative;
- width: calc(50% - 12px);
- height: calc(50% - 12px);
- min-height: 368px;
- margin-bottom: 24px;
- background-color: #fff;
- border-radius: 24px;
- }
-
- .products-display-box .card-box {
- position: relative;
- height: 100%;
- }
-
- .products-display-box .rg-card-box .item-product .card-info {
- padding: 0 32px;
- }
-
- .products-display-box .lf-card-box {
- margin-right: 12px;
- width: calc(46% - 12px);
- background-color: #fff;
- border-radius: 24px;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- align-content: center;
- }
-
- @media screen and (min-width: 1920px) {
- .products-display-box,
- .products-display-box.init-editor,
- .products-display-box .lf-card-box {
- min-height: 1188px;
- }
- }
-
- .bg-zeno-light {
- background-color: #f5f5f5;
- }
-
- .card-title {
- margin-bottom: 16px;
- font-size: 18px;
- line-height: 1.375;
- font-weight: bold;
- }
-
- .products-display-box .card-box .card-title {
- word-break: break-word;
- height: 33px;
- }
-
- .products-display-box .card-selling-points li {
- margin-bottom: 8px;
- line-height: 1.2;
- color: #757575;
- word-break: break-word;
- }
-
- .products-display-box .rg-card-box .item-product .card-selling-points {
- margin-bottom: 24px;
- font-size: 13px;
- line-height: 20px;
- list-style: none;
- height: 62.7812px;
- }
-
- .productDetailsShadow {
- position: relative;
- }
-
- /* .left_anwi_img{
- position: sticky;
- top: 40px;
- } */
- #main_show_img {
- cursor: pointer;
- }
- </style>
- </head>
-
- <body>
- <!-- navbar -->
- <auth-loader></auth-loader>
- <div id="navbar-head" class=""></div>
- <!-- end-navbar -->
- <!-- main-body -->
- <main
- class="main-body home-main-container loading-main"
- id="home-main-container"
- >
- <section class="services barbgnav d-none h-100 pt-3 bg-gradient-anwi">
- <div class="container pt-5">
- <div class="text-center text-white"></div>
- </div>
- </section>
- <section class="py-5 d-none">
- <div class="container-fluid position-relative">
- <div class="product_details d-md-none d-block">
- <div>
- <input type="hidden" name="" id="skudetailitem" />
- <h4 class="productname fw-600 ps-3 pt-5"></h4>
- </div>
- </div>
- <div class="text-center">
- <img
- src="./dist/assets/imgs/new_img/main_banner.webp"
- class="w-100"
- />
- </div>
- <div class="position-absolute product_details d-md-block d-none">
- <div>
- <input type="hidden" name="" id="skudetailitem" />
- <h4 class="productname"></h4>
- </div>
- </div>
- </div>
- </section>
- <section class="py-5 bg-zeno-light d-none">
- <div class="container py-md-5">
- <div class="row">
- <div class="col-md-5 pb-3 pb-md-0 text-center">
- <div class="p-5 notes bg-white rounded-3 h-100">
- <a href="#" class="ga-pdp-link">
- <div class="card-title pt-4">
- FYRO Flagship - 17.3 - I9 13900HX - RTX 4080
- </div>
- </a>
- <a href="#" class="card-img-box mb-show ga-pdp-link notes">
- <img
- class="pc-mb show success-img left-block pt-5"
- alt="card-img"
- src="./dist/assets/imgs/new_img/lappy1.png"
- height="450px"
- width="450px"
- />
- </a>
- </div>
- </div>
- <div class="col-md-7 ps-md-1">
- <div class="d-flex gap-3 pb-3 product_item">
- <div class="bg-white rounded-3 text-center">
- <div class="p-5 notes">
- <a
- href="#"
- class="card-img-box mb-show ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <img
- class="w-75 pc-mb show success-img"
- alt="card-img"
- src="./dist/assets/imgs/new_img/lappy2.png"
- />
- </a>
- <a
- href="#"
- class="ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <div class="card-title">
- FYRO Flagship - 17.3 - I9 13900HX - RTX 4090
- </div>
- </a>
- <!-- <div>
- 13th Gen Intel® Core™ Processor
- </div> -->
- </div>
- </div>
- <div class="rounded-3 text-center bg-white">
- <div class="p-5 notes">
- <a
- href="#"
- class="card-img-box mb-show ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <img
- class="w-75 pc-mb show success-img"
- alt="card-img"
- src="./dist/assets/imgs/new_img/lappy3.png"
- />
- </a>
- <a
- href="#"
- class="ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <div class="card-title">
- FYRO Flagship - 17.3 - I9 13900HX - RTX 4060
- </div>
- </a>
- <!-- <div>
- 13th Gen Intel® Core™ Processor
- </div> -->
- </div>
- </div>
- </div>
- <div class="d-flex gap-3 product_item">
- <div class="rounded-3 text-center bg-white">
- <div class="p-5 notes">
- <a
- href="#"
- class="card-img-box mb-show ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <img
- class="w-75 pc-mb show success-img"
- alt="card-img"
- src="./dist/assets/imgs/new_img/lappy4.png"
- />
- </a>
- <a
- href="#"
- class="ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <div class="card-title">
- FYRO Flagship - 17.3 - I9 13900HX - RTX 3050
- </div>
- </a>
- <!-- <div>
- 13th Gen Intel® Core™ Processor
- </div> -->
- </div>
- </div>
- <div class="rounded-3 text-center bg-white">
- <div class="p-5 notes">
- <a
- href="#"
- class="card-img-box mb-show ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <img
- class="w-75 pc-mb show success-img"
- alt="card-img"
- src="./dist/assets/imgs/new_img/lappy5.png"
- />
- </a>
- <a
- href="#"
- class="ga-pdp-link"
- data-nameforga="products_display_HUAWEI MateBook X Pro"
- data-position="1"
- >
- <div class="card-title">
- FYRO Flagship - 17.3 - I7-13700H - RTX 4090
- </div>
- </a>
- <!-- <div>
- 13th Gen Intel® Core™ Processor
- </div> -->
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <section class="position-relative bg-black section-one d-none">
- <!-- <div class="d-flex justify-content-center align-items-center videospinning ">
- <div class="spinner-border text-info" role="status">
- <span class="visually-hidden">Loading...</span>
- </div>
- </div> -->
- <!-- <iframe class="d-none" src="https://player.vimeo.com/video/824707959?h=5b3654950a&&autoplay=1&loop=1&autopause=0&badge=0&player_id=0&controls=0&muted=1" width="100%" height="860px" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe> -->
-
- <div
- class="iframcontainer d-none"
- style="padding: 56.25% 0 0 0; position: relative;"
- >
- <iframe
- class="d-none"
- src="https://player.vimeo.com/video/824707959?h=5b3654950&&autoplay=1&loop=1&autopause=0&badge=0&player_id=0&controls=0&muted=1"
- frameborder="0"
- allow="autoplay; fullscreen; picture-in-picture"
- style="
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- "
- title="Zeno Sleekbook"
- ></iframe>
- </div>
- </section>
-
- <section class="bg-black fyro_id">
- <div class="container py-md-5 text-white d-none">
- <div class="text-center">
- <h1 class="text-fyro">
- Unleashing the Beasts of Creativity & Innovation with Graphics,
- AI, and ML
- </h1>
- <p class="font-1-5 text-white">
- FYRO products are the ultimate machines for graphics, AI, and ML
- enthusiasts. With powerful Intel<sup>®</sup> processors and
- advanced NVIDIA graphic cards,
- <strong
- >FYRO laptops and all-in-ones deliver the raw power and
- performance</strong
- >
- needed to handle the most demanding workloads. Whether you're a
- gamer, video editor, or AI researcher, FYRO has the tools you need
- to unleash your creativity and push the boundaries of what's
- possible.
- </p>
- <div>
- <img
- src="./dist/assets/imgs/Home_new/Fyro_img.png"
- class="img-fluid w-50"
- alt=""
- />
- </div>
- </div>
- <p class="font-1-5 text-center mb-5 mt-4">
- With sleek designs and customizable features, FYRO products are the
- perfect blend of style and substance, offering unparalleled
- performance and portability in a compact package. Join the FYRO
- revolution and experience the power of next-gen computing today.
- </p>
- <div class="bg-blur border rounded-4 p-4">
- <div class="row p-md-3">
- <div class="col-6">
- <div class="row align-items-center h-100 pb-md-0 pb-3">
- <div class="col-md-2 col-6">
- <img
- src="./dist/assets/imgs/icons/Group 4475.svg"
- class="img-fluid"
- />
- </div>
- <p class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4 pt-md-0 pt-3">
- Unmatched GPU Performance
- </p>
- </div>
- </div>
- <div class="col-6">
- <div class="row align-items-center h-100 pb-md-0 pb-3">
- <div class="col-md-2 col-6">
- <img
- src="./dist/assets/imgs/icons/Group 4479.svg"
- class="img-fluid"
- />
- </div>
- <p class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4">
- High-end Gaming Capabilities
- </p>
- </div>
- </div>
- </div>
- <div class="row p-md-3">
- <div class="col-6">
- <div class="row align-items-center h-100">
- <div class="col-md-2 col-6">
- <img
- src="./dist/assets/imgs/icons/Asset 5.svg"
- class="img-fluid"
- />
- </div>
- <p class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4 pt-md-0 pt-3">
- Thermal Tested to handle high Temp upto 105<sup>o</sup>
- </p>
- </div>
- </div>
- <div class="col-6">
- <div class="row align-items-center h-100">
- <div class="col-md-2 col-6">
- <img
- src="./dist/assets/imgs/icons/Asset 4.svg"
- class="img-fluid"
- />
- </div>
- <p
- class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4"
- id="overview_data_fyro"
- >
- Decent Battery backup
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <section class="bg-black zeno_id">
- <div class="container py-md-5 text-center text-white d-none">
- <h1 class="text-blue-1 m-auto">
- The compact powerhouse for your productivity
- </h1>
- <p class="font-1-5 my-4">
- Zeno products are a range of
- <strong
- >sleek, powerful, and compact non-GPU laptops and
- all-in-ones</strong
- >
- that offer exceptional performance and style. Built with
- state-of-the-art components, including the latest generation of
- Intel<sup>®</sup> processors,
- <strong>High-speed RAM, and Fast NVMe PCIe 4.0 SSDs.</strong>
- </p>
- <div class="text-center">
- <img
- class="img-fluid"
- src="./dist/assets/imgs/allin_imgs/Asset 1.png"
- alt=""
- />
- </div>
- <p class="font-1-2 mt-4 mb-5">
- Zeno products are designed to meet the needs of professionals,
- students, and anyone who requires a reliable and portable computing
- solution. With their advanced features, including customizable
- hotkeys, fingerprint recognition, and a variety of connectivity
- options, Zeno products offer the perfect blend of style and
- substance for those who want a high-performing computing experience
- in a compact package.
- </p>
- <div class="bg-blur border rounded-4 p-4 text-white">
- <div class="row p-md-3 text-center">
- <div class="col-4 border-end">
- <div>
- <img
- src="./dist/assets/imgs/icons/Asset 9.svg"
- class="h-100p p-3"
- />
- </div>
- <p class="p-2 mb-0 font-1-5">Sleek & Light weight</p>
- </div>
- <div class="col-4 border-end">
- <div>
- <img
- src="./dist/assets/imgs/icons/Group 4492.svg"
- class="h-100p p-3"
- />
- </div>
- <p class="p-2 mb-0 font-1-5">
- Lightening-fast Intel<sup>®</sup> Processors
- </p>
- </div>
- <div class="col-4">
- <div>
- <img
- src="./dist/assets/imgs/icons/Asset 8.svg"
- class="h-100p p-3"
- />
- </div>
- <p class="p-2 mb-0 font-1-5" id="overview_data_zeno">
- Stunning Display
- </p>
- </div>
- </div>
- </div>
- </div>
- </section>
- <div class="loadingCall">
- <div class="spinner-border" role="status">
- <span class="visually-hidden">Loading...</span>
- </div>
- </div>
- <div class="container mainContanierProduct d-none section-two">
- <div class="row">
- <div class="col-xl-5">
- <div class="left_anwi_img bgproductDGen">
- <div
- class="productDetailsShadow productDetailsMain card border-0 box-shodow"
- >
- <img
- src="./dist/assets/imgs/nophoto.png"
- alt=""
- class="card-img img-fluid success-img p-5"
- id="main_show_img"
- />
- </div>
- </div>
-
- <div class="bgproductDGen border-0 d-none">
- <div class="row">
- <div class="d-none">
- <div class="flex-column gap-2 p-2 d-none">
- <input type="hidden" id="productidtag" />
- <input type="hidden" id="itemidtag" />
- <div class="product-item-gallery active-gallery-img">
- <img
- src="./dist/assets/imgs/Navbar/Accessiories-1.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- <div class="product-item-gallery">
- <img
- src="./dist/assets/imgs/Navbar/Accessiories-2.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- <div class="product-item-gallery">
- <img
- src="https://www.pngall.com/wp-content/uploads/5/RAM-Memory.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- <div class="product-item-gallery">
- <img
- src="https://www.pngall.com/wp-content/uploads/5/RAM-Random-Access-Memory-PNG-Clipart.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- <div class="product-item-gallery">
- <img
- src="https://www.pngall.com/wp-content/uploads/5/RAM-PNG.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- </div>
- </div>
- <div
- class="col-xl-12"
- type="button"
- data-toggle="modal"
- data-target="#exampleModal"
- >
- <!-- <div class=" productDetailsShadow productDetailsMain card border-0 box-shodow d-flex justify-content-center align-items-center">
- <img src="./dist/assets/imgs/nophoto.png" alt="" class="card-img img-fluid success-img" id="main_show_img">
- </div> -->
- </div>
- </div>
- </div>
- </div>
- <div class="col-xl-7 p-3 pt-0 productDetailsShadow">
- <div class="card border-0 mt-1">
- <div class="preorderimgcontainer">
- <img
- src="./dist/assets/imgs/redorder.png"
- class="w-100 h-100 img-fluid"
- alt=""
- />
- </div>
- <div>
- <div>
- <input type="hidden" name="" id="skudetailitem" />
- <h5 class="productname">ORA3, M.2 NVMe SSD</h5>
- </div>
- <div class="small-font des_productdes"></div>
- <div><span class="price"></span></div>
- <div class="text-danger msgErrorDetailsItem d-none">
- Product out of stock
- </div>
- </div>
-
- <hr />
-
- <!-- <div class="d-none">
- <h5 class="my-3 smallHeadingProductDetails ">Processor And Graphics
- </h5>
- <div class="d-flex gap-2">
- <div class="specsmallcard borderselector card small-font p-3">
- Intel® Core i5-9400F
- </div>
- <div class="specsmallcard card small-font p-3">
- Intel® Core i5-9400F
- </div>
- </div>
- </div> -->
- <div class="pb-2 d-none">
- <h5 class="pt-2 smallHeadingProductDetails">Colors</h5>
- <!-- <div class="d-flex gap-2 colors-display-container">
-
- </div> -->
- <div class="d-flex gap-2">
- <div class="color-display-img color-display-img-active">
- <img
- src="./dist/assets/imgs/allinone/onesection.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- <div class="color-display-img">
- <img
- src="./dist/assets/imgs/allinone/onesection.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- <div class="color-display-img">
- <img
- src="./dist/assets/imgs/Navbar/Accessiories-1.png"
- alt=""
- class="w-100 h-100"
- />
- </div>
- </div>
- </div>
- <div id="spec-container-details"></div>
-
- <!-- <div class="pb-2 memory-parent d-none">
- <h5 class="py-2 smallHeadingProductDetails">Memory</h5>
- <div class="d-flex gap-2 memorycontainer">
- <div data-type="memory-desktop"
- class="specsmallcard borderselector card small-font p-3">
- Desktop
- </div>
- <div data-type="memory-laptop" class="specsmallcard card small-font p-3">
- Laptop
- </div>
- </div>
- </div>
-
- <div class="memory-details d-none">
- <h5 class="py-2 smallHeadingProductDetails">RAM Memory Technology</h5>
- <div class="d-flex gap-2 pb-2 ramtech">
- <div type="button" onclick="onClickHandler(this)"
- class="specsmallcard-mini borderselector card small-font p-3">
- DDR4
- </div>
- <div type="button" onclick="onClickHandler(this)"
- class="specsmallcard-mini card small-font p-3">
- DDR5
- </div>
- </div>
-
- <div>
- <h5 class="py-2 smallHeadingProductDetails">Computer Memory Size</h5>
- <div class="d-flex gap-2 computersize">
-
- <div type="button" onclick="onClickHandler(this)"
- class="specsmallcard-mini borderselector card small-font p-3">
- 8 GB
- </div>
- <div type="button" onclick="onClickHandler(this)"
- class="specsmallcard-mini card small-font p-3">
- 16 GB
- </div>
- <div type="button" onclick="onClickHandler(this)"
- class="specsmallcard-mini card small-font p-3">
- 32 GB
- </div>
- </div>
- </div>
- </div> -->
-
- <!-- <div class="pb-2 d-none">
- <h5 class="py-2 smallHeadingProductDetails">Storage</h5>
- <div class="d-flex gap-2">
- <div class="specsmallcard borderselector card small-font p-3">
-
- 256 GB SSD Capacity
-
- </div>
- <div class="specsmallcard card small-font p-3">
- 1 TB SSD Capacity
- </div>
- </div>
- </div> -->
-
- <div class="d-none">
- <div
- class="d-flex justify-content-between align-items-center py-3"
- >
- <h5 class="my-3 smallHeadingProductDetails">Quantity</h5>
- <a href="shopping-cart.html">
- <!-- <div class="btn btn-sm btn-success ">Add To Cart</div> -->
- <a
- class="btn btn-dark button_dark"
- href="shopping-cart.html"
- >Add To Cart</a
- >
- </a>
- </div>
- <div class="d-flex">
- <span class="qtybtn qtybtleft bgGreyLight">-</span>
- <span class="border-top border-bottom">
- <span class="px-2">1</span>
- </span>
- <span class="qtybtn qtybtright bgGreyLight">+</span>
- </div>
- </div>
-
- <div class="d-none">
- <div class="small-font">
- Check if stock is available at your pincode
- </div>
- <div>
- <div class="mb-3 d-flex border">
- <input
- class="form-control small-font border-0"
- placeholder="input your pincode to check"
- type="text"
- id="formFile"
- />
- <button class="border-0 small-font px-2">Check</button>
- </div>
- </div>
- </div>
- <hr class="d-none" />
- <div>
- <ul class="d-none">
- <li class="small-font">
- No Cost EMI Available
- <a class="learnMoreA" href="">Learn More</a>
- </li>
- <li class="small-font">
- Buy Anwi Extended Warranty 1 Year at ₹2,699
- <a class="learnMoreA" href="">Learn More</a>
- </li>
- <li class="small-font">
- Avail No Cost EMI offer with BFL EMI Network Card<a
- class="learnMoreA"
- href=""
- >Learn More</a
- >
- </li>
- <li class="small-font">
- Anwi Notebook Pro Drivers<a class="learnMoreA" href=""
- >Learn More</a
- >
- </li>
- </ul>
- </div>
- <hr />
- <div class="pb-2 quantityHTML" id="specification_data">
- <span>Quantity :</span>
- <select name="quantity" id="quantity">
- <option value="1">1</option>
- <option value="2">2</option>
- <option value="3">3</option>
- <option value="4">4</option>
- <option value="5">5</option>
- <option value="6">6</option>
- <option value="7">7</option>
- <option value="8">8</option>
- <option value="9">9</option>
- <option value="10">10</option>
- </select>
- </div>
- <div class="text-danger pt-2 insufficientqty d-none">
- Insufficient quantity
- </div>
- <div class="d-flex gap-2 mt-2">
- <button
- id="addtocart"
- class="w-100 bg-gradient-anwi btn bg-black text-white"
- style="border-radius: 5px;"
- >
- Add to cart
- </button>
- <button
- class="w-100 btn bg-gradient-anwi buynow bg-black text-white"
- style="border-radius: 5px;"
- >
- Buy Now
- </button>
- </div>
- </div>
- </div>
- </div>
-
- <!-- tabs -->
- <div class="row tabsContainer">
- <div class="col-lg-12">
- <div
- class="dec-review-topbar no-transition nav mb-65 productdetailstabs d-flex gap-4"
- role="tablist"
- >
- <!-- <a class="active font-1-5 no-transition" data-bs-toggle="tab" href="#des-details1" aria-selected="true" role="tab">Description</a> -->
-
- <a
- href="#des-details2"
- aria-selected="false"
- role="tab"
- class="fw-600 font-1-5 no-transition w-100 text-center py-2 bg-gray-background"
- tabindex="-1"
- >Specification</a
- >
- </div>
- <div class="tab-content dec-review-bottom">
- <!-- <div id="des-details1" class="tab-pane active show" role="tabpanel">
- <div class="description-wrap wrap-content-product-tabs">
- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Suscipit, recusandae! Alias tempore, molestias, architecto provident excepturi voluptate non repellendus, repellat a quis iusto consequuntur quas beatae fugit nisi totam ratione nesciunt reiciendis quod? Quae, consequuntur quasi. Laudantium, doloribus aliquam incidunt error qui itaque aperiam quia ducimus cupiditate, magnam aliquid iste molestiae eveniet? Eaque veniam illo hic, possimus dolorum quaerat ratione in ex voluptas itaque ullam, maiores iusto illum blanditiis sequi. Ex, ab nemo vero libero pariatur architecto culpa! Recusandae at fugiat itaque libero amet corporis exercitationem dolorum? Tenetur repellat tempora perspiciatis quibusdam maxime facilis necessitatibus eius sint corporis nihil! Accusantium.</p>
- </div>
- </div> -->
- <div
- id="des-details2"
- class="tab-pane active show"
- role="tabpanel"
- >
- <!-- <div class="specification-wrap table-responsive">
- <table class="table table-bordered wrap-content-product-tabs">
- <tbody class="append-specs">
- <tr>
- <td class="width1">Data Transfer Rate</td>
- <td>Anwi Ram</td>
- </tr>
- <tr>
- <td>Memory Speed</td>
- <td>3200</td>
- </tr>
-
- </tbody>
- </table>
- </div> -->
- <div class="specContainer mt-3">
- <!-- <div class="d-flex gap-5 specContainer mt-3"> -->
- <div class="specContainerleft">
- <div
- class="accordion custom-accordion text-dark"
- id="faqAccordion"
- >
- <div class="accordion-item custom-accordion-item">
- <h2
- class="accordion-header custom-accordion-header"
- id="questionOneHeader"
- >
- <button
- class="accordion-button bg-white text-dark custom-accordion-button"
- type="button"
- data-bs-toggle="collapse"
- data-bs-target="#answerOne"
- aria-expanded="true"
- aria-controls="answerOne"
- >
- <div
- id="answerOne"
- class="accordion-collapse collapse show custom-accordion-content"
- aria-labelledby="questionOneHeader"
- data-bs-parent="#faqAccordion"
- >
- <div class="accordion-body custom-accordion-body">
- Windows 11 Home/Windows 11 Pro
- </div>
- </div>
- </button>
- </h2>
- </div>
-
- <div class="accordion-item border-x-none py-4">
- <h2 class="accordion-header" id="${mainid}">
- <button
- class="accordion-button bg-white text-dark"
- type="button"
- data-bs-toggle="collapse"
- data-bs-target="#${id}_child"
- aria-expanded="true"
- aria-controls="${id}_child"
- >
- <span
- class="font-weight-600 font-5 text-dark acc-specs-name"
- >${name}</span
- >
- </button>
- </h2>
- <div>
- <div
- id="${id}_child"
- class="accordion-collapse collapse w-100 show"
- aria-labelledby="${mainid}"
- >
- <div
- class="accordion-body d-flex justify-content-right"
- >
- <div class="text-secondary">${body}</div>
- </div>
- </div>
- </div>
- </div>
-
- <div class="accordion-item">
- <h2
- class="accordion-header"
- id="panelsStayOpen-headingOne"
- >
- <button
- class="accordion-button"
- type="button"
- data-bs-toggle="collapse"
- data-bs-target="#panelsStayOpen-collapseOne"
- aria-expanded="true"
- aria-controls="panelsStayOpen-collapseOne"
- >
- <span class="font-weight-600 font-1-5 text-dark">
- Operating System</span
- >
- <div
- id="panelsStayOpen-collapseOne"
- class="accordion-collapse collapse show"
- aria-labelledby="panelsStayOpen-headingOne"
- >
- <div class="accordion-body">
- <strong
- >This is the first item's accordion
- body.</strong
- >
- It is shown by default, until the collapse
- plugin adds the appropriate classes that we use
- to style each element. These classes control the
- overall appearance, as well as the showing and
- hiding via CSS transitions. You can modify any
- of this with custom CSS or overriding our
- default variables. It's also worth noting that
- just about any HTML can go within the
- <code>.accordion-body</code>, though the
- transition does limit overflow.
- </div>
- </div>
- </button>
- </h2>
- </div>
- <!-- ... other accordion items ... -->
- </div>
- </div>
- <div class="specContainerRight">
- <div class="">
- <div class="row border-bottom">
- <div class="col-sm-6 bg-gray-3">
- Item part number
- </div>
- <div class="col-sm-6">
- AWLD54816M
- </div>
- </div>
- </div>
- <div class="">
- <div class="row border-bottom">
- <div class="col-sm-6 bg-gray-3">
- RAM Size
- </div>
- <div class="col-sm-6">
- 16 GB
- </div>
- </div>
- </div>
- <div class="">
- <div class="row border-bottom">
- <div class="col-sm-6 bg-gray-3">
- Ram Memory Technology
- </div>
- <div class="col-sm-6">
- DDR5, SO-DIMM
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </main>
- <!-- footer -->
- <div id="footer-head" class="sec-space-1"></div>
- <!-- end-footer -->
-
- <!-- <script src="https://player.vimeo.com/api/player.js"></script> -->
- <script src="./dist/js/components/authloader/authloader.js"></script>
- <script src="./dist/js/jquery.min.js"></script>
- <script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
- <script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
- <script src="./libs/axios.min.js"></script>
- <script src="./libs/cookies.min.js"></script>
- <script src="./dist/js/fontawesome.all.js"></script>
- <script src="./dist/js/fontawesome.min.js"></script>
- <script src="./dist/js/vendor/modernizr-3.11.7.min.js"></script>
- <script src="./dist/js/vendor/jquery-v3.6.0.min.js"></script>
- <script src="./dist/js/vendor/jquery-migrate-v3.3.2.min.js"></script>
- <!-- <script src="./dist/js/vendor/bootstrap.min.js"></script> -->
- <script src="./dist/js/plugins/slick.js"></script>
- <script src="./dist/js/plugins/wow.js"></script>
- <script src="./dist/js/plugins/svg-injector.min.js"></script>
- <script src="./dist/js/plugins/jquery.nice-select.min.js"></script>
- <script src="./dist/js/plugins/mouse-parallax.js"></script>
- <script src="./dist/js/plugins/images-loaded.js"></script>
- <script src="./dist/js/plugins/isotope.js"></script>
- <script src="./dist/js/plugins/jquery-ui.js"></script>
- <script src="./dist/js/plugins/magnific-popup.js"></script>
- <script src="./dist/js/validate.min.js"></script>
- <script src="./dist/toaster/toastr.js"></script>
- <script src="./dist/js/utils/helpers.js"></script>
- <script src="./dist/js/auth/apiservice.js"></script>
- <script src="./dist/js/shoppingcart/addtocart.js"></script>
-
- <script src="./dist/js/shoppingcart/shoppingcart.js"></script>
- <!-- <script src="./dist/js/productdetails/productdetails.js"></script> -->
- <script src="./dist/js/navbar.js"></script>
- <script src="./dist/js/footer.js"></script>
- <script src="./dist/js/main.js"></script>
- <script src="./dist/js/productdetails/laptopd.js"></script>
-
- <script>
- let searchTerm = window.location.search.split("?")[1]?.toLowerCase();
-
- if (searchTerm) {
- if (searchTerm == "zeno") {
- $(".fyro_id").addClass("d-none");
- // $('.zeno_id').removeClass('d-none');
- $(".productitemnamefull").html("Zeno");
- } else if (searchTerm == "fyro") {
- $(".zeno_id").addClass("d-none");
- // $('.fyro_id').removeClass('d-none');
- $(".productitemnamefull").html("Fyro");
- } else if (searchTerm == "aio%20zeno") {
- $(".fyro_id").addClass("d-none");
- // $('.zeno_id').removeClass('d-none');
- } else if (searchTerm == "aio%20fyro") {
- $(".zeno_id").addClass("d-none");
- // $('.fyro_id').removeClass('d-none');
- }
- } else {
- $(".productitemnamefull").parent().addClass("d-none");
- }
-
- let ram_page = window.location.pathname;
- let loc_3 = ram_page.includes("laptops.html");
- if (loc_3 === true) {
- let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
- $(".main-menu")
- .find("nav ul li a")
- .addClass("text-dark")
- .removeClass("text-white");
- $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
- // $('.same-style').find('svg path').attr('fill', '#fff');
- // $('svg path').attr('fill', '#fff');
- }
- let loc_path = "?FYRO";
- if (window.location.href.includes(loc_path)) {
- $(".sticky-bar").addClass("stick");
- $(".satoshi_font").removeClass("text-white");
- let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
- $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
- $(".main-menu")
- .find("nav ul li a")
- .removeClass("text-dark")
- .addClass("text-white");
- $("iframe").addClass("d-none");
- $(".iframcontainer").addClass("d-none");
- $(".fyro_id").find(".container").addClass("pt-5");
- } else if (window.location.href.includes("?Zeno")) {
- $(".sticky-bar").addClass("stick");
- $(".satoshi_font").removeClass("text-white");
- $("iframe").removeClass("d-none");
- $(".iframcontainer").removeClass("d-none");
- // if($(window).width()<=768){
- // $("iframe").attr("width","100%").attr("height","300")
- // }
- let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
- $(".main-menu")
- .find("nav ul li a")
- .removeClass("text-dark")
- .addClass("text-white");
- $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
- $(".same-style").find("svg path").attr("fill", "#000");
- $("svg path").attr("fill", "#000");
- }
-
- let product_page = window.location.pathname;
- let loc = product_page.includes("?FYRO");
- if (loc === true) {
- $(".fyro_id").addClass("d-none");
- } else {
- // laptopdetails.html
- // $(".sub_nav_container").removeClass("d-none");
- }
-
- setTimeout(function () {
- $(".header-bottom").addClass("bg-white");
- $(".sticky-bar").addClass("stick");
- $(".main-menu").find("nav a.satoshi_font").removeClass("text-white");
- let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
- $(".same-style").find("svg path").attr("fill", "#000");
- $("svg path").attr("fill", "#000");
- $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
- }, 1000);
-
- // $(".img-magnifier-glass").css("display", "none !important;");
- $(".productDetailsMain").on("mouseenter", function () {
- let magnific_glass = $(".img-magnifier-glass").length;
- if (magnific_glass > 1) {
- for (let i = 1; i < magnific_glass; i++) {
- let val = i - 1;
- $(".img-magnifier-glass")[val].remove();
- }
- }
-
- $(".img-magnifier-glass").removeClass("d-none");
- });
- $(".productDetailsMain").on("mouseleave", function () {
- $(".img-magnifier-glass").addClass("d-none");
- });
- </script>
- </body>
- </html>
|