diff --git a/package-lock.json b/package-lock.json index 98392dc382..2cbca2182a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2421,9 +2421,9 @@ } }, "@mate-academy/scripts": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/@mate-academy/scripts/-/scripts-1.7.9.tgz", - "integrity": "sha512-TDtSLf9BVwkaib4xpMB8r8VA18N6ABRpePGxpqk+aYOHcXq1DFwrzqCbOW9LyrOxWbqLVJBhP5exEgFXiaWhfw==", + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@mate-academy/scripts/-/scripts-1.8.5.tgz", + "integrity": "sha512-mHRY2FkuoYCf5U0ahIukkaRo5LSZsxrTSgMJheFoyf3VXsTvfM9OfWcZIDIDB521kdPrScHHnRp+JRNjCfUO5A==", "dev": true, "requires": { "@octokit/rest": "^17.11.2", @@ -6653,13 +6653,13 @@ } }, "eslint-plugin-prettier": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz", - "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz", + "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==", "dev": true, "requires": { "prettier-linter-helpers": "^1.0.0", - "synckit": "^0.8.6" + "synckit": "^0.9.1" } }, "eslint-plugin-react": { @@ -12993,6 +12993,11 @@ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, + "react-icons": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==" + }, "react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", @@ -14905,15 +14910,20 @@ "util.promisify": "~1.0.0" } }, + "swiper": { + "version": "11.1.5", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.5.tgz", + "integrity": "sha512-JJQWFXdxiMGC2j6ZGTYat5Z7NN9JORJBgHp0/joX9uPod+cRj0wr5H5VnWSNIz9JeAamQvYKaG7aFrGHIF9OEg==" + }, "symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "synckit": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", - "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz", + "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", "dev": true, "requires": { "@pkgr/core": "^0.1.0", @@ -14921,9 +14931,9 @@ }, "dependencies": { "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", "dev": true } } diff --git a/package.json b/package.json index 222c88a139..09446eec46 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,16 @@ "classnames": "^2.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-icons": "^5.2.1", "react-router-dom": "^6.22.3", "react-scripts": "5.0.1", - "react-transition-group": "^4.4.5" + "react-transition-group": "^4.4.5", + "swiper": "^11.1.5" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@mate-academy/eslint-config-react-typescript": "latest", - "@mate-academy/scripts": "^1.7.9", + "@mate-academy/scripts": "^1.8.5", "@mate-academy/students-ts-config": "latest", "@mate-academy/stylelint-config": "latest", "@types/node": "^16.18.80", diff --git a/public/api/products.json b/public/api/products.json index 41ecb5e5a6..4ff8e65b81 100644 --- a/public/api/products.json +++ b/public/api/products.json @@ -2715,4 +2715,4 @@ "year": 2022, "image": "img/phones/apple-iphone-14-pro/gold/00.webp" } -] \ No newline at end of file +] diff --git a/public/img/logos/mainlogo.svg b/public/img/logos/mainlogo.svg new file mode 100644 index 0000000000..a831377040 --- /dev/null +++ b/public/img/logos/mainlogo.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index 4b622dad39..0024052576 100644 --- a/public/index.html +++ b/public/index.html @@ -1,8 +1,9 @@ - + + Phone catalog diff --git a/src/App.scss b/src/App.scss index 71bc413aad..0de61a10db 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1 +1,20 @@ -// not empty +:root { + --swiper-pagination-color: #0f0f11; + --swiper-pagination-bullet-width: 14px; + --swiper-pagination-bullet-height: 4px; + --swiper-pagination-bullet-border-radius: 0; + --swiper-pagination-bullet-inactive-color: #828587; +} + +.App { + display: flex; + flex-direction: column; + min-height: 100vh; + + &__content { + max-width: 1200px; + width: 100%; + margin: 0 auto; + flex: 1; + } +} diff --git a/src/App.tsx b/src/App.tsx index 372e4b4206..733aa81f1f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,16 @@ +import { Outlet } from 'react-router-dom'; import './App.scss'; +import { TopBar } from './components/TopBar'; +import { Footer } from './components/Footer'; -export const App = () => ( -
-

Product Catalog

