暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

laptopdetails.html 48KB

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