Kamrui Pinova P1 P1 Black 2021
Über dieses Desktop
Product description .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } .aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255,255,255,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0,0,0,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Premium-module 5: Comparision table - scroller */ .aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px; } /* position column-headers relative to this table */ .aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1; } .aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0; } .aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%; } .aplus-v2 .premium-aplus-module-5 td.attribute { min-width: 300px; top: auto; left: 0; z-index: 100; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto; } .aplus-v2 .premium-aplus-module-5 td.active-item, .aplus-v2 .premium-aplus-module-5 th.active-item { top: auto; left: 300px; z-index: 100; } html[dir="rtl"] .premium-aplus-module-5 td.active-item, html[dir="rtl"] .premium-aplus-module-5 th.active-item { left: auto; right: 300px; } .aplus-v2 .premium-aplus-module-5 .attribute, .aplus-v2 .premium-aplus-module-5 .active-item{ position: sticky; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td, .aplus-v2 .premium-aplus-module-5 table.a-bordered th { background-color: #fff; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: "?"; display: inline-block; font-size: 12px; position: relative; bottom: 5px; } .aplus-v2 .premium-aplus-module-5 .product-title { font-size: 15px; padding: 10px 0; } .aplus-v2 .premium-aplus-module-5 .scroll-width { overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 300px; } .aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px; } /* Override default AUI .a-bordered table borders */ .aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid; } /* Size the top scroller */ .aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px; } .aplus-v2 .premium-aplus-module-5 .add-to-cart { line-height: 1rem; font-weight: normal; } .aplus-v2 .premium-aplus-module-5 .review { font-size: 14px; } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ /** * Premium-module 12: Nav Carousel */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-card { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-container { position: relative; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container { /* Match the aspect ratio of the desktop image uploaded via the editor (1464px x 600px) */ padding-top: calc(600 / 1464 * 100%); /* ~40.983% */ height: 0; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container > div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } /* Override AUI styles. It poorly attempts to measure the slide heights before waiting until images load. */ .aplus-v2 .premium-aplus-module-12 .a-carousel-viewport { height: 100% !important; } .aplus-v2 .premium-aplus-module-12 .aplus-card-image img { width: 100%; height: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-card-details-wrapper { position: absolute; top: 0; width: 50%; height: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-card-detail { display: table; width: 100%; height: 100% } .aplus-v2 .premium-aplus-module-12 .card-description { text-align: left; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .card-description { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-table-cell { display: table-cell; vertical-align: middle; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background { padding: 20px; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color { background: rgba(0, 0, 0, 0.5); } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h1, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h5, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol .a-list-item, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-12 .description { margin-top: 20px; } /* nav */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions { position: absolute; top: 20px; width: 100%; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn { display: inline-block; margin: 7px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; line-height: 2.5em; min-width: 200px; background-color: #fff; white-space: nowrap; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-index { display: none; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.aplus-active { border-color: #fff; background-color: #000; color: #fff; } /** * Regimen template specific css */ html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: right; top: 50%; width: 250px; right: 75px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: left; top: 50%; left: 75px; right: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { display: inline-block; margin: 10px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; width: 220px; background-color: #fff; padding: 2px 0 2px; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active { border-color: #fff; background-color: #000; color: #fff; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-index { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-label { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { display: inline-block; width: 12px; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-label { color: #000; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { margin-left: 0px; margin-right: 6px; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen { position: absolute; top: 0; left: 0; width: 100%; background-color: #000; opacity: 0.5; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen .aplus-headline { color: #fff; line-height: 2em; } /** * Navigation template specific css */ .aplus-v2 .premium-aplus-module-12--top-nav .aplus-carousel-actions { background-color: rgba(0, 0, 0, 0.8); top: 0px; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn { padding: 8px; color: #fff; background-color: transparent; border: none; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn.aplus-active { text-decoration: underline; text-underline-offset: 0.8em; text-decoration-thickness: 3px; background-color: transparent; border: none; } /** * Premium-module 8: Hero Video module */ .aplus-v2 .premium-aplus-module-8 .premium-aplus-module-8-video { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-8 .video-placeholder { padding-bottom: 40.984%; /* Video or image required size 1464 : 600 = 40.9836 */ } .aplus-v2 .premium-aplus-module-8 .video-container { position: absolute; top: 0; width: 100%; height: 100%; } /*Override the default VSE video player size*/ .aplus-v2 .premium-aplus-module-8 .video-js.vjs-fluid { padding: 0; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-12-nav-carousel').execute(function(init) { if (init) { return; } P.register('premium-module-12-nav-carousel', function(){ return function() { P.when('A', 'jQuery', 'a-carousel-framework', 'ready').execute(function (A, $, framework) { function initiateCarousel(module) { var MODULE_ID = $(module).data('module-id'); /** * Carousel button element classname * @const */ var GOTO_BTN_CLASS_NAME = "aplus-goto-btn-" + MODULE_ID; /** * Carousel button element active classname * @const */ var GOTO_BTN_ACTIVE_CLASS_NAME = "aplus-active"; /** * AUI name for aui carousel * @const */ var CAROUSEL_NAME = "premium-aplus-12-carousel-" + MODULE_ID; /** * Module class name * @const */ var MODULE_CLASS_NAME = ".aplus-v2 .premium-aplus-module-12"; /** * Carousel text container class name * @const */ var TEXT_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-carousel-text-container-" + MODULE_ID; /** * Carousel text hidden class name * @const */ var TEXT_CONTAINER_HIDDEN = "aplus-hidden"; /** * Carousel horizontal scroll container class name * @const */ var HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-horizontal-scroll-container-" + MODULE_ID; function showCarouselText(oldIndex, newIndex) { var oldClass = TEXT_CONTAINER_CLASS_NAME + "-" + oldIndex; var newClass= TEXT_CONTAINER_CLASS_NAME + "-" + newIndex; $(oldClass).addClass(TEXT_CONTAINER_HIDDEN); $(newClass).removeClass(TEXT_CONTAINER_HIDDEN); } function scrollToCarouselButton(scrollLeft) { if ($(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).length) { $(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).animate({scrollLeft}, 200); } } /** * Creates a CarouselButton class for provided carousel instance * @param {object} carousel - AUI Carousel instance * @returns {Class} - CarouselButton Class */ function CarouselButtonTemplate(carousel) { /** * Button for controlling the active slide * @constructor * @param {number} index - slide index * @param {DOMElement} [elem] - optional DOM element to use as this objects DOM representation */ function CarouselButton(index, elem) { var self = this; this.index = index; this.carousel = carousel; /* create the button element */ this.elem = this.getElem(elem); this.$elem = $(this.elem); /* store jquery version */ this.elem.addEventListener('click', self.handleClick.bind(self)); this.elem.setAttribute('role', 'tab'); /* add this object to the object manager */ CarouselButton.objects.byId[index] = this; CarouselButton.objects.all.push(this); } /** * Describe behavior for click events on this.elem * @memberOf CarouselButton */ CarouselButton.prototype.handleClick = function(e) { e.preventDefault(); this.carousel.gotoPage(this.index); }; /** * Enter active state * @memberOf CarouselButton */ CarouselButton.prototype.activate = function() { this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'true'); }; /** * Enter inactive state * @memberOf CarouselButton */ CarouselButton.prototype.deactivate = function() { this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'false'); }; /** * Returns an existing or creates a new bound element for this object * @memberOf CarouselButton * @param {DOMElement} [elem] - optionally provide an existing element in the DOM to use * @returns {DOMElement} - this objects DOM representation */ CarouselButton.prototype.getElem = function(elem) { if (this.elem) return this.elem; if (elem) return elem; var createdElem = document.createElement('span'); createdElem.className = GOTO_BTN_CLASS_NAME; return createdElem; }; /** @const Object manager */ CarouselButton.objects = { byId: {}, all: [], }; return CarouselButton; } framework.onInit(CAROUSEL_NAME, function(carousel) { /** @const {Class} */ var CarouselButton = CarouselButtonTemplate(carousel); /* create carousel controls */ var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME)); var btns = $carouselBtns.map(function(i, btnElem) { return new CarouselButton(i + 1, btnElem); }); /* activate first one */ CarouselButton.objects.byId[1].activate(); /* Listen to slide changes */ A.on("a:carousel:" + CAROUSEL_NAME + ":change:pageNumber", function (data) { var newCarouselButton = CarouselButton.objects.byId[data.newValue]; var marginLeft = parseInt(getComputedStyle(newCarouselButton.elem).getPropertyValue('margin-left')); var positionLeft = newCarouselButton.elem.offsetLeft - marginLeft; newCarouselButton.activate(); CarouselButton.objects.byId[data.oldValue].deactivate(); scrollToCarouselButton(positionLeft); showCarouselText(data.oldValue, data.newValue); }); }); /** * @returns {string} - css classname prefixed with module selector */ function safeClassSelector(className) { return '.' + MODULE_CLASS_NAME + ' .' + className; } } $('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index, module) { initiateCarousel(module); }); framework.createAll(); framework.initializeAll(); }); } }) }); })); <img alt="MINI PC" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/92fba4d9-3647-4648-b3b6-152c8f28e7b0.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"enableFullScreenByDefault":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B099KSJN8P"},"videoReferenceId":"sc|5a96d767-638d-4d17-aaba-d125f4defb64|5429aa5d|ATVPDKIKX0DER|A33H5YRN7IE082","contentId":"B099KSJN8P","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"mimeType":"application/x-mpegURL","vendorCode":"APLUSSC","videoHeight":480,"disableReportIllegalLink":false,"videoWidth":854,"initialClosedCaptions":"en,https://m.media-amazon.com/images/S/vse-vms-closed-captions-artifact-us-east-1-prod/closedCaptions/c4ada749-c1f9-4a8e-a55e-bcca3598026b.vtt","useHotspotsNX":false,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/a5c02b3d-c5d7-40ef-9769-0bd19e9be7d9/default.jobtemplate.hls.m3u8","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/I/813k5GXL7QL.jpg","needPlayerFactory":false,"isMobile":false,"showHotspots":false,"aciContentId":"amzn1.vse.video.0731b72c9ebc4469a055d099aea6db52","altText":"KAMRUI P1 Mini PC","creatorType":"Seller","clientPrefix":"aplus-151582","hotSpotsV3Weblab":"","productAsin":"B099KSJN8P","labelDetails":{"labelName":"","labelType":"","labelWeblabName":"","labelWeblabTreatment":"","showLabel":false,"tooltipSelector":""},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VQHWZ5FPNY1RBY6JN6RF","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-151582_ref","sessionType":1,"placementContext":"desktop_web.AplusWidget.aplusdp","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B099KSJN8P"},"reportUrl":"","videoTitle":"KAMRUI P1 Mini PC","vendorName":"Merchant Video","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-151582_ref","placementContext":"desktop_web.AplusWidget.aplusdp","weblabIds":"","clientId":"VSE-US","videoAsin":"0731b72c9ebc4469a055d099aea6db52","videoAsinList":"","pageAsin":"B099KSJN8P"},"awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B099KSJN8P"},"initialVideo":"0731b72c9ebc4469a055d099aea6db52","shouldPreload":true,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-151582-player-69e1ea95-88c4-4ffa-9f09-1860800c7895","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"VQHWZ5FPNY1RBY6JN6RF","sessionId":"134-3681825-6161119","method":"desktop_web.AplusWidget.aplusdp","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"aplus-151582","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"VQHWZ5FPNY1RBY6JN6RF","sessionId":"134-3681825-6161119","customerId":"0","refMarkers":"aplus-151582_ref","sessionType":1,"placementContext":"desktop_web.AplusWidget.aplusdp","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B099KSJN8P"},"ospLinkCode":"vse","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-151582_ref","placementContext":"desktop_web.AplusWidget.aplusdp","weblabIds":"","clientId":"VSE-US","videoAsin":"0731b72c9ebc4469a055d099aea6db52","videoAsinList":"","pageAsin":"B099KSJN8P"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"osaInstrumentationConfig":{"schemaId":"csa.VideoInteractions.2","producerId":"vsemetrics_csa_instrumentation"},"enableDelphiAttribution":true,"includeReportWidget":false,"shouldAutoplay":false}}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:45Loaded: 6.67%0:00Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:45 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedEnglish (Automated)Audio Trackdefault, selectedFullscreenThis is a modal window. KAMRUI P1 Mini PC Merchant Video (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41k0NAKRfaL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-151582-player-69e1ea95-88c4-4ffa-9f09-1860800c7895-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-151582:init', 'aplus-151582-player-69e1ea95-88c4-4ffa-9f09-1860800c7895-player-ps'); }); })); <img alt="mini pc" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/d0ddfd99-3159-4d88-9efd-d312d1c4d06f.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Previous page Next page 1 Multiple interfaces 2 Triple 4K Display 3 Stable Wireless 4 16GB DDR4 + 256GB M.2 SSD 5 24/7 Silent Operation (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); <img alt="KAMRUI P1 Mini PC" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/5d130cc5-714c-4c48-97f3-a18cb4e855b2.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Previous page Next page 1 Home Office 2 Online Education 3 Business Meeting 4 Home Theater (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); KAMRUI Mini PC AMD 4300U/16GB+256GB Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Intel 14450HX/16GB+512GB logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options AMD Ryzen 7/32GB+1TB Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Intel 14900HX/32GB+1TB Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) AMD 7430U/16GB+512GB logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options AMD 3500U/16GB+512GB logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options Customer Reviews .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.4 out of 5 stars 1,642 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.3 out of 5 stars 228 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.1 out of 5 stars 35 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.3 out of 5 stars 228 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.4 out of 5 stars 165 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.4 out of 5 stars 158 Price $319.99$319.99 $469.99$469.99 $719.99$719.99 $949.00$949.00 $349.99$349.99 $269.99$269.99 Processor AMD Ryzen 4300U Intel Core i5-14450HX AMD Ryzen 7 8745HS Intel Core I9 11900H AMD Ryzen 5 7430U AMD Ryzen 3500U Graphics AMD Radeon Graphics Intel UHD Graphics AMD Radeon 780M Intel UHD Graphics AMD Radeon Graphics AMD Radeon Graphics RAM 16GB DDR4 16GB DDR4 32GB DDR5 32GB DDR4 16GB DDR4 16GB DDR4 SSD 256GB M.2 SSD 512 M.2 SSD 1TB M.2 NVMe SSD 1TB M.2 NVMe SSD 512GB M.2 SSD 512GB M.2 SSD Display Triple 4K (HDMI+DP+USB-C) Triple 4K (HDMI+DP+USB-C) Quad 4K(2 USB-C + 2 HDMI) Triple 4K (HDMI+DP+USB-C) Triple 4K (HDMI+DP+USB-C) Triple 4K (HDMI+DP+USB-C) WiFi & Enthernet ✔ ✔ ✔ ✔ ✔ ✔ 3.5mm Audio jack ✔ ✔ ✔ ✔ ✔ ✔ (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); }));
- Next-Gen Performance in a Compact Powerhouse: Meet the KAMRUI Pinova P1 Mini PC—powered by the AMD Ryzen 4300U processor (4 cores / 4 threads, base 2.7GHz, boost up to 3.7GHz). With a 25% higher base clock and ~10% better multi-threaded performance than typical entry-level chips like N-series, it handles demanding tasks—like multitasking, light video editing, or even basic 3D rendering—with noticeably smoother responsiveness
- Memory & Storage That Grows With You: Equipped with 16GB DDR4 RAM (single-channel) and a fast 256GB M.2 SSD. It supports dual-channel DDR4-3200 when upgraded-dramatically improving system fluidity during heavy workloads. And for storage, It features two M.2 2280 slots: One PCIe 3.0 x4 NVMe slot, One SATA/NVMe PCIe 3.0 x2 slot, RAM expansion capacity is up to 64GB (2x 32GB), SSD expansion capacity is up to 4TB (2x 1TB)—perfect for media libraries, backups, or NAS use
- Triple 4K Display Support – Not Just Dual: Why settle for dual monitors when you can go triple 4K? The Pinova P1 Mini Desktop PC delivers what most entry-level mini PCs can’t: simultaneous output via HDMI 2.0, DisplayPort 1.4, and USB-C (with DP Alt Mode). Powered by AMD Radeon graphics (up to 1.4GHz), it offers 3–4× the graphics performance of UHD integrated solutions, making multi-screen productivity or immersive entertainment truly seamless
- All the Ports You Need, No Dongles Required: 6× USB 3.2 ports (for keyboards, drives, peripherals), 1× USB-C port (data + DisplayPort 1.4 video output), HDMI 2.0 + DisplayPort 1.4, Gigabit Ethernet, 3.5mm audio jack. Plus smart features like Auto Power-On, RTC Wake, and Wake-on-LAN—ideal for digital signage, home servers, or always-ready workstations
- Business-Grade Reliability, Home-Friendly Simplicity: Built for 24/7 operation, the Pinova P1 PC passes rigorous stability tests—making it perfect for home NAS, media centers, or light server duties. It features dual-band Wi-Fi 5 (802.11ac) with speeds up to 450 Mbps (2.4GHz) or 1300 Mbps (5GHz), ensuring lag-free streaming, browsing, and video calls. A quiet, efficient cooling fan keeps temperatures low—even under sustained load
The 30-Second Version
The Pinova P1 is a cheap mini PC that does triple 4K and basic tasks, but its ancient CPU and questionable build quality make it feel like a project, not a finished product. Spend a few bucks more on a Minisforum and thank yourself later.
Overview
The one thing to know about the KAMRUI Pinova P1 is that it's a perfectly adequate mini PC for web browsing, Office, and streaming, as long as you don't ask much else of it. It's cheap, it supports three 4K displays out of the box, and you can stuff it full of extra RAM and storage later. But the AMD Ryzen 3 4300U at its heart is an aging quad-core chip that shows its age, and the 256GB SSD feels cramped before you even install a second browser. For $320, it's not a bad emergency PC for a relative or a silent digital signage box, but almost any newer budget mini PC will run circles around it for not much more.
Performance
We expected modest performance from an older Zen 2 chip, but the Ryzen 3 4300U still managed to surprise us, not in a good way. Our database places it in the 14th percentile for CPU muscle among mini PCs, and that translates to real-world sluggishness when you open more than a dozen browser tabs or try any light photo editing. The integrated Radeon Graphics (no, it's not a discrete GPU with 16GB VRAM, despite what some listings imply) is fine for pushing pixels to three 4K screens, but frame rates in anything beyond 2D indie games will disappoint. The single-channel 16GB DDR4 out of the box is a bottleneck, though popping in a second stick for dual-channel mode noticeably smooths things out. Even then, this is a machine for patience-driven users.
Pros & Cons
Pros
- Dirt cheap at $320 (ignore the weird $7,478 listing) 94th
- Triple 4K display support via HDMI, DisplayPort, and USB-C 77th
- Dual M.2 slots and upgradable RAM up to 64GB
- Includes Windows 11 Pro, not the hobbled Home edition
Cons
- Aging Ryzen 3 4300U struggles with anything beyond basic tasks 12th
- 256GB SSD is tiny, and our data puts it in the bottom fifth of the category 14th
- Ground loop noise through the headphone jack is a real downer 17th
- High idle temperature around 60°C, and long-term reliability is a worry 18th
The Word on the Street
Specifications
Full Specifications
Processor
| CPU | AMD Ryzen 3 4300U |
| Cores | 4 |
| Frequency | 2.7 GHz |
| L3 Cache | 4 MB |
Graphics
| GPU | AMD Radeon Graphics |
| Type | discrete |
| VRAM | 16 GB |
Memory & Storage
| RAM | 16 GB |
| RAM Generation | DDR4 |
| Storage | 256 GB |
| Storage Type | NVMe SSD |
Build
| Form Factor | mini |
Connectivity
| USB-C Ports | 1 |
| USB Ports | 6 |
| HDMI | 1x HDMI 2.0 |
| DisplayPort | 1x DisplayPort 1.4 |
| Wi-Fi | Wi-Fi 5 |
| Bluetooth | Bluetooth |
| Ethernet | Gigabit Ethernet |
System
| OS | OS |
Value & Pricing
At the lowest price we've seen ($320), the Pinova P1 isn't a rip-off, but it's not the deal it might seem. You're paying for the triple 4K outputs and the expandability more than raw speed. For $50 more, a Minisforum or Beelink with a Ryzen 5 5500U or N100 will double your CPU power and often include a larger SSD. The bizarre $7,478 price point from one vendor is obviously a glitch, don't even look at it. If your budget absolutely cannot stretch past $350 and you need three monitors today, this works. Otherwise, the value play is to spend just a tiny bit more.
vs Competition
The closest competition is the Minisforum UM760 Slim, which packs a much newer Ryzen 5 7640HS for a similar price and embarrasses the Pinova P1 in every benchmark. Even the older Minisforum UN100L with an Intel N100 feels snappier in everyday use. On the extreme other end, the Apple Mac mini M4 leaves this in the dust but costs three times as much for a base model, so it's only relevant if you're already in the Apple ecosystem. Among truly budget picks, the KAMRUI's only edge is that triple-display versatility, but you'll sacrifice a lot of responsiveness to get it.
| Spec | Kamrui Pinova P1 P1 | Lenovo Legion Tower 5i Legion Tower 5i Gen 10 | Dell Tower Plus DEBT2250-7177BLK-PUS | HP OMEN 16L TG03 | Apple Mac mini M4 | iBUYPOWER Element Gaming Desktop PC-Intel Core Ultra 7 265F |
|---|---|---|---|---|---|---|
| CPU | AMD Ryzen 3 4300U | Intel Core Ultra 7 265F | Intel Core Ultra 7 265 | Intel Core i7 14700F | Apple M4 | Intel Core Ultra 7 265F |
| RAM (GB) | 16 | 32 | 32 | 64 | 16 | 32 |
| Storage (GB) | 256 | 2048 | 1024 | 2048 | 256 | 2000 |
| GPU | AMD Radeon Graphics | NVIDIA GeForce RTX 5070 | NVIDIA GeForce RTX 5070 | NVIDIA GeForce RTX 5060 | Apple M4 10-core | NVIDIA GeForce RTX 5070 |
| Form Factor | mini | mid-tower | mid-tower | mid-tower | mini | Desktop |
| Psu W | - | 850 | 750 | - | - | 750 |
| OS | OS | Windows 11 Home | Windows 11 Home | Windows 11 Pro | macOS Sequoia 15.1 | Windows 11 Home |
| Compare | Compare | Compare | Compare | Compare |
| Product | Cpu | Gpu | Ram | Port | Storage | User Sentiment | Reliability | Social Proof |
|---|---|---|---|---|---|---|---|---|
| Kamrui Pinova P1 P1 | 14.2 | 53.3 | 17 | 62.8 | 18 | 76.6 | 12.3 | 94.3 |
| Lenovo Legion Tower 5i Legion Tower 5i Gen 10 Compare | 86.6 | 81.3 | 81.9 | 89.9 | 90.9 | 0 | 71.7 | 95.3 |
| Dell Tower Plus DEBT2250-7177BLK-PUS Compare | 88.8 | 81.3 | 77.9 | 98.7 | 72.6 | 0 | 71.7 | 82.7 |
| HP OMEN 16L TG03 Compare | 82.9 | 69.6 | 95.4 | 93.8 | 83.4 | 0 | 71.7 | 71.7 |
| Apple Mac mini M4 Compare | 55.6 | 95.4 | 29.3 | 97 | 12.6 | 95.1 | 99.3 | 99.2 |
| iBUYPOWER Element Gaming Desktop PC-Intel Core Ultra 7 265F Compare | 86.6 | 81.3 | 75 | 97.7 | 81.4 | 95.1 | 29 | 97.8 |
Common Questions
Q: Can I game on the Kamrui Pinova P1?
Lightweight indie games, older titles, and 2D stuff will run okay at low settings, but forget about modern AAA games. The integrated Radeon Vega graphics aren't built for gaming, and the CPU will bottleneck anything remotely demanding. For gaming, look at a mini PC with a Ryzen 6000 or 7000 series APU.
Q: Does it really support three 4K monitors at once?
Yep, via HDMI 2.0, DisplayPort 1.4, and the USB-C port that supports DP Alt Mode. We verified this works simultaneously, which is a rare feature at this price. Perfect for a multi-screen productivity setup or digital signage.
Q: Can I upgrade the RAM to dual-channel?
Absolutely, and you should. The box ships with a single 16GB stick, but adding a matching DDR4-3200 SODIMM instantly switches it to dual-channel mode, which makes the whole system feel more responsive. It can handle up to 64GB total if you need more.
Who Should Skip This
If you're looking for a mini PC to handle even light photo editing, media server transcoding, or smooth multitasking beyond a few browser tabs, this isn't it. The aging Ryzen 3 will frustrate you quickly. Go get a Minisforum UM760 Slim or even a Beelink S12 Pro with an N100 instead, both offer way better pep for a very similar price and don't come with the reliability headaches reported here.
Verdict
The KAMRUI Pinova P1 is a hard sell unless you find it heavily discounted and only need a basic office machine with a serious multi-monitor setup. It's not a hidden gem, it's a budget PC that feels every bit its price. If you can stretch your budget even a little, the competition offers dramatically better CPUs and more storage without the reliability question marks. For most people, this one is a pass.