-
-); +export const App = () => { + return ( +
+ +
+ +
+
+ ); +}; diff --git a/src/Root.tsx b/src/Root.tsx new file mode 100644 index 0000000000..2e7893cb9f --- /dev/null +++ b/src/Root.tsx @@ -0,0 +1,56 @@ +import { + HashRouter as Router, + Routes, + Route, + Navigate, +} from 'react-router-dom'; +import { App } from './App'; +import { HomePage } from './modules/HomePage'; +import { NotFoundPage } from './modules/NotFoundPage'; +import { FavouritesPage } from './modules/FavouritesPage'; +import { CartPage } from './modules/CartPage'; +import { MenuProvider } from './store/MenuProvider'; +import { CatalogPage } from './modules/CatalogPage/CatalogPage'; +import { ProductProvider } from './store/ProductProvider'; +import { FavouritesProvider } from './store/FavouritesProvider'; +import { CartProvider } from './store/CartProvider'; +import { ItemCardPage } from './modules/ItemCardPage/ItemCardPage'; + +export const Root = () => ( + + + + + + + }> + } /> + } /> + + } /> + } /> + + + } /> + } /> + + + } + /> + } /> + + + } /> + } /> + + } /> + + + + + + + +); diff --git a/src/api/accessories.json b/src/api/accessories.json new file mode 100644 index 0000000000..6a36890cec --- /dev/null +++ b/src/api/accessories.json @@ -0,0 +1,1430 @@ +[ + { + "id": "apple-watch-series-3-38mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-3", + "name": "Apple Watch Series 3 38mm Space Gray", + "capacityAvailable": ["38mm", "42mm"], + "capacity": "38mm", + "priceRegular": 199, + "priceDiscount": 169, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "space gray", + "images": [ + "img/accessories/apple-watch-series-3/space-gray/00.webp", + "img/accessories/apple-watch-series-3/space-gray/01.webp", + "img/accessories/apple-watch-series-3/space-gray/02.webp" + ], + "description": [ + { + "title": "Monitor your health", + "text": [ + "The Apple Watch Series 3 is equipped with sensors to track your heart rate, calories burned, and other fitness metrics throughout the day. It can even track your workouts and suggest personalized fitness goals." + ] + }, + { + "title": "Stay connected on the go", + "text": [ + "With cellular connectivity, you can make calls and send texts from your wrist even without your iPhone nearby. And with Siri, you can get directions, send messages, and set reminders hands-free." + ] + }, + { + "title": "Stream your favorite music", + "text": [ + "With Apple Music and Siri, you can stream over 75 million songs on your Apple Watch Series 3. Or listen to your favorite podcasts, audiobooks, and radio stations." + ] + } + ], + "screen": "1.3' OLED", + "resolution": "272x340", + "processor": "Apple S3", + "ram": "768MB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-3-42mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-3", + "name": "Apple Watch Series 3 42mm Space Gray", + "capacityAvailable": ["38mm", "42mm"], + "capacity": "42mm", + "priceRegular": 250, + "priceDiscount": 219, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "space gray", + "images": [ + "img/accessories/apple-watch-series-3/space-gray/00.webp", + "img/accessories/apple-watch-series-3/space-gray/01.webp", + "img/accessories/apple-watch-series-3/space-gray/02.webp" + ], + "description": [ + { + "title": "Monitor your health", + "text": [ + "The Apple Watch Series 3 is equipped with sensors to track your heart rate, calories burned, and other fitness metrics throughout the day. It can even track your workouts and suggest personalized fitness goals." + ] + }, + { + "title": "Stay connected on the go", + "text": [ + "With cellular connectivity, you can make calls and send texts from your wrist even without your iPhone nearby. And with Siri, you can get directions, send messages, and set reminders hands-free." + ] + }, + { + "title": "Stream your favorite music", + "text": [ + "With Apple Music and Siri, you can stream over 75 million songs on your Apple Watch Series 3. Or listen to your favorite podcasts, audiobooks, and radio stations." + ] + } + ], + "screen": "1.3' OLED", + "resolution": "272x340", + "processor": "Apple S3", + "ram": "768MB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-3-38mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-3", + "name": "Apple Watch Series 3 38mm Gold", + "capacityAvailable": ["38mm", "42mm"], + "capacity": "38mm", + "priceRegular": 199, + "priceDiscount": 169, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-3/gold/00.webp", + "img/accessories/apple-watch-series-3/gold/01.webp", + "img/accessories/apple-watch-series-3/gold/02.webp" + ], + "description": [ + { + "title": "Monitor your health", + "text": [ + "The Apple Watch Series 3 is equipped with sensors to track your heart rate, calories burned, and other fitness metrics throughout the day. It can even track your workouts and suggest personalized fitness goals." + ] + }, + { + "title": "Stay connected on the go", + "text": [ + "With cellular connectivity, you can make calls and send texts from your wrist even without your iPhone nearby. And with Siri, you can get directions, send messages, and set reminders hands-free." + ] + }, + { + "title": "Stream your favorite music", + "text": [ + "With Apple Music and Siri, you can stream over 75 million songs on your Apple Watch Series 3. Or listen to your favorite podcasts, audiobooks, and radio stations." + ] + } + ], + "screen": "1.3' OLED", + "resolution": "272x340", + "processor": "Apple S3", + "ram": "768MB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-3-42mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-3", + "name": "Apple Watch Series 3 42mm Gold", + "capacityAvailable": ["38mm", "42mm"], + "capacity": "42mm", + "priceRegular": 250, + "priceDiscount": 219, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-3/gold/00.webp", + "img/accessories/apple-watch-series-3/gold/01.webp", + "img/accessories/apple-watch-series-3/gold/02.webp" + ], + "description": [ + { + "title": "Monitor your health", + "text": [ + "The Apple Watch Series 3 is equipped with sensors to track your heart rate, calories burned, and other fitness metrics throughout the day. It can even track your workouts and suggest personalized fitness goals." + ] + }, + { + "title": "Stay connected on the go", + "text": [ + "With cellular connectivity, you can make calls and send texts from your wrist even without your iPhone nearby. And with Siri, you can get directions, send messages, and set reminders hands-free." + ] + }, + { + "title": "Stream your favorite music", + "text": [ + "With Apple Music and Siri, you can stream over 75 million songs on your Apple Watch Series 3. Or listen to your favorite podcasts, audiobooks, and radio stations." + ] + } + ], + "screen": "1.3' OLED", + "resolution": "272x340", + "processor": "Apple S3", + "ram": "768MB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-3-38mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-3", + "name": "Apple Watch Series 3 38mm Silver", + "capacityAvailable": ["38mm", "42mm"], + "capacity": "38mm", + "priceRegular": 199, + "priceDiscount": 169, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-3/silver/00.webp", + "img/accessories/apple-watch-series-3/silver/01.webp", + "img/accessories/apple-watch-series-3/silver/02.webp" + ], + "description": [ + { + "title": "Monitor your health", + "text": [ + "The Apple Watch Series 3 is equipped with sensors to track your heart rate, calories burned, and other fitness metrics throughout the day. It can even track your workouts and suggest personalized fitness goals." + ] + }, + { + "title": "Stay connected on the go", + "text": [ + "With cellular connectivity, you can make calls and send texts from your wrist even without your iPhone nearby. And with Siri, you can get directions, send messages, and set reminders hands-free." + ] + }, + { + "title": "Stream your favorite music", + "text": [ + "With Apple Music and Siri, you can stream over 75 million songs on your Apple Watch Series 3. Or listen to your favorite podcasts, audiobooks, and radio stations." + ] + } + ], + "screen": "1.3' OLED", + "resolution": "272x340", + "processor": "Apple S3", + "ram": "768MB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-3-42mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-3", + "name": "Apple Watch Series 3 42mm Silver", + "capacityAvailable": ["38mm", "42mm"], + "capacity": "42mm", + "priceRegular": 250, + "priceDiscount": 219, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-3/silver/00.webp", + "img/accessories/apple-watch-series-3/silver/01.webp", + "img/accessories/apple-watch-series-3/silver/02.webp" + ], + "description": [ + { + "title": "Monitor your health", + "text": [ + "The Apple Watch Series 3 is equipped with sensors to track your heart rate, calories burned, and other fitness metrics throughout the day. It can even track your workouts and suggest personalized fitness goals." + ] + }, + { + "title": "Stay connected on the go", + "text": [ + "With cellular connectivity, you can make calls and send texts from your wrist even without your iPhone nearby. And with Siri, you can get directions, send messages, and set reminders hands-free." + ] + }, + { + "title": "Stream your favorite music", + "text": [ + "With Apple Music and Siri, you can stream over 75 million songs on your Apple Watch Series 3. Or listen to your favorite podcasts, audiobooks, and radio stations." + ] + } + ], + "screen": "1.3' OLED", + "resolution": "272x340", + "processor": "Apple S3", + "ram": "768MB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-40mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 40mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 329, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "space gray", + "images": [ + "img/accessories/apple-watch-series-6/space-gray/00.webp", + "img/accessories/apple-watch-series-6/space-gray/01.webp", + "img/accessories/apple-watch-series-6/space-gray/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-44mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 44mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 359, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "space gray", + "images": [ + "img/accessories/apple-watch-series-6/space-gray/00.webp", + "img/accessories/apple-watch-series-6/space-gray/01.webp", + "img/accessories/apple-watch-series-6/space-gray/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-40mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 40mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 329, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-6/silver/00.webp", + "img/accessories/apple-watch-series-6/silver/01.webp", + "img/accessories/apple-watch-series-6/silver/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-44mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 44mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 359, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-6/silver/00.webp", + "img/accessories/apple-watch-series-6/silver/01.webp", + "img/accessories/apple-watch-series-6/silver/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-40mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 40mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 329, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-6/gold/00.webp", + "img/accessories/apple-watch-series-6/gold/01.webp", + "img/accessories/apple-watch-series-6/gold/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-44mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 44mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 359, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-6/gold/00.webp", + "img/accessories/apple-watch-series-6/gold/01.webp", + "img/accessories/apple-watch-series-6/gold/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-40mm-blue", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 40mm Blue", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 329, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "blue", + "images": [ + "img/accessories/apple-watch-series-6/blue/00.webp", + "img/accessories/apple-watch-series-6/blue/01.webp", + "img/accessories/apple-watch-series-6/blue/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-44mm-blue", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 44mm Blue", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 359, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "blue", + "images": [ + "img/accessories/apple-watch-series-6/blue/00.webp", + "img/accessories/apple-watch-series-6/blue/01.webp", + "img/accessories/apple-watch-series-6/blue/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-40mm-red", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 40mm Red", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 329, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "red", + "images": [ + "img/accessories/apple-watch-series-6/red/00.webp", + "img/accessories/apple-watch-series-6/red/01.webp", + "img/accessories/apple-watch-series-6/red/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-6-44mm-red", + "category": "accessories", + "namespaceId": "apple-watch-series-6", + "name": "Apple Watch Series 6 44mm Red", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 359, + "colorsAvailable": ["space gray", "silver", "gold", "blue", "red"], + "color": "red", + "images": [ + "img/accessories/apple-watch-series-6/red/00.webp", + "img/accessories/apple-watch-series-6/red/01.webp", + "img/accessories/apple-watch-series-6/red/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 6 features an Always-On Retina display that is 2.5 times brighter outdoors when your wrist is down. So you can see all the information on your watch face at a glance." + ] + }, + { + "title": "Blood oxygen sensor", + "text": [ + "The Blood Oxygen app measures your blood oxygen levels with a revolutionary new sensor and app. You can also take an ECG from your wrist anytime, anywhere." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch Series 6 tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S6", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-5-40mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-5", + "name": "Apple Watch Series 5 40mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 299, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-5/silver/00.webp", + "img/accessories/apple-watch-series-5/silver/01.webp", + "img/accessories/apple-watch-series-5/silver/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "With the Always-On Retina display, you can easily see the time and important information without raising your wrist. The display is also 30% larger than the Series 3, making it easier to read and interact with." + ] + }, + { + "title": "ECG app", + "text": [ + "The ECG app can detect irregular heart rhythms and alert you if something seems amiss. You can also take an ECG anytime, anywhere, right from your wrist." + ] + }, + { + "title": "Activity tracking", + "text": [ + "The Apple Watch Series 5 tracks your daily activity, including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-5-44mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-5", + "name": "Apple Watch Series 5 44mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 399, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-5/silver/00.webp", + "img/accessories/apple-watch-series-5/silver/01.webp", + "img/accessories/apple-watch-series-5/silver/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 5 features an Always-On Retina display that allows you to glance at your watch without raising your wrist." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram from your wrist anytime, anywhere. " + ] + }, + { + "title": "Track your workouts", + "text": [ + "The Apple Watch Series 5 tracks your workouts including running, walking, cycling, and swimming. It also has a built-in GPS to track your location and route." + ] + } + ], + "screen": "1.78' LTPO OLED", + "resolution": "368x448", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-5-40mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-5", + "name": "Apple Watch Series 5 40mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 299, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-5/gold/00.webp", + "img/accessories/apple-watch-series-5/gold/01.webp", + "img/accessories/apple-watch-series-5/gold/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "With the Always-On Retina display, you can easily see the time and important information without raising your wrist. The display is also 30% larger than the Series 3, making it easier to read and interact with." + ] + }, + { + "title": "ECG app", + "text": [ + "The ECG app can detect irregular heart rhythms and alert you if something seems amiss. You can also take an ECG anytime, anywhere, right from your wrist." + ] + }, + { + "title": "Activity tracking", + "text": [ + "The Apple Watch Series 5 tracks your daily activity, including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-5-44mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-5", + "name": "Apple Watch Series 5 44mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 399, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-5/gold/00.webp", + "img/accessories/apple-watch-series-5/gold/01.webp", + "img/accessories/apple-watch-series-5/gold/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 5 features an Always-On Retina display that allows you to glance at your watch without raising your wrist." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram from your wrist anytime, anywhere. " + ] + }, + { + "title": "Track your workouts", + "text": [ + "The Apple Watch Series 5 tracks your workouts including running, walking, cycling, and swimming. It also has a built-in GPS to track your location and route." + ] + } + ], + "screen": "1.78' LTPO OLED", + "resolution": "368x448", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-5-40mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-5", + "name": "Apple Watch Series 5 40mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 299, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "space-gray", + "images": [ + "img/accessories/apple-watch-series-5/space-gray/00.webp", + "img/accessories/apple-watch-series-5/space-gray/01.webp", + "img/accessories/apple-watch-series-5/space-gray/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "With the Always-On Retina display, you can easily see the time and important information without raising your wrist. The display is also 30% larger than the Series 3, making it easier to read and interact with." + ] + }, + { + "title": "ECG app", + "text": [ + "The ECG app can detect irregular heart rhythms and alert you if something seems amiss. You can also take an ECG anytime, anywhere, right from your wrist." + ] + }, + { + "title": "Activity tracking", + "text": [ + "The Apple Watch Series 5 tracks your daily activity, including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-5-44mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-5", + "name": "Apple Watch Series 5 44mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 399, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "space-gray", + "images": [ + "img/accessories/apple-watch-series-5/space-gray/00.webp", + "img/accessories/apple-watch-series-5/space-gray/01.webp", + "img/accessories/apple-watch-series-5/space-gray/02.webp" + ], + "description": [ + { + "title": "Always-On Retina display", + "text": [ + "The Apple Watch Series 5 features an Always-On Retina display that allows you to glance at your watch without raising your wrist." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram from your wrist anytime, anywhere. " + ] + }, + { + "title": "Track your workouts", + "text": [ + "The Apple Watch Series 5 tracks your workouts including running, walking, cycling, and swimming. It also has a built-in GPS to track your location and route." + ] + } + ], + "screen": "1.78' LTPO OLED", + "resolution": "368x448", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-4-40mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-4", + "name": "Apple Watch Series 4 40mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 349, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-4/silver/00.webp", + "img/accessories/apple-watch-series-4/silver/01.webp", + "img/accessories/apple-watch-series-4/silver/02.webp" + ], + "description": [ + { + "title": "Larger display", + "text": [ + "The Apple Watch Series 4 has a larger display that lets you see more information at a glance. The display is over 30% larger than the Series 3 and is edge-to-edge with curved corners." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram right from your wrist. This feature is only available in certain countries and regions." + ] + }, + { + "title": "Fall detection", + "text": [ + "The Apple Watch Series 4 can detect when you fall and can send an alert to emergency services if you don't respond within a minute. This feature is only available for users over 65 years old." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S4", + "ram": "0.75GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-4-44mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-series-4", + "name": "Apple Watch Series 4 44mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 379, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-series-4/silver/00.webp", + "img/accessories/apple-watch-series-4/silver/01.webp", + "img/accessories/apple-watch-series-4/silver/02.webp" + ], + "description": [ + { + "title": "Larger display", + "text": [ + "The Apple Watch Series 4 has a larger display that lets you see more information at a glance. The display is over 30% larger than the Series 3 and is edge-to-edge with curved corners." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram right from your wrist. This feature is only available in certain countries and regions." + ] + }, + { + "title": "Fall detection", + "text": [ + "The Apple Watch Series 4 can detect when you fall and can send an alert to emergency services if you don't respond within a minute. This feature is only available for users over 65 years old." + ] + } + ], + "screen": "1.78' OLED", + "resolution": "368x448", + "processor": "Apple S4", + "ram": "0.75GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-4-40mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-4", + "name": "Apple Watch Series 4 40mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 349, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-4/gold/00.webp", + "img/accessories/apple-watch-series-4/gold/01.webp", + "img/accessories/apple-watch-series-4/gold/02.webp" + ], + "description": [ + { + "title": "Larger display", + "text": [ + "The Apple Watch Series 4 has a larger display that lets you see more information at a glance. The display is over 30% larger than the Series 3 and is edge-to-edge with curved corners." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram right from your wrist. This feature is only available in certain countries and regions." + ] + }, + { + "title": "Fall detection", + "text": [ + "The Apple Watch Series 4 can detect when you fall and can send an alert to emergency services if you don't respond within a minute. This feature is only available for users over 65 years old." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S4", + "ram": "0.75GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-4-44mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-series-4", + "name": "Apple Watch Series 4 44mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 379, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-series-4/gold/00.webp", + "img/accessories/apple-watch-series-4/gold/01.webp", + "img/accessories/apple-watch-series-4/gold/02.webp" + ], + "description": [ + { + "title": "Larger display", + "text": [ + "The Apple Watch Series 4 has a larger display that lets you see more information at a glance. The display is over 30% larger than the Series 3 and is edge-to-edge with curved corners." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram right from your wrist. This feature is only available in certain countries and regions." + ] + }, + { + "title": "Fall detection", + "text": [ + "The Apple Watch Series 4 can detect when you fall and can send an alert to emergency services if you don't respond within a minute. This feature is only available for users over 65 years old." + ] + } + ], + "screen": "1.78' OLED", + "resolution": "368x448", + "processor": "Apple S4", + "ram": "0.75GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-4-40mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-4", + "name": "Apple Watch Series 4 40mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 399, + "priceDiscount": 349, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "space-gray", + "images": [ + "img/accessories/apple-watch-series-4/space-gray/00.webp", + "img/accessories/apple-watch-series-4/space-gray/01.webp", + "img/accessories/apple-watch-series-4/space-gray/02.webp" + ], + "description": [ + { + "title": "Larger display", + "text": [ + "The Apple Watch Series 4 has a larger display that lets you see more information at a glance. The display is over 30% larger than the Series 3 and is edge-to-edge with curved corners." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram right from your wrist. This feature is only available in certain countries and regions." + ] + }, + { + "title": "Fall detection", + "text": [ + "The Apple Watch Series 4 can detect when you fall and can send an alert to emergency services if you don't respond within a minute. This feature is only available for users over 65 years old." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S4", + "ram": "0.75GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-series-4-44mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-series-4", + "name": "Apple Watch Series 4 44mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 429, + "priceDiscount": 379, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "space-gray", + "images": [ + "img/accessories/apple-watch-series-4/space-gray/00.webp", + "img/accessories/apple-watch-series-4/space-gray/01.webp", + "img/accessories/apple-watch-series-4/space-gray/02.webp" + ], + "description": [ + { + "title": "Larger display", + "text": [ + "The Apple Watch Series 4 has a larger display that lets you see more information at a glance. The display is over 30% larger than the Series 3 and is edge-to-edge with curved corners." + ] + }, + { + "title": "ECG app", + "text": [ + "With the ECG app, you can take an electrocardiogram right from your wrist. This feature is only available in certain countries and regions." + ] + }, + { + "title": "Fall detection", + "text": [ + "The Apple Watch Series 4 can detect when you fall and can send an alert to emergency services if you don't respond within a minute. This feature is only available for users over 65 years old." + ] + } + ], + "screen": "1.78' OLED", + "resolution": "368x448", + "processor": "Apple S4", + "ram": "0.75GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-se-40mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-se", + "name": "Apple Watch SE 40mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 279, + "priceDiscount": 249, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-se/silver/00.webp", + "img/accessories/apple-watch-se/silver/01.webp", + "img/accessories/apple-watch-se/silver/02.webp" + ], + "description": [ + { + "title": "Retina display", + "text": [ + "The Apple Watch SE features a Retina display that provides clear and vibrant visuals for easy readability." + ] + }, + { + "title": "Family Setup", + "text": [ + "With Family Setup, you can pair your Apple Watch SE with a family member's iPhone, so you can stay connected even without owning an iPhone yourself." + ] + }, + { + "title": "Fitness tracking", + "text": [ + "The Apple Watch SE offers comprehensive fitness tracking features, including activity tracking, heart rate monitoring, and built-in GPS for tracking your outdoor workouts." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-se-44mm-silver", + "category": "accessories", + "namespaceId": "apple-watch-se", + "name": "Apple Watch SE 44mm Silver", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 309, + "priceDiscount": 279, + "colorsAvailable": ["silver", "gold", "space gray"], + "color": "silver", + "images": [ + "img/accessories/apple-watch-se/silver/00.webp", + "img/accessories/apple-watch-se/silver/01.webp", + "img/accessories/apple-watch-se/silver/02.webp" + ], + "description": [ + { + "title": "Retina display", + "text": [ + "The Apple Watch SE features a Retina display that provides clear and vibrant visuals for easy readability." + ] + }, + { + "title": "Family Setup", + "text": [ + "With Family Setup, you can pair your Apple Watch SE with a family member's iPhone, so you can stay connected even without owning an iPhone yourself." + ] + }, + { + "title": "Fitness tracking", + "text": [ + "The Apple Watch SE offers comprehensive fitness tracking features, including activity tracking, heart rate monitoring, and built-in GPS for tracking your outdoor workouts." + ] + } + ], + "screen": "1.78' OLED", + "resolution": "368x448", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-se-40mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-se", + "name": "Apple Watch SE 40mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 279, + "priceDiscount": 259, + "colorsAvailable": ["silver", "space gray", "gold"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-se/gold/00.webp", + "img/accessories/apple-watch-se/gold/01.webp", + "img/accessories/apple-watch-se/gold/02.webp" + ], + "description": [ + { + "title": "Retina display", + "text": [ + "The Apple Watch SE features a stunning Retina display that is always on, so you can easily see the time and important information without having to raise your wrist." + ] + }, + { + "title": "Health and fitness tracking", + "text": [ + "The Apple Watch SE has all the features you need to stay healthy and active, including heart rate monitoring, activity tracking, and sleep tracking. It also has built-in GPS so you can track your workouts and outdoor activities." + ] + }, + { + "title": "Stay connected", + "text": [ + "With cellular and Wi-Fi connectivity, you can stay connected wherever you go. You can make and receive calls, send texts, and stream music directly from your wrist." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-se-44mm-gold", + "category": "accessories", + "namespaceId": "apple-watch-se", + "name": "Apple Watch SE 44mm Gold", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 309, + "priceDiscount": 289, + "colorsAvailable": ["space gray", "silver", "gold"], + "color": "gold", + "images": [ + "img/accessories/apple-watch-se/gold/00.webp", + "img/accessories/apple-watch-se/gold/01.webp", + "img/accessories/apple-watch-se/gold/02.webp" + ], + "description": [ + { + "title": "Retina display", + "text": [ + "The Apple Watch SE features a stunning Retina display that is always on, so you can easily see the time and important information without lifting your wrist." + ] + }, + { + "title": "Track your daily activity", + "text": [ + "The Apple Watch SE tracks your daily activity including workouts, steps taken, and calories burned. It also has a built-in GPS to track your runs, walks, and hikes." + ] + }, + { + "title": "Stay connected", + "text": [ + "The Apple Watch SE keeps you connected with the people and information you care about most. With cellular service, you can make and receive calls and texts, stream music, and use Siri, all without your iPhone." + ] + } + ], + "screen": "1.78' OLED", + "resolution": "368x448", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-se-40mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-se", + "name": "Apple Watch SE 40mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "40mm", + "priceRegular": 279, + "priceDiscount": 259, + "colorsAvailable": ["silver", "space gray", "gold"], + "color": "space gray", + "images": [ + "img/accessories/apple-watch-se/space-gray/00.webp", + "img/accessories/apple-watch-se/space-gray/01.webp", + "img/accessories/apple-watch-se/space-gray/02.webp" + ], + "description": [ + { + "title": "Retina display", + "text": [ + "The Apple Watch SE features a stunning Retina display that is always on, providing clear and vibrant visuals for easy readability." + ] + }, + { + "title": "Fitness and health tracking", + "text": [ + "The Apple Watch SE helps you stay active and monitors your health with features like heart rate monitoring, activity tracking, and built-in GPS for tracking your outdoor workouts." + ] + }, + { + "title": "Stay connected", + "text": [ + "With cellular and Wi-Fi connectivity, you can stay connected on the go. Make and receive calls, send messages, stream music, and access Siri right from your wrist." + ] + } + ], + "screen": "1.57' OLED", + "resolution": "324x394", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + }, + { + "id": "apple-watch-se-44mm-space-gray", + "category": "accessories", + "namespaceId": "apple-watch-se", + "name": "Apple Watch SE 44mm Space Gray", + "capacityAvailable": ["40mm", "44mm"], + "capacity": "44mm", + "priceRegular": 309, + "priceDiscount": 289, + "colorsAvailable": ["silver", "space gray", "gold"], + "color": "space gray", + "images": [ + "img/accessories/apple-watch-se/space-gray/00.webp", + "img/accessories/apple-watch-se/space-gray/01.webp", + "img/accessories/apple-watch-se/space-gray/02.webp" + ], + "description": [ + { + "title": "Retina display", + "text": [ + "The Apple Watch SE features a stunning Retina display that is always on, providing clear and vibrant visuals for easy readability." + ] + }, + { + "title": "Fitness and health tracking", + "text": [ + "The Apple Watch SE helps you stay active and monitors your health with features like heart rate monitoring, activity tracking, and built-in GPS for tracking your outdoor workouts." + ] + }, + { + "title": "Stay connected", + "text": [ + "With cellular and Wi-Fi connectivity, you can stay connected on the go. Make and receive calls, send messages, stream music, and access Siri right from your wrist." + ] + } + ], + "screen": "1.78' OLED", + "resolution": "368x448", + "processor": "Apple S5", + "ram": "1GB", + "cell": ["Wi-Fi", "Bluetooth", "LTE"] + } +] diff --git a/src/api/phones.json b/src/api/phones.json new file mode 100644 index 0000000000..bb2aa34f14 --- /dev/null +++ b/src/api/phones.json @@ -0,0 +1,5835 @@ +[ + { + "id": "apple-iphone-11-128gb-black", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 128GB Black", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 1100, + "priceDiscount": 1050, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "black", + "images": [ + "img/phones/apple-iphone-11/black/00.webp", + "img/phones/apple-iphone-11/black/01.webp", + "img/phones/apple-iphone-11/black/02.webp", + "img/phones/apple-iphone-11/black/03.webp", + "img/phones/apple-iphone-11/black/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-128gb-green", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 128GB Green", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 1100, + "priceDiscount": 1050, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "green", + "images": [ + "img/phones/apple-iphone-11/green/00.webp", + "img/phones/apple-iphone-11/green/01.webp", + "img/phones/apple-iphone-11/green/02.webp", + "img/phones/apple-iphone-11/green/03.webp", + "img/phones/apple-iphone-11/green/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-128gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 128GB Purple", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 1100, + "priceDiscount": 1050, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-11/purple/00.webp", + "img/phones/apple-iphone-11/purple/01.webp", + "img/phones/apple-iphone-11/purple/02.webp", + "img/phones/apple-iphone-11/purple/03.webp", + "img/phones/apple-iphone-11/purple/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-128gb-red", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 128GB Red", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 1100, + "priceDiscount": 1050, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "red", + "images": [ + "img/phones/apple-iphone-11/red/00.webp", + "img/phones/apple-iphone-11/red/01.webp", + "img/phones/apple-iphone-11/red/02.webp", + "img/phones/apple-iphone-11/red/03.webp", + "img/phones/apple-iphone-11/red/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-128gb-white", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 128GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 1100, + "priceDiscount": 1050, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "white", + "images": [ + "img/phones/apple-iphone-11/white/00.webp", + "img/phones/apple-iphone-11/white/01.webp", + "img/phones/apple-iphone-11/white/02.webp", + "img/phones/apple-iphone-11/white/03.webp", + "img/phones/apple-iphone-11/white/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-128gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 128GB Yellow", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 1100, + "priceDiscount": 1050, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-11/yellow/00.webp", + "img/phones/apple-iphone-11/yellow/01.webp", + "img/phones/apple-iphone-11/yellow/02.webp", + "img/phones/apple-iphone-11/yellow/03.webp", + "img/phones/apple-iphone-11/yellow/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-256gb-black", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 256GB Black", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1172, + "priceDiscount": 1115, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "black", + "images": [ + "img/phones/apple-iphone-11/black/00.webp", + "img/phones/apple-iphone-11/black/01.webp", + "img/phones/apple-iphone-11/black/02.webp", + "img/phones/apple-iphone-11/black/03.webp", + "img/phones/apple-iphone-11/black/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-256gb-green", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 256GB Green", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1172, + "priceDiscount": 1115, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "green", + "images": [ + "img/phones/apple-iphone-11/green/00.webp", + "img/phones/apple-iphone-11/green/01.webp", + "img/phones/apple-iphone-11/green/02.webp", + "img/phones/apple-iphone-11/green/03.webp", + "img/phones/apple-iphone-11/green/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-256gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 256GB Purple", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1172, + "priceDiscount": 1115, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-11/purple/00.webp", + "img/phones/apple-iphone-11/purple/01.webp", + "img/phones/apple-iphone-11/purple/02.webp", + "img/phones/apple-iphone-11/purple/03.webp", + "img/phones/apple-iphone-11/purple/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-256gb-red", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 256GB Red", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1172, + "priceDiscount": 1115, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "red", + "images": [ + "img/phones/apple-iphone-11/red/00.webp", + "img/phones/apple-iphone-11/red/01.webp", + "img/phones/apple-iphone-11/red/02.webp", + "img/phones/apple-iphone-11/red/03.webp", + "img/phones/apple-iphone-11/red/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-256gb-white", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 256GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1172, + "priceDiscount": 1115, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "white", + "images": [ + "img/phones/apple-iphone-11/white/00.webp", + "img/phones/apple-iphone-11/white/01.webp", + "img/phones/apple-iphone-11/white/02.webp", + "img/phones/apple-iphone-11/white/03.webp", + "img/phones/apple-iphone-11/white/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-256gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 256GB Yellow", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1172, + "priceDiscount": 1115, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-11/yellow/00.webp", + "img/phones/apple-iphone-11/yellow/01.webp", + "img/phones/apple-iphone-11/yellow/02.webp", + "img/phones/apple-iphone-11/yellow/03.webp", + "img/phones/apple-iphone-11/yellow/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-64gb-black", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 64GB Black", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 932, + "priceDiscount": 880, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "black", + "images": [ + "img/phones/apple-iphone-11/black/00.webp", + "img/phones/apple-iphone-11/black/01.webp", + "img/phones/apple-iphone-11/black/02.webp", + "img/phones/apple-iphone-11/black/03.webp", + "img/phones/apple-iphone-11/black/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-64gb-green", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 64GB Green", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 932, + "priceDiscount": 880, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "green", + "images": [ + "img/phones/apple-iphone-11/green/00.webp", + "img/phones/apple-iphone-11/green/01.webp", + "img/phones/apple-iphone-11/green/02.webp", + "img/phones/apple-iphone-11/green/03.webp", + "img/phones/apple-iphone-11/green/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-64gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 64GB Purple", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 932, + "priceDiscount": 880, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-11/purple/00.webp", + "img/phones/apple-iphone-11/purple/01.webp", + "img/phones/apple-iphone-11/purple/02.webp", + "img/phones/apple-iphone-11/purple/03.webp", + "img/phones/apple-iphone-11/purple/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-64gb-red", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 64GB Red", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 932, + "priceDiscount": 880, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "red", + "images": [ + "img/phones/apple-iphone-11/red/00.webp", + "img/phones/apple-iphone-11/red/01.webp", + "img/phones/apple-iphone-11/red/02.webp", + "img/phones/apple-iphone-11/red/03.webp", + "img/phones/apple-iphone-11/red/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-64gb-white", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 64GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 932, + "priceDiscount": 880, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "white", + "images": [ + "img/phones/apple-iphone-11/white/00.webp", + "img/phones/apple-iphone-11/white/01.webp", + "img/phones/apple-iphone-11/white/02.webp", + "img/phones/apple-iphone-11/white/03.webp", + "img/phones/apple-iphone-11/white/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-64gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-11", + "name": "Apple iPhone 11 64GB Yellow", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 932, + "priceDiscount": 880, + "colorsAvailable": ["black", "green", "yellow", "white", "purple", "red"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-11/yellow/00.webp", + "img/phones/apple-iphone-11/yellow/01.webp", + "img/phones/apple-iphone-11/yellow/02.webp", + "img/phones/apple-iphone-11/yellow/03.webp", + "img/phones/apple-iphone-11/yellow/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792x828", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-256gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 256GB Gold", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1640, + "priceDiscount": 1570, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-11-pro/gold/00.webp", + "img/phones/apple-iphone-11-pro/gold/01.webp", + "img/phones/apple-iphone-11-pro/gold/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-256gb-midnightgreen", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 256GB Midnight green", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1640, + "priceDiscount": 1570, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "midnightgreen", + "images": [ + "img/phones/apple-iphone-11-pro/midnightgreen/00.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/01.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/02.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/03.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-256gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 256GB Silver", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1640, + "priceDiscount": 1570, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-11-pro/silver/00.webp", + "img/phones/apple-iphone-11-pro/silver/01.webp", + "img/phones/apple-iphone-11-pro/silver/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-256gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 256GB Spacegray", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1640, + "priceDiscount": 1570, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-11-pro/spacegray/00.webp", + "img/phones/apple-iphone-11-pro/spacegray/01.webp", + "img/phones/apple-iphone-11-pro/spacegray/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-512gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 512GB Gold", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 1880, + "priceDiscount": 1780, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-11-pro/gold/00.webp", + "img/phones/apple-iphone-11-pro/gold/01.webp", + "img/phones/apple-iphone-11-pro/gold/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-512gb-midnightgreen", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 512GB Midnight green", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 1880, + "priceDiscount": 1780, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "midnightgreen", + "images": [ + "img/phones/apple-iphone-11-pro/midnightgreen/00.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/01.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/02.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/03.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-512gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 512GB Silver", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 1880, + "priceDiscount": 1780, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-11-pro/silver/00.webp", + "img/phones/apple-iphone-11-pro/silver/01.webp", + "img/phones/apple-iphone-11-pro/silver/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-512gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 512GB Spacegray", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 1880, + "priceDiscount": 1780, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-11-pro/spacegray/00.webp", + "img/phones/apple-iphone-11-pro/spacegray/01.webp", + "img/phones/apple-iphone-11-pro/spacegray/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-64gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 64GB Gold", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1312, + "priceDiscount": 1270, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-11-pro/gold/00.webp", + "img/phones/apple-iphone-11-pro/gold/01.webp", + "img/phones/apple-iphone-11-pro/gold/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-64gb-midnightgreen", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 64GB Midnight green", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1312, + "priceDiscount": 1270, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "midnightgreen", + "images": [ + "img/phones/apple-iphone-11-pro/midnightgreen/00.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/01.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/02.webp", + "img/phones/apple-iphone-11-pro/midnightgreen/03.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-64gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 64GB Silver", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1312, + "priceDiscount": 1270, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-11-pro/silver/00.webp", + "img/phones/apple-iphone-11-pro/silver/01.webp", + "img/phones/apple-iphone-11-pro/silver/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-64gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-11-pro", + "name": "Apple iPhone 11 Pro 64GB Spacegray", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1312, + "priceDiscount": 1270, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-11-pro/spacegray/00.webp", + "img/phones/apple-iphone-11-pro/spacegray/01.webp", + "img/phones/apple-iphone-11-pro/spacegray/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-256gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 256GB Gold", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1776, + "priceDiscount": 1680, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-11-pro-max/gold/00.webp", + "img/phones/apple-iphone-11-pro-max/gold/01.webp", + "img/phones/apple-iphone-11-pro-max/gold/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-256gb-midnightgreen", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 256GB Midnightgreen", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1776, + "priceDiscount": 1680, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "midnightgreen", + "images": [ + "img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp", + "img/phones/apple-iphone-11-pro-max/midnightgreen/01.webp", + "img/phones/apple-iphone-11-pro-max/midnightgreen/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-256gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 256GB Silver", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1776, + "priceDiscount": 1680, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-11-pro-max/silver/00.webp", + "img/phones/apple-iphone-11-pro-max/silver/01.webp", + "img/phones/apple-iphone-11-pro-max/silver/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-256gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 256GB Spacegray", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1776, + "priceDiscount": 1680, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-11-pro-max/spacegray/00.webp", + "img/phones/apple-iphone-11-pro-max/spacegray/01.webp", + "img/phones/apple-iphone-11-pro-max/spacegray/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-512gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 512GB Gold", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 2020, + "priceDiscount": 1930, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-11-pro-max/gold/00.webp", + "img/phones/apple-iphone-11-pro-max/gold/01.webp", + "img/phones/apple-iphone-11-pro-max/gold/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-512gb-midnightgreen", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 512GB Midnightgreen", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 2020, + "priceDiscount": 1930, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "midnightgreen", + "images": [ + "img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp", + "img/phones/apple-iphone-11-pro-max/midnightgreen/01.webp", + "img/phones/apple-iphone-11-pro-max/midnightgreen/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-512gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 512GB Silver", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 2020, + "priceDiscount": 1930, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-11-pro-max/silver/00.webp", + "img/phones/apple-iphone-11-pro-max/silver/01.webp", + "img/phones/apple-iphone-11-pro-max/silver/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-512gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 512GB Spacegray", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 2020, + "priceDiscount": 1930, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-11-pro-max/spacegray/00.webp", + "img/phones/apple-iphone-11-pro-max/spacegray/01.webp", + "img/phones/apple-iphone-11-pro-max/spacegray/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-64gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 64GB Gold", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1480, + "priceDiscount": 1400, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-11-pro-max/gold/00.webp", + "img/phones/apple-iphone-11-pro-max/gold/01.webp", + "img/phones/apple-iphone-11-pro-max/gold/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-64gb-midnightgreen", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 64GB Midnightgreen", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1480, + "priceDiscount": 1400, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "midnightgreen", + "images": [ + "img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp", + "img/phones/apple-iphone-11-pro-max/midnightgreen/01.webp", + "img/phones/apple-iphone-11-pro-max/midnightgreen/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-64gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 64GB Silver", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1480, + "priceDiscount": 1400, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-11-pro-max/silver/00.webp", + "img/phones/apple-iphone-11-pro-max/silver/01.webp", + "img/phones/apple-iphone-11-pro-max/silver/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-11-pro-max-64gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-11-pro-max", + "name": "Apple iPhone 11 Pro Max 64GB Spacegray", + "capacityAvailable": ["64GB", "256GB", "512GB"], + "capacity": "64GB", + "priceRegular": 1480, + "priceDiscount": 1400, + "colorsAvailable": ["spacegray", "midnightgreen", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-11-pro-max/spacegray/00.webp", + "img/phones/apple-iphone-11-pro-max/spacegray/01.webp", + "img/phones/apple-iphone-11-pro-max/spacegray/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED", + "resolution": "2688х1242", + "processor": "Apple A13 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-32gb-black", + "category": "phones", + "namespaceId": "apple-iphone-7", + "name": "Apple iPhone 7 32GB Black", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 400, + "priceDiscount": 375, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "black", + "images": [ + "img/phones/apple-iphone-7/black/00.webp", + "img/phones/apple-iphone-7/black/01.webp", + "img/phones/apple-iphone-7/black/02.webp", + "img/phones/apple-iphone-7/black/03.webp", + "img/phones/apple-iphone-7/black/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "4.7' IPS", + "resolution": "1334x750", + "processor": "Apple A10", + "ram": "2GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-32gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-7", + "name": "Apple iPhone 7 32GB Gold", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 400, + "priceDiscount": 375, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-7/gold/00.webp", + "img/phones/apple-iphone-7/gold/01.webp", + "img/phones/apple-iphone-7/gold/02.webp", + "img/phones/apple-iphone-7/gold/03.webp", + "img/phones/apple-iphone-7/gold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "4.7' IPS", + "resolution": "1334x750", + "processor": "Apple A10", + "ram": "2GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-32gb-rosegold", + "category": "phones", + "namespaceId": "apple-iphone-7", + "name": "Apple iPhone 7 32GB Rosegold", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 400, + "priceDiscount": 375, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "rosegold", + "images": [ + "img/phones/apple-iphone-7/rosegold/00.webp", + "img/phones/apple-iphone-7/rosegold/01.webp", + "img/phones/apple-iphone-7/rosegold/02.webp", + "img/phones/apple-iphone-7/rosegold/03.webp", + "img/phones/apple-iphone-7/rosegold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "4.7' IPS", + "resolution": "1334x750", + "processor": "Apple A10", + "ram": "2GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-32gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-7", + "name": "Apple iPhone 7 32GB Silver", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 400, + "priceDiscount": 375, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-7/silver/00.webp", + "img/phones/apple-iphone-7/silver/01.webp", + "img/phones/apple-iphone-7/silver/02.webp", + "img/phones/apple-iphone-7/silver/03.webp", + "img/phones/apple-iphone-7/silver/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "4.7' IPS", + "resolution": "1334x750", + "processor": "Apple A10", + "ram": "2GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-plus-32gb-black", + "category": "phones", + "namespaceId": "apple-iphone-7-plus", + "name": "Apple iPhone 7 Plus 32GB Black", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 540, + "priceDiscount": 500, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "black", + "images": [ + "img/phones/apple-iphone-7-plus/black/00.webp", + "img/phones/apple-iphone-7-plus/black/01.webp", + "img/phones/apple-iphone-7-plus/black/02.webp", + "img/phones/apple-iphone-7-plus/black/03.webp", + "img/phones/apple-iphone-7-plus/black/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.5' IPS", + "resolution": "1920x1080", + "processor": "Apple A10", + "ram": "3GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-plus-32gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-7-plus", + "name": "Apple iPhone 7 Plus 32GB Gold", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 540, + "priceDiscount": 500, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-7-plus/gold/00.webp", + "img/phones/apple-iphone-7-plus/gold/01.webp", + "img/phones/apple-iphone-7-plus/gold/02.webp", + "img/phones/apple-iphone-7-plus/gold/03.webp", + "img/phones/apple-iphone-7-plus/gold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.5' IPS", + "resolution": "1920x1080", + "processor": "Apple A10", + "ram": "3GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-plus-32gb-rosegold", + "category": "phones", + "namespaceId": "apple-iphone-7-plus", + "name": "Apple iPhone 7 Plus 32GB Rosegold", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 540, + "priceDiscount": 500, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "rosegold", + "images": [ + "img/phones/apple-iphone-7-plus/rosegold/00.webp", + "img/phones/apple-iphone-7-plus/rosegold/01.webp", + "img/phones/apple-iphone-7-plus/rosegold/02.webp", + "img/phones/apple-iphone-7-plus/rosegold/03.webp", + "img/phones/apple-iphone-7-plus/rosegold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.5' IPS", + "resolution": "1920x1080", + "processor": "Apple A10", + "ram": "3GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-7-plus-32gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-7-plus", + "name": "Apple iPhone 7 Plus 32GB Silver", + "capacityAvailable": ["32GB"], + "capacity": "32GB", + "priceRegular": 540, + "priceDiscount": 500, + "colorsAvailable": ["black", "rosegold", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-7-plus/silver/00.webp", + "img/phones/apple-iphone-7-plus/silver/01.webp", + "img/phones/apple-iphone-7-plus/silver/02.webp", + "img/phones/apple-iphone-7-plus/silver/03.webp", + "img/phones/apple-iphone-7-plus/silver/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.5' IPS", + "resolution": "1920x1080", + "processor": "Apple A10", + "ram": "3GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-8-64gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-8", + "name": "Apple iPhone 8 64GB Gold", + "capacityAvailable": ["64GB"], + "capacity": "64GB", + "priceRegular": 600, + "priceDiscount": 550, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-8/gold/00.webp", + "img/phones/apple-iphone-8/gold/01.webp", + "img/phones/apple-iphone-8/gold/02.webp", + "img/phones/apple-iphone-8/gold/03.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "4.7' IPS", + "resolution": "1334x750", + "processor": "Apple A11 Bionic", + "ram": "2GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-8-64gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-8", + "name": "Apple iPhone 8 64GB Silver", + "capacityAvailable": ["64GB"], + "capacity": "64GB", + "priceRegular": 600, + "priceDiscount": 550, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-8/silver/00.webp", + "img/phones/apple-iphone-8/silver/01.webp", + "img/phones/apple-iphone-8/silver/02.webp", + "img/phones/apple-iphone-8/silver/03.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "4.7' IPS", + "resolution": "1334x750", + "processor": "Apple A11 Bionic", + "ram": "2GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-8-64gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-8", + "name": "Apple iPhone 8 64GB Space Gray", + "capacityAvailable": ["64GB"], + "capacity": "64GB", + "priceRegular": 600, + "priceDiscount": 550, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-8/spacegray/00.webp", + "img/phones/apple-iphone-8/spacegray/01.webp", + "img/phones/apple-iphone-8/spacegray/02.webp", + "img/phones/apple-iphone-8/spacegray/03.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "4.7' IPS", + "resolution": "1334x750", + "processor": "Apple A11 Bionic", + "ram": "2GB", + "camera": "12 Mp + 7 Mp", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-128gb-coral", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 128GB Coral", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "128GB", + "priceRegular": 880, + "priceDiscount": 815, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "coral", + "images": [ + "img/phones/apple-iphone-xr/coral/00.webp", + "img/phones/apple-iphone-xr/coral/01.webp", + "img/phones/apple-iphone-xr/coral/02.webp", + "img/phones/apple-iphone-xr/coral/03.webp", + "img/phones/apple-iphone-xr/coral/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-128gb-red", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 128GB Red", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "128GB", + "priceRegular": 880, + "priceDiscount": 815, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "red", + "images": [ + "img/phones/apple-iphone-xr/red/00.webp", + "img/phones/apple-iphone-xr/red/01.webp", + "img/phones/apple-iphone-xr/red/02.webp", + "img/phones/apple-iphone-xr/red/03.webp", + "img/phones/apple-iphone-xr/red/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-128gb-white", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 128GB White", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "128GB", + "priceRegular": 880, + "priceDiscount": 815, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "white", + "images": [ + "img/phones/apple-iphone-xr/white/00.webp", + "img/phones/apple-iphone-xr/white/01.webp", + "img/phones/apple-iphone-xr/white/02.webp", + "img/phones/apple-iphone-xr/white/03.webp", + "img/phones/apple-iphone-xr/white/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-128gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 128GB Yellow", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "128GB", + "priceRegular": 880, + "priceDiscount": 815, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-xr/yellow/00.webp", + "img/phones/apple-iphone-xr/yellow/01.webp", + "img/phones/apple-iphone-xr/yellow/02.webp", + "img/phones/apple-iphone-xr/yellow/03.webp", + "img/phones/apple-iphone-xr/yellow/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-64gb-coral", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 64GB Coral", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "64GB", + "priceRegular": 712, + "priceDiscount": 670, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "coral", + "images": [ + "img/phones/apple-iphone-xr/coral/00.webp", + "img/phones/apple-iphone-xr/coral/01.webp", + "img/phones/apple-iphone-xr/coral/02.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-64gb-red", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 64GB Red", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "64GB", + "priceRegular": 712, + "priceDiscount": 670, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "red", + "images": [ + "img/phones/apple-iphone-xr/red/00.webp", + "img/phones/apple-iphone-xr/red/01.webp", + "img/phones/apple-iphone-xr/red/02.webp", + "img/phones/apple-iphone-xr/red/03.webp", + "img/phones/apple-iphone-xr/red/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-64gb-white", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 64GB White", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "64GB", + "priceRegular": 712, + "priceDiscount": 670, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "white", + "images": [ + "img/phones/apple-iphone-xr/white/00.webp", + "img/phones/apple-iphone-xr/white/01.webp", + "img/phones/apple-iphone-xr/white/02.webp", + "img/phones/apple-iphone-xr/white/03.webp", + "img/phones/apple-iphone-xr/white/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xr-64gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-xr", + "name": "Apple iPhone XR 64GB Yellow", + "capacityAvailable": ["64GB", "128GB"], + "capacity": "64GB", + "priceRegular": 712, + "priceDiscount": 670, + "colorsAvailable": ["white", "yellow", "red", "coral"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-xr/yellow/00.webp", + "img/phones/apple-iphone-xr/yellow/01.webp", + "img/phones/apple-iphone-xr/yellow/02.webp", + "img/phones/apple-iphone-xr/yellow/03.webp", + "img/phones/apple-iphone-xr/yellow/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' IPS", + "resolution": "1792х828", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "12 Mp + 7 MP", + "zoom": "Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-256gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-xs", + "name": "Apple iPhone XS 256GB Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 960, + "priceDiscount": 900, + "colorsAvailable": ["spacegray", "gold"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-xs/gold/00.webp", + "img/phones/apple-iphone-xs/gold/01.webp", + "img/phones/apple-iphone-xs/gold/02.webp", + "img/phones/apple-iphone-xs/gold/03.webp", + "img/phones/apple-iphone-xs/gold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-256gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-xs", + "name": "Apple iPhone XS 256GB Spacegray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 960, + "priceDiscount": 900, + "colorsAvailable": ["spacegray", "gold"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-xs/spacegray/00.webp", + "img/phones/apple-iphone-xs/spacegray/01.webp", + "img/phones/apple-iphone-xs/spacegray/02.webp", + "img/phones/apple-iphone-xs/spacegray/03.webp", + "img/phones/apple-iphone-xs/spacegray/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-64gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-xs", + "name": "Apple iPhone XS 64GB Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 760, + "priceDiscount": 720, + "colorsAvailable": ["spacegray", "gold"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-xs/gold/00.webp", + "img/phones/apple-iphone-xs/gold/01.webp", + "img/phones/apple-iphone-xs/gold/02.webp", + "img/phones/apple-iphone-xs/gold/03.webp", + "img/phones/apple-iphone-xs/gold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-64gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-xs", + "name": "Apple iPhone XS 64GB Spacegray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 760, + "priceDiscount": 720, + "colorsAvailable": ["spacegray", "gold"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-xs/spacegray/00.webp", + "img/phones/apple-iphone-xs/spacegray/01.webp", + "img/phones/apple-iphone-xs/spacegray/02.webp", + "img/phones/apple-iphone-xs/spacegray/03.webp", + "img/phones/apple-iphone-xs/spacegray/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "5.8' OLED", + "resolution": "2436х1125", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-max-256gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-xs-max", + "name": "Apple iPhone XS Max 256GB Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1080, + "priceDiscount": 1000, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-xs-max/gold/00.webp", + "img/phones/apple-iphone-xs-max/gold/01.webp", + "img/phones/apple-iphone-xs-max/gold/02.webp", + "img/phones/apple-iphone-xs-max/gold/03.webp", + "img/phones/apple-iphone-xs-max/gold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED (Super Retina HD)", + "resolution": "2688х1242", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 7MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-max-256gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-xs-max", + "name": "Apple iPhone XS Max 256GB Silver", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1080, + "priceDiscount": 1000, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-xs-max/silver/00.webp", + "img/phones/apple-iphone-xs-max/silver/01.webp", + "img/phones/apple-iphone-xs-max/silver/02.webp", + "img/phones/apple-iphone-xs-max/silver/03.webp", + "img/phones/apple-iphone-xs-max/silver/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED (Super Retina HD)", + "resolution": "2688х1242", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 7MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-max-256gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-xs-max", + "name": "Apple iPhone XS Max 256GB Spacegray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1080, + "priceDiscount": 1000, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-xs-max/spacegray/00.webp", + "img/phones/apple-iphone-xs-max/spacegray/01.webp", + "img/phones/apple-iphone-xs-max/spacegray/02.webp", + "img/phones/apple-iphone-xs-max/spacegray/03.webp", + "img/phones/apple-iphone-xs-max/spacegray/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED (Super Retina HD)", + "resolution": "2688х1242", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 7MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-max-64gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-xs-max", + "name": "Apple iPhone XS Max 64GB Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 960, + "priceDiscount": 900, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-xs-max/gold/00.webp", + "img/phones/apple-iphone-xs-max/gold/01.webp", + "img/phones/apple-iphone-xs-max/gold/02.webp", + "img/phones/apple-iphone-xs-max/gold/03.webp", + "img/phones/apple-iphone-xs-max/gold/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED (Super Retina HD)", + "resolution": "2688х1242", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 7MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-max-64gb-silver", + "category": "phones", + "namespaceId": "apple-iphone-xs-max", + "name": "Apple iPhone XS Max 64GB Silver", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 960, + "priceDiscount": 900, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "silver", + "images": [ + "img/phones/apple-iphone-xs-max/silver/00.webp", + "img/phones/apple-iphone-xs-max/silver/01.webp", + "img/phones/apple-iphone-xs-max/silver/02.webp", + "img/phones/apple-iphone-xs-max/silver/03.webp", + "img/phones/apple-iphone-xs-max/silver/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED (Super Retina HD)", + "resolution": "2688х1242", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 7MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + + { + "id": "apple-iphone-xs-max-64gb-spacegray", + "category": "phones", + "namespaceId": "apple-iphone-xs-max", + "name": "Apple iPhone XS Max 64GB Spacegray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 960, + "priceDiscount": 900, + "colorsAvailable": ["spacegray", "gold", "silver"], + "color": "spacegray", + "images": [ + "img/phones/apple-iphone-xs-max/spacegray/00.webp", + "img/phones/apple-iphone-xs-max/spacegray/01.webp", + "img/phones/apple-iphone-xs-max/spacegray/02.webp", + "img/phones/apple-iphone-xs-max/spacegray/03.webp", + "img/phones/apple-iphone-xs-max/spacegray/04.webp" + ], + "description": [ + { + "title": "And then there was Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.5' OLED (Super Retina HD)", + "resolution": "2688х1242", + "processor": "Apple A12 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp + 7MP", + "zoom": "Digital, 10x / Optical, 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-14-128gb-midnight", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 128GB Midnight", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "128GB", + "priceRegular": 1056, + "priceDiscount": 980, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "midnight", + "images": [ + "img/phones/apple-iphone-14/midnight/00.webp", + "img/phones/apple-iphone-14/midnight/01.webp", + "img/phones/apple-iphone-14/midnight/02.webp", + "img/phones/apple-iphone-14/midnight/03.webp", + "img/phones/apple-iphone-14/midnight/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-256gb-midnight", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 256GB Midnight", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1200, + "priceDiscount": 1160, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "midnight", + "images": [ + "img/phones/apple-iphone-14/midnight/00.webp", + "img/phones/apple-iphone-14/midnight/01.webp", + "img/phones/apple-iphone-14/midnight/02.webp", + "img/phones/apple-iphone-14/midnight/03.webp", + "img/phones/apple-iphone-14/midnight/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-512gb-midnight", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 512GB Midnight", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 1466, + "priceDiscount": 1378, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "midnight", + "images": [ + "img/phones/apple-iphone-14/midnight/00.webp", + "img/phones/apple-iphone-14/midnight/01.webp", + "img/phones/apple-iphone-14/midnight/02.webp", + "img/phones/apple-iphone-14/midnight/03.webp", + "img/phones/apple-iphone-14/midnight/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-128gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 128GB Yellow", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "128GB", + "priceRegular": 1056, + "priceDiscount": 980, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-14/yellow/00.webp", + "img/phones/apple-iphone-14/yellow/01.webp", + "img/phones/apple-iphone-14/yellow/02.webp", + "img/phones/apple-iphone-14/yellow/03.webp", + "img/phones/apple-iphone-14/yellow/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-256gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 256GB Yellow", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1200, + "priceDiscount": 1160, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-14/yellow/00.webp", + "img/phones/apple-iphone-14/yellow/01.webp", + "img/phones/apple-iphone-14/yellow/02.webp", + "img/phones/apple-iphone-14/yellow/03.webp", + "img/phones/apple-iphone-14/yellow/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-512gb-yellow", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 512GB Yellow", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 1466, + "priceDiscount": 1378, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "yellow", + "images": [ + "img/phones/apple-iphone-14/yellow/00.webp", + "img/phones/apple-iphone-14/yellow/01.webp", + "img/phones/apple-iphone-14/yellow/02.webp", + "img/phones/apple-iphone-14/yellow/03.webp", + "img/phones/apple-iphone-14/yellow/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-128gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 128GB Purple", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "128GB", + "priceRegular": 1056, + "priceDiscount": 980, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-14/purple/00.webp", + "img/phones/apple-iphone-14/purple/01.webp", + "img/phones/apple-iphone-14/purple/02.webp", + "img/phones/apple-iphone-14/purple/03.webp", + "img/phones/apple-iphone-14/purple/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-256gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 256GB Purple", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "256GB", + "priceRegular": 1256, + "priceDiscount": 1180, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-14/purple/00.webp", + "img/phones/apple-iphone-14/purple/01.webp", + "img/phones/apple-iphone-14/purple/02.webp", + "img/phones/apple-iphone-14/purple/03.webp", + "img/phones/apple-iphone-14/purple/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-512gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-14", + "name": "Apple iPhone 14 512GB Purple", + "capacityAvailable": ["128GB", "256GB", "512GB"], + "capacity": "512GB", + "priceRegular": 1600, + "priceDiscount": 1450, + "colorsAvailable": ["midnight", "yellow", "purple"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-14/purple/00.webp", + "img/phones/apple-iphone-14/purple/01.webp", + "img/phones/apple-iphone-14/purple/02.webp", + "img/phones/apple-iphone-14/purple/03.webp", + "img/phones/apple-iphone-14/purple/04.webp" + ], + "description": [ + { + "title": "Wonderfull", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-128gb-spaceblack", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 128GB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "128GB", + "priceRegular": 1056, + "priceDiscount": 980, + "colorsAvailable": ["spaceblack", "gold"], + "color": "spaceblack", + "images": [ + "img/phones/apple-iphone-14-pro/spaceblack/00.webp", + "img/phones/apple-iphone-14-pro/spaceblack/01.webp", + "img/phones/apple-iphone-14-pro/spaceblack/02.webp", + "img/phones/apple-iphone-14-pro/spaceblack/03.webp", + "img/phones/apple-iphone-14-pro/spaceblack/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-256gb-spaceblack", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 256GB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "256GB", + "priceRegular": 1200, + "priceDiscount": 1160, + "colorsAvailable": ["spaceblack", "gold"], + "color": "spaceblack", + "images": [ + "img/phones/apple-iphone-14-pro/spaceblack/00.webp", + "img/phones/apple-iphone-14-pro/spaceblack/01.webp", + "img/phones/apple-iphone-14-pro/spaceblack/02.webp", + "img/phones/apple-iphone-14-pro/spaceblack/03.webp", + "img/phones/apple-iphone-14-pro/spaceblack/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-512gb-spaceblack", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 512GB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "512GB", + "priceRegular": 1466, + "priceDiscount": 1378, + "colorsAvailable": ["spaceblack", "gold"], + "color": "spaceblack", + "images": [ + "img/phones/apple-iphone-14-pro/spaceblack/00.webp", + "img/phones/apple-iphone-14-pro/spaceblack/01.webp", + "img/phones/apple-iphone-14-pro/spaceblack/02.webp", + "img/phones/apple-iphone-14-pro/spaceblack/03.webp", + "img/phones/apple-iphone-14-pro/spaceblack/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-1tb-spaceblack", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 1TB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "1TB", + "priceRegular": 1740, + "priceDiscount": 1520, + "colorsAvailable": ["spaceblack", "gold"], + "color": "spaceblack", + "images": [ + "img/phones/apple-iphone-14-pro/spaceblack/00.webp", + "img/phones/apple-iphone-14-pro/spaceblack/01.webp", + "img/phones/apple-iphone-14-pro/spaceblack/02.webp", + "img/phones/apple-iphone-14-pro/spaceblack/03.webp", + "img/phones/apple-iphone-14-pro/spaceblack/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "48 Mp + 12 Mp + 12MP + 12Mp", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-12-64gb-black", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 64GB Black", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "black", + "images": [ + "img/phones/apple-iphone-12/black/00.webp", + "img/phones/apple-iphone-12/black/01.webp", + "img/phones/apple-iphone-12/black/02.webp", + "img/phones/apple-iphone-12/black/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-128gb-black", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 128GB Black", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "black", + "images": [ + "img/phones/apple-iphone-12/black/00.webp", + "img/phones/apple-iphone-12/black/01.webp", + "img/phones/apple-iphone-12/black/02.webp", + "img/phones/apple-iphone-12/black/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-256gb-black", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 256GB Black", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1180, + "priceDiscount": 1100, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "black", + "images": [ + "img/phones/apple-iphone-12/black/00.webp", + "img/phones/apple-iphone-12/black/01.webp", + "img/phones/apple-iphone-12/black/02.webp", + "img/phones/apple-iphone-12/black/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-64gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 64GB Purple", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-12/purple/00.webp", + "img/phones/apple-iphone-12/purple/01.webp", + "img/phones/apple-iphone-12/purple/02.webp", + "img/phones/apple-iphone-12/purple/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-128gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 128GB Purple", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-12/purple/00.webp", + "img/phones/apple-iphone-12/purple/01.webp", + "img/phones/apple-iphone-12/purple/02.webp", + "img/phones/apple-iphone-12/purple/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-256gb-purple", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 256GB Purple", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1180, + "priceDiscount": 1100, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "purple", + "images": [ + "img/phones/apple-iphone-12/purple/00.webp", + "img/phones/apple-iphone-12/purple/01.webp", + "img/phones/apple-iphone-12/purple/02.webp", + "img/phones/apple-iphone-12/purple/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-64gb-red", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 64GB Red", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "red", + "images": [ + "img/phones/apple-iphone-12/red/00.webp", + "img/phones/apple-iphone-12/red/01.webp", + "img/phones/apple-iphone-12/red/02.webp", + "img/phones/apple-iphone-12/red/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-128gb-red", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 128GB Red", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "red", + "images": [ + "img/phones/apple-iphone-12/red/00.webp", + "img/phones/apple-iphone-12/red/01.webp", + "img/phones/apple-iphone-12/red/02.webp", + "img/phones/apple-iphone-12/red/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-256gb-red", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 256GB Red", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1180, + "priceDiscount": 1100, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "red", + "images": [ + "img/phones/apple-iphone-12/red/00.webp", + "img/phones/apple-iphone-12/red/01.webp", + "img/phones/apple-iphone-12/red/02.webp", + "img/phones/apple-iphone-12/red/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-64gb-white", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 64GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "white", + "images": [ + "img/phones/apple-iphone-12/white/00.webp", + "img/phones/apple-iphone-12/white/01.webp", + "img/phones/apple-iphone-12/white/02.webp", + "img/phones/apple-iphone-12/white/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-128gb-white", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 128GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "white", + "images": [ + "img/phones/apple-iphone-12/white/00.webp", + "img/phones/apple-iphone-12/white/01.webp", + "img/phones/apple-iphone-12/white/02.webp", + "img/phones/apple-iphone-12/white/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-12-256gb-white", + "category": "phones", + "namespaceId": "apple-iphone-12", + "name": "Apple iPhone 12 256GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1180, + "priceDiscount": 1100, + "colorsAvailable": ["black", "white", "purple", "red"], + "color": "white", + "images": [ + "img/phones/apple-iphone-12/white/00.webp", + "img/phones/apple-iphone-12/white/01.webp", + "img/phones/apple-iphone-12/white/02.webp", + "img/phones/apple-iphone-12/white/03.webp" + ], + "description": [ + { + "title": "Blast past fast.", + "text": [ + "5G speed. A14 Bionic, the fastest chip in a smartphone. An edge-to-edge OLED display. Ceramic Shield with four times better drop performance. And Night mode on every camera. iPhone 12 has it all — in two perfect sizes." + ] + }, + { + "title": "A14 Bionic chip. The only thing even close was our last chip.", + "text": [ + "A14 Bionic is the first 5-nanometer chip in the industry, with advanced components literally atoms wide. Forty percent more transistors rev up speeds while increasing efficiency for great battery life. And a new ISP powers Dolby Vision recording — something no pro movie camera, let alone any other phone, can do." + ] + }, + { + "title": "Night mode comes to all your cameras.", + "text": [ + "Low light is now a highlight. From dimly lit restaurants to moonlit beaches, the new Night mode delivers natural low-light shots — automatically." + ] + } + ], + "screen": "6.1' OLED", + "resolution": "2532x1170", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE"] + }, + { + "id": "apple-iphone-13-mini-64gb-midnight", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 64GB Midnight", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "midnight", + "images": [ + "img/phones/apple-iphone-13-mini/midnight/00.webp", + "img/phones/apple-iphone-13-mini/midnight/01.webp", + "img/phones/apple-iphone-13-mini/midnight/02.webp", + "img/phones/apple-iphone-13-mini/midnight/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-128gb-midnight", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 128GB Midnight", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "midnight", + "images": [ + "img/phones/apple-iphone-13-mini/midnight/00.webp", + "img/phones/apple-iphone-13-mini/midnight/01.webp", + "img/phones/apple-iphone-13-mini/midnight/02.webp", + "img/phones/apple-iphone-13-mini/midnight/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-256gb-midnight", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 256GB Midnight", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1180, + "priceDiscount": 1100, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "midnight", + "images": [ + "img/phones/apple-iphone-13-mini/midnight/00.webp", + "img/phones/apple-iphone-13-mini/midnight/01.webp", + "img/phones/apple-iphone-13-mini/midnight/02.webp", + "img/phones/apple-iphone-13-mini/midnight/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-64gb-pink", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 64GB Pink", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "pink", + "images": [ + "img/phones/apple-iphone-13-mini/pink/00.webp", + "img/phones/apple-iphone-13-mini/pink/01.webp", + "img/phones/apple-iphone-13-mini/pink/02.webp", + "img/phones/apple-iphone-13-mini/pink/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-128gb-pink", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 128GB Pink", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "pink", + "images": [ + "img/phones/apple-iphone-13-mini/pink/00.webp", + "img/phones/apple-iphone-13-mini/pink/01.webp", + "img/phones/apple-iphone-13-mini/pink/02.webp", + "img/phones/apple-iphone-13-mini/pink/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-256gb-pink", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 256GB Pink", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 1180, + "priceDiscount": 1100, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "pink", + "images": [ + "img/phones/apple-iphone-13-mini/pink/00.webp", + "img/phones/apple-iphone-13-mini/pink/01.webp", + "img/phones/apple-iphone-13-mini/pink/02.webp", + "img/phones/apple-iphone-13-mini/pink/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-64gb-white", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 64GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "white", + "images": [ + "img/phones/apple-iphone-13-mini/white/00.webp", + "img/phones/apple-iphone-13-mini/white/01.webp", + "img/phones/apple-iphone-13-mini/white/02.webp", + "img/phones/apple-iphone-13-mini/white/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-128gb-white", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 128GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "white", + "images": [ + "img/phones/apple-iphone-13-mini/white/00.webp", + "img/phones/apple-iphone-13-mini/white/01.webp", + "img/phones/apple-iphone-13-mini/white/02.webp", + "img/phones/apple-iphone-13-mini/white/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-256gb-white", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 256GB White", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 999, + "priceDiscount": 949, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "white", + "images": [ + "img/phones/apple-iphone-13-mini/white/00.webp", + "img/phones/apple-iphone-13-mini/white/01.webp", + "img/phones/apple-iphone-13-mini/white/02.webp", + "img/phones/apple-iphone-13-mini/white/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-64gb-blue", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 64GB Blue", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "64GB", + "priceRegular": 880, + "priceDiscount": 800, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "blue", + "images": [ + "img/phones/apple-iphone-13-mini/blue/00.webp", + "img/phones/apple-iphone-13-mini/blue/01.webp", + "img/phones/apple-iphone-13-mini/blue/02.webp", + "img/phones/apple-iphone-13-mini/blue/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-128gb-blue", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 128GB Blue", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "128GB", + "priceRegular": 980, + "priceDiscount": 900, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "blue", + "images": [ + "img/phones/apple-iphone-13-mini/blue/00.webp", + "img/phones/apple-iphone-13-mini/blue/01.webp", + "img/phones/apple-iphone-13-mini/blue/02.webp", + "img/phones/apple-iphone-13-mini/blue/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-mini-256gb-blue", + "category": "phones", + "namespaceId": "apple-iphone-13-mini", + "name": "Apple iPhone 13 Mini 256GB Blue", + "capacityAvailable": ["64GB", "128GB", "256GB"], + "capacity": "256GB", + "priceRegular": 999, + "priceDiscount": 949, + "colorsAvailable": ["midnight", "white", "blue", "pink"], + "color": "blue", + "images": [ + "img/phones/apple-iphone-13-mini/blue/00.webp", + "img/phones/apple-iphone-13-mini/blue/01.webp", + "img/phones/apple-iphone-13-mini/blue/02.webp", + "img/phones/apple-iphone-13-mini/blue/03.webp" + ], + "description": [ + { + "title": "Your new superpower.", + "text": [ + "A15 Bionic, the fastest chip ever in a smartphone. Super Retina XDR display with ProMotion. Durable Ceramic Shield with 4x better drop performance. New Night mode on all cameras. It’s the ultimate iPhone, powered by the ultimate chip." + ] + }, + { + "title": "A15 Bionic chip. Super power. Mini sized.", + "text": [ + "The A15 Bionic chip is the fastest chip ever in a smartphone. It powers everything from photography to gaming. And the incredible Machine Learning accelerators allow you to experience augmented reality like never before." + ] + }, + { + "title": "Amazing Camera. No Pro Required.", + "text": [ + "iPhone 13 Mini takes stunning photos and videos with its advanced dual-camera system, with a new Night mode on all cameras. And Photographic Styles personalizes your photos in the moment for a beautiful look." + ] + } + ], + "screen": "5.4' Super Retina XDR", + "resolution": "2532x1170", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12 Mp + 12 Mp", + "zoom": "Optical, 2x; Digital, 5x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-128gb-sierrablue", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 128GB Sierra Blue", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "128GB", + "priceRegular": 1286, + "priceDiscount": 1260, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "sierrablue", + "images": [ + "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/01.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/02.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-256gb-sierrablue", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 256GB Sierra Blue", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "256GB", + "priceRegular": 1399, + "priceDiscount": 1379, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "sierrablue", + "images": [ + "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/01.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/02.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-512gb-sierrablue", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 512GB Sierra Blue", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "512GB", + "priceRegular": 1426, + "priceDiscount": 1371, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "sierrablue", + "images": [ + "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/01.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/02.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-1tb-sierrablue", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 1TB Sierra Blue", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "1TB", + "priceRegular": 1700, + "priceDiscount": 1540, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "sierrablue", + "images": [ + "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/01.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/02.webp", + "img/phones/apple-iphone-13-pro-max/sierrablue/03.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "48 Mp + 12 Mp + 12MP + 12Mp", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-128gb-graphite", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 128GB Graphite", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "128GB", + "priceRegular": 1286, + "priceDiscount": 1260, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "graphite", + "images": [ + "img/phones/apple-iphone-13-pro-max/graphite/00.webp", + "img/phones/apple-iphone-13-pro-max/graphite/01.webp", + "img/phones/apple-iphone-13-pro-max/graphite/02.webp", + "img/phones/apple-iphone-13-pro-max/graphite/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-256gb-graphite", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 256GB Graphite", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "256GB", + "priceRegular": 1399, + "priceDiscount": 1379, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "graphite", + "images": [ + "img/phones/apple-iphone-13-pro-max/graphite/00.webp", + "img/phones/apple-iphone-13-pro-max/graphite/01.webp", + "img/phones/apple-iphone-13-pro-max/graphite/02.webp", + "img/phones/apple-iphone-13-pro-max/graphite/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-512gb-graphite", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 512GB Graphite", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "512GB", + "priceRegular": 1426, + "priceDiscount": 1371, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "graphite", + "images": [ + "img/phones/apple-iphone-13-pro-max/graphite/00.webp", + "img/phones/apple-iphone-13-pro-max/graphite/01.webp", + "img/phones/apple-iphone-13-pro-max/graphite/02.webp", + "img/phones/apple-iphone-13-pro-max/graphite/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-1tb-graphite", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 1TB Graphite", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "1TB", + "priceRegular": 1700, + "priceDiscount": 1540, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "graphite", + "images": [ + "img/phones/apple-iphone-13-pro-max/graphite/00.webp", + "img/phones/apple-iphone-13-pro-max/graphite/01.webp", + "img/phones/apple-iphone-13-pro-max/graphite/02.webp", + "img/phones/apple-iphone-13-pro-max/graphite/03.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "48 Mp + 12 Mp + 12MP + 12Mp", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-128gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 128GB Gold", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "128GB", + "priceRegular": 1286, + "priceDiscount": 1260, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-13-pro-max/gold/00.webp", + "img/phones/apple-iphone-13-pro-max/gold/01.webp", + "img/phones/apple-iphone-13-pro-max/gold/02.webp", + "img/phones/apple-iphone-13-pro-max/gold/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-256gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 256GB Gold", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "256GB", + "priceRegular": 1399, + "priceDiscount": 1379, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-13-pro-max/gold/00.webp", + "img/phones/apple-iphone-13-pro-max/gold/01.webp", + "img/phones/apple-iphone-13-pro-max/gold/02.webp", + "img/phones/apple-iphone-13-pro-max/gold/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-512gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 512GB Gold", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "512GB", + "priceRegular": 1426, + "priceDiscount": 1371, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-13-pro-max/gold/00.webp", + "img/phones/apple-iphone-13-pro-max/gold/01.webp", + "img/phones/apple-iphone-13-pro-max/gold/02.webp", + "img/phones/apple-iphone-13-pro-max/gold/03.webp" + ], + "description": [ + { + "title": "The Ultimate Pro Camera System", + "text": [ + "Introducing the first pro camera system that's also an iPhone — delivering 3x optical zoom, macro photography, Night mode portraits, and a new ProRes format for the highest-quality video ever in a smartphone. Get ready to shoot like a pro." + ] + }, + { + "title": "Cinematic Mode", + "text": [ + "Film like a pro with exclusive access to the depth-of-field effect of Cinema mode, now on both the Wide and Telephoto cameras. Add focus transitions for a creative look, and easily switch between cameras to capture more of the moment." + ] + }, + { + "title": "A15 Bionic", + "text": [ + "A15 Bionic is the fastest chip ever in a smartphone. It powers incredible experiences in photography, video, gaming, and more — all while delivering great battery life. And it enables the most advanced machine learning capabilities in any smartphone for next-level experiences." + ] + }, + { + "title": "ProMotion", + "text": [ + "ProMotion technology automatically adjusts the display to the movement on your screen, for more fluid scrolling, greater responsiveness, and smoother motion — and a battery that lasts all day." + ] + } + ], + "screen": "6.7' Super Retina XDR display", + "resolution": "2778x1284", + "processor": "Apple A15 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12 Mp", + "zoom": "Optical, 3x; Digital, up to 15x", + "cell": ["GSM", "CDMA", "HSPA", "EVDO", "LTE", "5G"] + }, + { + "id": "apple-iphone-13-pro-max-1tb-gold", + "category": "phones", + "namespaceId": "apple-iphone-13-pro-max", + "name": "Apple iPhone 13 Pro Max 1TB Gold", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "1TB", + "priceRegular": 1700, + "priceDiscount": 1540, + "colorsAvailable": ["graphite", "gold", "sierrablue"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-13-pro-max/gold/00.webp", + "img/phones/apple-iphone-13-pro-max/gold/01.webp", + "img/phones/apple-iphone-13-pro-max/gold/02.webp", + "img/phones/apple-iphone-13-pro-max/gold/03.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "48 Mp + 12 Mp + 12MP + 12Mp", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-128gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 128GB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "128GB", + "priceRegular": 1056, + "priceDiscount": 980, + "colorsAvailable": ["spaceblack", "gold"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-14-pro/gold/00.webp", + "img/phones/apple-iphone-14-pro/gold/01.webp", + "img/phones/apple-iphone-14-pro/gold/02.webp", + "img/phones/apple-iphone-14-pro/gold/03.webp", + "img/phones/apple-iphone-14-pro/gold/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-256gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 256GB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "256GB", + "priceRegular": 1200, + "priceDiscount": 1160, + "colorsAvailable": ["spaceblack", "gold"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-14-pro/gold/00.webp", + "img/phones/apple-iphone-14-pro/gold/01.webp", + "img/phones/apple-iphone-14-pro/gold/02.webp", + "img/phones/apple-iphone-14-pro/gold/03.webp", + "img/phones/apple-iphone-14-pro/gold/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-512gb-gold", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 512GB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "512GB", + "priceRegular": 1466, + "priceDiscount": 1378, + "colorsAvailable": ["spaceblack", "gold"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-14-pro/gold/00.webp", + "img/phones/apple-iphone-14-pro/gold/01.webp", + "img/phones/apple-iphone-14-pro/gold/02.webp", + "img/phones/apple-iphone-14-pro/gold/03.webp", + "img/phones/apple-iphone-14-pro/gold/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "12 Mp + 12 Mp + 12MP", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + }, + { + "id": "apple-iphone-14-pro-1tb-gold", + "category": "phones", + "namespaceId": "apple-iphone-14-pro", + "name": "Apple iPhone 14 Pro 1TB Space Black", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB"], + "capacity": "1TB", + "priceRegular": 1740, + "priceDiscount": 1520, + "colorsAvailable": ["spaceblack", "gold"], + "color": "gold", + "images": [ + "img/phones/apple-iphone-14-pro/gold/00.webp", + "img/phones/apple-iphone-14-pro/gold/01.webp", + "img/phones/apple-iphone-14-pro/gold/02.webp", + "img/phones/apple-iphone-14-pro/gold/03.webp", + "img/phones/apple-iphone-14-pro/gold/04.webp" + ], + "description": [ + { + "title": "And then was a Pro", + "text": [ + "A transformative triple-camera system that adds tons of capability without complexity.", + "An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the first iPhone powerful enough to be called Pro." + ] + }, + { + "title": "Camera", + "text": [ + "Meet the first triple-camera system to combine cutting-edge technology with the legendary simplicity of iPhone. Capture up to four times more scene. Get beautiful images in drastically lower light. Shoot the highest-quality video in a smartphone — then edit with the same tools you love for photos. You’ve never shot with anything like it." + ] + }, + { + "title": "Shoot it. Flip it. Zoom it. Crop it. Cut it. Light it. Tweak it. Love it.", + "text": [ + "iPhone 11 Pro lets you capture videos that are beautifully true to life, with greater detail and smoother motion. Epic processing power means it can shoot 4K video with extended dynamic range and cinematic video stabilization — all at 60 fps. You get more creative control, too, with four times more scene and powerful new editing tools to play with." + ] + } + ], + "screen": "6.1' OLED (Super Retina XDR)", + "resolution": "2556x1179", + "processor": "Apple A16 Bionic", + "ram": "6GB", + "camera": "48 Mp + 12 Mp + 12MP + 12Mp", + "zoom": "Digital 5x, Optical 2x", + "cell": ["GPRS", "EDGE", "WCDMA", "UMTS", "HSPA", "LTE", "5G"] + } +] diff --git a/src/api/products.json b/src/api/products.json new file mode 100644 index 0000000000..41ecb5e5a6 --- /dev/null +++ b/src/api/products.json @@ -0,0 +1,2718 @@ +[ + { + "id": 1, + "category": "phones", + "itemId": "apple-iphone-7-32gb-black", + "name": "Apple iPhone 7 32GB Black", + "fullPrice": 400, + "price": 375, + "screen": "4.7' IPS", + "capacity": "32GB", + "color": "black", + "ram": "2GB", + "year": 2016, + "image": "img/phones/apple-iphone-7/black/00.webp" + }, + { + "id": 2, + "category": "phones", + "itemId": "apple-iphone-7-plus-32gb-black", + "name": "Apple iPhone 7 Plus 32GB Black", + "fullPrice": 540, + "price": 500, + "screen": "5.5' IPS", + "capacity": "32GB", + "color": "black", + "ram": "3GB", + "year": 2016, + "image": "img/phones/apple-iphone-7-plus/black/00.webp" + }, + { + "id": 3, + "category": "phones", + "itemId": "apple-iphone-8-64gb-gold", + "name": "Apple iPhone 8 64GB Gold", + "fullPrice": 600, + "price": 550, + "screen": "4.7' IPS", + "capacity": "64GB", + "color": "gold", + "ram": "2GB", + "year": 2017, + "image": "img/phones/apple-iphone-8/gold/00.webp" + }, + { + "id": 4, + "category": "phones", + "itemId": "apple-iphone-11-64gb-black", + "name": "Apple iPhone 11 64GB Black", + "fullPrice": 932, + "price": 880, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "black", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/black/00.webp" + }, + { + "id": 5, + "category": "phones", + "itemId": "apple-iphone-11-128gb-yellow", + "name": "Apple iPhone 11 128GB Yellow", + "fullPrice": 1100, + "price": 1050, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "yellow", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/yellow/00.webp" + }, + { + "id": 6, + "category": "phones", + "itemId": "apple-iphone-11-256gb-green", + "name": "Apple iPhone 11 256GB Green", + "fullPrice": 1172, + "price": 1115, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "green", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/green/00.webp" + }, + { + "id": 7, + "category": "phones", + "itemId": "apple-iphone-11-pro-64gb-gold", + "name": "Apple iPhone 11 Pro 64GB Gold", + "fullPrice": 1312, + "price": 1270, + "screen": "5.8' OLED", + "capacity": "64GB", + "color": "gold", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/gold/00.webp" + }, + { + "id": 8, + "category": "phones", + "itemId": "apple-iphone-11-pro-256gb-midnightgreen", + "name": "Apple iPhone 11 Pro 256GB Midnight green", + "fullPrice": 1640, + "price": 1570, + "screen": "5.8' OLED", + "capacity": "256GB", + "color": "midnightgreen", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/midnightgreen/00.webp" + }, + { + "id": 9, + "category": "phones", + "itemId": "apple-iphone-11-pro-512gb-silver", + "name": "Apple iPhone 11 Pro 512GB Silver", + "fullPrice": 1880, + "price": 1780, + "screen": "5.8' OLED", + "capacity": "512GB", + "color": "silver", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/silver/00.webp" + }, + { + "id": 10, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-64gb-spacegray", + "name": "Apple iPhone 11 Pro Max 64GB Spacegray", + "fullPrice": 1480, + "price": 1400, + "screen": "6.5' OLED", + "capacity": "64GB", + "color": "spacegray", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/spacegray/00.webp" + }, + { + "id": 11, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-256gb-gold", + "name": "Apple iPhone 11 Pro Max 256GB Gold", + "fullPrice": 1776, + "price": 1680, + "screen": "6.5' OLED", + "capacity": "256GB", + "color": "gold", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/gold/00.webp" + }, + { + "id": 12, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-512gb-spacegray", + "name": "Apple iPhone 11 Pro Max 512GB Spacegray", + "fullPrice": 2020, + "price": 1930, + "screen": "6.5' OLED", + "capacity": "512GB", + "color": "spacegray", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/spacegray/00.webp" + }, + { + "id": 13, + "category": "phones", + "itemId": "apple-iphone-xr-64gb-red", + "name": "Apple iPhone XR 64GB Red", + "fullPrice": 712, + "price": 670, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "red", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/red/00.webp" + }, + { + "id": 14, + "category": "phones", + "itemId": "apple-iphone-xr-128gb-white", + "name": "Apple iPhone XR 128GB White", + "fullPrice": 880, + "price": 815, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "white", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/white/00.webp" + }, + { + "id": 15, + "category": "phones", + "itemId": "apple-iphone-xs-64gb-spacegray", + "name": "Apple iPhone XS 64GB Spacegray", + "fullPrice": 760, + "price": 720, + "screen": "5.8' OLED", + "capacity": "64GB", + "color": "spacegray", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs/spacegray/00.webp" + }, + { + "id": 16, + "category": "phones", + "itemId": "apple-iphone-xs-max-64gb-gold", + "name": "Apple iPhone XS Max 64GB Gold", + "fullPrice": 960, + "price": 900, + "screen": "6.5' OLED", + "capacity": "64GB", + "color": "gold", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs-max/gold/00.webp" + }, + { + "id": 17, + "category": "phones", + "itemId": "apple-iphone-xs-max-256gb-silver", + "name": "Apple iPhone XS Max 256GB Silver", + "fullPrice": 1080, + "price": 1000, + "screen": "6.5' OLED", + "capacity": "256GB", + "color": "silver", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs-max/silver/00.webp" + }, + { + "id": 18, + "category": "phones", + "itemId": "apple-iphone-7-32gb-gold", + "name": "Apple iPhone 7 32GB Gold", + "fullPrice": 400, + "price": 375, + "screen": "4.7' IPS", + "capacity": "32GB", + "color": "gold", + "ram": "2GB", + "year": 2016, + "image": "img/phones/apple-iphone-7/gold/00.webp" + }, + { + "id": 19, + "category": "phones", + "itemId": "apple-iphone-7-plus-32gb-silver", + "name": "Apple iPhone 7 Plus 32GB Silver", + "fullPrice": 540, + "price": 500, + "screen": "5.5' IPS", + "capacity": "32GB", + "color": "silver", + "ram": "3GB", + "year": 2016, + "image": "img/phones/apple-iphone-7-plus/silver/00.webp" + }, + { + "id": 20, + "category": "phones", + "itemId": "apple-iphone-8-64gb-spacegray", + "name": "Apple iPhone 8 64GB Space Gray", + "fullPrice": 600, + "price": 550, + "screen": "4.7' IPS", + "capacity": "64GB", + "color": "spacegray", + "ram": "2GB", + "year": 2017, + "image": "img/phones/apple-iphone-8/spacegray/00.webp" + }, + { + "id": 21, + "category": "phones", + "itemId": "apple-iphone-11-64gb-green", + "name": "Apple iPhone 11 64GB Green", + "fullPrice": 932, + "price": 880, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "green", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/green/00.webp" + }, + { + "id": 22, + "category": "phones", + "itemId": "apple-iphone-11-128gb-purple", + "name": "Apple iPhone 11 128GB Purple", + "fullPrice": 1100, + "price": 1050, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "purple", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/purple/00.webp" + }, + { + "id": 23, + "category": "phones", + "itemId": "apple-iphone-11-256gb-yellow", + "name": "Apple iPhone 11 256GB Yellow", + "fullPrice": 1172, + "price": 1115, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "yellow", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/yellow/00.webp" + }, + { + "id": 24, + "category": "phones", + "itemId": "apple-iphone-11-pro-256gb-gold", + "name": "Apple iPhone 11 Pro 256GB Gold", + "fullPrice": 1640, + "price": 1570, + "screen": "5.8' OLED", + "capacity": "256GB", + "color": "gold", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/gold/00.webp" + }, + { + "id": 25, + "category": "phones", + "itemId": "apple-iphone-11-pro-512gb-spacegray", + "name": "Apple iPhone 11 Pro 512GB Spacegray", + "fullPrice": 1880, + "price": 1780, + "screen": "5.8' OLED", + "capacity": "512GB", + "color": "spacegray", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/spacegray/00.webp" + }, + { + "id": 26, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-64gb-silver", + "name": "Apple iPhone 11 Pro Max 64GB Silver", + "fullPrice": 1480, + "price": 1400, + "screen": "6.5' OLED", + "capacity": "64GB", + "color": "silver", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/silver/00.webp" + }, + { + "id": 27, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-256gb-midnightgreen", + "name": "Apple iPhone 11 Pro Max 256GB Midnightgreen", + "fullPrice": 1776, + "price": 1680, + "screen": "6.5' OLED", + "capacity": "256GB", + "color": "midnightgreen", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp" + }, + { + "id": 28, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-512gb-silver", + "name": "Apple iPhone 11 Pro Max 512GB Silver", + "fullPrice": 2020, + "price": 1930, + "screen": "6.5' OLED", + "capacity": "512GB", + "color": "silver", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/silver/00.webp" + }, + { + "id": 29, + "category": "phones", + "itemId": "apple-iphone-xr-64gb-white", + "name": "Apple iPhone XR 64GB White", + "fullPrice": 712, + "price": 670, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "white", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/white/00.webp" + }, + { + "id": 30, + "category": "phones", + "itemId": "apple-iphone-xr-128gb-coral", + "name": "Apple iPhone XR 128GB Coral", + "fullPrice": 880, + "price": 815, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "coral", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/coral/00.webp" + }, + { + "id": 31, + "category": "phones", + "itemId": "apple-iphone-xs-64gb-gold", + "name": "Apple iPhone XS 64GB Gold", + "fullPrice": 760, + "price": 720, + "screen": "5.8' OLED", + "capacity": "64GB", + "color": "gold", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs/gold/00.webp" + }, + { + "id": 32, + "category": "phones", + "itemId": "apple-iphone-xs-256gb-spacegray", + "name": "Apple iPhone XS 256GB Spacegray", + "fullPrice": 960, + "price": 900, + "screen": "5.8' OLED", + "capacity": "256GB", + "color": "spacegray", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs/spacegray/00.webp" + }, + { + "id": 33, + "category": "phones", + "itemId": "apple-iphone-xs-max-64gb-silver", + "name": "Apple iPhone XS Max 64GB Silver", + "fullPrice": 960, + "price": 900, + "screen": "6.5' OLED", + "capacity": "64GB", + "color": "silver", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs-max/silver/00.webp" + }, + { + "id": 34, + "category": "phones", + "itemId": "apple-iphone-xs-max-256gb-gold", + "name": "Apple iPhone XS Max 256GB Gold", + "fullPrice": 1080, + "price": 1000, + "screen": "6.5' OLED", + "capacity": "256GB", + "color": "gold", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs-max/gold/00.webp" + }, + { + "id": 35, + "category": "phones", + "itemId": "apple-iphone-7-32gb-rosegold", + "name": "Apple iPhone 7 32GB Rosegold", + "fullPrice": 400, + "price": 375, + "screen": "4.7' IPS", + "capacity": "32GB", + "color": "rosegold", + "ram": "2GB", + "year": 2016, + "image": "img/phones/apple-iphone-7/rosegold/00.webp" + }, + { + "id": 36, + "category": "phones", + "itemId": "apple-iphone-11-64gb-purple", + "name": "Apple iPhone 11 64GB Purple", + "fullPrice": 932, + "price": 880, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "purple", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/purple/00.webp" + }, + { + "id": 37, + "category": "phones", + "itemId": "apple-iphone-11-64gb-red", + "name": "Apple iPhone 11 64GB Red", + "fullPrice": 932, + "price": 880, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "red", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/red/00.webp" + }, + { + "id": 38, + "category": "phones", + "itemId": "apple-iphone-11-128gb-black", + "name": "Apple iPhone 11 128GB Black", + "fullPrice": 1100, + "price": 1050, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "black", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/black/00.webp" + }, + { + "id": 39, + "category": "phones", + "itemId": "apple-iphone-11-256gb-red", + "name": "Apple iPhone 11 256GB Red", + "fullPrice": 1172, + "price": 1115, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "red", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/red/00.webp" + }, + { + "id": 40, + "category": "phones", + "itemId": "apple-iphone-11-pro-64gb-midnightgreen", + "name": "Apple iPhone 11 Pro 64GB Midnight green", + "fullPrice": 1312, + "price": 1270, + "screen": "5.8' OLED", + "capacity": "64GB", + "color": "midnightgreen", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/midnightgreen/00.webp" + }, + { + "id": 41, + "category": "phones", + "itemId": "apple-iphone-11-pro-256gb-silver", + "name": "Apple iPhone 11 Pro 256GB Silver", + "fullPrice": 1640, + "price": 1570, + "screen": "5.8' OLED", + "capacity": "256GB", + "color": "silver", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/silver/00.webp" + }, + { + "id": 42, + "category": "phones", + "itemId": "apple-iphone-11-pro-512gb-gold", + "name": "Apple iPhone 11 Pro 512GB Gold", + "fullPrice": 1880, + "price": 1780, + "screen": "5.8' OLED", + "capacity": "512GB", + "color": "gold", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/gold/00.webp" + }, + { + "id": 43, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-64gb-midnightgreen", + "name": "Apple iPhone 11 Pro Max 64GB Midnightgreen", + "fullPrice": 1480, + "price": 1400, + "screen": "6.5' OLED", + "capacity": "64GB", + "color": "midnightgreen", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp" + }, + { + "id": 44, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-256gb-spacegray", + "name": "Apple iPhone 11 Pro Max 256GB Spacegray", + "fullPrice": 1776, + "price": 1680, + "screen": "6.5' OLED", + "capacity": "256GB", + "color": "spacegray", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/spacegray/00.webp" + }, + { + "id": 45, + "category": "phones", + "itemId": "apple-iphone-xr-64gb-coral", + "name": "Apple iPhone XR 64GB Coral", + "fullPrice": 712, + "price": 670, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "coral", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/coral/00.webp" + }, + { + "id": 46, + "category": "phones", + "itemId": "apple-iphone-xr-128gb-red", + "name": "Apple iPhone XR 128GB Red", + "fullPrice": 880, + "price": 815, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "red", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/red/00.webp" + }, + { + "id": 47, + "category": "phones", + "itemId": "apple-iphone-xs-256gb-gold", + "name": "Apple iPhone XS 256GB Gold", + "fullPrice": 960, + "price": 900, + "screen": "5.8' OLED", + "capacity": "256GB", + "color": "gold", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs/gold/00.webp" + }, + { + "id": 48, + "category": "phones", + "itemId": "apple-iphone-xs-max-64gb-spacegray", + "name": "Apple iPhone XS Max 64GB Spacegray", + "fullPrice": 960, + "price": 900, + "screen": "6.5' OLED", + "capacity": "64GB", + "color": "spacegray", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs-max/spacegray/00.webp" + }, + { + "id": 49, + "category": "phones", + "itemId": "apple-iphone-7-plus-32gb-rosegold", + "name": "Apple iPhone 7 Plus 32GB Rosegold", + "fullPrice": 540, + "price": 500, + "screen": "5.5' IPS", + "capacity": "32GB", + "color": "rosegold", + "ram": "3GB", + "year": 2016, + "image": "img/phones/apple-iphone-7-plus/rosegold/00.webp" + }, + { + "id": 50, + "category": "phones", + "itemId": "apple-iphone-11-64gb-white", + "name": "Apple iPhone 11 64GB White", + "fullPrice": 932, + "price": 880, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "white", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/white/00.webp" + }, + { + "id": 51, + "category": "phones", + "itemId": "apple-iphone-11-128gb-green", + "name": "Apple iPhone 11 128GB Green", + "fullPrice": 1100, + "price": 1050, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "green", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/green/00.webp" + }, + { + "id": 52, + "category": "phones", + "itemId": "apple-iphone-11-128gb-white", + "name": "Apple iPhone 11 128GB White", + "fullPrice": 1100, + "price": 1050, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "white", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/white/00.webp" + }, + { + "id": 53, + "category": "phones", + "itemId": "apple-iphone-11-256gb-black", + "name": "Apple iPhone 11 256GB Black", + "fullPrice": 1172, + "price": 1115, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "black", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/black/00.webp" + }, + { + "id": 54, + "category": "phones", + "itemId": "apple-iphone-11-256gb-white", + "name": "Apple iPhone 11 256GB White", + "fullPrice": 1172, + "price": 1115, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "white", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/white/00.webp" + }, + { + "id": 55, + "category": "phones", + "itemId": "apple-iphone-11-pro-64gb-spacegray", + "name": "Apple iPhone 11 Pro 64GB Spacegray", + "fullPrice": 1312, + "price": 1270, + "screen": "5.8' OLED", + "capacity": "64GB", + "color": "spacegray", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/spacegray/00.webp" + }, + { + "id": 56, + "category": "phones", + "itemId": "apple-iphone-11-pro-512gb-midnightgreen", + "name": "Apple iPhone 11 Pro 512GB Midnight green", + "fullPrice": 1880, + "price": 1780, + "screen": "5.8' OLED", + "capacity": "512GB", + "color": "midnightgreen", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/midnightgreen/00.webp" + }, + { + "id": 57, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-64gb-gold", + "name": "Apple iPhone 11 Pro Max 64GB Gold", + "fullPrice": 1480, + "price": 1400, + "screen": "6.5' OLED", + "capacity": "64GB", + "color": "gold", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/gold/00.webp" + }, + { + "id": 58, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-256gb-silver", + "name": "Apple iPhone 11 Pro Max 256GB Silver", + "fullPrice": 1776, + "price": 1680, + "screen": "6.5' OLED", + "capacity": "256GB", + "color": "silver", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/silver/00.webp" + }, + { + "id": 59, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-512gb-midnightgreen", + "name": "Apple iPhone 11 Pro Max 512GB Midnightgreen", + "fullPrice": 2020, + "price": 1930, + "screen": "6.5' OLED", + "capacity": "512GB", + "color": "midnightgreen", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp" + }, + { + "id": 60, + "category": "phones", + "itemId": "apple-iphone-xr-128gb-yellow", + "name": "Apple iPhone XR 128GB Yellow", + "fullPrice": 880, + "price": 815, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "yellow", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/yellow/00.webp" + }, + { + "id": 61, + "category": "phones", + "itemId": "apple-iphone-7-32gb-silver", + "name": "Apple iPhone 7 32GB Silver", + "fullPrice": 400, + "price": 375, + "screen": "4.7' IPS", + "capacity": "32GB", + "color": "silver", + "ram": "2GB", + "year": 2016, + "image": "img/phones/apple-iphone-7/silver/00.webp" + }, + { + "id": 62, + "category": "phones", + "itemId": "apple-iphone-11-256gb-purple", + "name": "Apple iPhone 11 256GB Purple", + "fullPrice": 1172, + "price": 1115, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "purple", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/purple/00.webp" + }, + { + "id": 63, + "category": "phones", + "itemId": "apple-iphone-11-pro-max-512gb-gold", + "name": "Apple iPhone 11 Pro Max 512GB Gold", + "fullPrice": 2020, + "price": 1930, + "screen": "6.5' OLED", + "capacity": "512GB", + "color": "gold", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro-max/gold/00.webp" + }, + { + "id": 64, + "category": "phones", + "itemId": "apple-iphone-11-64gb-yellow", + "name": "Apple iPhone 11 64GB Yellow", + "fullPrice": 932, + "price": 880, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "yellow", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/yellow/00.webp" + }, + { + "id": 65, + "category": "phones", + "itemId": "apple-iphone-11-pro-256gb-spacegray", + "name": "Apple iPhone 11 Pro 256GB Spacegray", + "fullPrice": 1640, + "price": 1570, + "screen": "5.8' OLED", + "capacity": "256GB", + "color": "spacegray", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/spacegray/00.webp" + }, + { + "id": 66, + "category": "phones", + "itemId": "apple-iphone-8-64gb-silver", + "name": "Apple iPhone 8 64GB Silver", + "fullPrice": 600, + "price": 550, + "screen": "4.7' IPS", + "capacity": "64GB", + "color": "silver", + "ram": "2GB", + "year": 2017, + "image": "img/phones/apple-iphone-8/silver/00.webp" + }, + { + "id": 67, + "category": "phones", + "itemId": "apple-iphone-11-128gb-red", + "name": "Apple iPhone 11 128GB Red", + "fullPrice": 1100, + "price": 1050, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "red", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11/red/00.webp" + }, + { + "id": 68, + "category": "phones", + "itemId": "apple-iphone-xs-max-256gb-spacegray", + "name": "Apple iPhone XS Max 256GB Spacegray", + "fullPrice": 1080, + "price": 1000, + "screen": "6.5' OLED", + "capacity": "256GB", + "color": "spacegray", + "ram": "4GB", + "year": 2018, + "image": "img/phones/apple-iphone-xs-max/spacegray/00.webp" + }, + { + "id": 69, + "category": "phones", + "itemId": "apple-iphone-7-plus-32gb-gold", + "name": "Apple iPhone 7 Plus 32GB Gold", + "fullPrice": 540, + "price": 500, + "screen": "5.5' IPS", + "capacity": "32GB", + "color": "gold", + "ram": "3GB", + "year": 2016, + "image": "img/phones/apple-iphone-7-plus/gold/00.webp" + }, + { + "id": 70, + "category": "phones", + "itemId": "apple-iphone-11-pro-64gb-silver", + "name": "Apple iPhone 11 Pro 64GB Silver", + "fullPrice": 1312, + "price": 1270, + "screen": "5.8' OLED", + "capacity": "64GB", + "color": "silver", + "ram": "4GB", + "year": 2019, + "image": "img/phones/apple-iphone-11-pro/silver/00.webp" + }, + { + "id": 71, + "category": "phones", + "itemId": "apple-iphone-xr-64gb-yellow", + "name": "Apple iPhone XR 64GB Yellow", + "fullPrice": 712, + "price": 670, + "screen": "6.1' IPS", + "capacity": "64GB", + "color": "yellow", + "ram": "3GB", + "year": 2018, + "image": "img/phones/apple-iphone-xr/yellow/00.webp" + }, + { + "id": 72, + "category": "phones", + "itemId": "apple-iphone-14-128gb-midnight", + "name": "Apple iPhone 14 128GB Midnight", + "fullPrice": 1056, + "price": 980, + "screen": "6.1' IPS", + "capacity": "32GB", + "color": "midnight", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/midnight/00.webp" + }, + { + "id": 73, + "category": "phones", + "itemId": "apple-iphone-14-256gb-midnight", + "name": "Apple iPhone 14 256GB Midnight", + "fullPrice": 1200, + "price": 1120, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "midnight", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/midnight/00.webp" + }, + { + "id": 74, + "category": "phones", + "itemId": "apple-iphone-14-512gb-midnight", + "name": "Apple iPhone 14 512GB Midnight", + "fullPrice": 1500, + "price": 1420, + "screen": "6.1' IPS", + "capacity": "512GB", + "color": "midnight", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/midnight/00.webp" + }, + { + "id": 75, + "category": "phones", + "itemId": "apple-iphone-14-128gb-yellow", + "name": "Apple iPhone 14 128GB Yellow", + "fullPrice": 1056, + "price": 980, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "yellow", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/yellow/00.webp" + }, + { + "id": 76, + "category": "phones", + "itemId": "apple-iphone-14-256gb-yellow", + "name": "Apple iPhone 14 256GB Yellow", + "fullPrice": 1200, + "price": 1120, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "yellow", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/yellow/00.webp" + }, + { + "id": 77, + "category": "phones", + "itemId": "apple-iphone-14-512gb-yellow", + "name": "Apple iPhone 14 512GB Yellow", + "fullPrice": 1500, + "price": 1420, + "screen": "6.1' IPS", + "capacity": "512GB", + "color": "yellow", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/yellow/00.webp" + }, + { + "id": 78, + "category": "phones", + "itemId": "apple-iphone-14-128gb-purple", + "name": "Apple iPhone 14 128GB Purple", + "fullPrice": 1056, + "price": 980, + "screen": "6.1' IPS", + "capacity": "128GB", + "color": "purple", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/purple/00.webp" + }, + { + "id": 79, + "category": "phones", + "itemId": "apple-iphone-14-256gb-purple", + "name": "Apple iPhone 14 256GB Purple", + "fullPrice": 1200, + "price": 1120, + "screen": "6.1' IPS", + "capacity": "256GB", + "color": "purple", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/purple/00.webp" + }, + { + "id": 80, + "category": "phones", + "itemId": "apple-iphone-14-512gb-purple", + "name": "Apple iPhone 14 512GB Purple", + "fullPrice": 1500, + "price": 1420, + "screen": "6.1' IPS", + "capacity": "512GB", + "color": "purple", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14/purple/00.webp" + }, + { + "id": 81, + "category": "phones", + "itemId": "apple-iphone-14-pro-128gb-spaceblack", + "name": "Apple iPhone 14 Pro 128GB Space Black", + "fullPrice": 1156, + "price": 1068, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "spaceblack", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/spaceblack/00.webp" + }, + { + "id": 82, + "category": "phones", + "itemId": "apple-iphone-14-pro-256gb-spaceblack", + "name": "Apple iPhone 14 Pro 256GB Space Black", + "fullPrice": 1300, + "price": 1220, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "spaceblack", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/spaceblack/00.webp" + }, + { + "id": 83, + "category": "phones", + "itemId": "apple-iphone-14-pro-512gb-spaceblack", + "name": "Apple iPhone 14 Pro 512GB Space Black", + "fullPrice": 1600, + "price": 1530, + "screen": "6.1' OLED", + "capacity": "512GB", + "color": "spaceblack", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/spaceblack/00.webp" + }, + { + "id": 84, + "category": "phones", + "itemId": "apple-iphone-14-pro-1tb-spaceblack", + "name": "Apple iPhone 14 Pro 1TB Space Black", + "fullPrice": 1740, + "price": 1520, + "screen": "6.1' OLED", + "capacity": "1TB", + "color": "spaceblack", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/spaceblack/00.webp" + }, + { + "id": 85, + "category": "phones", + "itemId": "apple-iphone-12-64gb-purple", + "name": "Apple iPhone 12 64GB Purple", + "fullPrice": 810, + "price": 740, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "purple", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/purple/00.webp" + }, + { + "id": 86, + "category": "phones", + "itemId": "apple-iphone-12-128gb-purple", + "name": "Apple iPhone 12 128GB Purple", + "fullPrice": 880, + "price": 800, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "purple", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/purple/00.webp" + }, + { + "id": 87, + "category": "phones", + "itemId": "apple-iphone-12-256gb-purple", + "name": "Apple iPhone 12 256GB Purple", + "fullPrice": 1020, + "price": 940, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "purple", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/purple/00.webp" + }, + { + "id": 88, + "category": "phones", + "itemId": "apple-iphone-12-64gb-white", + "name": "Apple iPhone 12 64GB White", + "fullPrice": 810, + "price": 740, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "white", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/white/00.webp" + }, + { + "id": 89, + "category": "phones", + "itemId": "apple-iphone-12-128gb-white", + "name": "Apple iPhone 12 128GB White", + "fullPrice": 880, + "price": 800, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "white", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/white/00.webp" + }, + { + "id": 90, + "category": "phones", + "itemId": "apple-iphone-12-256gb-white", + "name": "Apple iPhone 12 256GB White", + "fullPrice": 1020, + "price": 940, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "white", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/white/00.webp" + }, + { + "id": 91, + "category": "phones", + "itemId": "apple-iphone-12-64gb-red", + "name": "Apple iPhone 12 64GB Red", + "fullPrice": 810, + "price": 740, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "red", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/red/00.webp" + }, + { + "id": 92, + "category": "phones", + "itemId": "apple-iphone-12-128gb-red", + "name": "Apple iPhone 12 128GB Red", + "fullPrice": 880, + "price": 800, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "red", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/red/00.webp" + }, + { + "id": 93, + "category": "phones", + "itemId": "apple-iphone-12-256gb-red", + "name": "Apple iPhone 12 256GB Red", + "fullPrice": 1020, + "price": 940, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "red", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/red/00.webp" + }, + { + "id": 94, + "category": "phones", + "itemId": "apple-iphone-12-64gb-black", + "name": "Apple iPhone 12 64GB Black", + "fullPrice": 810, + "price": 740, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "black", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/black/00.webp" + }, + { + "id": 95, + "category": "phones", + "itemId": "apple-iphone-12-128gb-black", + "name": "Apple iPhone 12 128GB Black", + "fullPrice": 880, + "price": 800, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "black", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/black/00.webp" + }, + { + "id": 96, + "category": "phones", + "itemId": "apple-iphone-12-256gb-black", + "name": "Apple iPhone 12 256GB Black", + "fullPrice": 1020, + "price": 940, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "black", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-12/black/00.webp" + }, + { + "id": 97, + "category": "phones", + "itemId": "apple-iphone-13-mini-64gb-blue", + "name": "Apple iPhone 13 Pro 64GB Blue", + "fullPrice": 890, + "price": 760, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "blue", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/blue/00.webp" + }, + { + "id": 98, + "category": "phones", + "itemId": "apple-iphone-13-mini-128gb-blue", + "name": "Apple iPhone 13 Mini 128GB Blue", + "fullPrice": 900, + "price": 820, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "blue", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/blue/00.webp" + }, + { + "id": 99, + "category": "phones", + "itemId": "apple-iphone-13-mini-256gb-blue", + "name": "Apple iPhone 13 Mini 256GB Blue", + "fullPrice": 1120, + "price": 1040, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "blue", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/blue/00.webp" + }, + { + "id": 100, + "category": "phones", + "itemId": "apple-iphone-13-mini-64gb-white", + "name": "Apple iPhone 13 Pro 64GB White", + "fullPrice": 890, + "price": 760, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "white", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/white/00.webp" + }, + { + "id": 101, + "category": "phones", + "itemId": "apple-iphone-13-mini-128gb-white", + "name": "Apple iPhone 13 Pro 128GB White", + "fullPrice": 900, + "price": 820, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "white", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/white/00.webp" + }, + { + "id": 102, + "category": "phones", + "itemId": "apple-iphone-13-mini-256gb-white", + "name": "Apple iPhone 13 Pro 256GB White", + "fullPrice": 1120, + "price": 1040, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "white", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/white/00.webp" + }, + { + "id": 103, + "category": "phones", + "itemId": "apple-iphone-13-mini-64gb-pink", + "name": "Apple iPhone 13 Pro 64GB Pink", + "fullPrice": 890, + "price": 760, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "pink", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/pink/00.webp" + }, + { + "id": 104, + "category": "phones", + "itemId": "apple-iphone-13-mini-128gb-pink", + "name": "Apple iPhone 13 Pro 128GB Pink", + "fullPrice": 900, + "price": 820, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "pink", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/pink/00.webp" + }, + { + "id": 105, + "category": "phones", + "itemId": "apple-iphone-13-mini-256gb-pink", + "name": "Apple iPhone 13 Pro 256GB Pink", + "fullPrice": 1120, + "price": 1040, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "pink", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/pink/00.webp" + }, + { + "id": 106, + "category": "phones", + "itemId": "apple-iphone-13-mini-64gb-midnight", + "name": "Apple iPhone 13 Pro 64GB Midnight", + "fullPrice": 890, + "price": 760, + "screen": "6.1' OLED", + "capacity": "64GB", + "color": "midnight", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/midnight/00.webp" + }, + { + "id": 107, + "category": "phones", + "itemId": "apple-iphone-13-mini-128gb-midnight", + "name": "Apple iPhone 13 Pro 128GB Midnight", + "fullPrice": 900, + "price": 820, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "midnight", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/midnight/00.webp" + }, + { + "id": 108, + "category": "phones", + "itemId": "apple-iphone-13-mini-256gb-midnight", + "name": "Apple iPhone 13 Pro 256GB Midnight", + "fullPrice": 1120, + "price": 1040, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "midnight", + "ram": "4GB", + "year": 2020, + "image": "img/phones/apple-iphone-13-mini/midnight/00.webp" + }, + { + "id": 109, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-128gb-sierrablue", + "name": "Apple iPhone 13 Pro Max 128GB Sierra Blue", + "fullPrice": 1156, + "price": 1068, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "sierrablue", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp" + }, + { + "id": 110, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-256gb-sierrablue", + "name": "Apple iPhone 13 Pro Max 256GB Sierra Blue", + "fullPrice": 1300, + "price": 1220, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "sierrablue", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp" + }, + { + "id": 111, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-512gb-sierrablue", + "name": "Apple iPhone 13 Pro Max 512GB Sierra Blue", + "fullPrice": 1600, + "price": 1530, + "screen": "6.1' OLED", + "capacity": "512GB", + "color": "sierrablue", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp" + }, + { + "id": 112, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-1tb-sierrablue", + "name": "Apple iPhone 13 Pro Max 1TB Sierra Blue", + "fullPrice": 1740, + "price": 1520, + "screen": "6.1' OLED", + "capacity": "1TB", + "color": "sierrablue", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/sierrablue/00.webp" + }, + { + "id": 113, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-128gb-gold", + "name": "Apple iPhone 13 Pro Max 128GB Gold", + "fullPrice": 1156, + "price": 1068, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/gold/00.webp" + }, + { + "id": 114, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-256gb-gold", + "name": "Apple iPhone 13 Pro Max 256GB Gold", + "fullPrice": 1300, + "price": 1220, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/gold/00.webp" + }, + { + "id": 115, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-512gb-gold", + "name": "Apple iPhone 13 Pro Max 512GB Gold", + "fullPrice": 1600, + "price": 1530, + "screen": "6.1' OLED", + "capacity": "512GB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/gold/00.webp" + }, + { + "id": 116, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-1tb-gold", + "name": "Apple iPhone 13 Pro Max 1TB Gold", + "fullPrice": 1740, + "price": 1520, + "screen": "6.1' OLED", + "capacity": "1TB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/gold/00.webp" + }, + { + "id": 117, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-128gb-graphite", + "name": "Apple iPhone 13 Pro Max 128GB Graphite", + "fullPrice": 1156, + "price": 1068, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "graphite", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/graphite/00.webp" + }, + { + "id": 118, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-256gb-graphite", + "name": "Apple iPhone 13 Pro Max 256GB Graphite", + "fullPrice": 1300, + "price": 1220, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "graphite", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/graphite/00.webp" + }, + { + "id": 119, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-512gb-graphite", + "name": "Apple iPhone 13 Pro Max 512GB Graphite", + "fullPrice": 1600, + "price": 1530, + "screen": "6.1' OLED", + "capacity": "512GB", + "color": "graphite", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/graphite/00.webp" + }, + { + "id": 120, + "category": "phones", + "itemId": "apple-iphone-13-pro-max-1tb-graphite", + "name": "Apple iPhone 13 Pro Max 1TB Graphite", + "fullPrice": 1740, + "price": 1520, + "screen": "6.1' OLED", + "capacity": "1TB", + "color": "graphite", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-13-pro-max/graphite/00.webp" + }, + { + "id": 121, + "category": "accessories", + "itemId": "apple-watch-series-3-38mm-space-gray", + "name": "Apple Watch Series 3 38mm Space Gray", + "fullPrice": 199, + "price": 169, + "screen": "1.3' OLED", + "capacity": "38mm", + "color": "space gray", + "ram": "768MB", + "year": 2017, + "image": "img/accessories/apple-watch-series-3/space-gray/00.webp" + }, + { + "id": 122, + "category": "accessories", + "itemId": "apple-watch-series-3-42mm-space-gray", + "name": "Apple Watch Series 3 42mm Space Gray", + "fullPrice": 250, + "price": 219, + "screen": "1.3' OLED", + "capacity": "42mm", + "color": "space gray", + "ram": "768MB", + "year": 2017, + "image": "img/accessories/apple-watch-series-3/space-gray/00.webp" + }, + { + "id": 123, + "category": "accessories", + "itemId": "apple-watch-series-3-38mm-gold", + "name": "Apple Watch Series 3 38mm Gold", + "fullPrice": 199, + "price": 169, + "screen": "1.3' OLED", + "capacity": "38mm", + "color": "gold", + "ram": "768MB", + "year": 2017, + "image": "img/accessories/apple-watch-series-3/gold/00.webp" + }, + { + "id": 124, + "category": "accessories", + "itemId": "apple-watch-series-3-42mm-gold", + "name": "Apple Watch Series 3 42mm Gold", + "fullPrice": 250, + "price": 219, + "screen": "1.3' OLED", + "capacity": "42mm", + "color": "gold", + "ram": "768MB", + "year": 2017, + "image": "img/accessories/apple-watch-series-3/gold/00.webp" + }, + { + "id": 125, + "category": "accessories", + "itemId": "apple-watch-series-3-38mm-silver", + "name": "Apple Watch Series 3 38mm Silver", + "fullPrice": 199, + "price": 169, + "screen": "1.3' OLED", + "capacity": "38mm", + "color": "silver", + "ram": "768MB", + "year": 2017, + "image": "img/accessories/apple-watch-series-3/silver/00.webp" + }, + { + "id": 126, + "category": "accessories", + "itemId": "apple-watch-series-3-42mm-silver", + "name": "Apple Watch Series 3 42mm Silver", + "fullPrice": 250, + "price": 219, + "screen": "1.3' OLED", + "capacity": "42mm", + "color": "silver", + "ram": "768MB", + "year": 2017, + "image": "img/accessories/apple-watch-series-3/silver/00.webp" + }, + { + "id": 127, + "category": "accessories", + "itemId": "apple-watch-series-6-40mm-space-gray", + "name": "Apple Watch Series 6 40mm Space Gray", + "fullPrice": 399, + "price": 329, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "space gray", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/space-gray/00.webp" + }, + { + "id": 128, + "category": "accessories", + "itemId": "apple-watch-series-6-44mm-space-gray", + "name": "Apple Watch Series 6 44mm Space Gray", + "fullPrice": 429, + "price": 359, + "screen": "1.57' OLED", + "capacity": "44mm", + "color": "space gray", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/space-gray/00.webp" + }, + { + "id": 129, + "category": "accessories", + "itemId": "apple-watch-series-6-40mm-silver", + "name": "Apple Watch Series 6 40mm Silver", + "fullPrice": 399, + "price": 329, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "silver", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/silver/00.webp" + }, + { + "id": 130, + "category": "accessories", + "itemId": "apple-watch-series-6-44mm-silver", + "name": "Apple Watch Series 6 44mm Silver", + "fullPrice": 429, + "price": 359, + "screen": "1.57' OLED", + "capacity": "44mm", + "color": "silver", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/silver/00.webp" + }, + { + "id": 131, + "category": "accessories", + "itemId": "apple-watch-series-6-40mm-gold", + "name": "Apple Watch Series 6 40mm Gold", + "fullPrice": 399, + "price": 329, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "gold", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/gold/00.webp" + }, + { + "id": 132, + "category": "accessories", + "itemId": "apple-watch-series-6-44mm-gold", + "name": "Apple Watch Series 6 44mm Gold", + "fullPrice": 429, + "price": 359, + "screen": "1.57' OLED", + "capacity": "44mm", + "color": "gold", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/gold/00.webp" + }, + { + "id": 133, + "category": "accessories", + "itemId": "apple-watch-series-6-40mm-blue", + "name": "Apple Watch Series 6 40mm Blue", + "fullPrice": 399, + "price": 329, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "blue", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/blue/00.webp" + }, + { + "id": 134, + "category": "accessories", + "itemId": "apple-watch-series-6-44mm-blue", + "name": "Apple Watch Series 6 44mm Blue", + "fullPrice": 429, + "price": 359, + "screen": "1.57' OLED", + "capacity": "44mm", + "color": "blue", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/blue/00.webp" + }, + { + "id": 135, + "category": "accessories", + "itemId": "apple-watch-series-6-40mm-red", + "name": "Apple Watch Series 6 40mm Red", + "fullPrice": 399, + "price": 329, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "red", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/red/00.webp" + }, + { + "id": 136, + "category": "accessories", + "itemId": "apple-watch-series-6-44mm-red", + "name": "Apple Watch Series 6 44mm Red", + "fullPrice": 429, + "price": 359, + "screen": "1.57' OLED", + "capacity": "44mm", + "color": "red", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-series-6/red/00.webp" + }, + { + "id": 137, + "category": "accessories", + "itemId": "apple-watch-series-5-40mm-silver", + "name": "Apple Watch Series 5 40mm Silver", + "fullPrice": 399, + "price": 299, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "silver", + "ram": "1GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-5/silver/00.webp" + }, + { + "id": 138, + "category": "accessories", + "itemId": "apple-watch-series-5-44mm-silver", + "name": "Apple Watch Series 5 44mm Silver", + "fullPrice": 429, + "price": 399, + "screen": "1.78' LTPO OLED", + "capacity": "44mm", + "color": "silver", + "ram": "1GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-5/silver/00.webp" + }, + { + "id": 139, + "category": "accessories", + "itemId": "apple-watch-series-5-40mm-gold", + "name": "Apple Watch Series 5 40mm Gold", + "fullPrice": 399, + "price": 299, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "gold", + "ram": "1GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-5/gold/00.webp" + }, + { + "id": 140, + "category": "accessories", + "itemId": "apple-watch-series-5-44mm-gold", + "name": "Apple Watch Series 5 44mm Gold", + "fullPrice": 429, + "price": 399, + "screen": "1.78' LTPO OLED", + "capacity": "44mm", + "color": "gold", + "ram": "1GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-5/gold/00.webp" + }, + { + "id": 141, + "category": "accessories", + "itemId": "apple-watch-series-5-40mm-space-gray", + "name": "Apple Watch Series 5 40mm Space Gray", + "fullPrice": 399, + "price": 299, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "space-gray", + "ram": "1GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-5/space-gray/00.webp" + }, + { + "id": 142, + "category": "accessories", + "itemId": "apple-watch-series-5-44mm-space-gray", + "name": "Apple Watch Series 5 44mm Space Gray", + "fullPrice": 429, + "price": 399, + "screen": "1.78' LTPO OLED", + "capacity": "44mm", + "color": "space-gray", + "ram": "1GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-5/space-gray/00.webp" + }, + { + "id": 143, + "category": "accessories", + "itemId": "apple-watch-series-4-40mm-silver", + "name": "Apple Watch Series 4 40mm Silver", + "fullPrice": 399, + "price": 349, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "silver", + "ram": "0.75GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-4/silver/00.webp" + }, + { + "id": 144, + "category": "accessories", + "itemId": "apple-watch-series-4-44mm-silver", + "name": "Apple Watch Series 4 44mm Silver", + "fullPrice": 429, + "price": 379, + "screen": "1.78' OLED", + "capacity": "44mm", + "color": "silver", + "ram": "0.75GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-4/silver/00.webp" + }, + { + "id": 145, + "category": "accessories", + "itemId": "apple-watch-series-4-40mm-gold", + "name": "Apple Watch Series 4 40mm Gold", + "fullPrice": 399, + "price": 349, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "gold", + "ram": "0.75GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-4/gold/00.webp" + }, + { + "id": 146, + "category": "accessories", + "itemId": "apple-watch-series-4-44mm-gold", + "name": "Apple Watch Series 4 44mm Gold", + "fullPrice": 429, + "price": 379, + "screen": "1.78' OLED", + "capacity": "44mm", + "color": "gold", + "ram": "0.75GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-4/gold/00.webp" + }, + { + "id": 147, + "category": "accessories", + "itemId": "apple-watch-series-4-40mm-space-gray", + "name": "Apple Watch Series 4 40mm Space Gray", + "fullPrice": 399, + "price": 349, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "space-gray", + "ram": "0.75GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-4/space-gray/00.webp" + }, + { + "id": 148, + "category": "accessories", + "itemId": "apple-watch-series-4-44mm-space-gray", + "name": "Apple Watch Series 4 44mm Space Gray", + "fullPrice": 429, + "price": 379, + "screen": "1.78' OLED", + "capacity": "44mm", + "color": "space-gray", + "ram": "0.75GB", + "year": 2019, + "image": "img/accessories/apple-watch-series-4/space-gray/00.webp" + }, + { + "id": 149, + "category": "accessories", + "itemId": "apple-watch-se-40mm-silver", + "name": "Apple Watch SE 40mm Silver", + "fullPrice": 279, + "price": 249, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "silver", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-se/silver/00.webp" + }, + { + "id": 150, + "category": "accessories", + "itemId": "apple-watch-se-44mm-silver", + "name": "Apple Watch SE 44mm Silver", + "fullPrice": 309, + "price": 279, + "screen": "1.78' OLED", + "capacity": "44mm", + "color": "silver", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-se/silver/00.webp" + }, + { + "id": 151, + "category": "accessories", + "itemId": "apple-watch-se-40mm-gold", + "name": "Apple Watch SE 40mm Gold", + "fullPrice": 279, + "price": 259, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "gold", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-se/gold/00.webp" + }, + { + "id": 152, + "category": "accessories", + "itemId": "apple-watch-se-44mm-gold", + "name": "Apple Watch SE 44mm Gold", + "fullPrice": 309, + "price": 289, + "screen": "1.78' OLED", + "capacity": "44mm", + "color": "gold", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-se/gold/00.webp" + }, + { + "id": 153, + "category": "accessories", + "itemId": "apple-watch-se-40mm-space-gray", + "name": "Apple Watch SE 40mm Space Gray", + "fullPrice": 279, + "price": 259, + "screen": "1.57' OLED", + "capacity": "40mm", + "color": "space gray", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-se/space-gray/00.webp" + }, + { + "id": 154, + "category": "accessories", + "itemId": "apple-watch-se-44mm-space-gray", + "name": "Apple Watch SE 44mm Space Gray", + "fullPrice": 309, + "price": 289, + "screen": "1.78' OLED", + "capacity": "44mm", + "color": "space gray", + "ram": "1GB", + "year": 2020, + "image": "img/accessories/apple-watch-se/space-gray/00.webp" + }, + { + "id": 155, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-128gb-spacegray", + "name": "Apple iPad Pro 11 (2021) 128GB Space Gray", + "capacity": "128GB", + "fullPrice": 799, + "price": 749, + "color": "spacegray", + "image": "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 156, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-128gb-silver", + "name": "Apple iPad Pro 11 (2021) 128GB Silver", + "capacity": "128GB", + "fullPrice": 799, + "price": 749, + "color": "spacegray", + "image": "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 157, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-256gb-spacegray", + "name": "Apple iPad Pro 11 (2021) 256GB Space Gray", + "capacity": "256GB", + "fullPrice": 829, + "price": 799, + "color": "spacegray", + "image": "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 158, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-256gb-silver", + "name": "Apple iPad Pro 11 (2021) 256GB Silver", + "capacity": "256GB", + "fullPrice": 829, + "price": 799, + "color": "spacegray", + "image": "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 159, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-512gb-spacegray", + "name": "Apple iPad Pro 11 (2021) 512GB Space Gray", + "capacity": "512GB", + "fullPrice": 869, + "price": 819, + "color": "spacegray", + "image": "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 160, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-512gb-silver", + "name": "Apple iPad Pro 11 (2021) 512GB Silver", + "capacity": "512GB", + "fullPrice": 869, + "price": 819, + "color": "silver", + "image": "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 161, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-1tb-spacegray", + "name": "Apple iPad Pro 11 (2021) 1TB Space Gray", + "capacity": "1TB", + "fullPrice": 899, + "price": 879, + "color": "spacegray", + "image": "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 162, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-1tb-silver", + "name": "Apple iPad Pro 11 (2021) 1TB Silver", + "capacity": "1TB", + "fullPrice": 899, + "price": 879, + "color": "silver", + "image": "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 163, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-2tb-spacegray", + "name": "Apple iPad Pro 11 (2021) 2TB Space Gray", + "capacity": "2TB", + "fullPrice": 999, + "price": 939, + "color": "spacegray", + "image": "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 164, + "category": "tablets", + "itemId": "apple-ipad-pro-11-2021-2tb-silver", + "name": "Apple iPad Pro 11 (2021) 2TB Silver", + "capacity": "2TB", + "fullPrice": 999, + "price": 939, + "color": "silver", + "image": "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "screen": "11' Liquid Retina", + "ram": "8GB", + "year": 2021 + }, + { + "id": 165, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-256gb-rose-gold", + "name": "Apple iPad Air (4th Gen) 256GB Rose Gold", + "capacity": "256GB", + "fullPrice": 749, + "price": 699, + "color": "rose gold", + "image": "img/tablets/apple-ipad-air-4th-gen/rose-gold/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 166, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-64gb-rose-gold", + "name": "Apple iPad Air (4th Gen) 64GB Rose Gold", + "capacity": "64GB", + "fullPrice": 599, + "price": 549, + "color": "rose gold", + "image": "img/tablets/apple-ipad-air-4th-gen/rose-gold/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 167, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-256gb-silver", + "name": "Apple iPad Air (4th Gen) 256GB Silver", + "capacity": "256GB", + "fullPrice": 749, + "price": 699, + "color": "silver", + "image": "img/tablets/apple-ipad-air-4th-gen/silver/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 168, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-64gb-silver", + "name": "Apple iPad Air (4th Gen) 64GB Silver", + "capacity": "64GB", + "fullPrice": 599, + "price": 549, + "color": "silver", + "image": "img/tablets/apple-ipad-air-4th-gen/silver/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 169, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-256gb-green", + "name": "Apple iPad Air (4th Gen) 256GB Green", + "capacity": "256GB", + "fullPrice": 749, + "price": 699, + "color": "green", + "image": "img/tablets/apple-ipad-air-4th-gen/green/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 170, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-64gb-green", + "name": "Apple iPad Air (4th Gen) 64GB Green", + "capacity": "64GB", + "fullPrice": 599, + "price": 549, + "color": "green", + "image": "img/tablets/apple-ipad-air-4th-gen/green/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 171, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-256gb-sky-blue", + "name": "Apple iPad Air (4th Gen) 256GB Sky Blue", + "capacity": "256GB", + "fullPrice": 749, + "price": 699, + "color": "sky-blue", + "image": "img/tablets/apple-ipad-air-4th-gen/sky-blue/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 172, + "category": "tablets", + "itemId": "apple-ipad-air-4th-gen-64gb-sky-blue", + "name": "Apple iPad Air (4th Gen) 64GB Sky Blue", + "capacity": "64GB", + "fullPrice": 599, + "price": 549, + "color": "sky-blue", + "image": "img/tablets/apple-ipad-air-4th-gen/sky-blue/00.webp", + "screen": "10.9' Liquid Retina", + "ram": "4GB", + "year": 2020 + }, + { + "id": 173, + "category": "tablets", + "itemId": "apple-ipad-mini-6th-gen-256gb-spacegray", + "name": "Apple iPad Mini (6th Gen) 256GB Space Gray", + "capacity": "256GB", + "fullPrice": 649, + "price": 599, + "color": "spacegray", + "image": "img/tablets/apple-ipad-mini-6th-gen/spacegray/00.webp", + "screen": "8.3' Liquid Retina", + "ram": "4GB", + "year": 2021 + }, + { + "id": 174, + "category": "tablets", + "itemId": "apple-ipad-mini-6th-gen-64gb-spacegray", + "name": "Apple iPad Mini (6th Gen) 64GB Space Gray", + "capacity": "64GB", + "fullPrice": 499, + "price": 469, + "color": "spacegray", + "image": "img/tablets/apple-ipad-mini-6th-gen/spacegray/00.webp", + "screen": "8.3' Liquid Retina", + "ram": "4GB", + "year": 2021 + }, + { + "id": 175, + "category": "tablets", + "itemId": "apple-ipad-mini-6th-gen-256gb-starlight", + "name": "Apple iPad Mini (6th Gen) 256GB Starlight", + "capacity": "256GB", + "fullPrice": 649, + "price": 599, + "color": "starlight", + "image": "img/tablets/apple-ipad-mini-6th-gen/starlight/00.webp", + "screen": "8.3' Liquid Retina", + "ram": "4GB", + "year": 2021 + }, + { + "id": 176, + "category": "tablets", + "itemId": "apple-ipad-mini-6th-gen-64gb-starlight", + "name": "Apple iPad Mini (6th Gen) 64GB Starlight", + "capacity": "64GB", + "fullPrice": 499, + "price": 469, + "color": "starlight", + "image": "img/tablets/apple-ipad-mini-6th-gen/starlight/00.webp", + "screen": "8.3' Liquid Retina", + "ram": "4GB", + "year": 2021 + }, + { + "id": 177, + "category": "tablets", + "itemId": "apple-ipad-mini-6th-gen-256gb-pink", + "name": "Apple iPad Mini (6th Gen) 256GB Pink", + "capacity": "256GB", + "fullPrice": 649, + "price": 599, + "color": "pink", + "image": "img/tablets/apple-ipad-mini-6th-gen/pink/00.webp", + "screen": "8.3' Liquid Retina", + "ram": "4GB", + "year": 2021 + }, + { + "id": 178, + "category": "tablets", + "itemId": "apple-ipad-mini-6th-gen-64gb-pink", + "name": "Apple iPad Mini (6th Gen) 64GB Pink", + "capacity": "64GB", + "fullPrice": 499, + "price": 469, + "color": "pink", + "image": "img/tablets/apple-ipad-mini-6th-gen/pink/00.webp", + "screen": "8.3' Liquid Retina", + "ram": "4GB", + "year": 2021 + }, + { + "id": 179, + "category": "tablets", + "itemId": "apple-ipad-10-2-2020-128gb-gold", + "name": "Apple iPad 10.2 (2020) 128GB Gold", + "capacity": "128GB", + "fullPrice": 429, + "price": 399, + "color": "gold", + "image": "img/tablets/apple-ipad-10-2-2020/gold/00.webp", + "screen": "10.2' Retina", + "ram": "3GB", + "year": 2020 + }, + { + "id": 180, + "category": "tablets", + "itemId": "apple-ipad-10-2-2020-32gb-gold", + "name": "Apple iPad 10.2 (2020) 32GB Gold", + "capacity": "32GB", + "fullPrice": 329, + "price": 299, + "color": "gold", + "image": "img/tablets/apple-ipad-10-2-2020/gold/00.webp", + "screen": "10.2' Retina", + "ram": "3GB", + "year": 2020 + }, + { + "id": 181, + "category": "tablets", + "itemId": "apple-ipad-10-2-2020-128gb-silver", + "name": "Apple iPad 10.2 (2020) 128GB Silver", + "capacity": "128GB", + "fullPrice": 429, + "price": 399, + "color": "silver", + "image": "img/tablets/apple-ipad-10-2-2020/silver/00.webp", + "screen": "10.2' Retina", + "ram": "3GB", + "year": 2020 + }, + { + "id": 182, + "category": "tablets", + "itemId": "apple-ipad-10-2-2020-32gb-silver", + "name": "Apple iPad 10.2 (2020) 32GB Silver", + "capacity": "32GB", + "fullPrice": 329, + "price": 299, + "color": "silver", + "image": "img/tablets/apple-ipad-10-2-2020/silver/00.webp", + "screen": "10.2' Retina", + "ram": "3GB", + "year": 2020 + }, + { + "id": 183, + "category": "tablets", + "itemId": "apple-ipad-10-2-2020-128gb-spacegray", + "name": "Apple iPad 10.2 (2020) 128GB Space Gray", + "capacity": "128GB", + "fullPrice": 429, + "price": 399, + "color": "spacegray", + "image": "img/tablets/apple-ipad-10-2-2020/spacegray/00.webp", + "screen": "10.2' Retina", + "ram": "3GB", + "year": 2020 + }, + { + "id": 184, + "category": "tablets", + "itemId": "apple-ipad-10-2-2020-32gb-spacegray", + "name": "Apple iPad 10.2 (2020) 32GB Space Gray", + "capacity": "32GB", + "fullPrice": 329, + "price": 299, + "color": "spacegray", + "image": "img/tablets/apple-ipad-10-2-2020/spacegray/00.webp", + "screen": "10.2' Retina", + "ram": "3GB", + "year": 2020 + }, + { + "id": 185, + "category": "tablets", + "itemId": "apple-ipad-mini-5th-gen-256gb-silver", + "name": "Apple iPad Mini (5th Gen) 256GB Silver", + "capacity": "256GB", + "fullPrice": 549, + "price": 499, + "color": "silver", + "image": "img/tablets/apple-ipad-mini-5th-gen/silver/00.webp", + "screen": "7.9' Retina", + "ram": "3GB", + "year": 2019 + }, + { + "id": 186, + "category": "tablets", + "itemId": "apple-ipad-mini-5th-gen-64gb-silver", + "name": "Apple iPad Mini (5th Gen) 64GB Silver", + "capacity": "64GB", + "fullPrice": 549, + "price": 499, + "color": "silver", + "image": "img/tablets/apple-ipad-mini-5th-gen/silver/00.webp", + "screen": "7.9' Retina", + "ram": "3GB", + "year": 2019 + }, + { + "id": 187, + "category": "tablets", + "itemId": "apple-ipad-mini-5th-gen-256gb-spacegray", + "name": "Apple iPad Mini (5th Gen) 256GB Space Gray", + "capacity": "256GB", + "fullPrice": 549, + "price": 499, + "color": "spacegray", + "image": "img/tablets/apple-ipad-mini-5th-gen/spacegray/00.webp", + "screen": "7.9' Retina", + "ram": "3GB", + "year": 2019 + }, + { + "id": 188, + "category": "tablets", + "itemId": "apple-ipad-mini-5th-gen-64gb-spacegray", + "name": "Apple iPad Mini (5th Gen) 64GB Space Gray", + "capacity": "64GB", + "fullPrice": 549, + "price": 499, + "color": "spacegray", + "image": "img/tablets/apple-ipad-mini-5th-gen/spacegray/00.webp", + "screen": "7.9' Retina", + "ram": "3GB", + "year": 2019 + }, + { + "id": 189, + "category": "tablets", + "itemId": "apple-ipad-mini-5th-gen-256gb-gold", + "name": "Apple iPad Mini (5th Gen) 256GB Gold", + "capacity": "256GB", + "fullPrice": 549, + "price": 499, + "color": "gold", + "image": "img/tablets/apple-ipad-mini-5th-gen/gold/00.webp", + "screen": "7.9' Retina", + "ram": "3GB", + "year": 2019 + }, + { + "id": 190, + "category": "tablets", + "itemId": "apple-ipad-mini-5th-gen-64gb-gold", + "name": "Apple iPad Mini (5th Gen) 64GB Gold", + "capacity": "64GB", + "fullPrice": 549, + "price": 499, + "color": "gold", + "image": "img/tablets/apple-ipad-mini-5th-gen/gold/00.webp", + "screen": "7.9' Retina", + "ram": "3GB", + "year": 2019 + }, + { + "id": 191, + "category": "phones", + "itemId": "apple-iphone-14-pro-128gb-gold", + "name": "Apple iPhone 14 Pro 128GB Gold", + "fullPrice": 1156, + "price": 1068, + "screen": "6.1' OLED", + "capacity": "128GB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/gold/00.webp" + }, + { + "id": 192, + "category": "phones", + "itemId": "apple-iphone-14-pro-256gb-gold", + "name": "Apple iPhone 14 Pro 256GB Gold", + "fullPrice": 1300, + "price": 1220, + "screen": "6.1' OLED", + "capacity": "256GB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/gold/00.webp" + }, + { + "id": 193, + "category": "phones", + "itemId": "apple-iphone-14-pro-512gb-gold", + "name": "Apple iPhone 14 Pro 512GB Gold", + "fullPrice": 1600, + "price": 1530, + "screen": "6.1' OLED", + "capacity": "512GB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/gold/00.webp" + }, + { + "id": 194, + "category": "phones", + "itemId": "apple-iphone-14-pro-1tb-gold", + "name": "Apple iPhone 14 Pro 1TB Gold", + "fullPrice": 1740, + "price": 1520, + "screen": "6.1' OLED", + "capacity": "1TB", + "color": "gold", + "ram": "6GB", + "year": 2022, + "image": "img/phones/apple-iphone-14-pro/gold/00.webp" + } +] \ No newline at end of file diff --git a/src/api/tablets.json b/src/api/tablets.json new file mode 100644 index 0000000000..dc555396f7 --- /dev/null +++ b/src/api/tablets.json @@ -0,0 +1,1702 @@ +[ + { + "id": "apple-ipad-pro-11-2021-128gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 128GB Space Gray", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "128GB", + "priceRegular": 799, + "priceDiscount": 749, + "colorsAvailable": ["spacegray", "silver"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "8GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-256gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 256GB Space Gray", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "256GB", + "priceRegular": 829, + "priceDiscount": 799, + "colorsAvailable": ["spacegray", "silver"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "8GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-512gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 512GB Space Gray", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "512GB", + "priceRegular": 869, + "priceDiscount": 819, + "colorsAvailable": ["spacegray", "silver"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "8GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-1tb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 1TB Space Gray", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "1TB", + "priceRegular": 899, + "priceDiscount": 879, + "colorsAvailable": ["spacegray", "silver"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "16GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-2tb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 2TB Space Gray", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "2TB", + "priceRegular": 999, + "priceDiscount": 939, + "colorsAvailable": ["spacegray", "silver"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp", + "img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "16GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-128gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 128GB Silver", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "128GB", + "priceRegular": 799, + "priceDiscount": 749, + "colorsAvailable": ["spacegray", "silver"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/01.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "8GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-256gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 256GB Silver", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "256GB", + "priceRegular": 829, + "priceDiscount": 799, + "colorsAvailable": ["spacegray", "silver"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/01.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "8GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-512gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 512GB Silver", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "512GB", + "priceRegular": 869, + "priceDiscount": 819, + "colorsAvailable": ["spacegray", "silver"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/01.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "8GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-1tb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 1TB Silver", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "1TB", + "priceRegular": 899, + "priceDiscount": 879, + "colorsAvailable": ["spacegray", "silver"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/01.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "16GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-pro-11-2021-2tb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-pro-11-2021", + "name": "Apple iPad Pro 11 (2021) 2TB Silver", + "capacityAvailable": ["128GB", "256GB", "512GB", "1TB", "2TB"], + "capacity": "2TB", + "priceRegular": 999, + "priceDiscount": 939, + "colorsAvailable": ["spacegray", "silver"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-pro-11-2021/silver/00.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/01.webp", + "img/tablets/apple-ipad-pro-11-2021/silver/02.webp" + ], + "description": [ + { + "title": "Powerful Performance", + "text": [ + "Experience incredible power and performance with the Apple iPad Pro 11. With the M1 chip, it delivers a new level of performance, making it faster and more efficient than ever before.", + "Whether you're editing photos, designing artwork, or multitasking with demanding apps, the iPad Pro 11 handles it all with ease." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Enjoy a vibrant and immersive visual experience on the iPad Pro 11's Liquid Retina display. With ProMotion technology and True Tone, the display adapts to your environment, providing smooth scrolling, precise color accuracy, and incredible detail.", + "From watching movies to editing videos, the iPad Pro 11's display brings your content to life with stunning clarity." + ] + }, + { + "title": "Versatile Camera System", + "text": [ + "Capture stunning photos and videos with the iPad Pro 11's advanced camera system. Featuring a 12MP Ultra Wide front camera and a 12MP Wide rear camera with LiDAR scanner, you can take high-quality shots and enjoy augmented reality experiences.", + "Whether you're video calling, scanning documents, or recording 4K videos, the iPad Pro 11's camera system delivers exceptional performance." + ] + } + ], + "screen": "11' Liquid Retina", + "resolution": "2388x1668", + "processor": "Apple M1", + "ram": "16GB", + "camera": "12MP + 12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-256gb-rose-gold", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 256GB Rose Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 749, + "priceDiscount": 699, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "rose gold", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/rose-gold/00.webp", + "img/tablets/apple-ipad-air-4th-gen/rose-gold/01.webp", + "img/tablets/apple-ipad-air-4th-gen/rose-gold/02.webp", + "img/tablets/apple-ipad-air-4th-gen/rose-gold/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-64gb-rose-gold", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 64GB Rose Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 599, + "priceDiscount": 549, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "rose gold", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/rose-gold/00.webp", + "img/tablets/apple-ipad-air-4th-gen/rose-gold/01.webp", + "img/tablets/apple-ipad-air-4th-gen/rose-gold/02.webp", + "img/tablets/apple-ipad-air-4th-gen/rose-gold/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-64gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 64GB Silver", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 599, + "priceDiscount": 549, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/silver/00.webp", + "img/tablets/apple-ipad-air-4th-gen/silver/01.webp", + "img/tablets/apple-ipad-air-4th-gen/silver/02.webp", + "img/tablets/apple-ipad-air-4th-gen/silver/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-256gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 256GB Silver", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 749, + "priceDiscount": 699, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/silver/00.webp", + "img/tablets/apple-ipad-air-4th-gen/silver/01.webp", + "img/tablets/apple-ipad-air-4th-gen/silver/02.webp", + "img/tablets/apple-ipad-air-4th-gen/silver/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-256gb-green", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 256GB Green", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 749, + "priceDiscount": 699, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "green", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/green/00.webp", + "img/tablets/apple-ipad-air-4th-gen/green/01.webp", + "img/tablets/apple-ipad-air-4th-gen/green/02.webp", + "img/tablets/apple-ipad-air-4th-gen/green/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-64gb-green", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 64GB Green", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 599, + "priceDiscount": 549, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "green", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/green/00.webp", + "img/tablets/apple-ipad-air-4th-gen/green/01.webp", + "img/tablets/apple-ipad-air-4th-gen/green/02.webp", + "img/tablets/apple-ipad-air-4th-gen/green/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-64gb-sky-blue", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 64GB Sky Blue", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 599, + "priceDiscount": 549, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "sky blue", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/sky-blue/00.webp", + "img/tablets/apple-ipad-air-4th-gen/sky-blue/01.webp", + "img/tablets/apple-ipad-air-4th-gen/sky-blue/02.webp", + "img/tablets/apple-ipad-air-4th-gen/sky-blue/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-air-4th-gen-256gb-sky-blue", + "category": "tablets", + "namespaceId": "apple-ipad-air-4th-gen", + "name": "Apple iPad Air (4th Gen) 256GB Sky Blue", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 749, + "priceDiscount": 699, + "colorsAvailable": ["rose gold", "silver", "green", "sky blue"], + "color": "sky blue", + "images": [ + "img/tablets/apple-ipad-air-4th-gen/sky-blue/00.webp", + "img/tablets/apple-ipad-air-4th-gen/sky-blue/01.webp", + "img/tablets/apple-ipad-air-4th-gen/sky-blue/02.webp", + "img/tablets/apple-ipad-air-4th-gen/sky-blue/03.webp" + ], + "description": [ + { + "title": "Thin, Light, and Powerful", + "text": [ + "The Apple iPad Air (4th Gen) combines sleek design with powerful performance. With its thin and light form factor, it's incredibly portable and easy to carry wherever you go.", + "Featuring the A14 Bionic chip with Neural Engine, the iPad Air delivers fast and efficient performance, making it ideal for multitasking, gaming, and creative tasks." + ] + }, + { + "title": "Stunning Liquid Retina Display", + "text": [ + "Immerse yourself in vivid visuals on the iPad Air's Liquid Retina display. With True Tone and P3 wide color gamut, it offers true-to-life colors and incredible detail.", + "Whether you're watching movies, editing photos, or browsing the web, the iPad Air's display provides an immersive and enjoyable viewing experience." + ] + }, + { + "title": "Versatile Features and Apple Pencil Support", + "text": [ + "Unlock new possibilities with the iPad Air's versatile features. It supports Apple Pencil (2nd generation), allowing you to take notes, sketch, and annotate documents with precision.", + "With Touch ID built into the top button, you can securely unlock your iPad, make secure purchases, and authenticate apps with a simple touch." + ] + } + ], + "screen": "10.9' Liquid Retina", + "resolution": "2360x1640", + "processor": "Apple A14 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-6th-gen-64gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-mini-6th-gen", + "name": "Apple iPad Mini (6th Gen) 64GB Space Gray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 499, + "priceDiscount": 469, + "colorsAvailable": ["spacegray", "starlight", "pink"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-mini-6th-gen/spacegray/00.webp", + "img/tablets/apple-ipad-mini-6th-gen/spacegray/01.webp", + "img/tablets/apple-ipad-mini-6th-gen/spacegray/02.webp" + ], + "description": [ + { + "title": "Compact and Portable", + "text": [ + "Experience the power of an iPad in a compact size with the Apple iPad Mini (6th Gen). With its 8.3-inch Liquid Retina display and slim design, it's perfect for on-the-go productivity and entertainment.", + "Whether you're reading, gaming, or watching videos, the iPad Mini delivers a stunning visual experience in a portable package." + ] + }, + { + "title": "A15 Bionic Chip and Neural Engine", + "text": [ + "The iPad Mini (6th Gen) is equipped with the powerful A15 Bionic chip and Neural Engine, delivering fast and efficient performance. It can handle demanding tasks and graphics-intensive apps with ease, making it suitable for both work and play.", + "Experience smooth multitasking, immersive gaming, and seamless app usage on the iPad Mini." + ] + }, + { + "title": "Advanced Cameras and Center Stage", + "text": [ + "Capture stunning photos and videos with the iPad Mini's advanced cameras. With a 12MP front camera and a 12MP rear camera, you can take high-quality shots and record impressive videos.", + "The iPad Mini also features Center Stage, a feature that automatically keeps you in frame during video calls, making your conversations more engaging and dynamic." + ] + } + ], + "screen": "8.3' Liquid Retina", + "resolution": "2266x1488", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-6th-gen-256gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-mini-6th-gen", + "name": "Apple iPad Mini (6th Gen) 256GB Space Gray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 649, + "priceDiscount": 599, + "colorsAvailable": ["spacegray", "starlight", "pink"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-mini-6th-gen/spacegray/00.webp", + "img/tablets/apple-ipad-mini-6th-gen/spacegray/01.webp", + "img/tablets/apple-ipad-mini-6th-gen/spacegray/02.webp" + ], + "description": [ + { + "title": "Compact and Portable", + "text": [ + "Experience the power of an iPad in a compact size with the Apple iPad Mini (6th Gen). With its 8.3-inch Liquid Retina display and slim design, it's perfect for on-the-go productivity and entertainment.", + "Whether you're reading, gaming, or watching videos, the iPad Mini delivers a stunning visual experience in a portable package." + ] + }, + { + "title": "A15 Bionic Chip and Neural Engine", + "text": [ + "The iPad Mini (6th Gen) is equipped with the powerful A15 Bionic chip and Neural Engine, delivering fast and efficient performance. It can handle demanding tasks and graphics-intensive apps with ease, making it suitable for both work and play.", + "Experience smooth multitasking, immersive gaming, and seamless app usage on the iPad Mini." + ] + }, + { + "title": "Advanced Cameras and Center Stage", + "text": [ + "Capture stunning photos and videos with the iPad Mini's advanced cameras. With a 12MP front camera and a 12MP rear camera, you can take high-quality shots and record impressive videos.", + "The iPad Mini also features Center Stage, a feature that automatically keeps you in frame during video calls, making your conversations more engaging and dynamic." + ] + } + ], + "screen": "8.3' Liquid Retina", + "resolution": "2266x1488", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-6th-gen-256gb-starlight", + "category": "tablets", + "namespaceId": "apple-ipad-mini-6th-gen", + "name": "Apple iPad Mini (6th Gen) 256GB Starlight", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 649, + "priceDiscount": 599, + "colorsAvailable": ["spacegray", "starlight", "pink"], + "color": "starlight", + "images": [ + "img/tablets/apple-ipad-mini-6th-gen/starlight/00.webp", + "img/tablets/apple-ipad-mini-6th-gen/starlight/01.webp", + "img/tablets/apple-ipad-mini-6th-gen/starlight/02.webp" + ], + "description": [ + { + "title": "Compact and Portable", + "text": [ + "Experience the power of an iPad in a compact size with the Apple iPad Mini (6th Gen). With its 8.3-inch Liquid Retina display and slim design, it's perfect for on-the-go productivity and entertainment.", + "Whether you're reading, gaming, or watching videos, the iPad Mini delivers a stunning visual experience in a portable package." + ] + }, + { + "title": "A15 Bionic Chip and Neural Engine", + "text": [ + "The iPad Mini (6th Gen) is equipped with the powerful A15 Bionic chip and Neural Engine, delivering fast and efficient performance. It can handle demanding tasks and graphics-intensive apps with ease, making it suitable for both work and play.", + "Experience smooth multitasking, immersive gaming, and seamless app usage on the iPad Mini." + ] + }, + { + "title": "Advanced Cameras and Center Stage", + "text": [ + "Capture stunning photos and videos with the iPad Mini's advanced cameras. With a 12MP front camera and a 12MP rear camera, you can take high-quality shots and record impressive videos.", + "The iPad Mini also features Center Stage, a feature that automatically keeps you in frame during video calls, making your conversations more engaging and dynamic." + ] + } + ], + "screen": "8.3' Liquid Retina", + "resolution": "2266x1488", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-6th-gen-64gb-starlight", + "category": "tablets", + "namespaceId": "apple-ipad-mini-6th-gen", + "name": "Apple iPad Mini (6th Gen) 64GB Starlight", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 499, + "priceDiscount": 469, + "colorsAvailable": ["spacegray", "starlight", "pink"], + "color": "starlight", + "images": [ + "img/tablets/apple-ipad-mini-6th-gen/starlight/00.webp", + "img/tablets/apple-ipad-mini-6th-gen/starlight/01.webp", + "img/tablets/apple-ipad-mini-6th-gen/starlight/02.webp" + ], + "description": [ + { + "title": "Compact and Portable", + "text": [ + "Experience the power of an iPad in a compact size with the Apple iPad Mini (6th Gen). With its 8.3-inch Liquid Retina display and slim design, it's perfect for on-the-go productivity and entertainment.", + "Whether you're reading, gaming, or watching videos, the iPad Mini delivers a stunning visual experience in a portable package." + ] + }, + { + "title": "A15 Bionic Chip and Neural Engine", + "text": [ + "The iPad Mini (6th Gen) is equipped with the powerful A15 Bionic chip and Neural Engine, delivering fast and efficient performance. It can handle demanding tasks and graphics-intensive apps with ease, making it suitable for both work and play.", + "Experience smooth multitasking, immersive gaming, and seamless app usage on the iPad Mini." + ] + }, + { + "title": "Advanced Cameras and Center Stage", + "text": [ + "Capture stunning photos and videos with the iPad Mini's advanced cameras. With a 12MP front camera and a 12MP rear camera, you can take high-quality shots and record impressive videos.", + "The iPad Mini also features Center Stage, a feature that automatically keeps you in frame during video calls, making your conversations more engaging and dynamic." + ] + } + ], + "screen": "8.3' Liquid Retina", + "resolution": "2266x1488", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-6th-gen-64gb-pink", + "category": "tablets", + "namespaceId": "apple-ipad-mini-6th-gen", + "name": "Apple iPad Mini (6th Gen) 64GB Pink", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 499, + "priceDiscount": 469, + "colorsAvailable": ["spacegray", "starlight", "pink"], + "color": "pink", + "images": [ + "img/tablets/apple-ipad-mini-6th-gen/pink/00.webp", + "img/tablets/apple-ipad-mini-6th-gen/pink/01.webp", + "img/tablets/apple-ipad-mini-6th-gen/pink/02.webp" + ], + "description": [ + { + "title": "Compact and Portable", + "text": [ + "Experience the power of an iPad in a compact size with the Apple iPad Mini (6th Gen). With its 8.3-inch Liquid Retina display and slim design, it's perfect for on-the-go productivity and entertainment.", + "Whether you're reading, gaming, or watching videos, the iPad Mini delivers a stunning visual experience in a portable package." + ] + }, + { + "title": "A15 Bionic Chip and Neural Engine", + "text": [ + "The iPad Mini (6th Gen) is equipped with the powerful A15 Bionic chip and Neural Engine, delivering fast and efficient performance. It can handle demanding tasks and graphics-intensive apps with ease, making it suitable for both work and play.", + "Experience smooth multitasking, immersive gaming, and seamless app usage on the iPad Mini." + ] + }, + { + "title": "Advanced Cameras and Center Stage", + "text": [ + "Capture stunning photos and videos with the iPad Mini's advanced cameras. With a 12MP front camera and a 12MP rear camera, you can take high-quality shots and record impressive videos.", + "The iPad Mini also features Center Stage, a feature that automatically keeps you in frame during video calls, making your conversations more engaging and dynamic." + ] + } + ], + "screen": "8.3' Liquid Retina", + "resolution": "2266x1488", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-6th-gen-256gb-pink", + "category": "tablets", + "namespaceId": "apple-ipad-mini-6th-gen", + "name": "Apple iPad Mini (6th Gen) 256GB Pink", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 649, + "priceDiscount": 619, + "colorsAvailable": ["spacegray", "starlight", "pink"], + "color": "pink", + "images": [ + "img/tablets/apple-ipad-mini-6th-gen/pink/00.webp", + "img/tablets/apple-ipad-mini-6th-gen/pink/01.webp", + "img/tablets/apple-ipad-mini-6th-gen/pink/02.webp" + ], + "description": [ + { + "title": "Compact and Portable", + "text": [ + "Experience the power of an iPad in a compact size with the Apple iPad Mini (6th Gen). With its 8.3-inch Liquid Retina display and slim design, it's perfect for on-the-go productivity and entertainment.", + "Whether you're reading, gaming, or watching videos, the iPad Mini delivers a stunning visual experience in a portable package." + ] + }, + { + "title": "A15 Bionic Chip and Neural Engine", + "text": [ + "The iPad Mini (6th Gen) is equipped with the powerful A15 Bionic chip and Neural Engine, delivering fast and efficient performance. It can handle demanding tasks and graphics-intensive apps with ease, making it suitable for both work and play.", + "Experience smooth multitasking, immersive gaming, and seamless app usage on the iPad Mini." + ] + }, + { + "title": "Advanced Cameras and Center Stage", + "text": [ + "Capture stunning photos and videos with the iPad Mini's advanced cameras. With a 12MP front camera and a 12MP rear camera, you can take high-quality shots and record impressive videos.", + "The iPad Mini also features Center Stage, a feature that automatically keeps you in frame during video calls, making your conversations more engaging and dynamic." + ] + } + ], + "screen": "8.3' Liquid Retina", + "resolution": "2266x1488", + "processor": "Apple A15 Bionic", + "ram": "4GB", + "camera": "12MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-10-2-2020-128gb-gold", + "category": "tablets", + "namespaceId": "apple-ipad-10-2-2020", + "name": "Apple iPad 10.2 (2020) 128GB Gold", + "capacityAvailable": ["32GB", "128GB"], + "capacity": "128GB", + "priceRegular": 429, + "priceDiscount": 399, + "colorsAvailable": ["gold", "silver", "spacegray"], + "color": "gold", + "images": [ + "img/tablets/apple-ipad-10-2-2020/gold/00.webp", + "img/tablets/apple-ipad-10-2-2020/gold/01.webp", + "img/tablets/apple-ipad-10-2-2020/gold/02.webp", + "img/tablets/apple-ipad-10-2-2020/gold/03.webp" + ], + "description": [ + { + "title": "Versatile and Affordable", + "text": [ + "The Apple iPad 10.2 (2020) offers a versatile and affordable option for everyday tasks and entertainment. Whether you're browsing the web, streaming content, or using productivity apps, it delivers a smooth and responsive experience.", + "With its large 10.2-inch Retina display, it provides a great viewing experience for all your content." + ] + }, + { + "title": "Powerful Performance", + "text": [ + "Experience powerful performance with the iPad 10.2's A12 Bionic chip. It enables fast and efficient multitasking, allowing you to run multiple apps smoothly and seamlessly.", + "From gaming to editing documents, the iPad 10.2 can handle it all with ease." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, draw, and sketch with precision using the Apple Pencil (1st generation), and transform your iPad into a lightweight laptop with the Smart Keyboard.", + "The iPad 10.2 adapts to your needs, whether you're a student, professional, or creative artist." + ] + } + ], + "screen": "10.2' Retina", + "resolution": "2160x1620", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-10-2-2020-32gb-gold", + "category": "tablets", + "namespaceId": "apple-ipad-10-2-2020", + "name": "Apple iPad 10.2 (2020) 32GB Gold", + "capacityAvailable": ["32GB", "128GB"], + "capacity": "32GB", + "priceRegular": 329, + "priceDiscount": 299, + "colorsAvailable": ["gold", "silver", "spacegray"], + "color": "gold", + "images": [ + "img/tablets/apple-ipad-10-2-2020/gold/00.webp", + "img/tablets/apple-ipad-10-2-2020/gold/01.webp", + "img/tablets/apple-ipad-10-2-2020/gold/02.webp", + "img/tablets/apple-ipad-10-2-2020/gold/03.webp" + ], + "description": [ + { + "title": "Versatile and Affordable", + "text": [ + "The Apple iPad 10.2 (2020) offers a versatile and affordable option for everyday tasks and entertainment. Whether you're browsing the web, streaming content, or using productivity apps, it delivers a smooth and responsive experience.", + "With its large 10.2-inch Retina display, it provides a great viewing experience for all your content." + ] + }, + { + "title": "Powerful Performance", + "text": [ + "Experience powerful performance with the iPad 10.2's A12 Bionic chip. It enables fast and efficient multitasking, allowing you to run multiple apps smoothly and seamlessly.", + "From gaming to editing documents, the iPad 10.2 can handle it all with ease." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, draw, and sketch with precision using the Apple Pencil (1st generation), and transform your iPad into a lightweight laptop with the Smart Keyboard.", + "The iPad 10.2 adapts to your needs, whether you're a student, professional, or creative artist." + ] + } + ], + "screen": "10.2' Retina", + "resolution": "2160x1620", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-10-2-2020-32gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-10-2-2020", + "name": "Apple iPad 10.2 (2020) 32GB Silver", + "capacityAvailable": ["32GB", "128GB"], + "capacity": "32GB", + "priceRegular": 329, + "priceDiscount": 299, + "colorsAvailable": ["gold", "silver", "spacegray"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-10-2-2020/silver/00.webp", + "img/tablets/apple-ipad-10-2-2020/silver/01.webp", + "img/tablets/apple-ipad-10-2-2020/silver/02.webp", + "img/tablets/apple-ipad-10-2-2020/silver/03.webp" + ], + "description": [ + { + "title": "Versatile and Affordable", + "text": [ + "The Apple iPad 10.2 (2020) offers a versatile and affordable option for everyday tasks and entertainment. Whether you're browsing the web, streaming content, or using productivity apps, it delivers a smooth and responsive experience.", + "With its large 10.2-inch Retina display, it provides a great viewing experience for all your content." + ] + }, + { + "title": "Powerful Performance", + "text": [ + "Experience powerful performance with the iPad 10.2's A12 Bionic chip. It enables fast and efficient multitasking, allowing you to run multiple apps smoothly and seamlessly.", + "From gaming to editing documents, the iPad 10.2 can handle it all with ease." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, draw, and sketch with precision using the Apple Pencil (1st generation), and transform your iPad into a lightweight laptop with the Smart Keyboard.", + "The iPad 10.2 adapts to your needs, whether you're a student, professional, or creative artist." + ] + } + ], + "screen": "10.2' Retina", + "resolution": "2160x1620", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-10-2-2020-128gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-10-2-2020", + "name": "Apple iPad 10.2 (2020) 128GB Silver", + "capacityAvailable": ["32GB", "128GB"], + "capacity": "128GB", + "priceRegular": 429, + "priceDiscount": 399, + "colorsAvailable": ["gold", "silver", "spacegray"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-10-2-2020/silver/00.webp", + "img/tablets/apple-ipad-10-2-2020/silver/01.webp", + "img/tablets/apple-ipad-10-2-2020/silver/02.webp", + "img/tablets/apple-ipad-10-2-2020/silver/03.webp" + ], + "description": [ + { + "title": "Versatile and Affordable", + "text": [ + "The Apple iPad 10.2 (2020) offers a versatile and affordable option for everyday tasks and entertainment. Whether you're browsing the web, streaming content, or using productivity apps, it delivers a smooth and responsive experience.", + "With its large 10.2-inch Retina display, it provides a great viewing experience for all your content." + ] + }, + { + "title": "Powerful Performance", + "text": [ + "Experience powerful performance with the iPad 10.2's A12 Bionic chip. It enables fast and efficient multitasking, allowing you to run multiple apps smoothly and seamlessly.", + "From gaming to editing documents, the iPad 10.2 can handle it all with ease." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, draw, and sketch with precision using the Apple Pencil (1st generation), and transform your iPad into a lightweight laptop with the Smart Keyboard.", + "The iPad 10.2 adapts to your needs, whether you're a student, professional, or creative artist." + ] + } + ], + "screen": "10.2' Retina", + "resolution": "2160x1620", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-10-2-2020-128gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-10-2-2020", + "name": "Apple iPad 10.2 (2020) 128GB Space Gray", + "capacityAvailable": ["32GB", "128GB"], + "capacity": "128GB", + "priceRegular": 429, + "priceDiscount": 399, + "colorsAvailable": ["gold", "silver", "spacegray"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-10-2-2020/spacegray/00.webp", + "img/tablets/apple-ipad-10-2-2020/spacegray/01.webp", + "img/tablets/apple-ipad-10-2-2020/spacegray/02.webp", + "img/tablets/apple-ipad-10-2-2020/spacegray/03.webp" + ], + "description": [ + { + "title": "Versatile and Affordable", + "text": [ + "The Apple iPad 10.2 (2020) offers a versatile and affordable option for everyday tasks and entertainment. Whether you're browsing the web, streaming content, or using productivity apps, it delivers a smooth and responsive experience.", + "With its large 10.2-inch Retina display, it provides a great viewing experience for all your content." + ] + }, + { + "title": "Powerful Performance", + "text": [ + "Experience powerful performance with the iPad 10.2's A12 Bionic chip. It enables fast and efficient multitasking, allowing you to run multiple apps smoothly and seamlessly.", + "From gaming to editing documents, the iPad 10.2 can handle it all with ease." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, draw, and sketch with precision using the Apple Pencil (1st generation), and transform your iPad into a lightweight laptop with the Smart Keyboard.", + "The iPad 10.2 adapts to your needs, whether you're a student, professional, or creative artist." + ] + } + ], + "screen": "10.2' Retina", + "resolution": "2160x1620", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-10-2-2020-32gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-10-2-2020", + "name": "Apple iPad 10.2 (2020) 32GB Space Gray", + "capacityAvailable": ["32GB", "128GB"], + "capacity": "32GB", + "priceRegular": 329, + "priceDiscount": 299, + "colorsAvailable": ["gold", "silver", "spacegray"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-10-2-2020/spacegray/00.webp", + "img/tablets/apple-ipad-10-2-2020/spacegray/01.webp", + "img/tablets/apple-ipad-10-2-2020/spacegray/02.webp", + "img/tablets/apple-ipad-10-2-2020/spacegray/03.webp" + ], + "description": [ + { + "title": "Versatile and Affordable", + "text": [ + "The Apple iPad 10.2 (2020) offers a versatile and affordable option for everyday tasks and entertainment. Whether you're browsing the web, streaming content, or using productivity apps, it delivers a smooth and responsive experience.", + "With its large 10.2-inch Retina display, it provides a great viewing experience for all your content." + ] + }, + { + "title": "Powerful Performance", + "text": [ + "Experience powerful performance with the iPad 10.2's A12 Bionic chip. It enables fast and efficient multitasking, allowing you to run multiple apps smoothly and seamlessly.", + "From gaming to editing documents, the iPad 10.2 can handle it all with ease." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, draw, and sketch with precision using the Apple Pencil (1st generation), and transform your iPad into a lightweight laptop with the Smart Keyboard.", + "The iPad 10.2 adapts to your needs, whether you're a student, professional, or creative artist." + ] + } + ], + "screen": "10.2' Retina", + "resolution": "2160x1620", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-5th-gen-256gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-mini-5th-gen", + "name": "Apple iPad Mini (5th Gen) 256GB Silver", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 549, + "priceDiscount": 499, + "colorsAvailable": ["silver", "spacegray", "gold"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-mini-5th-gen/silver/00.webp", + "img/tablets/apple-ipad-mini-5th-gen/silver/01.webp" + ], + "description": [ + { + "title": "Compact and Powerful", + "text": [ + "The Apple iPad Mini (5th Gen) packs a punch with its compact size and powerful performance. Whether you're on the go or at home, it's perfect for productivity, entertainment, and creativity.", + "With its A12 Bionic chip, the iPad Mini delivers fast and efficient performance, allowing you to run demanding apps and games smoothly." + ] + }, + { + "title": "Retina Display and True Tone", + "text": [ + "Experience stunning visuals on the iPad Mini's Retina display. With True Tone technology, it adjusts the display's color temperature to match the ambient lighting, providing a natural and comfortable viewing experience.", + "From reading ebooks to browsing photos, the iPad Mini's display brings content to life with vibrant colors and sharp details." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, sketch, and annotate documents with precision using the Apple Pencil (1st generation), and turn your iPad Mini into a versatile workstation with the Smart Keyboard.", + "The iPad Mini adapts to your needs, making it a powerful tool for both work and play." + ] + } + ], + "screen": "7.9' Retina", + "resolution": "2048x1536", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-5th-gen-64gb-silver", + "category": "tablets", + "namespaceId": "apple-ipad-mini-5th-gen", + "name": "Apple iPad Mini (5th Gen) 64GB Silver", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 549, + "priceDiscount": 499, + "colorsAvailable": ["silver", "spacegray", "gold"], + "color": "silver", + "images": [ + "img/tablets/apple-ipad-mini-5th-gen/silver/00.webp", + "img/tablets/apple-ipad-mini-5th-gen/silver/01.webp" + ], + "description": [ + { + "title": "Compact and Powerful", + "text": [ + "The Apple iPad Mini (5th Gen) packs a punch with its compact size and powerful performance. Whether you're on the go or at home, it's perfect for productivity, entertainment, and creativity.", + "With its A12 Bionic chip, the iPad Mini delivers fast and efficient performance, allowing you to run demanding apps and games smoothly." + ] + }, + { + "title": "Retina Display and True Tone", + "text": [ + "Experience stunning visuals on the iPad Mini's Retina display. With True Tone technology, it adjusts the display's color temperature to match the ambient lighting, providing a natural and comfortable viewing experience.", + "From reading ebooks to browsing photos, the iPad Mini's display brings content to life with vibrant colors and sharp details." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, sketch, and annotate documents with precision using the Apple Pencil (1st generation), and turn your iPad Mini into a versatile workstation with the Smart Keyboard.", + "The iPad Mini adapts to your needs, making it a powerful tool for both work and play." + ] + } + ], + "screen": "7.9' Retina", + "resolution": "2048x1536", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-5th-gen-64gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-mini-5th-gen", + "name": "Apple iPad Mini (5th Gen) 64GB Space Gray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 549, + "priceDiscount": 499, + "colorsAvailable": ["silver", "spacegray", "gold"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-mini-5th-gen/spacegray/00.webp", + "img/tablets/apple-ipad-mini-5th-gen/spacegray/01.webp" + ], + "description": [ + { + "title": "Compact and Powerful", + "text": [ + "The Apple iPad Mini (5th Gen) packs a punch with its compact size and powerful performance. Whether you're on the go or at home, it's perfect for productivity, entertainment, and creativity.", + "With its A12 Bionic chip, the iPad Mini delivers fast and efficient performance, allowing you to run demanding apps and games smoothly." + ] + }, + { + "title": "Retina Display and True Tone", + "text": [ + "Experience stunning visuals on the iPad Mini's Retina display. With True Tone technology, it adjusts the display's color temperature to match the ambient lighting, providing a natural and comfortable viewing experience.", + "From reading ebooks to browsing photos, the iPad Mini's display brings content to life with vibrant colors and sharp details." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, sketch, and annotate documents with precision using the Apple Pencil (1st generation), and turn your iPad Mini into a versatile workstation with the Smart Keyboard.", + "The iPad Mini adapts to your needs, making it a powerful tool for both work and play." + ] + } + ], + "screen": "7.9' Retina", + "resolution": "2048x1536", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-5th-gen-256gb-spacegray", + "category": "tablets", + "namespaceId": "apple-ipad-mini-5th-gen", + "name": "Apple iPad Mini (5th Gen) 256GB Space Gray", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 549, + "priceDiscount": 499, + "colorsAvailable": ["silver", "spacegray", "gold"], + "color": "spacegray", + "images": [ + "img/tablets/apple-ipad-mini-5th-gen/spacegray/00.webp", + "img/tablets/apple-ipad-mini-5th-gen/spacegray/01.webp" + ], + "description": [ + { + "title": "Compact and Powerful", + "text": [ + "The Apple iPad Mini (5th Gen) packs a punch with its compact size and powerful performance. Whether you're on the go or at home, it's perfect for productivity, entertainment, and creativity.", + "With its A12 Bionic chip, the iPad Mini delivers fast and efficient performance, allowing you to run demanding apps and games smoothly." + ] + }, + { + "title": "Retina Display and True Tone", + "text": [ + "Experience stunning visuals on the iPad Mini's Retina display. With True Tone technology, it adjusts the display's color temperature to match the ambient lighting, providing a natural and comfortable viewing experience.", + "From reading ebooks to browsing photos, the iPad Mini's display brings content to life with vibrant colors and sharp details." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, sketch, and annotate documents with precision using the Apple Pencil (1st generation), and turn your iPad Mini into a versatile workstation with the Smart Keyboard.", + "The iPad Mini adapts to your needs, making it a powerful tool for both work and play." + ] + } + ], + "screen": "7.9' Retina", + "resolution": "2048x1536", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-5th-gen-256gb-gold", + "category": "tablets", + "namespaceId": "apple-ipad-mini-5th-gen", + "name": "Apple iPad Mini (5th Gen) 256GB Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "256GB", + "priceRegular": 549, + "priceDiscount": 499, + "colorsAvailable": ["silver", "spacegray", "gold"], + "color": "gold", + "images": [ + "img/tablets/apple-ipad-mini-5th-gen/gold/00.webp", + "img/tablets/apple-ipad-mini-5th-gen/gold/01.webp" + ], + "description": [ + { + "title": "Compact and Powerful", + "text": [ + "The Apple iPad Mini (5th Gen) packs a punch with its compact size and powerful performance. Whether you're on the go or at home, it's perfect for productivity, entertainment, and creativity.", + "With its A12 Bionic chip, the iPad Mini delivers fast and efficient performance, allowing you to run demanding apps and games smoothly." + ] + }, + { + "title": "Retina Display and True Tone", + "text": [ + "Experience stunning visuals on the iPad Mini's Retina display. With True Tone technology, it adjusts the display's color temperature to match the ambient lighting, providing a natural and comfortable viewing experience.", + "From reading ebooks to browsing photos, the iPad Mini's display brings content to life with vibrant colors and sharp details." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, sketch, and annotate documents with precision using the Apple Pencil (1st generation), and turn your iPad Mini into a versatile workstation with the Smart Keyboard.", + "The iPad Mini adapts to your needs, making it a powerful tool for both work and play." + ] + } + ], + "screen": "7.9' Retina", + "resolution": "2048x1536", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + }, + { + "id": "apple-ipad-mini-5th-gen-64gb-gold", + "category": "tablets", + "namespaceId": "apple-ipad-mini-5th-gen", + "name": "Apple iPad Mini (5th Gen) 64GB Gold", + "capacityAvailable": ["64GB", "256GB"], + "capacity": "64GB", + "priceRegular": 549, + "priceDiscount": 499, + "colorsAvailable": ["silver", "spacegray", "gold"], + "color": "gold", + "images": [ + "img/tablets/apple-ipad-mini-5th-gen/gold/00.webp", + "img/tablets/apple-ipad-mini-5th-gen/gold/01.webp" + ], + "description": [ + { + "title": "Compact and Powerful", + "text": [ + "The Apple iPad Mini (5th Gen) packs a punch with its compact size and powerful performance. Whether you're on the go or at home, it's perfect for productivity, entertainment, and creativity.", + "With its A12 Bionic chip, the iPad Mini delivers fast and efficient performance, allowing you to run demanding apps and games smoothly." + ] + }, + { + "title": "Retina Display and True Tone", + "text": [ + "Experience stunning visuals on the iPad Mini's Retina display. With True Tone technology, it adjusts the display's color temperature to match the ambient lighting, providing a natural and comfortable viewing experience.", + "From reading ebooks to browsing photos, the iPad Mini's display brings content to life with vibrant colors and sharp details." + ] + }, + { + "title": "Apple Pencil and Smart Keyboard Support", + "text": [ + "Unlock your creativity and productivity with Apple Pencil and Smart Keyboard support. Take notes, sketch, and annotate documents with precision using the Apple Pencil (1st generation), and turn your iPad Mini into a versatile workstation with the Smart Keyboard.", + "The iPad Mini adapts to your needs, making it a powerful tool for both work and play." + ] + } + ], + "screen": "7.9' Retina", + "resolution": "2048x1536", + "processor": "Apple A12 Bionic", + "ram": "3GB", + "camera": "8MP", + "zoom": "Digital zoom up to 5x", + "cell": ["Not applicable"] + } +] diff --git a/src/assets/fonts/Mont-Bold.otf b/src/assets/fonts/Mont-Bold.otf new file mode 100755 index 0000000000..7f1598293a Binary files /dev/null and b/src/assets/fonts/Mont-Bold.otf differ diff --git a/src/assets/fonts/Mont-Regular.otf b/src/assets/fonts/Mont-Regular.otf new file mode 100755 index 0000000000..d5543feaf0 Binary files /dev/null and b/src/assets/fonts/Mont-Regular.otf differ diff --git a/src/assets/fonts/Mont-SemiBold.otf b/src/assets/fonts/Mont-SemiBold.otf new file mode 100755 index 0000000000..a9fa16a9c5 Binary files /dev/null and b/src/assets/fonts/Mont-SemiBold.otf differ diff --git a/src/assets/img/accessories/apple-watch-se/gold/00.webp b/src/assets/img/accessories/apple-watch-se/gold/00.webp new file mode 100644 index 0000000000..e6c3f78480 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/gold/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/gold/01.webp b/src/assets/img/accessories/apple-watch-se/gold/01.webp new file mode 100644 index 0000000000..b08a775a8b Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/gold/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/gold/02.webp b/src/assets/img/accessories/apple-watch-se/gold/02.webp new file mode 100644 index 0000000000..0f3fb2df51 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/gold/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/silver/00.webp b/src/assets/img/accessories/apple-watch-se/silver/00.webp new file mode 100644 index 0000000000..076228a8bd Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/silver/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/silver/01.webp b/src/assets/img/accessories/apple-watch-se/silver/01.webp new file mode 100644 index 0000000000..24de24ad1c Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/silver/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/silver/02.webp b/src/assets/img/accessories/apple-watch-se/silver/02.webp new file mode 100644 index 0000000000..bd057b5d58 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/silver/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/space-gray/00.webp b/src/assets/img/accessories/apple-watch-se/space-gray/00.webp new file mode 100644 index 0000000000..4119e17169 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/space-gray/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/space-gray/01.webp b/src/assets/img/accessories/apple-watch-se/space-gray/01.webp new file mode 100644 index 0000000000..7703a419ff Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/space-gray/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-se/space-gray/02.webp b/src/assets/img/accessories/apple-watch-se/space-gray/02.webp new file mode 100644 index 0000000000..6d8cd3d437 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-se/space-gray/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/gold/00.webp b/src/assets/img/accessories/apple-watch-series-3/gold/00.webp new file mode 100644 index 0000000000..0a938cda96 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/gold/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/gold/01.webp b/src/assets/img/accessories/apple-watch-series-3/gold/01.webp new file mode 100644 index 0000000000..7979ac6570 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/gold/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/gold/02.webp b/src/assets/img/accessories/apple-watch-series-3/gold/02.webp new file mode 100644 index 0000000000..be7f0c757d Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/gold/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/silver/00.webp b/src/assets/img/accessories/apple-watch-series-3/silver/00.webp new file mode 100644 index 0000000000..d89b97dfe5 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/silver/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/silver/01.webp b/src/assets/img/accessories/apple-watch-series-3/silver/01.webp new file mode 100644 index 0000000000..539038d5dd Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/silver/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/silver/02.webp b/src/assets/img/accessories/apple-watch-series-3/silver/02.webp new file mode 100644 index 0000000000..60bc50714a Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/silver/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/space-gray/00.webp b/src/assets/img/accessories/apple-watch-series-3/space-gray/00.webp new file mode 100644 index 0000000000..e6194f3534 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/space-gray/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/space-gray/01.webp b/src/assets/img/accessories/apple-watch-series-3/space-gray/01.webp new file mode 100644 index 0000000000..5155f6f5a8 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/space-gray/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-3/space-gray/02.webp b/src/assets/img/accessories/apple-watch-series-3/space-gray/02.webp new file mode 100644 index 0000000000..eb8cbb1df7 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-3/space-gray/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/gold/00.webp b/src/assets/img/accessories/apple-watch-series-4/gold/00.webp new file mode 100644 index 0000000000..50ed1dc1df Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/gold/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/gold/01.webp b/src/assets/img/accessories/apple-watch-series-4/gold/01.webp new file mode 100644 index 0000000000..da2519f3d8 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/gold/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/gold/02.webp b/src/assets/img/accessories/apple-watch-series-4/gold/02.webp new file mode 100644 index 0000000000..1753807dcd Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/gold/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/silver/00.webp b/src/assets/img/accessories/apple-watch-series-4/silver/00.webp new file mode 100644 index 0000000000..8a6349fcce Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/silver/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/silver/01.webp b/src/assets/img/accessories/apple-watch-series-4/silver/01.webp new file mode 100644 index 0000000000..2fe520919f Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/silver/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/silver/02.webp b/src/assets/img/accessories/apple-watch-series-4/silver/02.webp new file mode 100644 index 0000000000..8c3c772c62 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/silver/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/space-gray/00.webp b/src/assets/img/accessories/apple-watch-series-4/space-gray/00.webp new file mode 100644 index 0000000000..47a0887091 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/space-gray/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/space-gray/01.webp b/src/assets/img/accessories/apple-watch-series-4/space-gray/01.webp new file mode 100644 index 0000000000..ee29908377 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/space-gray/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-4/space-gray/02.webp b/src/assets/img/accessories/apple-watch-series-4/space-gray/02.webp new file mode 100644 index 0000000000..42f182898b Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-4/space-gray/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/gold/00.webp b/src/assets/img/accessories/apple-watch-series-5/gold/00.webp new file mode 100644 index 0000000000..57712f824f Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/gold/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/gold/01.webp b/src/assets/img/accessories/apple-watch-series-5/gold/01.webp new file mode 100644 index 0000000000..cc67bbcdef Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/gold/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/gold/02.webp b/src/assets/img/accessories/apple-watch-series-5/gold/02.webp new file mode 100644 index 0000000000..5d5854add0 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/gold/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/silver/00.webp b/src/assets/img/accessories/apple-watch-series-5/silver/00.webp new file mode 100644 index 0000000000..6893ef85d3 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/silver/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/silver/01.webp b/src/assets/img/accessories/apple-watch-series-5/silver/01.webp new file mode 100644 index 0000000000..13683da26e Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/silver/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/silver/02.webp b/src/assets/img/accessories/apple-watch-series-5/silver/02.webp new file mode 100644 index 0000000000..543338edb6 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/silver/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/space-gray/00.webp b/src/assets/img/accessories/apple-watch-series-5/space-gray/00.webp new file mode 100644 index 0000000000..31455e3bb8 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/space-gray/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/space-gray/01.webp b/src/assets/img/accessories/apple-watch-series-5/space-gray/01.webp new file mode 100644 index 0000000000..3ccc14f110 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/space-gray/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-5/space-gray/02.webp b/src/assets/img/accessories/apple-watch-series-5/space-gray/02.webp new file mode 100644 index 0000000000..d0505e0c43 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-5/space-gray/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/blue/00.webp b/src/assets/img/accessories/apple-watch-series-6/blue/00.webp new file mode 100644 index 0000000000..4a69d0044e Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/blue/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/blue/01.webp b/src/assets/img/accessories/apple-watch-series-6/blue/01.webp new file mode 100644 index 0000000000..36d6b70fc8 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/blue/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/blue/02.webp b/src/assets/img/accessories/apple-watch-series-6/blue/02.webp new file mode 100644 index 0000000000..e951700561 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/blue/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/gold/00.webp b/src/assets/img/accessories/apple-watch-series-6/gold/00.webp new file mode 100644 index 0000000000..d1cf7b8cd5 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/gold/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/gold/01.webp b/src/assets/img/accessories/apple-watch-series-6/gold/01.webp new file mode 100644 index 0000000000..529470b060 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/gold/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/gold/02.webp b/src/assets/img/accessories/apple-watch-series-6/gold/02.webp new file mode 100644 index 0000000000..c38a1eb64a Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/gold/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/red/00.webp b/src/assets/img/accessories/apple-watch-series-6/red/00.webp new file mode 100644 index 0000000000..d693dc0c9b Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/red/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/red/01.webp b/src/assets/img/accessories/apple-watch-series-6/red/01.webp new file mode 100644 index 0000000000..39b6b143f7 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/red/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/red/02.webp b/src/assets/img/accessories/apple-watch-series-6/red/02.webp new file mode 100644 index 0000000000..aa8e221767 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/red/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/silver/00.webp b/src/assets/img/accessories/apple-watch-series-6/silver/00.webp new file mode 100644 index 0000000000..bd46b936c3 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/silver/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/silver/01.webp b/src/assets/img/accessories/apple-watch-series-6/silver/01.webp new file mode 100644 index 0000000000..398c16846f Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/silver/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/silver/02.webp b/src/assets/img/accessories/apple-watch-series-6/silver/02.webp new file mode 100644 index 0000000000..49c62e5970 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/silver/02.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/space-gray/00.webp b/src/assets/img/accessories/apple-watch-series-6/space-gray/00.webp new file mode 100644 index 0000000000..d2a5d6639d Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/space-gray/00.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/space-gray/01.webp b/src/assets/img/accessories/apple-watch-series-6/space-gray/01.webp new file mode 100644 index 0000000000..9c14ad90a5 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/space-gray/01.webp differ diff --git a/src/assets/img/accessories/apple-watch-series-6/space-gray/02.webp b/src/assets/img/accessories/apple-watch-series-6/space-gray/02.webp new file mode 100644 index 0000000000..dd9c96c5d8 Binary files /dev/null and b/src/assets/img/accessories/apple-watch-series-6/space-gray/02.webp differ diff --git a/src/assets/img/banner-accessories.png b/src/assets/img/banner-accessories.png new file mode 100644 index 0000000000..ba41c4e8f0 Binary files /dev/null and b/src/assets/img/banner-accessories.png differ diff --git a/src/assets/img/banner-phones.png b/src/assets/img/banner-phones.png new file mode 100644 index 0000000000..c8fea5b6ee Binary files /dev/null and b/src/assets/img/banner-phones.png differ diff --git a/src/assets/img/banner-tablets.png b/src/assets/img/banner-tablets.png new file mode 100644 index 0000000000..d8079734bc Binary files /dev/null and b/src/assets/img/banner-tablets.png differ diff --git a/src/assets/img/cart-is-empty.png b/src/assets/img/cart-is-empty.png new file mode 100644 index 0000000000..bacf336719 Binary files /dev/null and b/src/assets/img/cart-is-empty.png differ diff --git a/src/assets/img/category-accessories.webp b/src/assets/img/category-accessories.webp new file mode 100644 index 0000000000..a9aae0a5e2 Binary files /dev/null and b/src/assets/img/category-accessories.webp differ diff --git a/src/assets/img/category-phones.webp b/src/assets/img/category-phones.webp new file mode 100644 index 0000000000..5ba1b294b1 Binary files /dev/null and b/src/assets/img/category-phones.webp differ diff --git a/src/assets/img/category-tablets.webp b/src/assets/img/category-tablets.webp new file mode 100644 index 0000000000..f4a267bfcb Binary files /dev/null and b/src/assets/img/category-tablets.webp differ diff --git a/src/assets/img/categoryShop/accessories.png b/src/assets/img/categoryShop/accessories.png new file mode 100644 index 0000000000..fc497e59b4 Binary files /dev/null and b/src/assets/img/categoryShop/accessories.png differ diff --git a/src/assets/img/categoryShop/mobile.png b/src/assets/img/categoryShop/mobile.png new file mode 100644 index 0000000000..7e67ec3c56 Binary files /dev/null and b/src/assets/img/categoryShop/mobile.png differ diff --git a/src/assets/img/categoryShop/tablet.png b/src/assets/img/categoryShop/tablet.png new file mode 100644 index 0000000000..7da2f46fd7 Binary files /dev/null and b/src/assets/img/categoryShop/tablet.png differ diff --git a/src/assets/img/categoryShop__accessories.png b/src/assets/img/categoryShop__accessories.png new file mode 100644 index 0000000000..67c5bfdb35 Binary files /dev/null and b/src/assets/img/categoryShop__accessories.png differ diff --git a/src/assets/img/categoryShop__mobiles.png b/src/assets/img/categoryShop__mobiles.png new file mode 100644 index 0000000000..fd7616042f Binary files /dev/null and b/src/assets/img/categoryShop__mobiles.png differ diff --git a/src/assets/img/categoryShop__tablet.png b/src/assets/img/categoryShop__tablet.png new file mode 100644 index 0000000000..57e33c5807 Binary files /dev/null and b/src/assets/img/categoryShop__tablet.png differ diff --git a/src/assets/img/icons/arrow-down.svg b/src/assets/img/icons/arrow-down.svg new file mode 100644 index 0000000000..e51b6915b6 --- /dev/null +++ b/src/assets/img/icons/arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/img/icons/arrow-left.svg b/src/assets/img/icons/arrow-left.svg new file mode 100644 index 0000000000..e0037ecb18 --- /dev/null +++ b/src/assets/img/icons/arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/img/icons/arrow-right-active.svg b/src/assets/img/icons/arrow-right-active.svg new file mode 100644 index 0000000000..f0c58180e0 --- /dev/null +++ b/src/assets/img/icons/arrow-right-active.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/img/icons/arrow-right.svg b/src/assets/img/icons/arrow-right.svg new file mode 100644 index 0000000000..14b14126ea --- /dev/null +++ b/src/assets/img/icons/arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/img/icons/arrow-up.svg b/src/assets/img/icons/arrow-up.svg new file mode 100644 index 0000000000..795cf3c2ff --- /dev/null +++ b/src/assets/img/icons/arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/img/icons/cart.svg b/src/assets/img/icons/cart.svg new file mode 100644 index 0000000000..ff8b4665e4 --- /dev/null +++ b/src/assets/img/icons/cart.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/assets/img/icons/home-icon.svg b/src/assets/img/icons/home-icon.svg new file mode 100644 index 0000000000..8ff4bba39d --- /dev/null +++ b/src/assets/img/icons/home-icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/assets/img/icons/like-active.svg b/src/assets/img/icons/like-active.svg new file mode 100644 index 0000000000..e3c0ad1887 --- /dev/null +++ b/src/assets/img/icons/like-active.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/img/icons/like.svg b/src/assets/img/icons/like.svg new file mode 100644 index 0000000000..1458c76d19 --- /dev/null +++ b/src/assets/img/icons/like.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/assets/img/icons/menu.svg b/src/assets/img/icons/menu.svg new file mode 100644 index 0000000000..a578c59b0d --- /dev/null +++ b/src/assets/img/icons/menu.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/assets/img/logos/mainlogo.svg b/src/assets/img/logos/mainlogo.svg new file mode 100644 index 0000000000..a831377040 --- /dev/null +++ b/src/assets/img/logos/mainlogo.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/img/page-not-found.png b/src/assets/img/page-not-found.png new file mode 100644 index 0000000000..b39a562f7a Binary files /dev/null and b/src/assets/img/page-not-found.png differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/gold/00.webp b/src/assets/img/phones/apple-iphone-11-pro-max/gold/00.webp new file mode 100644 index 0000000000..0fc604dd88 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/gold/01.webp b/src/assets/img/phones/apple-iphone-11-pro-max/gold/01.webp new file mode 100644 index 0000000000..3a7826145e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/gold/02.webp b/src/assets/img/phones/apple-iphone-11-pro-max/gold/02.webp new file mode 100644 index 0000000000..4d6712fbbd Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp new file mode 100644 index 0000000000..276156e7be Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/01.webp b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/01.webp new file mode 100644 index 0000000000..0f2d4b0c46 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/02.webp b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/02.webp new file mode 100644 index 0000000000..bb2a8db699 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/03.webp b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/03.webp new file mode 100644 index 0000000000..18e77ea27a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/midnightgreen/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/silver/00.webp b/src/assets/img/phones/apple-iphone-11-pro-max/silver/00.webp new file mode 100644 index 0000000000..1fa0a2fd4a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/silver/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/silver/01.webp b/src/assets/img/phones/apple-iphone-11-pro-max/silver/01.webp new file mode 100644 index 0000000000..9561cec6b5 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/silver/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/silver/02.webp b/src/assets/img/phones/apple-iphone-11-pro-max/silver/02.webp new file mode 100644 index 0000000000..c22672e92a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/silver/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/00.webp b/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/00.webp new file mode 100644 index 0000000000..cb6751c6c3 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/01.webp b/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/01.webp new file mode 100644 index 0000000000..f5b9320b0d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/02.webp b/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/02.webp new file mode 100644 index 0000000000..bdc4e7caeb Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro-max/spacegray/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/gold/00.webp b/src/assets/img/phones/apple-iphone-11-pro/gold/00.webp new file mode 100644 index 0000000000..0fc604dd88 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/gold/01.webp b/src/assets/img/phones/apple-iphone-11-pro/gold/01.webp new file mode 100644 index 0000000000..3a7826145e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/gold/02.webp b/src/assets/img/phones/apple-iphone-11-pro/gold/02.webp new file mode 100644 index 0000000000..4d6712fbbd Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/00.webp b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/00.webp new file mode 100644 index 0000000000..276156e7be Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/01.webp b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/01.webp new file mode 100644 index 0000000000..0f2d4b0c46 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/02.webp b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/02.webp new file mode 100644 index 0000000000..bb2a8db699 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/03.webp b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/03.webp new file mode 100644 index 0000000000..18e77ea27a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/midnightgreen/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/silver/00.webp b/src/assets/img/phones/apple-iphone-11-pro/silver/00.webp new file mode 100644 index 0000000000..1fa0a2fd4a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/silver/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/silver/01.webp b/src/assets/img/phones/apple-iphone-11-pro/silver/01.webp new file mode 100644 index 0000000000..9561cec6b5 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/silver/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/silver/02.webp b/src/assets/img/phones/apple-iphone-11-pro/silver/02.webp new file mode 100644 index 0000000000..c22672e92a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/silver/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/spacegray/00.webp b/src/assets/img/phones/apple-iphone-11-pro/spacegray/00.webp new file mode 100644 index 0000000000..cb6751c6c3 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/spacegray/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/spacegray/01.webp b/src/assets/img/phones/apple-iphone-11-pro/spacegray/01.webp new file mode 100644 index 0000000000..f5b9320b0d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/spacegray/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11-pro/spacegray/02.webp b/src/assets/img/phones/apple-iphone-11-pro/spacegray/02.webp new file mode 100644 index 0000000000..bdc4e7caeb Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11-pro/spacegray/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/black/00.webp b/src/assets/img/phones/apple-iphone-11/black/00.webp new file mode 100644 index 0000000000..7232481ac3 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/black/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/black/01.webp b/src/assets/img/phones/apple-iphone-11/black/01.webp new file mode 100644 index 0000000000..c8eb225e11 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/black/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/black/02.webp b/src/assets/img/phones/apple-iphone-11/black/02.webp new file mode 100644 index 0000000000..92fe13e0b8 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/black/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/black/03.webp b/src/assets/img/phones/apple-iphone-11/black/03.webp new file mode 100644 index 0000000000..c812da9749 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/black/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/black/04.webp b/src/assets/img/phones/apple-iphone-11/black/04.webp new file mode 100644 index 0000000000..5d0e8ec3fb Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/black/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/green/00.webp b/src/assets/img/phones/apple-iphone-11/green/00.webp new file mode 100644 index 0000000000..eaff9e2ee6 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/green/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/green/01.webp b/src/assets/img/phones/apple-iphone-11/green/01.webp new file mode 100644 index 0000000000..2237b33f2d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/green/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/green/02.webp b/src/assets/img/phones/apple-iphone-11/green/02.webp new file mode 100644 index 0000000000..d429e9964b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/green/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/green/03.webp b/src/assets/img/phones/apple-iphone-11/green/03.webp new file mode 100644 index 0000000000..8362c0d6fe Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/green/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/green/04.webp b/src/assets/img/phones/apple-iphone-11/green/04.webp new file mode 100644 index 0000000000..0990b1101f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/green/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/purple/00.webp b/src/assets/img/phones/apple-iphone-11/purple/00.webp new file mode 100644 index 0000000000..9a4d6bd33a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/purple/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/purple/01.webp b/src/assets/img/phones/apple-iphone-11/purple/01.webp new file mode 100644 index 0000000000..4568ecb0e9 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/purple/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/purple/02.webp b/src/assets/img/phones/apple-iphone-11/purple/02.webp new file mode 100644 index 0000000000..098fa5e8a7 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/purple/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/purple/03.webp b/src/assets/img/phones/apple-iphone-11/purple/03.webp new file mode 100644 index 0000000000..19617bba03 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/purple/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/purple/04.webp b/src/assets/img/phones/apple-iphone-11/purple/04.webp new file mode 100644 index 0000000000..b25b6b23f8 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/purple/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/red/00.webp b/src/assets/img/phones/apple-iphone-11/red/00.webp new file mode 100644 index 0000000000..74a1efb0ff Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/red/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/red/01.webp b/src/assets/img/phones/apple-iphone-11/red/01.webp new file mode 100644 index 0000000000..ba4b0558a9 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/red/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/red/02.webp b/src/assets/img/phones/apple-iphone-11/red/02.webp new file mode 100644 index 0000000000..d8bf3f45c4 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/red/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/red/03.webp b/src/assets/img/phones/apple-iphone-11/red/03.webp new file mode 100644 index 0000000000..bce1c8751d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/red/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/red/04.webp b/src/assets/img/phones/apple-iphone-11/red/04.webp new file mode 100644 index 0000000000..3c39c11d89 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/red/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/white/00.webp b/src/assets/img/phones/apple-iphone-11/white/00.webp new file mode 100644 index 0000000000..4a876dc241 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/white/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/white/01.webp b/src/assets/img/phones/apple-iphone-11/white/01.webp new file mode 100644 index 0000000000..62ef322c68 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/white/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/white/02.webp b/src/assets/img/phones/apple-iphone-11/white/02.webp new file mode 100644 index 0000000000..fd4bd2d013 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/white/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/white/03.webp b/src/assets/img/phones/apple-iphone-11/white/03.webp new file mode 100644 index 0000000000..bf3134ec37 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/white/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/white/04.webp b/src/assets/img/phones/apple-iphone-11/white/04.webp new file mode 100644 index 0000000000..963bf8805e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/white/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/yellow/00.webp b/src/assets/img/phones/apple-iphone-11/yellow/00.webp new file mode 100644 index 0000000000..828efaac7f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/yellow/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/yellow/01.webp b/src/assets/img/phones/apple-iphone-11/yellow/01.webp new file mode 100644 index 0000000000..6794c7ea61 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/yellow/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/yellow/02.webp b/src/assets/img/phones/apple-iphone-11/yellow/02.webp new file mode 100644 index 0000000000..dcb46196c9 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/yellow/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/yellow/03.webp b/src/assets/img/phones/apple-iphone-11/yellow/03.webp new file mode 100644 index 0000000000..fb86ec9914 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/yellow/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-11/yellow/04.webp b/src/assets/img/phones/apple-iphone-11/yellow/04.webp new file mode 100644 index 0000000000..edaa145585 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-11/yellow/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/black/00.webp b/src/assets/img/phones/apple-iphone-12/black/00.webp new file mode 100644 index 0000000000..bf5b6a42cd Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/black/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/black/01.webp b/src/assets/img/phones/apple-iphone-12/black/01.webp new file mode 100644 index 0000000000..dc1064d5bb Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/black/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/black/02.webp b/src/assets/img/phones/apple-iphone-12/black/02.webp new file mode 100644 index 0000000000..23ff5a7df2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/black/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/black/03.webp b/src/assets/img/phones/apple-iphone-12/black/03.webp new file mode 100644 index 0000000000..41c942f5c4 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/black/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/purple/00.webp b/src/assets/img/phones/apple-iphone-12/purple/00.webp new file mode 100644 index 0000000000..1bbde2a02b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/purple/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/purple/01.webp b/src/assets/img/phones/apple-iphone-12/purple/01.webp new file mode 100644 index 0000000000..918e66a8df Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/purple/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/purple/02.webp b/src/assets/img/phones/apple-iphone-12/purple/02.webp new file mode 100644 index 0000000000..123af04764 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/purple/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/purple/03.webp b/src/assets/img/phones/apple-iphone-12/purple/03.webp new file mode 100644 index 0000000000..90f6e475ea Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/purple/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/red/00.webp b/src/assets/img/phones/apple-iphone-12/red/00.webp new file mode 100644 index 0000000000..5f1660e967 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/red/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/red/01.webp b/src/assets/img/phones/apple-iphone-12/red/01.webp new file mode 100644 index 0000000000..f8f13c4208 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/red/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/red/02.webp b/src/assets/img/phones/apple-iphone-12/red/02.webp new file mode 100644 index 0000000000..23ff5a7df2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/red/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/red/03.webp b/src/assets/img/phones/apple-iphone-12/red/03.webp new file mode 100644 index 0000000000..41c942f5c4 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/red/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/white/00.webp b/src/assets/img/phones/apple-iphone-12/white/00.webp new file mode 100644 index 0000000000..cc7cec1f5b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/white/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/white/01.webp b/src/assets/img/phones/apple-iphone-12/white/01.webp new file mode 100644 index 0000000000..80c231c531 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/white/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/white/03.webp b/src/assets/img/phones/apple-iphone-12/white/03.webp new file mode 100644 index 0000000000..23ff5a7df2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/white/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-12/white/04.webp b/src/assets/img/phones/apple-iphone-12/white/04.webp new file mode 100644 index 0000000000..41c942f5c4 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-12/white/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/blue/00.webp b/src/assets/img/phones/apple-iphone-13-mini/blue/00.webp new file mode 100644 index 0000000000..3e355b82cd Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/blue/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/blue/01.webp b/src/assets/img/phones/apple-iphone-13-mini/blue/01.webp new file mode 100644 index 0000000000..3162f75a7e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/blue/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/blue/02.webp b/src/assets/img/phones/apple-iphone-13-mini/blue/02.webp new file mode 100644 index 0000000000..d434d9562c Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/blue/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/blue/03.webp b/src/assets/img/phones/apple-iphone-13-mini/blue/03.webp new file mode 100644 index 0000000000..17e0e5e53c Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/blue/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/midnight/00.webp b/src/assets/img/phones/apple-iphone-13-mini/midnight/00.webp new file mode 100644 index 0000000000..4b493b79ec Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/midnight/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/midnight/01.webp b/src/assets/img/phones/apple-iphone-13-mini/midnight/01.webp new file mode 100644 index 0000000000..7830b7dac2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/midnight/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/midnight/02.webp b/src/assets/img/phones/apple-iphone-13-mini/midnight/02.webp new file mode 100644 index 0000000000..f45492261b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/midnight/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/midnight/03.webp b/src/assets/img/phones/apple-iphone-13-mini/midnight/03.webp new file mode 100644 index 0000000000..9b49f178d2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/midnight/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/pink/00.webp b/src/assets/img/phones/apple-iphone-13-mini/pink/00.webp new file mode 100644 index 0000000000..c1b8bded92 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/pink/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/pink/01.webp b/src/assets/img/phones/apple-iphone-13-mini/pink/01.webp new file mode 100644 index 0000000000..1fcaf5a763 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/pink/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/pink/02.webp b/src/assets/img/phones/apple-iphone-13-mini/pink/02.webp new file mode 100644 index 0000000000..546cf4be9e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/pink/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/pink/03.webp b/src/assets/img/phones/apple-iphone-13-mini/pink/03.webp new file mode 100644 index 0000000000..35f7807308 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/pink/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/white/00.webp b/src/assets/img/phones/apple-iphone-13-mini/white/00.webp new file mode 100644 index 0000000000..75173e919d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/white/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/white/01.webp b/src/assets/img/phones/apple-iphone-13-mini/white/01.webp new file mode 100644 index 0000000000..720a7d0c9b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/white/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/white/02.webp b/src/assets/img/phones/apple-iphone-13-mini/white/02.webp new file mode 100644 index 0000000000..acfd0db392 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/white/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-mini/white/03.webp b/src/assets/img/phones/apple-iphone-13-mini/white/03.webp new file mode 100644 index 0000000000..6f99ba1c1e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-mini/white/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/gold/00.webp b/src/assets/img/phones/apple-iphone-13-pro-max/gold/00.webp new file mode 100644 index 0000000000..f3a5890eba Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/gold/01.webp b/src/assets/img/phones/apple-iphone-13-pro-max/gold/01.webp new file mode 100644 index 0000000000..827143efd5 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/gold/02.webp b/src/assets/img/phones/apple-iphone-13-pro-max/gold/02.webp new file mode 100644 index 0000000000..19565e9644 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/gold/03.webp b/src/assets/img/phones/apple-iphone-13-pro-max/gold/03.webp new file mode 100644 index 0000000000..e503cc8044 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/gold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/graphite/00.webp b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/00.webp new file mode 100644 index 0000000000..5638b9534e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/graphite/01.webp b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/01.webp new file mode 100644 index 0000000000..081829b7d2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/graphite/02.webp b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/02.webp new file mode 100644 index 0000000000..bf400fb733 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/graphite/03.webp b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/03.webp new file mode 100644 index 0000000000..800dfdf42f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/graphite/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/00.webp b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/00.webp new file mode 100644 index 0000000000..57c6d6848a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/01.webp b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/01.webp new file mode 100644 index 0000000000..44077defb0 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/02.webp b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/02.webp new file mode 100644 index 0000000000..b1e82796c9 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/03.webp b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/03.webp new file mode 100644 index 0000000000..4851f7c5b9 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-13-pro-max/sierrablue/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/gold/00.webp b/src/assets/img/phones/apple-iphone-14-pro/gold/00.webp new file mode 100644 index 0000000000..134e9c90a2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/gold/01.webp b/src/assets/img/phones/apple-iphone-14-pro/gold/01.webp new file mode 100644 index 0000000000..fc945d0b90 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/gold/02.webp b/src/assets/img/phones/apple-iphone-14-pro/gold/02.webp new file mode 100644 index 0000000000..2bf281a959 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/gold/03.webp b/src/assets/img/phones/apple-iphone-14-pro/gold/03.webp new file mode 100644 index 0000000000..ab121d8ae6 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/gold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/gold/04.webp b/src/assets/img/phones/apple-iphone-14-pro/gold/04.webp new file mode 100644 index 0000000000..3b35f2f6e5 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/gold/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/spaceblack/00.webp b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/00.webp new file mode 100644 index 0000000000..2f30ae1760 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/spaceblack/01.webp b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/01.webp new file mode 100644 index 0000000000..eddefacb13 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/spaceblack/02.webp b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/02.webp new file mode 100644 index 0000000000..40485f103e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/spaceblack/03.webp b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/03.webp new file mode 100644 index 0000000000..8d67f2f029 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-14-pro/spaceblack/04.webp b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/04.webp new file mode 100644 index 0000000000..3b35f2f6e5 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14-pro/spaceblack/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/midnight/00.webp b/src/assets/img/phones/apple-iphone-14/midnight/00.webp new file mode 100644 index 0000000000..caa2de2ea9 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/midnight/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/midnight/01.webp b/src/assets/img/phones/apple-iphone-14/midnight/01.webp new file mode 100644 index 0000000000..099b2b6d03 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/midnight/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/midnight/02.webp b/src/assets/img/phones/apple-iphone-14/midnight/02.webp new file mode 100644 index 0000000000..94c78d2e4a Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/midnight/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/midnight/03.webp b/src/assets/img/phones/apple-iphone-14/midnight/03.webp new file mode 100644 index 0000000000..a490c7e7d5 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/midnight/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/midnight/04.webp b/src/assets/img/phones/apple-iphone-14/midnight/04.webp new file mode 100644 index 0000000000..f56230afba Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/midnight/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/purple/00.webp b/src/assets/img/phones/apple-iphone-14/purple/00.webp new file mode 100644 index 0000000000..0ad68a1fb5 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/purple/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/purple/01.webp b/src/assets/img/phones/apple-iphone-14/purple/01.webp new file mode 100644 index 0000000000..1905ddec8b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/purple/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/purple/02.webp b/src/assets/img/phones/apple-iphone-14/purple/02.webp new file mode 100644 index 0000000000..98b128b39b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/purple/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/purple/03.webp b/src/assets/img/phones/apple-iphone-14/purple/03.webp new file mode 100644 index 0000000000..08734bb9d0 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/purple/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/purple/04.webp b/src/assets/img/phones/apple-iphone-14/purple/04.webp new file mode 100644 index 0000000000..e5b518272b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/purple/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/yellow/00.webp b/src/assets/img/phones/apple-iphone-14/yellow/00.webp new file mode 100644 index 0000000000..04291ae388 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/yellow/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/yellow/01.webp b/src/assets/img/phones/apple-iphone-14/yellow/01.webp new file mode 100644 index 0000000000..fe774062d7 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/yellow/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/yellow/02.webp b/src/assets/img/phones/apple-iphone-14/yellow/02.webp new file mode 100644 index 0000000000..b08c617fc6 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/yellow/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/yellow/03.webp b/src/assets/img/phones/apple-iphone-14/yellow/03.webp new file mode 100644 index 0000000000..273747a951 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/yellow/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-14/yellow/04.webp b/src/assets/img/phones/apple-iphone-14/yellow/04.webp new file mode 100644 index 0000000000..79519a1c63 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-14/yellow/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/black/00.webp b/src/assets/img/phones/apple-iphone-7-plus/black/00.webp new file mode 100644 index 0000000000..09b4e510b6 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/black/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/black/01.webp b/src/assets/img/phones/apple-iphone-7-plus/black/01.webp new file mode 100644 index 0000000000..008514d585 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/black/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/black/02.webp b/src/assets/img/phones/apple-iphone-7-plus/black/02.webp new file mode 100644 index 0000000000..98e9c75550 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/black/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/black/03.webp b/src/assets/img/phones/apple-iphone-7-plus/black/03.webp new file mode 100644 index 0000000000..c8426c95ab Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/black/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/black/04.webp b/src/assets/img/phones/apple-iphone-7-plus/black/04.webp new file mode 100644 index 0000000000..69cc245d08 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/black/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/gold/00.webp b/src/assets/img/phones/apple-iphone-7-plus/gold/00.webp new file mode 100644 index 0000000000..0f09450795 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/gold/01.webp b/src/assets/img/phones/apple-iphone-7-plus/gold/01.webp new file mode 100644 index 0000000000..8aea950fa7 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/gold/02.webp b/src/assets/img/phones/apple-iphone-7-plus/gold/02.webp new file mode 100644 index 0000000000..bd8de082dd Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/gold/03.webp b/src/assets/img/phones/apple-iphone-7-plus/gold/03.webp new file mode 100644 index 0000000000..bb2a439386 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/gold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/gold/04.webp b/src/assets/img/phones/apple-iphone-7-plus/gold/04.webp new file mode 100644 index 0000000000..488896038f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/gold/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/rosegold/00.webp b/src/assets/img/phones/apple-iphone-7-plus/rosegold/00.webp new file mode 100644 index 0000000000..8446b36d48 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/rosegold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/rosegold/01.webp b/src/assets/img/phones/apple-iphone-7-plus/rosegold/01.webp new file mode 100644 index 0000000000..36829cca3e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/rosegold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/rosegold/02.webp b/src/assets/img/phones/apple-iphone-7-plus/rosegold/02.webp new file mode 100644 index 0000000000..4f058cb058 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/rosegold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/rosegold/03.webp b/src/assets/img/phones/apple-iphone-7-plus/rosegold/03.webp new file mode 100644 index 0000000000..8a5afb3386 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/rosegold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/rosegold/04.webp b/src/assets/img/phones/apple-iphone-7-plus/rosegold/04.webp new file mode 100644 index 0000000000..58391efd08 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/rosegold/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/silver/00.webp b/src/assets/img/phones/apple-iphone-7-plus/silver/00.webp new file mode 100644 index 0000000000..910db3d753 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/silver/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/silver/01.webp b/src/assets/img/phones/apple-iphone-7-plus/silver/01.webp new file mode 100644 index 0000000000..85b829325c Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/silver/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/silver/02.webp b/src/assets/img/phones/apple-iphone-7-plus/silver/02.webp new file mode 100644 index 0000000000..f2b8f5ed19 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/silver/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/silver/03.webp b/src/assets/img/phones/apple-iphone-7-plus/silver/03.webp new file mode 100644 index 0000000000..4a0737cb4b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/silver/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7-plus/silver/04.webp b/src/assets/img/phones/apple-iphone-7-plus/silver/04.webp new file mode 100644 index 0000000000..c99a32e126 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7-plus/silver/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/black/00.webp b/src/assets/img/phones/apple-iphone-7/black/00.webp new file mode 100644 index 0000000000..cd42306fc7 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/black/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/black/01.webp b/src/assets/img/phones/apple-iphone-7/black/01.webp new file mode 100644 index 0000000000..31b8f3cf04 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/black/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/black/02.webp b/src/assets/img/phones/apple-iphone-7/black/02.webp new file mode 100644 index 0000000000..3a9516226b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/black/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/black/03.webp b/src/assets/img/phones/apple-iphone-7/black/03.webp new file mode 100644 index 0000000000..37767e63bf Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/black/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/black/04.webp b/src/assets/img/phones/apple-iphone-7/black/04.webp new file mode 100644 index 0000000000..d4ce038aeb Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/black/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/gold/00.webp b/src/assets/img/phones/apple-iphone-7/gold/00.webp new file mode 100644 index 0000000000..0f09450795 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/gold/01.webp b/src/assets/img/phones/apple-iphone-7/gold/01.webp new file mode 100644 index 0000000000..8aea950fa7 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/gold/02.webp b/src/assets/img/phones/apple-iphone-7/gold/02.webp new file mode 100644 index 0000000000..bd8de082dd Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/gold/03.webp b/src/assets/img/phones/apple-iphone-7/gold/03.webp new file mode 100644 index 0000000000..bb2a439386 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/gold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/gold/04.webp b/src/assets/img/phones/apple-iphone-7/gold/04.webp new file mode 100644 index 0000000000..488896038f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/gold/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/rosegold/00.webp b/src/assets/img/phones/apple-iphone-7/rosegold/00.webp new file mode 100644 index 0000000000..8446b36d48 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/rosegold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/rosegold/01.webp b/src/assets/img/phones/apple-iphone-7/rosegold/01.webp new file mode 100644 index 0000000000..36829cca3e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/rosegold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/rosegold/02.webp b/src/assets/img/phones/apple-iphone-7/rosegold/02.webp new file mode 100644 index 0000000000..4f058cb058 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/rosegold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/rosegold/03.webp b/src/assets/img/phones/apple-iphone-7/rosegold/03.webp new file mode 100644 index 0000000000..8a5afb3386 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/rosegold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/rosegold/04.webp b/src/assets/img/phones/apple-iphone-7/rosegold/04.webp new file mode 100644 index 0000000000..58391efd08 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/rosegold/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/silver/00.webp b/src/assets/img/phones/apple-iphone-7/silver/00.webp new file mode 100644 index 0000000000..910db3d753 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/silver/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/silver/01.webp b/src/assets/img/phones/apple-iphone-7/silver/01.webp new file mode 100644 index 0000000000..85b829325c Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/silver/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/silver/02.webp b/src/assets/img/phones/apple-iphone-7/silver/02.webp new file mode 100644 index 0000000000..f2b8f5ed19 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/silver/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/silver/03.webp b/src/assets/img/phones/apple-iphone-7/silver/03.webp new file mode 100644 index 0000000000..4a0737cb4b Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/silver/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-7/silver/04.webp b/src/assets/img/phones/apple-iphone-7/silver/04.webp new file mode 100644 index 0000000000..c99a32e126 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-7/silver/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/gold/00.webp b/src/assets/img/phones/apple-iphone-8/gold/00.webp new file mode 100644 index 0000000000..bb25453ed6 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/gold/01.webp b/src/assets/img/phones/apple-iphone-8/gold/01.webp new file mode 100644 index 0000000000..9df5281035 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/gold/02.webp b/src/assets/img/phones/apple-iphone-8/gold/02.webp new file mode 100644 index 0000000000..a98645c646 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/gold/03.webp b/src/assets/img/phones/apple-iphone-8/gold/03.webp new file mode 100644 index 0000000000..b2a0923a5d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/gold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/silver/00.webp b/src/assets/img/phones/apple-iphone-8/silver/00.webp new file mode 100644 index 0000000000..685564aa0e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/silver/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/silver/01.webp b/src/assets/img/phones/apple-iphone-8/silver/01.webp new file mode 100644 index 0000000000..3a4bdcb8d4 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/silver/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/silver/02.webp b/src/assets/img/phones/apple-iphone-8/silver/02.webp new file mode 100644 index 0000000000..51173f7584 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/silver/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/silver/03.webp b/src/assets/img/phones/apple-iphone-8/silver/03.webp new file mode 100644 index 0000000000..04238a3178 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/silver/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/spacegray/00.webp b/src/assets/img/phones/apple-iphone-8/spacegray/00.webp new file mode 100644 index 0000000000..89154f9d22 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/spacegray/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/spacegray/01.webp b/src/assets/img/phones/apple-iphone-8/spacegray/01.webp new file mode 100644 index 0000000000..072b76406d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/spacegray/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/spacegray/02.webp b/src/assets/img/phones/apple-iphone-8/spacegray/02.webp new file mode 100644 index 0000000000..1ed66d89f9 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/spacegray/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-8/spacegray/03.webp b/src/assets/img/phones/apple-iphone-8/spacegray/03.webp new file mode 100644 index 0000000000..0a348e95a3 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-8/spacegray/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/coral/00.webp b/src/assets/img/phones/apple-iphone-xr/coral/00.webp new file mode 100644 index 0000000000..d611d254f0 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/coral/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/coral/01.webp b/src/assets/img/phones/apple-iphone-xr/coral/01.webp new file mode 100644 index 0000000000..978e4c610d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/coral/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/coral/02.webp b/src/assets/img/phones/apple-iphone-xr/coral/02.webp new file mode 100644 index 0000000000..15ffe1dfe1 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/coral/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/red/00.webp b/src/assets/img/phones/apple-iphone-xr/red/00.webp new file mode 100644 index 0000000000..c34e54c7a7 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/red/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/red/01.webp b/src/assets/img/phones/apple-iphone-xr/red/01.webp new file mode 100644 index 0000000000..c250e82086 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/red/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/red/02.webp b/src/assets/img/phones/apple-iphone-xr/red/02.webp new file mode 100644 index 0000000000..db9ae90afe Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/red/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/red/03.webp b/src/assets/img/phones/apple-iphone-xr/red/03.webp new file mode 100644 index 0000000000..b5785fd00d Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/red/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/red/04.webp b/src/assets/img/phones/apple-iphone-xr/red/04.webp new file mode 100644 index 0000000000..0171579287 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/red/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/white/00.webp b/src/assets/img/phones/apple-iphone-xr/white/00.webp new file mode 100644 index 0000000000..c5629055a2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/white/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/white/01.webp b/src/assets/img/phones/apple-iphone-xr/white/01.webp new file mode 100644 index 0000000000..3c7a237eba Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/white/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/white/02.webp b/src/assets/img/phones/apple-iphone-xr/white/02.webp new file mode 100644 index 0000000000..b90ecb27ae Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/white/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/white/03.webp b/src/assets/img/phones/apple-iphone-xr/white/03.webp new file mode 100644 index 0000000000..9550f57ceb Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/white/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/yellow/00.webp b/src/assets/img/phones/apple-iphone-xr/yellow/00.webp new file mode 100644 index 0000000000..c860619ca2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/yellow/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/yellow/01.webp b/src/assets/img/phones/apple-iphone-xr/yellow/01.webp new file mode 100644 index 0000000000..0fc35e262e Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/yellow/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/yellow/02.webp b/src/assets/img/phones/apple-iphone-xr/yellow/02.webp new file mode 100644 index 0000000000..39ff343415 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/yellow/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/yellow/03.webp b/src/assets/img/phones/apple-iphone-xr/yellow/03.webp new file mode 100644 index 0000000000..503c9ba3ea Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/yellow/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xr/yellow/04.webp b/src/assets/img/phones/apple-iphone-xr/yellow/04.webp new file mode 100644 index 0000000000..fdf8f31aa1 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xr/yellow/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/gold/00.webp b/src/assets/img/phones/apple-iphone-xs-max/gold/00.webp new file mode 100644 index 0000000000..a1ed515522 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/gold/01.webp b/src/assets/img/phones/apple-iphone-xs-max/gold/01.webp new file mode 100644 index 0000000000..d735958929 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/gold/02.webp b/src/assets/img/phones/apple-iphone-xs-max/gold/02.webp new file mode 100644 index 0000000000..5395ca1b3c Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/gold/03.webp b/src/assets/img/phones/apple-iphone-xs-max/gold/03.webp new file mode 100644 index 0000000000..32ed59825f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/gold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/gold/04.webp b/src/assets/img/phones/apple-iphone-xs-max/gold/04.webp new file mode 100644 index 0000000000..d4e4652018 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/gold/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/silver/00.webp b/src/assets/img/phones/apple-iphone-xs-max/silver/00.webp new file mode 100644 index 0000000000..19cf296806 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/silver/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/silver/01.webp b/src/assets/img/phones/apple-iphone-xs-max/silver/01.webp new file mode 100644 index 0000000000..bd9ae61274 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/silver/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/silver/02.webp b/src/assets/img/phones/apple-iphone-xs-max/silver/02.webp new file mode 100644 index 0000000000..e6685d5ee4 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/silver/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/silver/03.webp b/src/assets/img/phones/apple-iphone-xs-max/silver/03.webp new file mode 100644 index 0000000000..36e4f0d8e1 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/silver/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/silver/04.webp b/src/assets/img/phones/apple-iphone-xs-max/silver/04.webp new file mode 100644 index 0000000000..ecd5dddca2 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/silver/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/spacegray/00.webp b/src/assets/img/phones/apple-iphone-xs-max/spacegray/00.webp new file mode 100644 index 0000000000..47f2f3f52f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/spacegray/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/spacegray/01.webp b/src/assets/img/phones/apple-iphone-xs-max/spacegray/01.webp new file mode 100644 index 0000000000..aec3abfe8f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/spacegray/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/spacegray/02.webp b/src/assets/img/phones/apple-iphone-xs-max/spacegray/02.webp new file mode 100644 index 0000000000..9629dd2460 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/spacegray/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/spacegray/03.webp b/src/assets/img/phones/apple-iphone-xs-max/spacegray/03.webp new file mode 100644 index 0000000000..f2d823db25 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/spacegray/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs-max/spacegray/04.webp b/src/assets/img/phones/apple-iphone-xs-max/spacegray/04.webp new file mode 100644 index 0000000000..32b6bf84e6 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs-max/spacegray/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/gold/00.webp b/src/assets/img/phones/apple-iphone-xs/gold/00.webp new file mode 100644 index 0000000000..a1ed515522 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/gold/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/gold/01.webp b/src/assets/img/phones/apple-iphone-xs/gold/01.webp new file mode 100644 index 0000000000..d735958929 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/gold/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/gold/02.webp b/src/assets/img/phones/apple-iphone-xs/gold/02.webp new file mode 100644 index 0000000000..5395ca1b3c Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/gold/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/gold/03.webp b/src/assets/img/phones/apple-iphone-xs/gold/03.webp new file mode 100644 index 0000000000..32ed59825f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/gold/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/gold/04.webp b/src/assets/img/phones/apple-iphone-xs/gold/04.webp new file mode 100644 index 0000000000..d4e4652018 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/gold/04.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/spacegray/00.webp b/src/assets/img/phones/apple-iphone-xs/spacegray/00.webp new file mode 100644 index 0000000000..47f2f3f52f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/spacegray/00.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/spacegray/01.webp b/src/assets/img/phones/apple-iphone-xs/spacegray/01.webp new file mode 100644 index 0000000000..aec3abfe8f Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/spacegray/01.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/spacegray/02.webp b/src/assets/img/phones/apple-iphone-xs/spacegray/02.webp new file mode 100644 index 0000000000..9629dd2460 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/spacegray/02.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/spacegray/03.webp b/src/assets/img/phones/apple-iphone-xs/spacegray/03.webp new file mode 100644 index 0000000000..f2d823db25 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/spacegray/03.webp differ diff --git a/src/assets/img/phones/apple-iphone-xs/spacegray/04.webp b/src/assets/img/phones/apple-iphone-xs/spacegray/04.webp new file mode 100644 index 0000000000..32b6bf84e6 Binary files /dev/null and b/src/assets/img/phones/apple-iphone-xs/spacegray/04.webp differ diff --git a/src/assets/img/picthree.bdd2e0fc.png b/src/assets/img/picthree.bdd2e0fc.png new file mode 100644 index 0000000000..28b5c4c99a Binary files /dev/null and b/src/assets/img/picthree.bdd2e0fc.png differ diff --git a/src/assets/img/product-not-found.png b/src/assets/img/product-not-found.png new file mode 100644 index 0000000000..aa335c9f77 Binary files /dev/null and b/src/assets/img/product-not-found.png differ diff --git a/src/assets/img/slider/slider-1-mobile.png b/src/assets/img/slider/slider-1-mobile.png new file mode 100644 index 0000000000..7bfee5681c Binary files /dev/null and b/src/assets/img/slider/slider-1-mobile.png differ diff --git a/src/assets/img/slider/slider-1-tablet.png b/src/assets/img/slider/slider-1-tablet.png new file mode 100644 index 0000000000..6e4a1cf625 Binary files /dev/null and b/src/assets/img/slider/slider-1-tablet.png differ diff --git a/src/assets/img/slider/slider-2.png b/src/assets/img/slider/slider-2.png new file mode 100644 index 0000000000..c8fea5b6ee Binary files /dev/null and b/src/assets/img/slider/slider-2.png differ diff --git a/src/assets/img/slider/slider-3.png b/src/assets/img/slider/slider-3.png new file mode 100644 index 0000000000..d8079734bc Binary files /dev/null and b/src/assets/img/slider/slider-3.png differ diff --git a/src/assets/img/spinners/Spinner.svg b/src/assets/img/spinners/Spinner.svg new file mode 100644 index 0000000000..a3b0f76fbb --- /dev/null +++ b/src/assets/img/spinners/Spinner.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/gold/00.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/00.webp new file mode 100644 index 0000000000..514f096310 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/gold/01.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/01.webp new file mode 100644 index 0000000000..7c05e382f6 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/gold/02.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/02.webp new file mode 100644 index 0000000000..bb685b9326 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/gold/03.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/03.webp new file mode 100644 index 0000000000..75de16a873 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/gold/03.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/silver/00.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/00.webp new file mode 100644 index 0000000000..f4c7be859d Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/silver/01.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/01.webp new file mode 100644 index 0000000000..bbd874f010 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/silver/02.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/02.webp new file mode 100644 index 0000000000..894821049f Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/silver/03.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/03.webp new file mode 100644 index 0000000000..3ee48558e7 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/silver/03.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/00.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/00.webp new file mode 100644 index 0000000000..bfcea4ef74 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/01.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/01.webp new file mode 100644 index 0000000000..2a1e4b9b20 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/02.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/02.webp new file mode 100644 index 0000000000..8962e67f6e Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/03.webp b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/03.webp new file mode 100644 index 0000000000..9785a6b1cc Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-10-2-2020/spacegray/03.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/green/00.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/00.webp new file mode 100644 index 0000000000..6e964c44ac Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/green/02.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/02.webp new file mode 100644 index 0000000000..774d80a303 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/green/03.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/03.webp new file mode 100644 index 0000000000..e23831bf12 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/03.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/green/04.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/04.webp new file mode 100644 index 0000000000..a647100654 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/green/04.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/00.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/00.webp new file mode 100644 index 0000000000..914a418234 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/01.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/01.webp new file mode 100644 index 0000000000..33385f8961 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/02.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/02.webp new file mode 100644 index 0000000000..a3833d236f Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/03.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/03.webp new file mode 100644 index 0000000000..3184349669 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/rose-gold/03.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/00.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/00.webp new file mode 100644 index 0000000000..86322f803b Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/01.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/01.webp new file mode 100644 index 0000000000..6cba08387e Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/02.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/02.webp new file mode 100644 index 0000000000..0a9b1d4c27 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/03.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/03.webp new file mode 100644 index 0000000000..ee320bd1f3 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/silver/03.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/00.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/00.webp new file mode 100644 index 0000000000..11dbca9b44 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/01.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/01.webp new file mode 100644 index 0000000000..21ac24aec4 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/02.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/02.webp new file mode 100644 index 0000000000..6a3cfdbd16 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/03.webp b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/03.webp new file mode 100644 index 0000000000..60d719d432 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-air-4th-gen/sky-blue/03.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-5th-gen/gold/00.webp b/src/assets/img/tablets/apple-ipad-mini-5th-gen/gold/00.webp new file mode 100644 index 0000000000..7e2725b01e Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-5th-gen/gold/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-5th-gen/gold/01.webp b/src/assets/img/tablets/apple-ipad-mini-5th-gen/gold/01.webp new file mode 100644 index 0000000000..2220ddb4fe Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-5th-gen/gold/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-5th-gen/silver/00.webp b/src/assets/img/tablets/apple-ipad-mini-5th-gen/silver/00.webp new file mode 100644 index 0000000000..db7fdb1a3e Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-5th-gen/silver/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-5th-gen/silver/01.webp b/src/assets/img/tablets/apple-ipad-mini-5th-gen/silver/01.webp new file mode 100644 index 0000000000..1c197da586 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-5th-gen/silver/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-5th-gen/spacegray/00.webp b/src/assets/img/tablets/apple-ipad-mini-5th-gen/spacegray/00.webp new file mode 100644 index 0000000000..aa8bc342bb Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-5th-gen/spacegray/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-5th-gen/spacegray/01.webp b/src/assets/img/tablets/apple-ipad-mini-5th-gen/spacegray/01.webp new file mode 100644 index 0000000000..1043897442 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-5th-gen/spacegray/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/00.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/00.webp new file mode 100644 index 0000000000..644c27243f Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/01.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/01.webp new file mode 100644 index 0000000000..b92c1195cf Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/02.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/02.webp new file mode 100644 index 0000000000..e588caa1aa Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/pink/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/00.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/00.webp new file mode 100644 index 0000000000..cbffbcbaae Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/01.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/01.webp new file mode 100644 index 0000000000..20271f297e Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/02.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/02.webp new file mode 100644 index 0000000000..cad38fcde7 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/spacegray/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/00.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/00.webp new file mode 100644 index 0000000000..d2186e9acb Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/01.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/01.webp new file mode 100644 index 0000000000..99e228ff49 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/02.webp b/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/02.webp new file mode 100644 index 0000000000..190d6c63b8 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-mini-6th-gen/starlight/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/00.webp b/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/00.webp new file mode 100644 index 0000000000..fa9389d94e Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/01.webp b/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/01.webp new file mode 100644 index 0000000000..65c144758d Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/02.webp b/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/02.webp new file mode 100644 index 0000000000..7f33838696 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-pro-11-2021/silver/02.webp differ diff --git a/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp b/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp new file mode 100644 index 0000000000..b2acb50919 Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/00.webp differ diff --git a/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp b/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp new file mode 100644 index 0000000000..f4a267bfcb Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/01.webp differ diff --git a/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp b/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp new file mode 100644 index 0000000000..7076052c2c Binary files /dev/null and b/src/assets/img/tablets/apple-ipad-pro-11-2021/spacegray/02.webp differ diff --git a/src/assets/styles/fonts.scss b/src/assets/styles/fonts.scss new file mode 100644 index 0000000000..da3d9130ca --- /dev/null +++ b/src/assets/styles/fonts.scss @@ -0,0 +1,17 @@ +@font-face { + font-family: Mont; + src: url(../fonts/Mont-Bold.otf); + font-weight: 800; +} + +@font-face { + font-family: Mont; + src: url(../fonts/Mont-SemiBold.otf); + font-weight: 700; +} + +@font-face { + font-family: Mont; + src: url(../fonts/Mont-Regular.otf); + font-weight: 600; +} diff --git a/src/assets/styles/mixins.scss b/src/assets/styles/mixins.scss new file mode 100644 index 0000000000..2825af11e1 --- /dev/null +++ b/src/assets/styles/mixins.scss @@ -0,0 +1,51 @@ +@mixin on-tablet { + @media (min-width: 640px) { + @content; + } +} + +@mixin on-desktop { + @media (min-width: 1200px) { + @content; + } +} + +@mixin hover { + transition: all 0.3s ease; + + &:hover { + @content; + } +} + +@mixin page-grid { + display: grid; + grid-template-columns: repeat(4, 1fr); + column-gap: 16px; + + @include on-tablet { + grid-template-columns: repeat(12, 1fr); + } + + @include on-desktop { + grid-template-columns: repeat(24, 1fr); + } +} + +@mixin page-container { + padding-inline: $container-padding-mobile; + + @include on-tablet { + padding-inline: $container-padding-tablet; + } + + @include on-desktop { + padding-inline: $container-padding-desktop; + } +} + +@mixin font-set($font-map) { + @each $property, $value in $font-map { + #{$property}: $value; + } +} diff --git a/src/assets/styles/page.scss b/src/assets/styles/page.scss new file mode 100644 index 0000000000..dd9a432237 --- /dev/null +++ b/src/assets/styles/page.scss @@ -0,0 +1,32 @@ +* { + box-sizing: border-box; + margin: 0; + padding: 0; + font-family: Mont, sans-serif; + font-weight: 600; + font-size: 12px; + line-height: 15.34px; + color: $primary; + scroll-behavior: smooth; +} + +body.no-scroll { + overflow: hidden; +} + +html { + background-color: $hover-and-bg; +} + +ul, +li { + list-style: none; +} + +a { + text-decoration: none; +} + +button { + border: none; +} diff --git a/src/assets/styles/variables.scss b/src/assets/styles/variables.scss new file mode 100644 index 0000000000..55db42f517 --- /dev/null +++ b/src/assets/styles/variables.scss @@ -0,0 +1,77 @@ +$topbar-height-mobile: 48px; +$topbar-height-desktop: 64px; +$icons-size: 16px; +$icons-margin-mobile: 16px; +$icons-margin-desktop: 24px; +$container-padding-mobile: 16px; +$container-padding-tablet: 24px; +$container-padding-desktop: 32px; +$footer-height-mobile: 270px; +$footer-height-tablet: 96px; +$accent: #4219d0; +$primary: #0f0f11; +$secondary: #89939a; +$icons: #b4bdc3; +$elements: #e2e6e9; +$hover-and-bg: #fafbfc; +$white: #fff; +$mobile-h1: ( + font-size: 32px, + font-weight: 800, + line-height: 41px, + letter-spacing: -0.01em, +); +$tablet-h1: ( + font-size: 48px, + font-weight: 800, + line-height: 56px, + letter-spacing: -0.01em, +); +$mobile-h2: ( + font-size: 22px, + font-weight: 800, + line-height: 30.8px, +); +$tablet-h2: ( + font-size: 32px, + font-weight: 800, + line-height: 41px, + letter-spacing: -0.01em, +); +$mobile-h3: ( + font-size: 20px, + font-weight: 700, + line-height: 25.56px, +); +$tablet-h3: ( + font-size: 22px, + font-weight: 800, + line-height: 30.8px, +); +$mobile-h4: ( + font-size: 16px, + font-weight: 700, + line-height: 20.45px, +); +$tablet-h4: ( + font-size: 20px, + font-weight: 700, + line-height: 25.56px, +); +$uppercase: ( + text-transform: uppercase, + font-size: 12px, + font-weight: 800, + line-height: 11px, + letter-spacing: 0.04em, +); +$buttons: ( + font-size: 14px, + font-weight: 700, + line-height: 21px, +); +$body-text: ( + font-size: 14px, + font-weight: 600, + line-height: 21px, +); diff --git a/src/components/Aside/Aside.module.scss b/src/components/Aside/Aside.module.scss new file mode 100644 index 0000000000..cb0a643b34 --- /dev/null +++ b/src/components/Aside/Aside.module.scss @@ -0,0 +1,115 @@ +@import '../../main'; + +.menu { + background-color: #fff; + transform: translateY(-100%); + transition: transform 0.5s ease; + position: fixed; + inset: 0; + width: 100%; + height: 100vh; + z-index: 20; + + &--active { + transform: translateY(0); + } + + .nav { + align-items: center; + text-align: center; + + &__list { + padding-top: 24px + $topbar-height-mobile; + display: flex; + flex-direction: column; + gap: 16px; + } + + &__item { + padding-block: 8px; + } + + &__link { + position: relative; + padding-block: 8px; + color: $secondary; + text-transform: uppercase; + font-weight: 800; + line-height: 11px; + letter-spacing: 0.04em; + + &:not(.nav__link--active)::after { + content: ''; + height: 2px; + background-color: #0f0f11; + position: absolute; + bottom: 0; + width: 0; + left: 50%; + transform: translateX(-50%); + transition: width 0.3s ease; + } + + @include hover { + &::after { + width: 100%; + } + } + + &--active { + color: #313237; + border-bottom: 2px solid #313237; + } + } + } + + &__bottom { + position: fixed; + bottom: 0; + display: flex; + justify-content: space-around; + width: 100%; + border: 1px solid #e2e6e9; + height: calc(16px + 48px); + + &__icon { + position: relative; + display: flex; + align-self: center; + align-items: center; + justify-content: center; + height: 100%; + width: 100%; + box-shadow: -1px 0 0 0 $elements; + cursor: pointer; + + &--active { + border-bottom: 2px solid #313237; + } + + &__img { + position: relative; + display: flex; + height: $icons-size; + width: $icons-size; + margin: $icons-margin-mobile; + } + + &__count { + position: absolute; + right: 46%; + top: 16px; + transform: translateX(54%); + width: 14px; + height: 14px; + background-color: #4219d0; + border: solid 1px #fff; + border-radius: 50%; + color: #fff; + text-align: center; + font-size: 9px; + line-height: 13px; + } + } + } +} diff --git a/src/components/Aside/Aside.tsx b/src/components/Aside/Aside.tsx new file mode 100644 index 0000000000..de334f9458 --- /dev/null +++ b/src/components/Aside/Aside.tsx @@ -0,0 +1,96 @@ +import cn from 'classnames'; +import style from './Aside.module.scss'; +import { NavLink } from 'react-router-dom'; +import { useContext, useEffect } from 'react'; +import { MenuContext } from '../../store/MenuProvider'; +import like from '../../assets/img/icons/like.svg'; +import cartImg from '../../assets/img/icons/cart.svg'; +import { FavouritesContext } from '../../store/FavouritesProvider'; +import { CartContext } from '../../store/CartProvider'; + +const getActiveLink = ({ isActive }: { isActive: boolean }) => + cn(style.nav__link, { + [style['nav__link--active']]: isActive, + }); + +const getActiveIcon = ({ isActive }: { isActive: boolean }, iconName: string) => + cn(style.menu__bottom__icon, style[`menu__bottom__icon__${iconName}`], { + [style['menu__bottom__icon--active']]: isActive, + }); + +const navItems = [ + { path: '/', name: 'Home' }, + { path: 'phones', name: 'Phones' }, + { path: 'tablets', name: 'Tablets' }, + { path: 'accessories', name: 'Accessories' }, +]; + +export const Aside: React.FC = () => { + const { isMenuActive, setIsMenuActive } = useContext(MenuContext); + const { favourites } = useContext(FavouritesContext); + const { cart, getLengthOfCart } = useContext(CartContext); + + useEffect(() => { + const handleResize = () => { + if (window.innerWidth > 639 && isMenuActive) { + setIsMenuActive(false); + } + }; + + window.addEventListener('resize', handleResize); + + return () => { + window.removeEventListener('resize', handleResize); + }; + }, [isMenuActive, setIsMenuActive]); + + return ( + + ); +}; diff --git a/src/components/Aside/index.ts b/src/components/Aside/index.ts new file mode 100644 index 0000000000..123e2ace66 --- /dev/null +++ b/src/components/Aside/index.ts @@ -0,0 +1 @@ +export * from './Aside'; diff --git a/src/components/Breadcrumbs/Breadcrumbs.module.scss b/src/components/Breadcrumbs/Breadcrumbs.module.scss new file mode 100644 index 0000000000..956e4b7c9e --- /dev/null +++ b/src/components/Breadcrumbs/Breadcrumbs.module.scss @@ -0,0 +1,40 @@ +@import '../../main'; + +.path { + margin-block: 24px; + width: 100%; + display: flex; + align-items: flex-end; + gap: 8px; + + @include on-tablet { + margin-bottom: 40px; + } + + &__link { + display: flex; + gap: 8px; + align-items: flex-end; + } + + &__direction { + color: $secondary; + text-transform: capitalize; + + &--active { + color: black; + } + + @include hover { + transform: scale(1.02); + } + } + + &__product { + color: $secondary; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + cursor: default; + } +} diff --git a/src/components/Breadcrumbs/Breadcrumbs.tsx b/src/components/Breadcrumbs/Breadcrumbs.tsx new file mode 100644 index 0000000000..49c84e3aba --- /dev/null +++ b/src/components/Breadcrumbs/Breadcrumbs.tsx @@ -0,0 +1,36 @@ +import style from './Breadcrumbs.module.scss'; +import home from '../../assets/img/icons/home-icon.svg'; +import rightArrow from '../../assets/img/icons/arrow-right.svg'; +import { NavLink, useLocation } from 'react-router-dom'; +import cn from 'classnames'; + +const getActiveLink = ({ isActive }: { isActive: boolean }) => + cn(style.path__direction, { + [style['path__direction--active']]: isActive, + }); + +type Props = { + name?: string | undefined; +}; + +export const Breadcrumbs: React.FC = ({ name }) => { + const category = useLocation().pathname.split('/').slice(1, 2).join(); + + return ( +
+ + + + + + {category} + + {name && ( + <> + +

{name}

+ + )} +
+ ); +}; diff --git a/src/components/Breadcrumbs/index.ts b/src/components/Breadcrumbs/index.ts new file mode 100644 index 0000000000..ce977548b1 --- /dev/null +++ b/src/components/Breadcrumbs/index.ts @@ -0,0 +1 @@ +export * from './Breadcrumbs'; diff --git a/src/components/CategoryShop/CategoryShop.module.scss b/src/components/CategoryShop/CategoryShop.module.scss new file mode 100644 index 0000000000..f416c86701 --- /dev/null +++ b/src/components/CategoryShop/CategoryShop.module.scss @@ -0,0 +1,52 @@ +@import '../../main'; + +.categoryShop { + @include page-container; + + .title { + @include font-set($mobile-h2); + + margin-bottom: 24px; + + @include on-tablet { + @include font-set($tablet-h2); + } + } + + .content { + display: flex; + flex-direction: column; + gap: 32px; + + @include on-tablet { + flex-direction: row; + gap: 16px; + } + } + + .article { + @include hover { + transform: scale(1.05); + } + + flex-grow: 1; + + &__img { + width: 100%; + margin-bottom: 24px; + display: flex; + } + + &__name { + @include font-set($tablet-h4); + + margin-bottom: 4px; + } + + &__countModels { + @include font-set($body-text); + + color: $secondary; + } + } +} diff --git a/src/components/CategoryShop/CategoryShop.tsx b/src/components/CategoryShop/CategoryShop.tsx new file mode 100644 index 0000000000..1f4b0a3775 --- /dev/null +++ b/src/components/CategoryShop/CategoryShop.tsx @@ -0,0 +1,53 @@ +import style from './CategoryShop.module.scss'; +import mobiles from '../../assets/img/categoryShop/mobile.png'; +import tablet from '../../assets/img/categoryShop/tablet.png'; +import accessories from '../../assets/img/categoryShop/accessories.png'; +import { NavLink } from 'react-router-dom'; +import { useContext } from 'react'; +import { ProductContext } from '../../store/ProductProvider'; + +export const CategoryShop = () => { + const { products } = useContext(ProductContext); + + const countItemsByCategory = (category: string) => { + return [...products].filter(item => item.category === category); + }; + + const categories = [ + { + img: mobiles, + name: 'Mobile phones', + models: `${countItemsByCategory('phones').length} models`, + href: 'phones', + }, + { + img: tablet, + name: 'Tablets', + models: `${countItemsByCategory('tablets').length} models`, + href: 'tablets', + }, + { + img: accessories, + name: 'Accessories', + models: `${countItemsByCategory('accessories').length} models`, + href: 'accessories', + }, + ]; + + return ( +
+

Shop by category

+
+ {categories.map(({ img, name, models, href }) => ( +
+ + {name} +

{name}

+

{models}

+
+
+ ))} +
+
+ ); +}; diff --git a/src/components/CategoryShop/index.ts b/src/components/CategoryShop/index.ts new file mode 100644 index 0000000000..bd05a59c2f --- /dev/null +++ b/src/components/CategoryShop/index.ts @@ -0,0 +1 @@ +export * from './CategoryShop.module.scss'; diff --git a/src/components/Dropdown/Dropdown.module.scss b/src/components/Dropdown/Dropdown.module.scss new file mode 100644 index 0000000000..8cff8dca0c --- /dev/null +++ b/src/components/Dropdown/Dropdown.module.scss @@ -0,0 +1,76 @@ +@import '../../main'; + +.dropdown { + position: relative; + z-index: 150; + + .label { + margin-bottom: 4px; + font-weight: 700; + color: $secondary; + } + + .main { + display: flex; + justify-content: space-between; + padding: 12px; + border: 1px solid $icons; + border-radius: 8px; + cursor: pointer; + + @include hover { + border: 1px solid $secondary; + } + + &--active { + border: 1px solid $primary; + + @include hover { + border: 1px solid $primary; + } + } + + &__text { + @include font-set($buttons); + } + + &__icon { + background-image: url(../../assets/img/icons/arrow-down.svg); + background-repeat: no-repeat; + width: $icons-size; + height: $icons-size; + background-position: center; + transition: transform 0.3s ease; + + &--active { + transform: rotate(180deg); + } + } + } + + .options { + border: 1px solid $elements; + border-radius: 8px; + position: absolute; + width: 100%; + top: 70px; + background-color: $white; + + .option { + @include font-set($body-text); + + padding: 6px 12px; + cursor: pointer; + color: $secondary; + text-transform: capitalize; + + @include hover { + color: $primary; + } + + &--active { + color: $primary; + } + } + } +} diff --git a/src/components/Dropdown/Dropdown.tsx b/src/components/Dropdown/Dropdown.tsx new file mode 100644 index 0000000000..dd0fdd6b79 --- /dev/null +++ b/src/components/Dropdown/Dropdown.tsx @@ -0,0 +1,76 @@ +import style from './Dropdown.module.scss'; +import { useState } from 'react'; +import cn from 'classnames'; +import { useSearchParams } from 'react-router-dom'; +import { SortType } from '../../types/SortType'; + +type Props = { + dropdownName: 'sort' | 'perPage'; +}; + +export const Dropdown: React.FC = ({ dropdownName }) => { + const [searchParams, setSearchParams] = useSearchParams(); + + const variants = + dropdownName === 'sort' + ? ['Newest', 'Alphabetically', 'Cheapest'] + : ['All', 4, 8, 16]; + + const sortBy = searchParams.get('sort') || SortType.Age; + const itemsOnPage = searchParams.get('perPage') || 'All'; + + const [isOpen, setIsOpen] = useState(false); + + const handleSortChange = (dropName: string, option: string | number) => { + const params = new URLSearchParams(searchParams); + + if (option === variants[0]) { + params.delete(dropName); + } else { + params.set(dropName, `${option}`); + } + + setSearchParams(params); + }; + + return ( +
+

+ {dropdownName === 'sort' ? 'Sort by' : 'Items on page'} +

+
setIsOpen(!isOpen)} + onBlur={() => setIsOpen(false)} + > +
+ {dropdownName === 'sort' ? sortBy : itemsOnPage} +
+
+
+ {isOpen && ( +
+ {variants.map(item => ( +
handleSortChange(dropdownName, item)} + key={item} + > + {item} +
+ ))} +
+ )} +
+ ); +}; diff --git a/src/components/Dropdown/index.ts b/src/components/Dropdown/index.ts new file mode 100644 index 0000000000..2f29bad4e6 --- /dev/null +++ b/src/components/Dropdown/index.ts @@ -0,0 +1 @@ +export * from './Dropdown'; diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss new file mode 100644 index 0000000000..6b56ab4ec8 --- /dev/null +++ b/src/components/Footer/Footer.module.scss @@ -0,0 +1,98 @@ +@import '../../main'; + +.footer { + display: flex; + flex-direction: column; + gap: 32px; + padding: 32px 16px; + background-color: $white; + box-shadow: 0 -1px 0 0 $elements; + margin-top: 56px; + + @include on-tablet { + flex-direction: row; + justify-content: space-between; + align-items: center; + padding: 32px; + gap: 0; + margin-top: 64px; + } + + @include on-desktop { + margin-top: 80px; + } + + .logo { + width: 89px; + height: 32px; + + @include hover { + transform: scale(1.05); + } + + &__link { + display: flex; + } + } + + .nav { + &__list { + display: flex; + flex-direction: column; + gap: 16px; + + @include on-tablet { + flex-direction: row; + justify-content: space-between; + gap: 32px; + } + + @include on-desktop { + gap: 108px; + } + } + + &__item { + width: fit-content; + + @include hover { + transform: scale(1.05); + transform-origin: center; + } + } + + &__link { + @include font-set($uppercase); + + color: $secondary; + } + } + + .backToTop { + all: unset; + display: flex; + gap: 16px; + justify-content: center; + align-items: center; + cursor: pointer; + + @include hover { + transform: scale(1.03); + } + + &__text { + color: $secondary; + } + + &__button { + background-image: url(../../assets/img/icons/arrow-up.svg); + background-repeat: no-repeat; + background-position: center; + height: 32px; + width: 32px; + padding: 8px; + border: 1px solid $icons; + border-radius: 48px; + } + } +} diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx new file mode 100644 index 0000000000..34a27e6076 --- /dev/null +++ b/src/components/Footer/Footer.tsx @@ -0,0 +1,46 @@ +import style from './Footer.module.scss'; +import logo from '../../assets/img/logos/mainlogo.svg'; +import { NavLink } from 'react-router-dom'; + +const navigation = [ + { + href: 'https://github.com/Nazarin565/react_phone-catalog/', + name: 'Github', + }, + { + href: 'https://github.com/Nazarin565', + name: 'Contacts', + }, + { + href: 'https://github.com/Nazarin565', + name: 'Rights', + }, +]; + +export const Footer = () => { + return ( +
+ + + + + +
+ ); +}; diff --git a/src/components/Footer/index.ts b/src/components/Footer/index.ts new file mode 100644 index 0000000000..ddcc5a9cd1 --- /dev/null +++ b/src/components/Footer/index.ts @@ -0,0 +1 @@ +export * from './Footer'; diff --git a/src/components/Loader/Loader.module.scss b/src/components/Loader/Loader.module.scss new file mode 100644 index 0000000000..f0526463fd --- /dev/null +++ b/src/components/Loader/Loader.module.scss @@ -0,0 +1,7 @@ +.container { + position: absolute; + inset: 0; + margin: auto; + width: 200px; + height: 200px; +} diff --git a/src/components/Loader/Loader.tsx b/src/components/Loader/Loader.tsx new file mode 100644 index 0000000000..8cd3c6d112 --- /dev/null +++ b/src/components/Loader/Loader.tsx @@ -0,0 +1,8 @@ +import spinner from '../../assets/img/spinners/Spinner.svg'; +import style from './Loader.module.scss'; + +export const Loader = () => ( +
+ +
+); diff --git a/src/components/Loader/index.ts b/src/components/Loader/index.ts new file mode 100644 index 0000000000..d5ce981151 --- /dev/null +++ b/src/components/Loader/index.ts @@ -0,0 +1 @@ +export * from './Loader'; diff --git a/src/components/Pagination/Pagination.module.scss b/src/components/Pagination/Pagination.module.scss new file mode 100644 index 0000000000..62acc47663 --- /dev/null +++ b/src/components/Pagination/Pagination.module.scss @@ -0,0 +1,63 @@ +@import '../../main'; + +.pagination { + display: flex; + gap: 16px; + align-items: center; + justify-content: center; + + .arrow { + background-image: url(../../assets/img/icons/arrow-right-active.svg); + background-repeat: no-repeat; + background-position: center; + width: $icons-size; + height: $icons-size; + padding: 16px; + border: 1px solid $icons; + border-radius: 48px; + background-color: inherit; + cursor: pointer; + + @include hover { + border: 1px solid $primary; + } + + &:disabled { + border: 1px solid $elements; + background-image: url(../../assets/img/icons/arrow-right.svg); + cursor: default; + } + + &--left { + transform: rotateY(180deg); + } + } + + .numbers { + display: flex; + gap: 8px; + + .number { + font-size: 14px; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; + border: 1px solid $elements; + border-radius: 16px; + background-color: inherit; + cursor: pointer; + + &--notEmpty { + @include hover { + border: 1px solid $primary; + } + } + + &--active { + background-color: $primary; + color: $white; + } + } + } +} diff --git a/src/components/Pagination/Pagination.tsx b/src/components/Pagination/Pagination.tsx new file mode 100644 index 0000000000..4543cdd630 --- /dev/null +++ b/src/components/Pagination/Pagination.tsx @@ -0,0 +1,132 @@ +import { useEffect, useState } from 'react'; +import { Product } from '../../types/Product'; +import { getNumbers } from '../../utils/getNumbers'; +import style from './Pagination.module.scss'; +import cn from 'classnames'; + +type Props = { + currentPage: number; + visibleList: Product[]; + perPage: number; + onPageChange: (page: number) => void; +}; + +export const Pagination: React.FC = ({ + currentPage, + visibleList, + perPage, + onPageChange, +}) => { + const totalPages = Math.ceil(visibleList.length / perPage); + + const [device, setDevice] = useState<'mobile' | 'tablet'>(() => { + if (window.innerWidth > 639) { + return 'tablet'; + } + + return 'mobile'; + }); + + useEffect(() => { + const getWidth = () => { + if (window.innerWidth > 639) { + setDevice('tablet'); + } else { + setDevice('mobile'); + } + }; + + window.addEventListener('resize', getWidth); + + return () => window.removeEventListener('resize', getWidth); + }, []); + + const handlePrevPage = () => { + if (currentPage > 1) { + onPageChange(currentPage - 1); + } + }; + + const handleNextPage = () => { + if (currentPage < Math.ceil(visibleList.length / perPage)) { + onPageChange(currentPage + 1); + } + }; + + const getPageNumbers = () => { + const pageNumbers = []; + + pageNumbers.push(1); + + if (totalPages < 6) { + return getNumbers(1, totalPages); + } + + if (device === 'tablet') { + if (currentPage < 6) { + pageNumbers.push(2, 3, 4, 5, 6, 7); + pageNumbers.push('...'); + } else if (currentPage > totalPages - 5) { + pageNumbers.push('...'); + getNumbers(totalPages - 6, totalPages - 1).map(num => + pageNumbers.push(num), + ); + } else { + pageNumbers.push('...'); + getNumbers(currentPage - 2, currentPage + 2).map(num => + pageNumbers.push(num), + ); + pageNumbers.push('...'); + } + } else { + if (currentPage < 3) { + pageNumbers.push(2, 3); + pageNumbers.push('...'); + } else if (currentPage > totalPages - 2) { + pageNumbers.push('...'); + getNumbers(totalPages - 2, totalPages - 1).map(num => + pageNumbers.push(num), + ); + } else { + pageNumbers.push('...', currentPage, '...'); + } + } + + pageNumbers.push(totalPages); + + return pageNumbers; + }; + + const pageNumbers = getPageNumbers(); + + return ( +
+
+ ); +}; diff --git a/src/components/Pagination/index.ts b/src/components/Pagination/index.ts new file mode 100644 index 0000000000..e016c96b72 --- /dev/null +++ b/src/components/Pagination/index.ts @@ -0,0 +1 @@ +export * from './Pagination'; diff --git a/src/components/ProductCard/ProductCard.module.scss b/src/components/ProductCard/ProductCard.module.scss new file mode 100644 index 0000000000..412bf69d08 --- /dev/null +++ b/src/components/ProductCard/ProductCard.module.scss @@ -0,0 +1,151 @@ +@import '../../main'; + +.card { + padding: 32px; + border: 1px solid $elements; + border-radius: 8px; + background-color: $white; + display: flex; + flex-direction: column; + gap: 8px; + min-width: 232px; + + @include on-tablet { + min-width: 245px; + } + + @include on-desktop { + min-width: 277px; + } + + @include hover { + box-shadow: 0 2px 16px 0 #0000001a; + } + + .img { + height: 148px; + width: 129px; + margin: auto; + cursor: pointer; + object-fit: contain; + + &__link { + display: flex; + } + + @include on-tablet { + height: 202px; + width: 173px; + } + + @include on-desktop { + height: 208px; + width: 196px; + } + + @include hover { + transform: scale(1.03); + z-index: 5; + } + } + + .title { + @include font-set($body-text); + + padding-top: 16px; + height: 60px; + cursor: pointer; + + @include hover { + color: #78787a; + } + } + + .price { + display: flex; + align-items: center; + gap: 8px; + + &__actual { + @include font-set($tablet-h3); + } + + &__old { + font-size: 22px; + font-weight: 600; + line-height: 28.12px; + color: $secondary; + text-decoration: line-through; + } + } + + .divider { + border: 1px solid $elements; + } + + .specs { + padding-block: 8px; + display: flex; + flex-direction: column; + gap: 8px; + + &__item { + display: flex; + justify-content: space-between; + } + + &__key { + font-weight: 700; + color: $secondary; + } + + &__value { + font-weight: 700; + } + } + + .buttons { + display: flex; + justify-content: space-between; + gap: 8px; + + &__add { + color: $white; + background-color: $accent; + border-radius: 48px; + padding: 9.5px 0; + width: 75%; + cursor: pointer; + + @include hover { + box-shadow: 0 3px 13px 0 #17203166; + } + + &--active { + border: 1px solid $elements; + color: $accent; + background-color: $hover-and-bg; + } + } + + &__like { + border: 1px solid $icons; + border-radius: 48px; + cursor: pointer; + background-image: url(../../assets/img/icons/like.svg); + background-repeat: no-repeat; + background-position: center; + background-size: 16px; + width: 40px; + height: 40px; + + @include hover { + border: 1px solid $primary; + } + + &--active { + background-image: url(../../assets/img/icons/like-active.svg); + } + } + } +} diff --git a/src/components/ProductCard/ProductCard.tsx b/src/components/ProductCard/ProductCard.tsx new file mode 100644 index 0000000000..101aecf278 --- /dev/null +++ b/src/components/ProductCard/ProductCard.tsx @@ -0,0 +1,71 @@ +import style from './ProductCard.module.scss'; +import { Product } from '../../types/Product'; +import { NavLink } from 'react-router-dom'; +import cn from 'classnames'; +import { useContext } from 'react'; +import { FavouritesContext } from '../../store/FavouritesProvider'; +import { CartContext } from '../../store/CartProvider'; + +type Props = { + prod: Product; + discount?: boolean; +}; + +export const ProductCard: React.FC = ({ prod, discount = true }) => { + const specs = [ + { key: 'Screen', value: prod.screen }, + { key: 'Capacity', value: prod.capacity }, + { key: 'Ram', value: prod.ram }, + ]; + + const { getActiveLike, handleLike } = useContext(FavouritesContext); + const { getActiveButton, handleAddButton } = useContext(CartContext); + + return ( +
+ window.scrollTo(0, 0)} + > + + + + {prod.name} + +
+
+ ${discount ? prod.price : prod.fullPrice} +
+ {prod.fullPrice && discount && ( +
${prod.fullPrice}
+ )} +
+
+
+ {specs.map(({ key, value }) => ( +
+
{key}
+
{value}
+
+ ))} +
+
+ +
handleLike(prod)} + /> +
+
+ ); +}; diff --git a/src/components/ProductCard/index.ts b/src/components/ProductCard/index.ts new file mode 100644 index 0000000000..7ce031c382 --- /dev/null +++ b/src/components/ProductCard/index.ts @@ -0,0 +1 @@ +export * from './ProductCard'; diff --git a/src/components/ProductInCart/ProductInCart.module.scss b/src/components/ProductInCart/ProductInCart.module.scss new file mode 100644 index 0000000000..614bc1c135 --- /dev/null +++ b/src/components/ProductInCart/ProductInCart.module.scss @@ -0,0 +1,102 @@ +@import '../../main'; + +.product { + display: flex; + flex-direction: column; + gap: 16px; + background-color: $white; + border: 1px solid $elements; + border-radius: 16px; + padding: 16px; + + @include on-tablet { + padding: 24px; + + flex-direction: row; + gap: 24px; + justify-content: space-between; + } + + .about { + display: flex; + align-items: center; + gap: 16px; + + &__close { + height: $icons-size; + width: $icons-size; + cursor: pointer; + fill: $icons; + + @include hover { + fill: $primary; + transform: scale(1.01); + } + } + + &__imgLink { + display: flex; + + @include hover { + transform: scale(1.03); + } + } + + &__img { + width: 80px; + height: 80px; + object-fit: contain; + } + + &__title { + @include hover { + color: #78787a; + } + } + } + + .actions { + display: flex; + justify-content: space-between; + align-items: center; + + @include on-tablet { + gap: 24px; + } + + &__buttons { + display: flex; + align-items: center; + gap: 14px; + width: 100px; + text-align: center; + + &__button { + background: none; + border: none; + padding: 0; + margin: 0; + cursor: pointer; + display: flex; + + &--unactive { + cursor: default; + color: $icons; + } + } + + &__count { + @include font-set($body-text); + + width: 20px; + } + } + + &__price { + @include font-set($tablet-h3); + + width: 90px; + text-align: right; + } + } +} diff --git a/src/components/ProductInCart/ProductInCart.tsx b/src/components/ProductInCart/ProductInCart.tsx new file mode 100644 index 0000000000..7eb5098375 --- /dev/null +++ b/src/components/ProductInCart/ProductInCart.tsx @@ -0,0 +1,94 @@ +import { + AiOutlineClose, + AiOutlineMinusCircle, + AiOutlinePlusCircle, +} from 'react-icons/ai'; +import style from './ProductInCart.module.scss'; +import { Product } from '../../types/Product'; +import { useContext } from 'react'; +import { CartContext } from '../../store/CartProvider'; +import cn from 'classnames'; +import { Link } from 'react-router-dom'; + +type Props = { + prod: Product; +}; + +export const ProductInCart: React.FC = ({ prod }) => { + const { setCart, handleAddButton } = useContext(CartContext); + + const handleMinusCount = () => + setCart(prev => + prev.map(item => + item.id === prod.id && item.inCart + ? { ...item, inCart: item.inCart - 1 } + : item, + ), + ); + + const handlePlusCount = () => + setCart(prev => + prev.map(item => + item.id === prod.id && item.inCart + ? { ...item, inCart: item.inCart + 1 } + : item, + ), + ); + + return ( +
+
+ handleAddButton(prod)} + /> + + phone + + + {prod.name} + +
+
+
+ +

+ {prod.inCart ? prod.inCart : '000'} +

+ +
+

+ ${prod.price * (prod.inCart || 1)} +

+
+
+ ); +}; diff --git a/src/components/ProductInCart/index.ts b/src/components/ProductInCart/index.ts new file mode 100644 index 0000000000..dc65709e1b --- /dev/null +++ b/src/components/ProductInCart/index.ts @@ -0,0 +1 @@ +export * from './ProductInCart'; diff --git a/src/components/ProductSlider/ProductSlider.module.scss b/src/components/ProductSlider/ProductSlider.module.scss new file mode 100644 index 0000000000..5d44c4cfb8 --- /dev/null +++ b/src/components/ProductSlider/ProductSlider.module.scss @@ -0,0 +1,85 @@ +@import '../../main'; + +.productSlider { + display: flex; + flex-direction: column; + justify-content: space-between; + gap: 24px; + + &__header { + display: flex; + justify-content: space-between; + gap: 16px; + + @include page-container; + + .title { + @include font-set($mobile-h2); + + @include on-tablet { + @include font-set($tablet-h2); + } + } + + .arrows { + display: flex; + gap: 16px; + align-items: center; + + &__left { + height: 32px; + width: 32px; + padding: 8px; + border: 1px solid $elements; + border-radius: 48px; + cursor: pointer; + background-image: url(../../assets/img/icons/arrow-right.svg); + transform: scaleX(-1); + background-repeat: no-repeat; + background-position: center; + + &--active { + background-image: url(../../assets/img/icons/arrow-right-active.svg); + transform: scaleX(-1); + background-repeat: no-repeat; + background-position: center; + border: 1px solid $icons; + } + } + + &__right { + height: 32px; + width: 32px; + padding: 8px; + border: 1px solid $elements; + border-radius: 48px; + cursor: pointer; + background-image: url(../../assets/img/icons/arrow-right.svg); + background-repeat: no-repeat; + background-position: center; + + &--active { + background-image: url(../../assets/img/icons/arrow-right-active.svg); + background-repeat: no-repeat; + background-position: center; + border: 1px solid $icons; + } + } + } + } + + .productCard { + display: flex; + gap: 16px; + padding-left: $container-padding-mobile; + overflow-x: auto; + + @include on-tablet { + padding-left: $container-padding-tablet; + } + + @include on-desktop { + padding-left: $container-padding-desktop; + } + } +} diff --git a/src/components/ProductSlider/ProductSlider.tsx b/src/components/ProductSlider/ProductSlider.tsx new file mode 100644 index 0000000000..520b7232ac --- /dev/null +++ b/src/components/ProductSlider/ProductSlider.tsx @@ -0,0 +1,106 @@ +import style from './ProductSlider.module.scss'; +import { ProductCard } from '../ProductCard'; +import React, { useContext, useEffect, useRef, useState } from 'react'; +import cn from 'classnames'; +import { ProductContext } from '../../store/ProductProvider'; +import { getVisibleProducts } from '../../utils/getVisibleProducts'; +import { Product } from '../../types/Product'; + +type ScrollValues = 228 | 261 | 304; + +type Props = { + title: string; + discount: boolean; + random: boolean; +}; + +export const ProductSlider: React.FC = ({ title, discount, random }) => { + const scrollRef = useRef(null); + const [scrollValue, setScrollValue] = useState(228); + const [canScrollLeft, setCanScrollLeft] = useState(false); + const [canScrollRight, setCanScrollRight] = useState(true); + const { products } = useContext(ProductContext); + + const [visibleList, setVisibleList] = useState([]); + + useEffect(() => { + const newList = getVisibleProducts(products, discount, random); + + setVisibleList(newList); + }, [discount, products, random]); + + useEffect(() => { + const getScrollValue = () => { + if (window.innerWidth > 639) { + setScrollValue(261); + } + + if (window.innerWidth > 1200) { + setScrollValue(304); + } + }; + + getScrollValue(); + window.addEventListener('resize', getScrollValue); + + return () => window.removeEventListener('resize', getScrollValue); + }, []); + + useEffect(() => { + const currentRef = scrollRef.current; + const updateScrollArrows = () => { + if (currentRef) { + const { scrollLeft, scrollWidth, clientWidth } = scrollRef.current; + + setCanScrollLeft(scrollLeft > 0); + setCanScrollRight(scrollLeft + clientWidth < scrollWidth); + } + }; + + updateScrollArrows(); + if (currentRef) { + currentRef.addEventListener('scroll', updateScrollArrows); + } + + return () => currentRef?.removeEventListener('scroll', updateScrollArrows); + }, []); + + const scrollRight = () => { + if (scrollRef.current) { + scrollRef.current.scrollBy({ left: scrollValue }); + } + }; + + const scrollLeft = () => { + if (scrollRef.current) { + scrollRef.current.scrollBy({ left: -scrollValue }); + } + }; + + return ( +
+
+

{title}

+
+
+
+
+
+
+ {visibleList?.map(prod => ( + + ))} +
+
+ ); +}; diff --git a/src/components/ProductSlider/index.ts b/src/components/ProductSlider/index.ts new file mode 100644 index 0000000000..5349238270 --- /dev/null +++ b/src/components/ProductSlider/index.ts @@ -0,0 +1 @@ +export * from './ProductSlider'; diff --git a/src/components/Slider/Slider.module.scss b/src/components/Slider/Slider.module.scss new file mode 100644 index 0000000000..3758e64255 --- /dev/null +++ b/src/components/Slider/Slider.module.scss @@ -0,0 +1,69 @@ +@import '../../main'; + +.img { + width: 100%; + aspect-ratio: 1 / 1; + object-position: center; + object-fit: cover; + + @include on-tablet { + max-height: 324px; + object-fit: contain; + padding-inline: 75px; + display: flex; + justify-content: center; + align-items: center; + align-self: center; + } + + @include on-desktop { + max-height: 432px; + } +} + +.paginationContainer { + margin-top: 36px; +} + +.swiperButtonNext, +.swiperButtonPrev { + background-color: $hover-and-bg; + border: 1px solid $icons; + width: 32px; + height: 80%; + border-radius: 48px; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + transition: background-color 0.3s; + position: absolute; + top: 50%; + transform: translateY(-50%); + z-index: 10; + + @include hover { + background-color: rgba(0, 0, 0, 0.8); + } + + @include on-desktop { + top: 210px; + height: 85%; + } +} + +.swiperButtonNext { + right: 24px; + background-image: url(../../assets/img/icons/arrow-right.svg); + background-repeat: no-repeat; + background-position: center; + color: $primary; +} + +.swiperButtonPrev { + background-image: url(../../assets/img/icons/arrow-left.svg); + background-repeat: no-repeat; + background-position: center; + color: $primary; + left: 24px; +} diff --git a/src/components/Slider/Slider.tsx b/src/components/Slider/Slider.tsx new file mode 100644 index 0000000000..cd0dcb37be --- /dev/null +++ b/src/components/Slider/Slider.tsx @@ -0,0 +1,71 @@ +import slider1_mobile from '../../assets/img/slider/slider-1-mobile.png'; +import slider1_tablet from '../../assets/img/slider/slider-1-tablet.png'; +import slider2 from '../../assets/img/slider/slider-2.png'; +import slider3 from '../../assets/img/slider/slider-3.png'; +import style from './Slider.module.scss'; +import { Swiper, SwiperSlide } from 'swiper/react'; +// eslint-disable-next-line import/no-extraneous-dependencies +import { Pagination, Autoplay, Navigation, Thumbs } from 'swiper/modules'; +import 'swiper/scss'; +import 'swiper/scss/pagination'; +import { useEffect } from 'react'; +import { useState } from 'react'; + +export const Slider = () => { + const [isActiveNavigation, setIsActiveNavigation] = useState(false); + + useEffect(() => { + const updateSwiperSettings = () => { + if (window.innerWidth > 639) { + setIsActiveNavigation(true); + } else { + setIsActiveNavigation(false); + } + }; + + updateSwiperSettings(); + window.addEventListener('resize', updateSwiperSettings); + + return () => window.removeEventListener('resize', updateSwiperSettings); + }, []); + + return ( + + + + + +
+ +
+
+ + + +
+ + {isActiveNavigation && ( + <> +
+
+ + )} + + ); +}; diff --git a/src/components/Slider/index.ts b/src/components/Slider/index.ts new file mode 100644 index 0000000000..f48a854158 --- /dev/null +++ b/src/components/Slider/index.ts @@ -0,0 +1 @@ +export * from './Slider'; diff --git a/src/components/TopBar/TopBar.module.scss b/src/components/TopBar/TopBar.module.scss new file mode 100644 index 0000000000..a3c3b4f1dd --- /dev/null +++ b/src/components/TopBar/TopBar.module.scss @@ -0,0 +1,214 @@ +@import '../../main'; + +.topbar { + height: $topbar-height-mobile; + + @include on-desktop { + height: $topbar-height-desktop; + } + + z-index: 100; + width: 100%; + background-color: $white; + box-shadow: 0 1px 0 0 $elements; + display: flex; + justify-content: space-between; + align-items: center; + gap: 16px; + position: sticky; + top: 0; + + &__left { + display: flex; + align-items: center; + + @include on-tablet { + gap: 16px; + } + + @include on-desktop { + gap: 24px; + } + + .logo { + height: 22px; + width: 64px; + + @include on-desktop { + height: 28px; + width: 80px; + } + + margin: 13px 16px; + + @include on-desktop { + margin: 18px 24px; + } + + @include hover { + transform: scale(1.07); + } + + &__link { + display: flex; + } + } + + .nav { + display: none; + + @include on-tablet { + display: block; + } + + &__list { + display: flex; + + @include on-tablet { + gap: 32px; + } + + @include on-desktop { + gap: 64px; + } + + align-items: center; + } + + &__item { + display: flex; + height: $topbar-height-mobile; + + @include on-desktop { + height: $topbar-height-desktop; + } + + align-items: center; + } + + &__link { + @include font-set($uppercase); + + display: flex; + color: $secondary; + align-items: center; + height: 100%; + position: relative; + + &:not(.nav__link--active)::after { + content: ''; + height: 3px; + background-color: $primary; + position: absolute; + bottom: 0; + width: 0; + left: 50%; + transform: translateX(-50%); + transition: width 0.3s ease; + } + + @include hover { + transform: scale(1.06); + &::after { + width: 100%; + } + } + + &--active { + color: $primary; + border-bottom: 3px solid $primary; + } + } + } + } + + &__right { + display: flex; + align-items: center; + } + + &__iconContainer { + position: relative; + box-shadow: -1px 0 0 0 $elements; + display: flex; + justify-content: center; + align-items: center; + + cursor: pointer; + + &:not(.topbar__iconContainer--active)::after { + content: ''; + height: 2.5px; + background-color: $primary; + width: 0; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); + transition: width 0.3s ease; + } + + @include hover { + &:not(.topbar__burgerMenu)::after { + width: 100%; + } + } + + &--active { + bottom: 1px; + border-bottom: 3px solid $primary; + } + } + + &__icon { + position: relative; + display: flex; + height: $icons-size; + width: $icons-size; + margin: $icons-margin-mobile; + + @include on-desktop { + margin: $icons-margin-desktop; + } + + @include hover { + transform: scale(1.06); + } + } + + &__count { + position: absolute; + right: 9px; + top: 10px; + width: 14px; + height: 14px; + background-color: $accent; + border: solid 1px $white; + border-radius: 50%; + color: white; + text-align: center; + font-size: 9px; + line-height: 13px; + + @include on-desktop { + right: 17px; + top: 18px; + } + } + + &__iconLike, + &__iconCart { + display: none; + + @include on-tablet { + position: relative; + display: block; + } + } + + &__burgerMenu { + @include on-tablet { + display: none; + } + } +} diff --git a/src/components/TopBar/TopBar.tsx b/src/components/TopBar/TopBar.tsx new file mode 100644 index 0000000000..edf2813d9d --- /dev/null +++ b/src/components/TopBar/TopBar.tsx @@ -0,0 +1,100 @@ +import logo from '../../assets/img/logos/mainlogo.svg'; +import style from './TopBar.module.scss'; +import { AiOutlineMenu, AiOutlineClose } from 'react-icons/ai'; +import like from '../../assets/img/icons/like.svg'; +import cartImg from '../../assets/img/icons/cart.svg'; +import { NavLink, useSearchParams } from 'react-router-dom'; +import cn from 'classnames'; +import { Aside } from '../Aside'; +import { useContext } from 'react'; +import { MenuContext } from '../../store/MenuProvider'; +import { FavouritesContext } from '../../store/FavouritesProvider'; +import { CartContext } from '../../store/CartProvider'; + +const getActiveNavLink = ({ isActive }: { isActive: boolean }) => + cn(style.nav__link, { + [style['nav__link--active']]: isActive, + }); + +const getActiveIcon = ({ isActive }: { isActive: boolean }, iconName: string) => + cn(style.topbar__iconContainer, style[`topbar__${iconName}`], { + [style['topbar__iconContainer--active']]: isActive, + }); + +const navItems = [ + { path: '/', name: 'Home' }, + { path: 'phones', name: 'Phones' }, + { path: 'tablets', name: 'Tablets' }, + { path: 'accessories', name: 'Accessories' }, +]; + +export const TopBar = () => { + const { isMenuActive, setIsMenuActive } = useContext(MenuContext); + const [searchParams] = useSearchParams(); + const { favourites } = useContext(FavouritesContext); + const { cart, getLengthOfCart } = useContext(CartContext); + + return ( + <> +
+
+ + logo + + +
+ +
+ + getActiveIcon({ isActive }, 'iconLike') + } + > + + {!!favourites.length && ( + {favourites.length} + )} + + + + getActiveIcon({ isActive }, 'iconCart') + } + > + + {!!cart.length && ( + {getLengthOfCart()} + )} + + +
setIsMenuActive(!isMenuActive)} + > + {isMenuActive ? ( + + ) : ( + + )} +
+
+
+