Apple MacBook Pro 2023 14″ M3 Pro 14-Core GPU 512GB SSD 18GB RAM Space Black

4 sold in last 14 hours
Hurry! Over 8 people have this in their carts
  •  Delivery & Return

    Delivery

    We ship to all 50 states, Washington DC.
    All orders are shipped with a UPS tracking number.
    Always free shipping for orders over US $200.
    During sale periods and promotions the delivery time may be longer than normal.

    Return

    Elessi will accept exchanges and returns of unworn and unwashed garments within 30 days of the date of purchase (14 days during the sales period), on presentation of the original till receipt at any store where the corresponding collection is available within the country of purchase.

    Your return will usually be processed within a week to a week and a half. We’ll send you a Return Notification email to notify you once the return has been completed.
    Please allow 1-3 business days for refunds to be received to the original form of payment once the return has been processed.

    Help

    Give us a shout if you have any other questions and/or concerns.
    Email: contact@mydomain.com
    Phone: +1 (23) 456 789

  •  Ask a Question
  Estimated Delivery: Fri, Apr 24 – Tue, Apr 28
  ... people are viewing this right now

  Share

body {
margin: 0;
width: 100%;
max-width: 900px;
margin-right: auto;
margin-left: auto;
}

.pt_container {
/* border: solid 25px #d3d3d3; */
}

.pt_header {
background: #433857;
padding: 25px;
display: flex;
justify-content: center;
align-items: center;
}

.logo_container {
display: flex;
flex-direction: column;
align-items: center;
}

.pt_logo {
height: 125px;
width: 170px;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}

.logo_name {
color: #fff;
font-weight: bold;
font-size: 25px;
font-family: Roboto, sans-serif;
margin-top: 10px;
}

/* Navigation tabs */
.nav_tabs_container {
position: relative;
overflow: hidden;
}

