Coverage for src/products/management/products_data.py: 0%

1 statements  

« prev     ^ index     » next       coverage.py v7.9.2, created at 2025-08-04 12:59 +0300

1products_data = [ 

2 # BERRY 

3 { 

4 'category': 'Earwear', 

5 'collection': 'Berry', 

6 'material': 'Platinum', 

7 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115862/9_zuupv7.webp', 

8 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115868/10_ccqces.webp', 

9 'stone_by_color': 'Blue Sapphire', 

10 'price': 3600, 

11 }, 

12 { 

13 'category': 'Earwear', 

14 'collection': 'Berry', 

15 'material': 'Platinum', 

16 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115870/7_oxmuys.webp', 

17 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115867/8_k1zqeq.webp', 

18 'stone_by_color': 'Red Ruby', 

19 'price': 3700, 

20 }, 

21 { 

22 'category': 'Earwear', 

23 'collection': 'Berry', 

24 'material': 'Platinum', 

25 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115868/11_ntbstg.webp', 

26 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115867/12_re58tf.webp', 

27 'stone_by_color': 'Green Emerald', 

28 'price': 3400, 

29 }, 

30 { 

31 'category': 'Neckwear', 

32 'collection': 'Berry', 

33 'material': 'Platinum', 

34 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115862/5_rlufar.webp', 

35 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115867/6_cb1tab.avif', 

36 'stone_by_color': 'Green Emerald', 

37 'price': 4400, 

38 }, 

39 { 

40 'category': 'Neckwear', 

41 'collection': 'Berry', 

42 'material': 'Platinum', 

43 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115867/3_bhkuqr.webp', 

44 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115870/4_pbumhb.avif', 

45 'stone_by_color': 'Blue Sapphire', 

46 'price': 4600, 

47 }, 

48 { 

49 'category': 'Neckwear', 

50 'collection': 'Berry', 

51 'material': 'Platinum', 

52 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115868/1_rcfsir.webp', 

53 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115870/2_vf7yxw.avif', 

54 'stone_by_color': 'Red Ruby', 

55 'price': 4800, 

56 }, 

57 { 

58 'category': 'Fingerwear', 

59 'collection': 'Berry', 

60 'material': 'Platinum', 

61 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115867/16_rkceku.avif', 

62 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115868/15.avif_fmwmjz.png', 

63 'stone_by_color': 'Red Ruby', 

64 'price': 2800, 

65 }, 

66 { 

67 'category': 'Fingerwear', 

68 'collection': 'Berry', 

69 'material': 'Platinum', 

70 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115867/14_jaiuit.webp', 

71 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115870/13.avif_hc7tnh.png', 

72 'stone_by_color': 'Blue Sapphire', 

73 'price': 2600, 

74 }, 

75 # FORGET ME NOT 

76 { 

77 'category': 'Wristwear', 

78 'collection': 'Forget Me Not', 

79 'material': 'Platinum', 

80 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115880/37_yydycy.webp', 

81 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115884/38_ebclnr.avif', 

82 'stone_by_color': 'Blue Sapphire', 

83 'price': 5200, 

84 }, 

85 { 

86 'category': 'Wristwear', 

87 'collection': 'Forget Me Not', 

88 'material': 'Platinum', 

89 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115880/35_tl8ef4.avif', 

90 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115874/36_vypeqm.avif', 

91 'stone_by_color': 'Red Ruby', 

92 'price': 5400, 

93 }, 

94 { 

95 'category': 'Wristwear', 

96 'collection': 'Forget Me Not', 

97 'material': 'Platinum', 

98 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115880/39_ec0wun.avif', 

99 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115871/40_jh7chy.avif', 

100 'stone_by_color': 'Pink Sapphire', 

101 'price': 5100, 

102 }, 

103 { 

104 'category': 'Earwear', 

105 'collection': 'Myosotis', 

106 'material': 'Platinum', 

107 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115871/19_cp3mbf.webp', 

108 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115883/20_iumckw.webp', 

109 'stone_by_color': 'Pink Sapphire', 

110 'price': 2800, 

111 }, 

112 { 

113 'category': 'Earwear', 

114 'collection': 'Myosotis', 

115 'material': 'Platinum', 

116 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115870/15_wi6mrj.webp', 

117 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115883/16_ujqqh5.webp', 

118 'stone_by_color': 'White Diamond', 

119 'price': 4100, 

120 }, 

121 { 

122 'category': 'Earwear', 

123 'collection': 'Myosotis', 

124 'material': 'Platinum', 

125 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115880/17_ej3xxw.webp', 

126 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115874/18_xdy6cx.webp', 

127 'stone_by_color': 'Blue Sapphire', 

128 'price': 3800, 

129 }, 

130 { 

131 'category': 'Earwear', 

132 'collection': 'Forget Me Not', 

133 'material': 'Platinum', 

134 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115876/25_ohyxwk.webp', 

135 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115879/26_ncvot1.webp', 

136 'stone_by_color': 'Pink Sapphire', 

137 'price': 4800, 

138 }, 

139 { 

140 'category': 'Earwear', 

141 'collection': 'Forget Me Not', 

142 'material': 'Platinum', 

143 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115873/23_xi7kdz.webp', 

144 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115876/24_mlbxu2.webp', 

145 'stone_by_color': 'Blue Sapphire', 

146 'price': 4800, 

147 }, 

148 { 

149 'category': 'Earwear', 

150 'collection': 'Forget Me Not', 

151 'material': 'Platinum', 

152 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115880/21_sspkef.webp', 

153 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115873/22_u9duuz.webp', 

154 'stone_by_color': 'White Diamond', 

155 'price': 5100, 

156 }, 

157 { 

158 'category': 'Neckwear', 

159 'collection': 'Myosotis', 

160 'material': 'Platinum', 

161 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115871/7_bxav8b.avif', 

162 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115882/8_udhrsq.avif', 

163 'stone_by_color': 'Pink Sapphire', 

164 'price': 6700, 

165 }, 

166 { 

167 'category': 'Neckwear', 

168 'collection': 'Myosotis', 

169 'material': 'Platinum', 

170 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115871/5_tstc0a.webp', 

171 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115874/6_yegbsi.avif', 

172 'stone_by_color': 'Blue Sapphire', 

173 'price': 6700, 

174 }, 

175 { 

176 'category': 'Neckwear', 

177 'collection': 'Myosotis', 

178 'material': 'Platinum', 

179 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115876/3_ovmsps.webp', 

180 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115874/4_gyndsx.webp', 

181 'stone_by_color': 'White Diamond', 

182 'price': 7000, 

183 }, 

184 { 

185 'category': 'Neckwear', 

186 'collection': 'Myosotis', 

187 'material': 'Platinum', 

188 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115877/1_20.58.26_rzrysl.avif', 

189 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115877/2_20.58.26_zij1ov.avif', 

190 'stone_by_color': 'Red Ruby', 

191 'price': 6800, 

192 }, 

193 { 

194 'category': 'Neckwear', 

195 'collection': 'Forget Me Not', 

196 'material': 'Platinum', 

197 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115874/33_ctp104.webp', 

198 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115874/34_chlsa5.webp', 

199 'stone_by_color': 'Pink Sapphire', 

200 'price': 8400, 

201 }, 

202 { 

203 'category': 'Neckwear', 

204 'collection': 'Forget Me Not', 

205 'material': 'Platinum', 

206 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115876/31_qt3bmf.webp', 

207 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115879/32_odt4pf.avif', 

208 'stone_by_color': 'Blue Sapphire', 

209 'price': 8400, 

210 }, 

211 { 

212 'category': 'Neckwear', 

213 'collection': 'Forget Me Not', 

214 'material': 'Platinum', 

215 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115877/29_hxlfiw.avif', 

216 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115879/30_wyt89z.webp', 

217 'stone_by_color': 'White Diamond', 

218 'price': 8700, 

219 }, 

220 { 

221 'category': 'Neckwear', 

222 'collection': 'Forget Me Not', 

223 'material': 'Platinum', 

224 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115876/27_mz3g3o.webp', 

225 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115879/28_ecki0c.avif', 

226 'stone_by_color': 'Red Ruby', 

227 'price': 8500, 

228 }, 

229 { 

230 'category': 'Fingerwear', 

231 'collection': 'Forget Me Not', 

232 'material': 'Platinum', 

233 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115876/13_jvc89m.webp', 

234 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115883/14_ryucup.avif', 

235 'stone_by_color': 'Pink Sapphire', 

236 'price': 4400, 

237 }, 

238 { 

239 'category': 'Fingerwear', 

240 'collection': 'Forget Me Not', 

241 'material': 'Platinum', 

242 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115876/11_kmd9oy.avif', 

243 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115879/12_khumxz.avif', 

244 'stone_by_color': 'Blue Sapphire', 

245 'price': 4400, 

246 }, 

247 { 

248 'category': 'Fingerwear', 

249 'collection': 'Forget Me Not', 

250 'material': 'Platinum', 

251 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115873/9_pfybkq.webp', 

252 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115878/10_fcq7yp.webp', 

253 'stone_by_color': 'White Diamond', 

254 'price': 4600, 

255 }, 

256 # GERBERA 

257 { 

258 'category': 'Wristwear', 

259 'collection': 'Gerbera', 

260 'material': 'Platinum', 

261 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115898/7_dyy0ui.webp', 

262 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115903/8_nb7rfa.avif', 

263 'stone_by_color': 'White Diamond', 

264 'price': 3400, 

265 }, 

266 { 

267 'category': 'Wristwear', 

268 'collection': 'Gerbera', 

269 'material': 'Rose Gold', 

270 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115897/11_fnhj5z.webp', 

271 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115897/12_c4gztu.avif', 

272 'stone_by_color': 'White Diamond', 

273 'price': 3200, 

274 }, 

275 { 

276 'category': 'Wristwear', 

277 'collection': 'Gerbera', 

278 'material': 'Yellow Gold', 

279 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115890/9_hgiify.webp', 

280 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/10_lbk6i1.avif', 

281 'stone_by_color': 'White Diamond', 

282 'price': 3200, 

283 }, 

284 { 

285 'category': 'Earwear', 

286 'collection': 'Gerbera', 

287 'material': 'Rose Gold', 

288 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115890/23_riwfc0.webp', 

289 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/24_sodzvz.webp', 

290 'stone_by_color': 'White Diamond', 

291 'price': 1600, 

292 }, 

293 { 

294 'category': 'Earwear', 

295 'collection': 'Gerbera', 

296 'material': 'Yellow Gold', 

297 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115898/21_o5ytzr.webp', 

298 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/22_y8mhmh.webp', 

299 'stone_by_color': 'White Diamond', 

300 'price': 1600, 

301 }, 

302 { 

303 'category': 'Earwear', 

304 'collection': 'Gerbera', 

305 'material': 'Platinum', 

306 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115890/19_yq40yi.webp', 

307 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115903/20_lsunqd.webp', 

308 'stone_by_color': 'White Diamond', 

309 'price': 1900, 

310 }, 

311 { 

312 'category': 'Neckwear', 

313 'collection': 'Gerbera', 

314 'material': 'Rose Gold', 

315 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115898/5_ltcjn8.avif', 

316 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/6_aj31h8.avif', 

317 'stone_by_color': 'White Diamond', 

318 'price': 2600, 

319 }, 

320 { 

321 'category': 'Neckwear', 

322 'collection': 'Gerbera', 

323 'material': 'Yellow Gold', 

324 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115893/3_nfudoh.avif', 

325 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115904/4_jgqw79.avif', 

326 'stone_by_color': 'White Diamond', 

327 'price': 2600, 

328 }, 

329 { 

330 'category': 'Neckwear', 

331 'collection': 'Gerbera', 

332 'material': 'Platinum', 

333 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/1_mxaw0n.webp', 

334 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115897/2_jbpdul.avif', 

335 'stone_by_color': 'White Diamond', 

336 'price': 2900, 

337 }, 

338 { 

339 'category': 'Fingerwear', 

340 'collection': 'Gerbera', 

341 'material': 'Rose Gold', 

342 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115898/17_sve1ov.webp', 

343 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/18_mk2aen.webp', 

344 'stone_by_color': 'White Diamond', 

345 'price': 1900, 

346 }, 

347 { 

348 'category': 'Fingerwear', 

349 'collection': 'Gerbera', 

350 'material': 'Yellow Gold', 

351 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115889/15_vhtm13.webp', 

352 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115904/16_oungz5.webp', 

353 'stone_by_color': 'White Diamond', 

354 'price': 1900, 

355 }, 

356 { 

357 'category': 'Fingerwear', 

358 'collection': 'Gerbera', 

359 'material': 'Platinum', 

360 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/13_c91ddg.webp', 

361 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115892/14_khi7ft.webp', 

362 'stone_by_color': 'White Diamond', 

363 'price': 2100, 

364 }, 

365 # LEAF 

366 { 

367 'category': 'Neckwear', 

368 'collection': 'Leaf', 

369 'material': 'Yellow Gold', 

370 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/3_eqrpuo.webp', 

371 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/4_zdqfzb.avif', 

372 'stone_by_color': 'White Diamond', 

373 'price': 3300, 

374 }, 

375 { 

376 'category': 'Neckwear', 

377 'collection': 'Leaf', 

378 'material': 'Platinum', 

379 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/1_y1wtvj.avif', 

380 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115847/2_csala1.avif', 

381 'stone_by_color': 'White Diamond', 

382 'price': 3500, 

383 }, 

384 { 

385 'category': 'Neckwear', 

386 'collection': 'Lilium', 

387 'material': 'Platinum', 

388 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/9_cglk2f.webp', 

389 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115849/10_yaxfhs.webp', 

390 'stone_by_color': 'White Diamond', 

391 'price': 4300, 

392 }, 

393 { 

394 'category': 'Neckwear', 

395 'collection': 'Lilium', 

396 'material': 'Yellow Gold', 

397 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/11_mvguf6.avif', 

398 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/12_vv0hw2.avif', 

399 'stone_by_color': 'White Diamond', 

400 'price': 4100, 

401 }, 

402 { 

403 'category': 'Fingerwear', 

404 'collection': 'Leaf', 

405 'material': 'Platinum', 

406 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115847/5_mbpwau.webp', 

407 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115849/6_tma5f6.webp', 

408 'stone_by_color': 'White Diamond', 

409 'price': 2700, 

410 }, 

411 { 

412 'category': 'Fingerwear', 

413 'collection': 'Leaf', 

414 'material': 'Yellow Gold', 

415 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/7_u3mjub.webp', 

416 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115848/8_admfwl.avif', 

417 'stone_by_color': 'White Diamond', 

418 'price': 2400, 

419 }, 

420 # LILY 

421 { 

422 'category': 'Wristwear', 

423 'collection': 'Lily', 

424 'material': 'Yellow Gold', 

425 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115861/3_z0khec.webp', 

426 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115862/4_yomnun.avif', 

427 'stone_by_color': 'White Diamond', 

428 'price': 2900, 

429 }, 

430 { 

431 'category': 'Wristwear', 

432 'collection': 'Lily', 

433 'material': 'Platinum', 

434 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115861/1_ra0at7.webp', 

435 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115862/2_qtaybi.avif', 

436 'stone_by_color': 'White Diamond', 

437 'price': 3100, 

438 }, 

439 { 

440 'category': 'Neckwear', 

441 'collection': 'Lily', 

442 'material': 'Rose Gold', 

443 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115856/7_kkhuqt.avif', 

444 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115862/8_fn8lmj.avif', 

445 'stone_by_color': 'White Diamond', 

446 'price': 4000, 

447 }, 

448 { 

449 'category': 'Neckwear', 

450 'collection': 'Lily', 

451 'material': 'Yellow Gold', 

452 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115862/5_jg8e9x.avif', 

453 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115861/6_viukk8.avif', 

454 'stone_by_color': 'White Diamond', 

455 'price': 4000, 

456 }, 

457 { 

458 'category': 'Fingerwear', 

459 'collection': 'Lily', 

460 'material': 'Yellow Gold', 

461 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115862/9_ug9qjk.avif', 

462 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115861/10_kvifdt.avif', 

463 'stone_by_color': 'White Diamond', 

464 'price': 2400, 

465 }, 

466 { 

467 'category': 'Fingerwear', 

468 'collection': 'Lily', 

469 'material': 'Rose Gold', 

470 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115861/11_qwmmry.avif', 

471 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115861/12_wykwod.avif', 

472 'stone_by_color': 'White Diamond', 

473 'price': 2400, 

474 }, 

475 # Lily of the Valley 

476 { 

477 'category': 'Earwear', 

478 'collection': 'Lily of the Valley', 

479 'material': 'Platinum', 

480 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115885/9_nrvzgx.webp', 

481 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115886/10_gbgzq4.webp', 

482 'stone_by_color': 'White Diamond', 

483 'price': 7500, 

484 }, 

485 { 

486 'category': 'Earwear', 

487 'collection': 'Lily of the Valley', 

488 'material': 'Platinum', 

489 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115886/1_zaesmv.webp', 

490 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115886/2_omxh92.webp', 

491 'stone_by_color': 'Blue Aquamarine', 

492 'price': 7000, 

493 }, 

494 { 

495 'category': 'Neckwear', 

496 'collection': 'Drop', 

497 'material': 'Platinum', 

498 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115884/5_azojfd.webp', 

499 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115889/6_xefvoj.webp', 

500 'stone_by_color': 'Blue Aquamarine', 

501 'price': 7100, 

502 }, 

503 { 

504 'category': 'Neckwear', 

505 'collection': 'Drop', 

506 'material': 'Platinum', 

507 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115889/14_rmtgtc.avif', 

508 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115884/15_gbcgxu.webp', 

509 'stone_by_color': 'White Diamond', 

510 'price': 7900, 

511 }, 

512 { 

513 'category': 'Neckwear', 

514 'collection': 'Lily of the Valley', 

515 'material': 'Platinum', 

516 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115889/16_ghdpy4.webp', 

517 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115889/17_pzsxrr.webp', 

518 'stone_by_color': 'White Diamond', 

519 'price': 9100, 

520 }, 

521 { 

522 'category': 'Neckwear', 

523 'collection': 'Lily of the Valley', 

524 'material': 'Platinum', 

525 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115889/7_mflsat.webp', 

526 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115889/8_z0yovn.avif', 

527 'stone_by_color': 'Blue Aquamarine', 

528 'price': 8800, 

529 }, 

530 { 

531 'category': 'Fingerwear', 

532 'collection': 'Lily of the Valley', 

533 'material': 'Platinum', 

534 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115886/3_onvsdq.webp', 

535 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115885/4_k2z9sm.webp', 

536 'stone_by_color': 'Blue Aquamarine', 

537 'price': 6900, 

538 }, 

539 { 

540 'category': 'Fingerwear', 

541 'collection': 'Lily of the Valley', 

542 'material': 'Platinum', 

543 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115885/11_gxtusc.avif', 

544 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115886/12_cyplba.webp', 

545 'stone_by_color': 'White Diamond', 

546 'price': 7300, 

547 }, 

548 # LOTUS 

549 { 

550 'category': 'Earwear', 

551 'collection': 'Lotus', 

552 'material': 'Platinum', 

553 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115849/5_akqszw.webp', 

554 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115855/6_p1hv03.webp', 

555 'stone_by_color': 'Green Emerald', 

556 'price': 4200, 

557 }, 

558 { 

559 'category': 'Earwear', 

560 'collection': 'Lotus', 

561 'material': 'Platinum', 

562 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115854/3_pwfqbd.avif', 

563 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115855/4_zvx63m.avif', 

564 'stone_by_color': 'Blue Sapphire', 

565 'price': 4400, 

566 }, 

567 { 

568 'category': 'Earwear', 

569 'collection': 'Lotus', 

570 'material': 'Platinum', 

571 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115854/1_dthftn.webp', 

572 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115850/2_no2d0x.webp', 

573 'stone_by_color': 'Red Ruby', 

574 'price': 6600, 

575 }, 

576 { 

577 'category': 'Neckwear', 

578 'collection': 'Lotus', 

579 'material': 'Platinum', 

580 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115849/9_elxmpl.webp', 

581 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115850/10_v5sj9r.avif', 

582 'stone_by_color': 'Red Ruby', 

583 'price': 7600, 

584 }, 

585 { 

586 'category': 'Neckwear', 

587 'collection': 'Lotus', 

588 'material': 'Platinum', 

589 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115849/7_kfghke.avif', 

590 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115855/8_w3dnks.avif', 

591 'stone_by_color': 'Pink Sapphire', 

592 'price': 7400, 

593 }, 

594 { 

595 'category': 'Neckwear', 

596 'collection': 'Lotus', 

597 'material': 'Platinum', 

598 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115854/13_shljw5.avif', 

599 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115855/14_yj8tc1.avif', 

600 'stone_by_color': 'Green Emerald', 

601 'price': 7200, 

602 }, 

603 { 

604 'category': 'Neckwear', 

605 'collection': 'Lotus', 

606 'material': 'Platinum', 

607 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115854/11_grxxeo.webp', 

608 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115854/12_qty9ix.avif', 

609 'stone_by_color': 'Blue Sapphire', 

610 'price': 7400, 

611 }, 

612 { 

613 'category': 'Fingerwear', 

614 'collection': 'Lotus', 

615 'material': 'Platinum', 

616 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115855/17_txm6ur.webp', 

617 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115849/18_othoqv.webp', 

618 'stone_by_color': 'Blue Sapphire', 

619 'price': 5200, 

620 }, 

621 { 

622 'category': 'Fingerwear', 

623 'collection': 'Lotus', 

624 'material': 'Platinum', 

625 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115855/15_jxzwza.avif', 

626 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115850/16_fmv4dv.avif', 

627 'stone_by_color': 'Red Ruby', 

628 'price': 5400, 

629 }, 

630 # SUNFLOWER 

631 { 

632 'category': 'Earwear', 

633 'collection': 'Sunflower', 

634 'material': 'Platinum', 

635 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115904/9_sqhg38.webp', 

636 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115904/10_iv9a0s.avif', 

637 'stone_by_color': 'Red Ruby', 

638 'price': 2100, 

639 }, 

640 { 

641 'category': 'Earwear', 

642 'collection': 'Sunflower', 

643 'material': 'Platinum', 

644 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115907/7_biz36z.webp', 

645 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115904/8_bnvuri.webp', 

646 'stone_by_color': 'Blue Sapphire', 

647 'price': 1900, 

648 }, 

649 { 

650 'category': 'Earwear', 

651 'collection': 'Sunflower', 

652 'material': 'Platinum', 

653 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115904/5_tdbnmb.webp', 

654 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115907/6_hqhraj.webp', 

655 'stone_by_color': 'White Diamond', 

656 'price': 2200, 

657 }, 

658 { 

659 'category': 'Fingerwear', 

660 'collection': 'Sunflower', 

661 'material': 'Platinum', 

662 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115907/13_b96r6b.avif', 

663 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115907/14_upeut9.avif', 

664 'stone_by_color': 'Red Ruby', 

665 'price': 3300, 

666 }, 

667 { 

668 'category': 'Fingerwear', 

669 'collection': 'Sunflower', 

670 'material': 'Platinum', 

671 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115904/11_gzogqa.avif', 

672 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746115907/12_lxtshr.avif', 

673 'stone_by_color': 'Blue Sapphire', 

674 'price': 3100, 

675 }, 

676 # Daisy 

677 { 

678 'category': 'Earwear', 

679 'collection': 'Daisy', 

680 'material': 'Platinum', 

681 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121005/9_sciejy.webp', 

682 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121016/10_darmna.webp', 

683 'stone_by_color': 'Pink Sapphire', 

684 'price': 1500, 

685 }, 

686 { 

687 'category': 'Earwear', 

688 'collection': 'Daisy', 

689 'material': 'Platinum', 

690 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121145/7_nvuh9g.webp', 

691 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121006/8_bhttl1.webp', 

692 'stone_by_color': 'Red Ruby', 

693 'price': 1700, 

694 }, 

695 { 

696 'category': 'Earwear', 

697 'collection': 'Daisy', 

698 'material': 'Platinum', 

699 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121009/13_mjvoux.webp', 

700 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121008/14_rvbedu.webp', 

701 'stone_by_color': 'Yellow Sapphire', 

702 'price': 1500, 

703 }, 

704 { 

705 'category': 'Earwear', 

706 'collection': 'Daisy', 

707 'material': 'Platinum', 

708 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121010/11_momftr.avif', 

709 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121013/12_ou80ul.webp', 

710 'stone_by_color': 'Blue Aquamarine', 

711 'price': 1500, 

712 }, 

713 { 

714 'category': 'Neckwear', 

715 'collection': 'Daisy', 

716 'material': 'Platinum', 

717 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121005/5_mvon0h.webp', 

718 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121006/6_hr6odl.avif', 

719 'stone_by_color': 'Yellow Sapphire', 

720 'price': 4400, 

721 }, 

722 { 

723 'category': 'Neckwear', 

724 'collection': 'Daisy', 

725 'material': 'Platinum', 

726 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121011/3_uskksz.webp', 

727 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121262/4_cetexv.avif', 

728 'stone_by_color': 'Blue Aquamarine', 

729 'price': 4400, 

730 }, 

731 { 

732 'category': 'Neckwear', 

733 'collection': 'Daisy', 

734 'material': 'Platinum', 

735 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121014/1_hgm4vf.webp', 

736 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746121261/2_t5lujx.avif', 

737 'stone_by_color': 'Pink Sapphire', 

738 'price': 4400, 

739 }, 

740 # Wristweares 

741 { 

742 'category': 'Wristwear', 

743 'collection': 'Bracelet', 

744 'material': 'Yellow Gold', 

745 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196508/1_cviir7.png', 

746 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196508/2_kb2pnx.png', 

747 'stone_by_color': 'Green Emerald', 

748 'price': 14100, 

749 }, 

750 { 

751 'category': 'Wristwear', 

752 'collection': 'Bracelet', 

753 'material': 'Yellow Gold', 

754 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196509/1_cveecw.png', 

755 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196509/2_jnlzu9.png', 

756 'stone_by_color': 'Red Ruby', 

757 'price': 14500, 

758 }, 

759 { 

760 'category': 'Wristwear', 

761 'collection': 'Bracelet', 

762 'material': 'Platinum', 

763 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196508/1_zaou5v.png', 

764 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196508/2_xadphd.png', 

765 'stone_by_color': 'Pink Sapphire', 

766 'price': 14900, 

767 }, 

768 { 

769 'category': 'Wristwear', 

770 'collection': 'Bracelet', 

771 'material': 'Yellow Gold', 

772 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196508/1_sgyfdp.png', 

773 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196508/2_zpbdin.png', 

774 'stone_by_color': 'Blue Aquamarine', 

775 'price': 14900, 

776 }, 

777 # Classics 

778 { 

779 'category': 'Wristwear', 

780 'collection': 'Classics', 

781 'material': 'Yellow Gold', 

782 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196509/1_ohgirz.png', 

783 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196509/2_v3q4n1.png', 

784 'stone_by_color': 'Green Emerald', 

785 'price': 16200, 

786 }, 

787 { 

788 'category': 'Wristwear', 

789 'collection': 'Classics', 

790 'material': 'Platinum', 

791 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196512/1_uesg5z.png', 

792 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196511/2_agllhx.png', 

793 'stone_by_color': 'Red Ruby', 

794 'price': 17300, 

795 }, 

796 { 

797 'category': 'Wristwear', 

798 'collection': 'Classics', 

799 'material': 'Yellow Gold', 

800 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196510/1_vh9sj4.png', 

801 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196510/2_nmhjr2.png', 

802 'stone_by_color': 'Blue Aquamarine', 

803 'price': 16100, 

804 }, 

805 { 

806 'category': 'Wristwear', 

807 'collection': 'Classics', 

808 'material': 'Platinum', 

809 'first_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196509/1_yicqjg.png', 

810 'second_image': 'https://res.cloudinary.com/dpgvbozrb/image/upload/v1746196509/2_mdolsb.png', 

811 'stone_by_color': 'Pink Sapphire', 

812 'price': 16100, 

813 }, 

814]