.macbook-pro-14-6 {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
}

.featured-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.tabs1 {
    width: 239px;
    height: 56px;
    border-radius: 200px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 51px;
    font-weight: 600;
    cursor: pointer;
}

.tabs2 {
    width: 241px;
    height: 56px;
    border-radius: 200px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 51px;
    font-weight: 600;
    cursor: pointer;
}

.tabs3,
.all-tabs-proudcts {
    font-weight: 600;
    font-size: 16px;
}

.featured-products1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.images a {
    text-decoration: none;
}

.product-image-or-video,
.product-image-or-video-main {
    width: 323px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.product-image-or-video {
    height: 429px;
}

.product-image-or-video-main {
    height: 540px;
}

.product-image-or-video:hover,
.product-image-or-video-main:hover {
    transform: scale(1.02);
}

.product-info {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
}

.product {
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 18px 17px;
    display: flex;
    align-items: center;
}

.product1 {
    display: flex;
    gap: 24px;
    align-items: center;
}

.product-image-icon {
    width: 54px;
    height: auto;
    object-fit: cover;
    display: block;
}

.product-text {
    width: 206px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-parent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category {
    font-size: 11px;
    color: #898989;
    font-weight: 300;
}

.product-title a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-title a:hover {
    color: #555;
}

.sale-priceregular-price {
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

.pagination-dots {
    display: flex;
    justify-content: center;
    gap: 19px;
}

.pagination-dots-child,
.pagination-dots-item {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.pagination-dots-child {
    background-color: #d9d9d9;
}

.pagination-dots-item {
    background-color: #000;
}
