暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

laptopdetails.html 46KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <link rel="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
  8. <link rel="stylesheet" href="./all.css" />
  9. <title>Anwi</title>
  10. <style>
  11. .img-magnifier-glass {
  12. position: absolute;
  13. /* border: 3px solid #8a3033; */
  14. cursor: none;
  15. /* border-radius: 50%; */
  16. width: 370px;
  17. height: 310px;
  18. z-index: 10;
  19. }
  20. .product_details {
  21. right: 100px;
  22. top: 40%;
  23. }
  24. .products-display-box .rg-card-box {
  25. display: -webkit-box;
  26. display: -webkit-flex;
  27. display: -ms-flexbox;
  28. display: flex;
  29. align-content: flex-start;
  30. align-items: flex-start;
  31. justify-content: space-between;
  32. flex-wrap: wrap;
  33. width: calc(54% - 12px);
  34. }
  35. @media screen and (min-width: 1920px) {
  36. .products-display-box .rg-card-box .rg-card-item {
  37. min-height: 582px;
  38. }
  39. }
  40. .products-display-box .rg-card-box .item-product {
  41. padding: 56px 0;
  42. }
  43. .products-display-box .rg-card-box .rg-card-item {
  44. position: relative;
  45. width: calc(50% - 12px);
  46. height: calc(50% - 12px);
  47. min-height: 368px;
  48. margin-bottom: 24px;
  49. background-color: #fff;
  50. border-radius: 24px;
  51. }
  52. .products-display-box .card-box {
  53. position: relative;
  54. height: 100%;
  55. }
  56. .products-display-box .rg-card-box .item-product .card-info {
  57. padding: 0 32px;
  58. }
  59. .products-display-box .lf-card-box {
  60. margin-right: 12px;
  61. width: calc(46% - 12px);
  62. background-color: #fff;
  63. border-radius: 24px;
  64. display: -webkit-box;
  65. display: -webkit-flex;
  66. display: -ms-flexbox;
  67. display: flex;
  68. flex-wrap: wrap;
  69. justify-content: center;
  70. align-items: center;
  71. align-content: center;
  72. }
  73. @media screen and (min-width: 1920px) {
  74. .products-display-box,
  75. .products-display-box.init-editor,
  76. .products-display-box .lf-card-box {
  77. min-height: 1188px;
  78. }
  79. }
  80. .bg-zeno-light {
  81. background-color: #f5f5f5;
  82. }
  83. .card-title {
  84. margin-bottom: 16px;
  85. font-size: 18px;
  86. line-height: 1.375;
  87. font-weight: bold;
  88. }
  89. .products-display-box .card-box .card-title {
  90. word-break: break-word;
  91. height: 33px;
  92. }
  93. .products-display-box .card-selling-points li {
  94. margin-bottom: 8px;
  95. line-height: 1.2;
  96. color: #757575;
  97. word-break: break-word;
  98. }
  99. .products-display-box .rg-card-box .item-product .card-selling-points {
  100. margin-bottom: 24px;
  101. font-size: 13px;
  102. line-height: 20px;
  103. list-style: none;
  104. height: 62.7812px;
  105. }
  106. .productDetailsShadow {
  107. position: relative;
  108. }
  109. /* .left_anwi_img{
  110. position: sticky;
  111. top: 40px;
  112. } */
  113. #main_show_img {
  114. cursor: pointer;
  115. }
  116. </style>
  117. </head>
  118. <body>
  119. <!-- navbar -->
  120. <auth-loader></auth-loader>
  121. <div id="navbar-head" class=""></div>
  122. <!-- end-navbar -->
  123. <!-- main-body -->
  124. <main
  125. class="main-body home-main-container loading-main"
  126. id="home-main-container"
  127. >
  128. <section class="services barbgnav d-none h-100 pt-3 bg-gradient-anwi">
  129. <div class="container pt-5">
  130. <div class="text-center text-white"></div>
  131. </div>
  132. </section>
  133. <section class="py-5 d-none">
  134. <div class="container-fluid position-relative">
  135. <div class="product_details d-md-none d-block">
  136. <div>
  137. <input type="hidden" name="" id="skudetailitem" />
  138. <h4 class="productname fw-600 ps-3 pt-5"></h4>
  139. </div>
  140. </div>
  141. <div class="text-center">
  142. <img
  143. src="./dist/assets/imgs/new_img/main_banner.webp"
  144. class="w-100"
  145. />
  146. </div>
  147. <div class="position-absolute product_details d-md-block d-none">
  148. <div>
  149. <input type="hidden" name="" id="skudetailitem" />
  150. <h4 class="productname"></h4>
  151. </div>
  152. </div>
  153. </div>
  154. </section>
  155. <section class="py-5 bg-zeno-light d-none">
  156. <div class="container py-md-5">
  157. <div class="row">
  158. <div class="col-md-5 pb-3 pb-md-0 text-center">
  159. <div class="p-5 notes bg-white rounded-3 h-100">
  160. <a href="#" class="ga-pdp-link">
  161. <div class="card-title pt-4">
  162. FYRO Flagship - 17.3 - I9 13900HX - RTX 4080
  163. </div>
  164. </a>
  165. <a href="#" class="card-img-box mb-show ga-pdp-link notes">
  166. <img
  167. class="pc-mb show success-img left-block pt-5"
  168. alt="card-img"
  169. src="./dist/assets/imgs/new_img/lappy1.png"
  170. height="450px"
  171. width="450px"
  172. />
  173. </a>
  174. </div>
  175. </div>
  176. <div class="col-md-7 ps-md-1">
  177. <div class="d-flex gap-3 pb-3 product_item">
  178. <div class="bg-white rounded-3 text-center">
  179. <div class="p-5 notes">
  180. <a
  181. href="#"
  182. class="card-img-box mb-show ga-pdp-link"
  183. data-nameforga="products_display_HUAWEI MateBook X Pro"
  184. data-position="1"
  185. >
  186. <img
  187. class="w-75 pc-mb show success-img"
  188. alt="card-img"
  189. src="./dist/assets/imgs/new_img/lappy2.png"
  190. />
  191. </a>
  192. <a
  193. href="#"
  194. class="ga-pdp-link"
  195. data-nameforga="products_display_HUAWEI MateBook X Pro"
  196. data-position="1"
  197. >
  198. <div class="card-title">
  199. FYRO Flagship - 17.3 - I9 13900HX - RTX 4090
  200. </div>
  201. </a>
  202. <!-- <div>
  203. 13th Gen Intel® Core™ Processor
  204. </div> -->
  205. </div>
  206. </div>
  207. <div class="rounded-3 text-center bg-white">
  208. <div class="p-5 notes">
  209. <a
  210. href="#"
  211. class="card-img-box mb-show ga-pdp-link"
  212. data-nameforga="products_display_HUAWEI MateBook X Pro"
  213. data-position="1"
  214. >
  215. <img
  216. class="w-75 pc-mb show success-img"
  217. alt="card-img"
  218. src="./dist/assets/imgs/new_img/lappy3.png"
  219. />
  220. </a>
  221. <a
  222. href="#"
  223. class="ga-pdp-link"
  224. data-nameforga="products_display_HUAWEI MateBook X Pro"
  225. data-position="1"
  226. >
  227. <div class="card-title">
  228. FYRO Flagship - 17.3 - I9 13900HX - RTX 4060
  229. </div>
  230. </a>
  231. <!-- <div>
  232. 13th Gen Intel® Core™ Processor
  233. </div> -->
  234. </div>
  235. </div>
  236. </div>
  237. <div class="d-flex gap-3 product_item">
  238. <div class="rounded-3 text-center bg-white">
  239. <div class="p-5 notes">
  240. <a
  241. href="#"
  242. class="card-img-box mb-show ga-pdp-link"
  243. data-nameforga="products_display_HUAWEI MateBook X Pro"
  244. data-position="1"
  245. >
  246. <img
  247. class="w-75 pc-mb show success-img"
  248. alt="card-img"
  249. src="./dist/assets/imgs/new_img/lappy4.png"
  250. />
  251. </a>
  252. <a
  253. href="#"
  254. class="ga-pdp-link"
  255. data-nameforga="products_display_HUAWEI MateBook X Pro"
  256. data-position="1"
  257. >
  258. <div class="card-title">
  259. FYRO Flagship - 17.3 - I9 13900HX - RTX 3050
  260. </div>
  261. </a>
  262. <!-- <div>
  263. 13th Gen Intel® Core™ Processor
  264. </div> -->
  265. </div>
  266. </div>
  267. <div class="rounded-3 text-center bg-white">
  268. <div class="p-5 notes">
  269. <a
  270. href="#"
  271. class="card-img-box mb-show ga-pdp-link"
  272. data-nameforga="products_display_HUAWEI MateBook X Pro"
  273. data-position="1"
  274. >
  275. <img
  276. class="w-75 pc-mb show success-img"
  277. alt="card-img"
  278. src="./dist/assets/imgs/new_img/lappy5.png"
  279. />
  280. </a>
  281. <a
  282. href="#"
  283. class="ga-pdp-link"
  284. data-nameforga="products_display_HUAWEI MateBook X Pro"
  285. data-position="1"
  286. >
  287. <div class="card-title">
  288. FYRO Flagship - 17.3 - I7-13700H - RTX 4090
  289. </div>
  290. </a>
  291. <!-- <div>
  292. 13th Gen Intel® Core™ Processor
  293. </div> -->
  294. </div>
  295. </div>
  296. </div>
  297. </div>
  298. </div>
  299. </div>
  300. </section>
  301. <section class="position-relative bg-black section-one d-none">
  302. <!-- <div class="d-flex justify-content-center align-items-center videospinning ">
  303. <div class="spinner-border text-info" role="status">
  304. <span class="visually-hidden">Loading...</span>
  305. </div>
  306. </div> -->
  307. <!-- <iframe class="d-none" src="https://player.vimeo.com/video/824707959?h=5b3654950a&amp&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> -->
  308. <div
  309. class="iframcontainer d-none"
  310. style="padding: 56.25% 0 0 0; position: relative;"
  311. >
  312. <iframe
  313. class="d-none"
  314. src="https://player.vimeo.com/video/824707959?h=5b3654950&amp&autoplay=1&loop=1&autopause=0&badge=0&player_id=0&controls=0&muted=1"
  315. frameborder="0"
  316. allow="autoplay; fullscreen; picture-in-picture"
  317. style="
  318. position: absolute;
  319. top: 0;
  320. left: 0;
  321. width: 100%;
  322. height: 100%;
  323. "
  324. title="Zeno Sleekbook"
  325. ></iframe>
  326. </div>
  327. </section>
  328. <section class="bg-black fyro_id">
  329. <div class="container py-md-5 text-white d-none">
  330. <div class="text-center">
  331. <h1 class="text-fyro">
  332. Unleashing the Beasts of Creativity & Innovation with Graphics,
  333. AI, and ML
  334. </h1>
  335. <p class="font-1-5 text-white">
  336. FYRO products are the ultimate machines for graphics, AI, and ML
  337. enthusiasts. With powerful Intel<sup>®</sup> processors and
  338. advanced NVIDIA graphic cards,
  339. <strong
  340. >FYRO laptops and all-in-ones deliver the raw power and
  341. performance</strong
  342. >
  343. needed to handle the most demanding workloads. Whether you're a
  344. gamer, video editor, or AI researcher, FYRO has the tools you need
  345. to unleash your creativity and push the boundaries of what's
  346. possible.
  347. </p>
  348. <div>
  349. <img
  350. src="./dist/assets/imgs/Home_new/Fyro_img.png"
  351. class="img-fluid w-50"
  352. alt=""
  353. />
  354. </div>
  355. </div>
  356. <p class="font-1-5 text-center mb-5 mt-4">
  357. With sleek designs and customizable features, FYRO products are the
  358. perfect blend of style and substance, offering unparalleled
  359. performance and portability in a compact package. Join the FYRO
  360. revolution and experience the power of next-gen computing today.
  361. </p>
  362. <div class="bg-blur border rounded-4 p-4">
  363. <div class="row p-md-3">
  364. <div class="col-6">
  365. <div class="row align-items-center h-100 pb-md-0 pb-3">
  366. <div class="col-md-2 col-6">
  367. <img
  368. src="./dist/assets/imgs/icons/Group 4475.svg"
  369. class="img-fluid"
  370. />
  371. </div>
  372. <p class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4 pt-md-0 pt-3">
  373. Unmatched GPU Performance
  374. </p>
  375. </div>
  376. </div>
  377. <div class="col-6">
  378. <div class="row align-items-center h-100 pb-md-0 pb-3">
  379. <div class="col-md-2 col-6">
  380. <img
  381. src="./dist/assets/imgs/icons/Group 4479.svg"
  382. class="img-fluid"
  383. />
  384. </div>
  385. <p class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4">
  386. High-end Gaming Capabilities
  387. </p>
  388. </div>
  389. </div>
  390. </div>
  391. <div class="row p-md-3">
  392. <div class="col-6">
  393. <div class="row align-items-center h-100">
  394. <div class="col-md-2 col-6">
  395. <img
  396. src="./dist/assets/imgs/icons/Asset 5.svg"
  397. class="img-fluid"
  398. />
  399. </div>
  400. <p class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4 pt-md-0 pt-3">
  401. Thermal Tested to handle high Temp upto 105<sup>o</sup>
  402. </p>
  403. </div>
  404. </div>
  405. <div class="col-6">
  406. <div class="row align-items-center h-100">
  407. <div class="col-md-2 col-6">
  408. <img
  409. src="./dist/assets/imgs/icons/Asset 4.svg"
  410. class="img-fluid"
  411. />
  412. </div>
  413. <p
  414. class="p-md-2 mb-0 fs-9 col-md-10 ps-md-4"
  415. id="overview_data_fyro"
  416. >
  417. Decent Battery backup
  418. </p>
  419. </div>
  420. </div>
  421. </div>
  422. </div>
  423. </div>
  424. </section>
  425. <section class="bg-black zeno_id">
  426. <div class="container py-md-5 text-center text-white d-none">
  427. <h1 class="text-blue-1 m-auto">
  428. The compact powerhouse for your productivity
  429. </h1>
  430. <p class="font-1-5 my-4">
  431. Zeno products are a range of
  432. <strong
  433. >sleek, powerful, and compact non-GPU laptops and
  434. all-in-ones</strong
  435. >
  436. that offer exceptional performance and style. Built with
  437. state-of-the-art components, including the latest generation of
  438. Intel<sup>®</sup> processors,
  439. <strong>High-speed RAM, and Fast NVMe PCIe 4.0 SSDs.</strong>
  440. </p>
  441. <div class="text-center">
  442. <img
  443. class="img-fluid"
  444. src="./dist/assets/imgs/allin_imgs/Asset 1.png"
  445. alt=""
  446. />
  447. </div>
  448. <p class="font-1-2 mt-4 mb-5">
  449. Zeno products are designed to meet the needs of professionals,
  450. students, and anyone who requires a reliable and portable computing
  451. solution. With their advanced features, including customizable
  452. hotkeys, fingerprint recognition, and a variety of connectivity
  453. options, Zeno products offer the perfect blend of style and
  454. substance for those who want a high-performing computing experience
  455. in a compact package.
  456. </p>
  457. <div class="bg-blur border rounded-4 p-4 text-white">
  458. <div class="row p-md-3 text-center">
  459. <div class="col-4 border-end">
  460. <div>
  461. <img
  462. src="./dist/assets/imgs/icons/Asset 9.svg"
  463. class="h-100p p-3"
  464. />
  465. </div>
  466. <p class="p-2 mb-0 font-1-5">Sleek & Light weight</p>
  467. </div>
  468. <div class="col-4 border-end">
  469. <div>
  470. <img
  471. src="./dist/assets/imgs/icons/Group 4492.svg"
  472. class="h-100p p-3"
  473. />
  474. </div>
  475. <p class="p-2 mb-0 font-1-5">
  476. Lightening-fast Intel<sup>®</sup> Processors
  477. </p>
  478. </div>
  479. <div class="col-4">
  480. <div>
  481. <img
  482. src="./dist/assets/imgs/icons/Asset 8.svg"
  483. class="h-100p p-3"
  484. />
  485. </div>
  486. <p class="p-2 mb-0 font-1-5" id="overview_data_zeno">
  487. Stunning Display
  488. </p>
  489. </div>
  490. </div>
  491. </div>
  492. </div>
  493. </section>
  494. <div class="loadingCall">
  495. <div class="spinner-border" role="status">
  496. <span class="visually-hidden">Loading...</span>
  497. </div>
  498. </div>
  499. <div class="container mainContanierProduct d-none section-two">
  500. <div class="row">
  501. <div class="col-xl-5">
  502. <div class="left_anwi_img bgproductDGen">
  503. <div
  504. class="productDetailsShadow productDetailsMain card border-0 box-shodow"
  505. >
  506. <img
  507. src="./dist/assets/imgs/nophoto.png"
  508. alt=""
  509. class="card-img img-fluid success-img p-5"
  510. id="main_show_img"
  511. />
  512. </div>
  513. </div>
  514. <div class="bgproductDGen border-0 d-none">
  515. <div class="row">
  516. <div class="d-none">
  517. <div class="flex-column gap-2 p-2 d-none">
  518. <input type="hidden" id="productidtag" />
  519. <input type="hidden" id="itemidtag" />
  520. <div class="product-item-gallery active-gallery-img">
  521. <img
  522. src="./dist/assets/imgs/Navbar/Accessiories-1.png"
  523. alt=""
  524. class="w-100 h-100"
  525. />
  526. </div>
  527. <div class="product-item-gallery">
  528. <img
  529. src="./dist/assets/imgs/Navbar/Accessiories-2.png"
  530. alt=""
  531. class="w-100 h-100"
  532. />
  533. </div>
  534. <div class="product-item-gallery">
  535. <img
  536. src="https://www.pngall.com/wp-content/uploads/5/RAM-Memory.png"
  537. alt=""
  538. class="w-100 h-100"
  539. />
  540. </div>
  541. <div class="product-item-gallery">
  542. <img
  543. src="https://www.pngall.com/wp-content/uploads/5/RAM-Random-Access-Memory-PNG-Clipart.png"
  544. alt=""
  545. class="w-100 h-100"
  546. />
  547. </div>
  548. <div class="product-item-gallery">
  549. <img
  550. src="https://www.pngall.com/wp-content/uploads/5/RAM-PNG.png"
  551. alt=""
  552. class="w-100 h-100"
  553. />
  554. </div>
  555. </div>
  556. </div>
  557. <div
  558. class="col-xl-12"
  559. type="button"
  560. data-toggle="modal"
  561. data-target="#exampleModal"
  562. >
  563. <!-- <div class=" productDetailsShadow productDetailsMain card border-0 box-shodow d-flex justify-content-center align-items-center">
  564. <img src="./dist/assets/imgs/nophoto.png" alt="" class="card-img img-fluid success-img" id="main_show_img">
  565. </div> -->
  566. </div>
  567. </div>
  568. </div>
  569. </div>
  570. <div class="col-xl-7 p-3 pt-0 productDetailsShadow">
  571. <div class="card border-0 mt-1">
  572. <div class="preorderimgcontainer">
  573. <img
  574. src="./dist/assets/imgs/redorder.png"
  575. class="w-100 h-100 img-fluid"
  576. alt=""
  577. />
  578. </div>
  579. <div>
  580. <div>
  581. <input type="hidden" name="" id="skudetailitem" />
  582. <h5 class="productname">ORA3, M.2 NVMe SSD</h5>
  583. </div>
  584. <div class="small-font des_productdes"></div>
  585. <div><span class="price"></span></div>
  586. <div class="text-danger msgErrorDetailsItem d-none">
  587. Product out of stock
  588. </div>
  589. </div>
  590. <hr />
  591. <!-- <div class="d-none">
  592. <h5 class="my-3 smallHeadingProductDetails ">Processor And Graphics
  593. </h5>
  594. <div class="d-flex gap-2">
  595. <div class="specsmallcard borderselector card small-font p-3">
  596. Intel® Core i5-9400F
  597. </div>
  598. <div class="specsmallcard card small-font p-3">
  599. Intel® Core i5-9400F
  600. </div>
  601. </div>
  602. </div> -->
  603. <div class="pb-2 d-none">
  604. <h5 class="pt-2 smallHeadingProductDetails">Colors</h5>
  605. <!-- <div class="d-flex gap-2 colors-display-container">
  606. </div> -->
  607. <div class="d-flex gap-2">
  608. <div class="color-display-img color-display-img-active">
  609. <img
  610. src="./dist/assets/imgs/allinone/onesection.png"
  611. alt=""
  612. class="w-100 h-100"
  613. />
  614. </div>
  615. <div class="color-display-img">
  616. <img
  617. src="./dist/assets/imgs/allinone/onesection.png"
  618. alt=""
  619. class="w-100 h-100"
  620. />
  621. </div>
  622. <div class="color-display-img">
  623. <img
  624. src="./dist/assets/imgs/Navbar/Accessiories-1.png"
  625. alt=""
  626. class="w-100 h-100"
  627. />
  628. </div>
  629. </div>
  630. </div>
  631. <div id="spec-container-details"></div>
  632. <!-- <div class="pb-2 memory-parent d-none">
  633. <h5 class="py-2 smallHeadingProductDetails">Memory</h5>
  634. <div class="d-flex gap-2 memorycontainer">
  635. <div data-type="memory-desktop"
  636. class="specsmallcard borderselector card small-font p-3">
  637. Desktop
  638. </div>
  639. <div data-type="memory-laptop" class="specsmallcard card small-font p-3">
  640. Laptop
  641. </div>
  642. </div>
  643. </div>
  644. <div class="memory-details d-none">
  645. <h5 class="py-2 smallHeadingProductDetails">RAM Memory Technology</h5>
  646. <div class="d-flex gap-2 pb-2 ramtech">
  647. <div type="button" onclick="onClickHandler(this)"
  648. class="specsmallcard-mini borderselector card small-font p-3">
  649. DDR4
  650. </div>
  651. <div type="button" onclick="onClickHandler(this)"
  652. class="specsmallcard-mini card small-font p-3">
  653. DDR5
  654. </div>
  655. </div>
  656. <div>
  657. <h5 class="py-2 smallHeadingProductDetails">Computer Memory Size</h5>
  658. <div class="d-flex gap-2 computersize">
  659. <div type="button" onclick="onClickHandler(this)"
  660. class="specsmallcard-mini borderselector card small-font p-3">
  661. 8 GB
  662. </div>
  663. <div type="button" onclick="onClickHandler(this)"
  664. class="specsmallcard-mini card small-font p-3">
  665. 16 GB
  666. </div>
  667. <div type="button" onclick="onClickHandler(this)"
  668. class="specsmallcard-mini card small-font p-3">
  669. 32 GB
  670. </div>
  671. </div>
  672. </div>
  673. </div> -->
  674. <!-- <div class="pb-2 d-none">
  675. <h5 class="py-2 smallHeadingProductDetails">Storage</h5>
  676. <div class="d-flex gap-2">
  677. <div class="specsmallcard borderselector card small-font p-3">
  678. 256 GB SSD Capacity
  679. </div>
  680. <div class="specsmallcard card small-font p-3">
  681. 1 TB SSD Capacity
  682. </div>
  683. </div>
  684. </div> -->
  685. <div class="d-none">
  686. <div
  687. class="d-flex justify-content-between align-items-center py-3"
  688. >
  689. <h5 class="my-3 smallHeadingProductDetails">Quantity</h5>
  690. <a href="shopping-cart.html">
  691. <!-- <div class="btn btn-sm btn-success ">Add To Cart</div> -->
  692. <a
  693. class="btn btn-dark button_dark"
  694. href="shopping-cart.html"
  695. >Add To Cart</a
  696. >
  697. </a>
  698. </div>
  699. <div class="d-flex">
  700. <span class="qtybtn qtybtleft bgGreyLight">-</span>
  701. <span class="border-top border-bottom">
  702. <span class="px-2">1</span>
  703. </span>
  704. <span class="qtybtn qtybtright bgGreyLight">+</span>
  705. </div>
  706. </div>
  707. <div class="d-none">
  708. <div class="small-font">
  709. Check if stock is available at your pincode
  710. </div>
  711. <div>
  712. <div class="mb-3 d-flex border">
  713. <input
  714. class="form-control small-font border-0"
  715. placeholder="input your pincode to check"
  716. type="text"
  717. id="formFile"
  718. />
  719. <button class="border-0 small-font px-2">Check</button>
  720. </div>
  721. </div>
  722. </div>
  723. <hr class="d-none" />
  724. <div>
  725. <ul class="d-none">
  726. <li class="small-font">
  727. No Cost EMI Available
  728. <a class="learnMoreA" href="">Learn More</a>
  729. </li>
  730. <li class="small-font">
  731. Buy Anwi Extended Warranty 1 Year at ₹2,699
  732. <a class="learnMoreA" href="">Learn More</a>
  733. </li>
  734. <li class="small-font">
  735. Avail No Cost EMI offer with BFL EMI Network Card<a
  736. class="learnMoreA"
  737. href=""
  738. >Learn More</a
  739. >
  740. </li>
  741. <li class="small-font">
  742. Anwi Notebook Pro Drivers<a class="learnMoreA" href=""
  743. >Learn More</a
  744. >
  745. </li>
  746. </ul>
  747. </div>
  748. <hr />
  749. <div class="pb-2 quantityHTML" id="specification_data">
  750. <span>Quantity :</span>
  751. <select name="quantity" id="quantity">
  752. <option value="1">1</option>
  753. <option value="2">2</option>
  754. <option value="3">3</option>
  755. <option value="4">4</option>
  756. <option value="5">5</option>
  757. <option value="6">6</option>
  758. <option value="7">7</option>
  759. <option value="8">8</option>
  760. <option value="9">9</option>
  761. <option value="10">10</option>
  762. </select>
  763. </div>
  764. <div class="text-danger pt-2 insufficientqty d-none">
  765. Insufficient quantity
  766. </div>
  767. <div class="d-flex gap-2 mt-2">
  768. <button
  769. id="addtocart"
  770. class="w-100 bg-gradient-anwi btn bg-black text-white"
  771. style="border-radius: 5px;"
  772. >
  773. Add to cart
  774. </button>
  775. <button
  776. class="w-100 btn bg-gradient-anwi buynow bg-black text-white"
  777. style="border-radius: 5px;"
  778. >
  779. Buy Now
  780. </button>
  781. </div>
  782. </div>
  783. </div>
  784. </div>
  785. <!-- tabs -->
  786. <div class="row tabsContainer">
  787. <div class="col-lg-12">
  788. <div
  789. class="dec-review-topbar no-transition nav mb-65 productdetailstabs d-flex gap-4"
  790. role="tablist"
  791. >
  792. <!-- <a class="active font-1-5 no-transition" data-bs-toggle="tab" href="#des-details1" aria-selected="true" role="tab">Description</a> -->
  793. <a
  794. href="#des-details2"
  795. aria-selected="false"
  796. role="tab"
  797. class="fw-600 font-1-5 no-transition w-100 text-center py-2 bg-gray-background"
  798. tabindex="-1"
  799. >Specification</a
  800. >
  801. </div>
  802. <div class="tab-content dec-review-bottom">
  803. <!-- <div id="des-details1" class="tab-pane active show" role="tabpanel">
  804. <div class="description-wrap wrap-content-product-tabs">
  805. <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>
  806. </div>
  807. </div> -->
  808. <div
  809. id="des-details2"
  810. class="tab-pane active show"
  811. role="tabpanel"
  812. >
  813. <!-- <div class="specification-wrap table-responsive">
  814. <table class="table table-bordered wrap-content-product-tabs">
  815. <tbody class="append-specs">
  816. <tr>
  817. <td class="width1">Data Transfer Rate</td>
  818. <td>Anwi Ram</td>
  819. </tr>
  820. <tr>
  821. <td>Memory Speed</td>
  822. <td>3200</td>
  823. </tr>
  824. </tbody>
  825. </table>
  826. </div> -->
  827. <div class="specContainer mt-3">
  828. <!-- <div class="d-flex gap-5 specContainer mt-3"> -->
  829. <div class="specContainerleft">
  830. <div
  831. class="accordion custom-accordion text-dark"
  832. id="faqAccordion"
  833. >
  834. <div class="accordion-item custom-accordion-item">
  835. <h2
  836. class="accordion-header custom-accordion-header"
  837. id="questionOneHeader"
  838. >
  839. <button
  840. class="accordion-button bg-white text-dark custom-accordion-button"
  841. type="button"
  842. data-bs-toggle="collapse"
  843. data-bs-target="#answerOne"
  844. aria-expanded="true"
  845. aria-controls="answerOne"
  846. >
  847. <div
  848. id="answerOne"
  849. class="accordion-collapse collapse show custom-accordion-content"
  850. aria-labelledby="questionOneHeader"
  851. data-bs-parent="#faqAccordion"
  852. >
  853. <div class="accordion-body custom-accordion-body">
  854. Windows 11 Home/Windows 11 Pro
  855. </div>
  856. </div>
  857. </button>
  858. </h2>
  859. </div>
  860. <div class="accordion-item border-x-none py-4">
  861. <h2 class="accordion-header" id="${mainid}">
  862. <button
  863. class="accordion-button bg-white text-dark"
  864. type="button"
  865. data-bs-toggle="collapse"
  866. data-bs-target="#${id}_child"
  867. aria-expanded="true"
  868. aria-controls="${id}_child"
  869. >
  870. <span
  871. class="font-weight-600 font-5 text-dark acc-specs-name"
  872. >${name}</span
  873. >
  874. </button>
  875. </h2>
  876. <div>
  877. <div
  878. id="${id}_child"
  879. class="accordion-collapse collapse w-100 show"
  880. aria-labelledby="${mainid}"
  881. >
  882. <div
  883. class="accordion-body d-flex justify-content-right"
  884. >
  885. <div class="text-secondary">${body}</div>
  886. </div>
  887. </div>
  888. </div>
  889. </div>
  890. <div class="accordion-item">
  891. <h2
  892. class="accordion-header"
  893. id="panelsStayOpen-headingOne"
  894. >
  895. <button
  896. class="accordion-button"
  897. type="button"
  898. data-bs-toggle="collapse"
  899. data-bs-target="#panelsStayOpen-collapseOne"
  900. aria-expanded="true"
  901. aria-controls="panelsStayOpen-collapseOne"
  902. >
  903. <span class="font-weight-600 font-1-5 text-dark">
  904. Operating System</span
  905. >
  906. <div
  907. id="panelsStayOpen-collapseOne"
  908. class="accordion-collapse collapse show"
  909. aria-labelledby="panelsStayOpen-headingOne"
  910. >
  911. <div class="accordion-body">
  912. <strong
  913. >This is the first item's accordion
  914. body.</strong
  915. >
  916. It is shown by default, until the collapse
  917. plugin adds the appropriate classes that we use
  918. to style each element. These classes control the
  919. overall appearance, as well as the showing and
  920. hiding via CSS transitions. You can modify any
  921. of this with custom CSS or overriding our
  922. default variables. It's also worth noting that
  923. just about any HTML can go within the
  924. <code>.accordion-body</code>, though the
  925. transition does limit overflow.
  926. </div>
  927. </div>
  928. </button>
  929. </h2>
  930. </div>
  931. <!-- ... other accordion items ... -->
  932. </div>
  933. </div>
  934. <div class="specContainerRight">
  935. <div class="">
  936. <div class="row border-bottom">
  937. <div class="col-sm-6 bg-gray-3">
  938. Item part number
  939. </div>
  940. <div class="col-sm-6">
  941. AWLD54816M
  942. </div>
  943. </div>
  944. </div>
  945. <div class="">
  946. <div class="row border-bottom">
  947. <div class="col-sm-6 bg-gray-3">
  948. RAM Size
  949. </div>
  950. <div class="col-sm-6">
  951. 16 GB
  952. </div>
  953. </div>
  954. </div>
  955. <div class="">
  956. <div class="row border-bottom">
  957. <div class="col-sm-6 bg-gray-3">
  958. Ram Memory Technology
  959. </div>
  960. <div class="col-sm-6">
  961. DDR5, SO-DIMM
  962. </div>
  963. </div>
  964. </div>
  965. </div>
  966. </div>
  967. </div>
  968. </div>
  969. </div>
  970. </div>
  971. </div>
  972. </main>
  973. <!-- footer -->
  974. <div id="footer-head" class="sec-space-1"></div>
  975. <!-- end-footer -->
  976. <!-- <script src="https://player.vimeo.com/api/player.js"></script> -->
  977. <script src="./dist/js/components/authloader/authloader.js"></script>
  978. <script src="./dist/js/jquery.min.js"></script>
  979. <script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  980. <script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
  981. <script src="./libs/axios.min.js"></script>
  982. <script src="./libs/cookies.min.js"></script>
  983. <script src="./dist/js/fontawesome.all.js"></script>
  984. <script src="./dist/js/fontawesome.min.js"></script>
  985. <script src="./dist/js/vendor/modernizr-3.11.7.min.js"></script>
  986. <script src="./dist/js/vendor/jquery-v3.6.0.min.js"></script>
  987. <script src="./dist/js/vendor/jquery-migrate-v3.3.2.min.js"></script>
  988. <!-- <script src="./dist/js/vendor/bootstrap.min.js"></script> -->
  989. <script src="./dist/js/plugins/slick.js"></script>
  990. <script src="./dist/js/plugins/wow.js"></script>
  991. <script src="./dist/js/plugins/svg-injector.min.js"></script>
  992. <script src="./dist/js/plugins/jquery.nice-select.min.js"></script>
  993. <script src="./dist/js/plugins/mouse-parallax.js"></script>
  994. <script src="./dist/js/plugins/images-loaded.js"></script>
  995. <script src="./dist/js/plugins/isotope.js"></script>
  996. <script src="./dist/js/plugins/jquery-ui.js"></script>
  997. <script src="./dist/js/plugins/magnific-popup.js"></script>
  998. <script src="./dist/js/validate.min.js"></script>
  999. <script src="./dist/toaster/toastr.js"></script>
  1000. <script src="./dist/js/utils/helpers.js"></script>
  1001. <script src="./dist/js/auth/apiservice.js"></script>
  1002. <script src="./dist/js/shoppingcart/addtocart.js"></script>
  1003. <script src="./dist/js/shoppingcart/shoppingcart.js"></script>
  1004. <!-- <script src="./dist/js/productdetails/productdetails.js"></script> -->
  1005. <script src="./dist/js/navbar.js"></script>
  1006. <script src="./dist/js/footer.js"></script>
  1007. <script src="./dist/js/main.js"></script>
  1008. <script src="./dist/js/productdetails/laptopd.js"></script>
  1009. <script>
  1010. let searchTerm = window.location.search.split("?")[1]?.toLowerCase();
  1011. if (searchTerm) {
  1012. if (searchTerm == "zeno") {
  1013. $(".fyro_id").addClass("d-none");
  1014. // $('.zeno_id').removeClass('d-none');
  1015. $(".productitemnamefull").html("Zeno");
  1016. } else if (searchTerm == "fyro") {
  1017. $(".zeno_id").addClass("d-none");
  1018. // $('.fyro_id').removeClass('d-none');
  1019. $(".productitemnamefull").html("Fyro");
  1020. } else if (searchTerm == "aio%20zeno") {
  1021. $(".fyro_id").addClass("d-none");
  1022. // $('.zeno_id').removeClass('d-none');
  1023. } else if (searchTerm == "aio%20fyro") {
  1024. $(".zeno_id").addClass("d-none");
  1025. // $('.fyro_id').removeClass('d-none');
  1026. }
  1027. } else {
  1028. $(".productitemnamefull").parent().addClass("d-none");
  1029. }
  1030. let ram_page = window.location.pathname;
  1031. let loc_3 = ram_page.includes("laptops.html");
  1032. if (loc_3 === true) {
  1033. let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
  1034. $(".main-menu")
  1035. .find("nav ul li a")
  1036. .addClass("text-dark")
  1037. .removeClass("text-white");
  1038. $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
  1039. // $('.same-style').find('svg path').attr('fill', '#fff');
  1040. // $('svg path').attr('fill', '#fff');
  1041. }
  1042. let loc_path = "?FYRO";
  1043. if (window.location.href.includes(loc_path)) {
  1044. $(".sticky-bar").addClass("stick");
  1045. $(".satoshi_font").removeClass("text-white");
  1046. let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
  1047. $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
  1048. $(".main-menu")
  1049. .find("nav ul li a")
  1050. .removeClass("text-dark")
  1051. .addClass("text-white");
  1052. $("iframe").addClass("d-none");
  1053. $(".iframcontainer").addClass("d-none");
  1054. $(".fyro_id").find(".container").addClass("pt-5");
  1055. } else if (window.location.href.includes("?Zeno")) {
  1056. $(".sticky-bar").addClass("stick");
  1057. $(".satoshi_font").removeClass("text-white");
  1058. $("iframe").removeClass("d-none");
  1059. $(".iframcontainer").removeClass("d-none");
  1060. // if($(window).width()<=768){
  1061. // $("iframe").attr("width","100%").attr("height","300")
  1062. // }
  1063. let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
  1064. $(".main-menu")
  1065. .find("nav ul li a")
  1066. .removeClass("text-dark")
  1067. .addClass("text-white");
  1068. $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
  1069. $(".same-style").find("svg path").attr("fill", "#000");
  1070. $("svg path").attr("fill", "#000");
  1071. }
  1072. let product_page = window.location.pathname;
  1073. let loc = product_page.includes("?FYRO");
  1074. if (loc === true) {
  1075. $(".fyro_id").addClass("d-none");
  1076. } else {
  1077. // laptopdetails.html
  1078. // $(".sub_nav_container").removeClass("d-none");
  1079. }
  1080. setTimeout(function () {
  1081. $(".header-bottom").addClass("bg-white");
  1082. $(".sticky-bar").addClass("stick");
  1083. $(".main-menu").find("nav a.satoshi_font").removeClass("text-white");
  1084. let imgs = `./dist/assets/imgs/anwi-logo-1.png`;
  1085. $(".same-style").find("svg path").attr("fill", "#000");
  1086. $("svg path").attr("fill", "#000");
  1087. $(".logo-menu-wrap").find(".logo img").attr("src", imgs);
  1088. }, 1000);
  1089. // $(".img-magnifier-glass").css("display", "none !important;");
  1090. $(".productDetailsMain").on("mouseenter", function () {
  1091. let magnific_glass = $(".img-magnifier-glass").length;
  1092. if (magnific_glass > 1) {
  1093. for (let i = 1; i < magnific_glass; i++) {
  1094. let val = i - 1;
  1095. $(".img-magnifier-glass")[val].remove();
  1096. }
  1097. }
  1098. $(".img-magnifier-glass").removeClass("d-none");
  1099. });
  1100. $(".productDetailsMain").on("mouseleave", function () {
  1101. $(".img-magnifier-glass").addClass("d-none");
  1102. });
  1103. </script>
  1104. </body>
  1105. </html>