.nav_tabs {
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
-ms-overflow-style: none;
scrollbar-width: none;
white-space: nowrap;
gap: 0.5rem;
background: #fff;
padding: 25px 25px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav_tabs::-webkit-scrollbar {
display: none;
}

.nav_button {
background-color: #F2EDF6;
color: #80709B;
font-size: 12px;
border: none;
padding: 10px 10px;
min-width: 10rem;
cursor: pointer;
transition: background-color 0.3s ease;
text-decoration: none;
text-align: center;
}

.nav_button:hover {
opacity: 0.7;
text-decoration: none;
color: #80709B;
}

/* Fade-out effect on the edges */
.nav_tabs_container::before,
.nav_tabs_container::after {
content: ”;
position: absolute;
top: 0;
bottom: 0;
width: 100px;
pointer-events: none;
z-index: 1;
}

.nav_tabs_container::before {
left: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.nav_tabs_container::after {
right: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.pt_middle_section {
padding: 25px 30px;
}

.pt_device_testing {
padding: 25px 30px;
background: #f0f0f0;
}

.pt_mainTitle {
font-size: 22px;
color: #656565;
font-family: Roboto, sans-serif;
}

.pt_title {
font-size: 14px;
font-family: Roboto, sans-serif;
color: #757575;
font-weight: bold;
}

.pt_desc {
color: #757575;
font-size: 14px;
font-family: Roboto, sans-serif;
margin: 0.5rem 0;
}

.pt_mid_flex {
margin: 0.5rem 0;
}

.pt_label {
}

.pt_radio_tabs {
background: #F6F6F6;
}

.pt_shipping_information {
padding-top: 1.5rem;
}

.pt_sections {
padding: 10px 30px;
color: #757575;
font-size: 14px;
font-family: Roboto, sans-serif;
}

.pt_disclaimer_section {
background: #19212b;
}

.pt_disclaimer_text {
color: #fff;
font-style: italic;
font-size: 12px;
padding: 40px 50px;
font-family: Roboto, sans-serif;
}

.other_stores_container {
padding-bottom: 30px
}

.other_stores_header {
display: flex;
justify-content: center;
color: #656565;
font-family: Roboto, sans-serif;
font-size: 18px;
font-weight: 600;
letter-spacing: 2.4px;
padding-bottom: 20px;
}

.other_stores_icons {
display: flex;
justify-content: space-evenly;
}

.other_stores_icon_container {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
cursor: pointer;
}

.other_stores_icon_header {
color: #656565;
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 500;
}

.other_stores_icon_text {
color: #757575;
font-family: Roboto, sans-serif;
font-size: 12px;
width: 120px;
text-align: center;
}

.other_stores_icon_bbb {
width: 75px;
height: 75px;
}

.other_stores_icon_pt {
width: 100px;
height: 75px;
}

.suggested_listings_container {
position: relative;
overflow: hidden;
margin: 0px 30px;
}

.suggested_listings {
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
-ms-overflow-style: none;
scrollbar-width: none;
white-space: nowrap;
gap: 0.5rem;
}

.suggested_listing_container {
border: 1px solid #D6D6D6;
border-radius: 5%;
padding: 5px;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.25rem;
}

.suggested_listing_img {
width: 125px;
height: 125px;
border-radius: 5%;
}

.suggested_listing_title {
color: #272727;
font-family: Roboto, sans-serif;
font-size: 10px;
width: 120px;
height: 30px;
text-align: center;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
word-wrap: break-word;
}

.suggested_listing_price {
color: #272727;
font-family: Roboto, sans-serif;
font-size: 10px;
text-align: center;
}

/* Fade-out effect on the edges */
.suggested_listings_container::before,
.suggested_listings_container::after {
content: ”;
position: absolute;
top: 0;
bottom: 0;
width: 100px;
pointer-events: none;
z-index: 1;
}

.suggested_listings_container::before {
left: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.suggested_listings_container::after {
right: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

svg {
width: 17px;
height: 17px;
fill: #8E825A;
}

section {
display: none;
padding: 20px 0 0;
}

input {
display: none;
}

label {
display: inline-block;
margin: 0 0 -1px;
padding: 10px 25px;
text-align: center;
color: #656565;
font-family: Roboto, sans-serif;
font-size: 16px;
}

label:hover {
font-weight: 600;
cursor: pointer;
}

input:checked+label {
border-bottom: 1px solid #6CBBC6;
font-weight: bold;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
display: block;
}

@media (max-width: 767px) {
.pt_header {
padding: 10px 10px 10px 0;
}
}

New Apple MacBook Pro 2023 14″ M3 Pro 14-Core GPU 512GB SSD 18GB RAM Space Black
Condition: New
The brand-new, unused, unopened, undamaged item is in its original packaging (where packaging is applicable). Packaging should be the same as what is found in a retail store, unless the item is handmade or was packaged by the manufacturer in non-retail packaging, such as an unprinted box or plastic bag. See the seller’s listing for full details
Photos:
Photos are of actual device. Reference pictures to see what accessories are included in this listing. All devices are factory reset. We are unable to provide the serial number at this time due to fraudulent warranty claims when published in a public forum. If you have any questions regarding the serial number or warranty information please send us an eBay message.
You Might Also Like:

We ship within 1 business day. Example: if you pay for an item on Tuesday, we ship it out before the end of the day Wednesday. If you pay for an item on Friday through Sunday, we will ship it out before the end of the day Monday. These commitments are in accordance to eBay guidelines.

Please contact us if you experience any issues upon delivery of your purchase.

We are proud of the service and quality of the products we provide. If you have received an item this is defective or damaged, you can return your item within 30 days of ordering. Send us a
message through eBay messages and we will be happy to help resolve any issue!

We are a family run business that relies on eBay, so please be honest about why you are returning products. When people are dishonest it hurts our standing on eBay and makes it difficult to sell our quality items.
Thank you.

Please contact us if you experience any issues upon delivery of your purchase.

As a full-service company, our goal is to provide 100% satisfaction to our customers, our long-term clients, our employees, and the communities in which we live.

You can contact us through eBay messages.

Brand

Apple

GPU

14-Core Integrated GPU

MPN

MRX33LL/A

Screen Size

14 in

SSD Capacity

512 GB

Operating System

Mac OS

Series

MacBook Pro

Processor

Apple M3 Pro

Storage Type

SSD (Solid State Drive)

Maximum Resolution

3024 x 1964

RAM Size

18 GB

Release Year

2023

Connectivity

HDMI, USB-C, SD Card Slot

Graphics Processing Type

Integrated/On-Board Graphics

Color

Black

Features

Bluetooth, Built-in Microphone, Built-in Webcam, Built-in Speakers, Backlit Keyboard, Force Touch Trackpad, Multi-Touch Trackpad, Touch ID, Wi-Fi

Model

A2992

UPC

195949000034

0.00
0 reviews
5
0
4
0
3
0
2
0
1
0

Only logged in customers who have purchased this product may leave a review.

Reviews

There are no reviews yet.

SKU: 335531019806 Category:  Tags: ,
My Cart
Wishlist
Recently Viewed
Categories

Newsletter

Be the first to know about our new arrivals, exclusive offers and the latest fashion update.


Compare Products (0 Products)
Apple MacBook Pro 2023 14" M3 Pro 14-Core GPU 512GB SSD 18GB RAM Space Black

Apple MacBook Pro 2023 14" M3 Pro 14-Core GPU 512GB SSD 18GB RAM Space Black

Request a Call Back

    Apple MacBook Pro 2023 14" M3 Pro 14-Core GPU 512GB SSD 18GB RAM Space Black

    Apple MacBook Pro 2023 14" M3 Pro 14-Core GPU 512GB SSD 18GB RAM Space Black

    Ask a Question