301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: bccpp.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <!--[if IE]><![endif]--> <!--[if IE 8 ]><html dir="ltr" lang="en" class="ie8"><![endif]--> <!--[if IE 9 ]><html dir="ltr" lang="en" class="ie9"><![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html dir="ltr" lang="en"> <!--<![endif]--> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Computer & Office | Shop Women’s Clothes | bccpp.com</title> <base href="https://bccpp.com/" /> <meta name="description" content="My Store" /> <link href="catalog/view/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" /> <link href="catalog/view/javascript/jquery/datetimepicker/bootstrap-datetimepicker.min.css" type="text/css" rel="stylesheet" media="screen" /> <link href="catalog/view/javascript/jquery/swiper/css/swiper.min.css" rel="stylesheet" type="text/css" /> <!-- icon font --> <link href="catalog/view/javascript/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="catalog/view/javascript/ionicons/css/ionicons.css" rel="stylesheet" type="text/css" /> <!-- use for antomi --> <link href="catalog/view/javascript/plaza-icon/style.css" rel="stylesheet" type="text/css" /> <!-- end icon font --> <link href="catalog/view/theme/tt_antomi4/stylesheet/stylesheet.css" rel="stylesheet"> <link href="catalog/view/theme/tt_antomi4/stylesheet/plaza/header/header4.css" rel="stylesheet"> <link href="catalog/view/theme/tt_antomi4/stylesheet/plaza/theme.css" rel="stylesheet"> <script src="catalog/view/javascript/jquery/jquery-2.1.1.min.js" ></script> <script src="catalog/view/javascript/jquery/swiper/js/swiper.min.js" ></script> <script src="catalog/view/javascript/plaza/ajaxlogin/ajaxlogin.js" ></script> <script src="catalog/view/javascript/jquery/datetimepicker/moment/moment.min.js" ></script> <script src="catalog/view/javascript/jquery/datetimepicker/moment/moment-with-locales.min.js" ></script> <script src="catalog/view/javascript/jquery/datetimepicker/bootstrap-datetimepicker.min.js" ></script> <script src="catalog/view/javascript/plaza/slider/jquery.nivo.slider.js" ></script> <script src="catalog/view/javascript/plaza/countdown/countdown.js" ></script> <script src="catalog/view/javascript/plaza/ultimatemenu/menu.js" ></script> <script src="catalog/view/javascript/plaza/newsletter/mail.js" ></script> <script src="catalog/view/javascript/common.js" ></script> <link href="https://bccpp.com/image/catalog/123/2.png" rel="icon" /> <!-- Quick view --> <script src="catalog/view/javascript/plaza/cloudzoom/cloud-zoom.1.0.2.min.js" ></script> <script src="catalog/view/javascript/plaza/cloudzoom/zoom.js" ></script> <script src="catalog/view/javascript/plaza/quickview/quickview.js" ></script> <link href="catalog/view/theme/tt_antomi4/stylesheet/plaza/quickview/quickview.css" rel="stylesheet" type="text/css" /> <!-- General --> <!-- Sticky Menu --> <script > $(document).ready(function () { var height_box_scroll = $('.scroll-fix').outerHeight(true); $(window).scroll(function () { if ($(this).scrollTop() > 800) { $('.scroll-fix').addClass("scroll-fixed"); $('body').css('padding-top',height_box_scroll); } else { $('.scroll-fix').removeClass("scroll-fixed"); $('body').css('padding-top',0); } }); }); </script> <!-- Scroll Top --> <script> $("#back-top").hide(); $(function () { $(window).scroll(function () { if ($(this).scrollTop() > $('body').height()/3) { $('#back-top').fadeIn(); } else { $('#back-top').fadeOut(); } }); $('#back-top').click(function () { $('body,html').animate({scrollTop: 0}, 800); return false; }); }); </script> <!-- Advance --> <!-- Bootstrap Js --> <script src="catalog/view/javascript/bootstrap/js/bootstrap.min.js" ></script> </head> <body class="common-home"> <div class="wrapper"> <div id="back-top"><i class="ion-chevron-up"></i></div> <nav id="top"> <div class="container"> <div class="box-inner"> <ul class="box-top box-top-left pull-left"> <li><p>Mid-season sale up to 20% OFF. Use code “SALEOFF20”</p></li> </ul> <ul class="box-top box-top-right pull-right"> <!--<li><a href="https://bccpp.com/index.php?route=information/contact"><i class="fa fa-phone visible-xs"></i><span class="hidden-xs">Hot line: 123456789</span></a></li>--> <li><a href="https://bccpp.com/index.php?route=checkout/cart" title="Shopping Cart"><i class="fa fa-shopping-cart visible-xs"></i> <span class="hidden-xs">Shopping Cart</span></a></li> <li><a href="https://bccpp.com/index.php?route=checkout/checkout" title="Checkout"><i class="fa fa-share visible-xs"></i> <span class="hidden-xs">Checkout</span></a></li> </ul> </div> </div> </nav> <header class="scroll-fix"> <div class="container"> <div class="box-inner"> <div class="box-inner-inner"> <style> #pt-menu-9576 .pt-menu-bar { background: #FFFFFF; color: #FFFFFF; padding: 0px 0px 0px 0px; } #pt-menu-9576.pt-menu-bar { background: #FFFFFF; color: #FFFFFF; } #pt-menu-9576 .ul-top-items .li-top-item .a-top-link { background: #FFFFFF; padding: 5px 0px 5px 0px; color: #222222; font-size: 1.4rem; text-transform: uppercase; font-weight: 500; } #pt-menu-9576 .ul-top-items .li-top-item:hover .a-top-link,#pt-menu-9576 .ul-top-items .li-top-item:hover .a-top-link i, #pt-menu-9576 .ul-top-items .li-top-item.active .a-top-link{ color: #C40316; font-weight: 500; background: #FFFFFF; } #pt-menu-9576 .mega-menu-container { background: #FFFFFF; padding: 0 0 0 0; } #pt-menu-9576 .mega-menu-container .a-mega-second-link { color: #FFFFFF; font-size: 1.4rem; text-transform: none; font-weight: 300; } #pt-menu-9576 .mega-menu-container .a-mega-second-link:hover { color: #FFFFFF; font-weight: 300; } #pt-menu-9576 .mega-menu-container .a-mega-third-link { color: #FFFFFF; font-size: 1.4rem; text-transform: none; font-weight: 300; } #pt-menu-9576 .mega-menu-container .a-mega-third-link:hover { color: #FFFFFF; font-weight: 300; } #pt-menu-9576 .ul-second-items .li-second-items { background: #FFFFFF; color: #222222; } #pt-menu-9576 .ul-second-items .li-second-items:hover, #pt-menu-9576 .ul-second-items .li-second-items.active { background: #FFFFFF; color: #C40316; } #pt-menu-9576 .ul-second-items .li-second-items .a-second-link { color: #222222; font-size: 1.4rem; text-transform: capitalize; font-weight: 500; } #pt-menu-9576 .ul-second-items .li-second-items .a-second-link:hover, #pt-menu-9576 .ul-second-items .li-second-items.active .a-second-link { color: #C40316; font-weight: 500; } #pt-menu-9576 .ul-third-items .li-third-items { background: #FFFFFF; } #pt-menu-9576 .ul-third-items .li-third-items:hover, #pt-menu-9576 .ul-third-items .li-third-items.active { background: #FFFFFF; } #pt-menu-9576 .ul-third-items .li-third-items .a-third-link { color: #666666; font-size: 1.4rem; text-transform: capitalize; font-weight: 400; } #pt-menu-9576 .ul-third-items .li-third-items .a-third-link:hover, #pt-menu-9576 .ul-third-items .li-third-items.active .a-third-link { color: #C40316; font-weight: 400; } </style> <div class="pt-menu mobile-menu hidden-lg " id="pt-menu-9576"> <input type="hidden" id="menu-effect-9576" class="menu-effect" value="none" /> <div class="pt-menu-bar"> <i class="ion-android-menu" aria-hidden="true"></i> <i class="ion-android-close" aria-hidden="true"></i> </div> <ul class="ul-top-items"> <li class="menu-mobile-title"><h3>Mobile Menu</h3></li> <li class="li-top-item "> <a class="a-top-link a-item" href="https://bccpp.com/"> <span>Home</span> </a> </li> <li class="li-top-item "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/special"> <span>Specials</span> </a> </li> <li class="li-top-item "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=information/information&information_id=4"> <span>About us</span> </a> </li> <li class="li-top-item "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=information/contact"> <span>Contact Us</span> </a> </li> <li class="li-top-item "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=plaza/blog"> <span>Blog</span> </a> </li> </ul> </div> <div id="logo"> <a href="https://bccpp.com/"><img src="https://bccpp.com/image/catalog/123/1.png" title="" alt="" class="img-responsive" /></a> </div> <div class="col-cart"> <div class="box-setting btn-group"> <button class="dropdown-toggle" data-toggle="dropdown"></button> <ul class="dropdown-menu"> <li class="currency"> <form action="https://bccpp.com/index.php?route=common/currency/currency" method="post" enctype="multipart/form-data" id="form-currency" class="header-dropdown"> <div class="btn-group"> <button class="btn btn-link dropdown-toggle" data-toggle="dropdown"> <span>$</span> <span class="hidden-xs hidden-sm">Currency</span> <i class="icon-right ion-ios-arrow-down"></i></button> <ul class="dropdown-menu"> <li> <button class="currency-select btn btn-link btn-block" type="button" name="EUR">€ Euro</button> </li> <li> <button class="currency-select btn btn-link btn-block" type="button" name="GBP">£ Pound Sterling</button> </li> <li> <button class="currency-select btn btn-link btn-block" type="button" name="USD">$ US Dollar</button> </li> </ul> </div> <input type="hidden" name="code" value="" /> <input type="hidden" name="redirect" value="https://bccpp.com/" /> </form> </li> <li class="language"> <form action="https://bccpp.com/index.php?route=common/language/language" method="post" enctype="multipart/form-data" id="form-language" class="header-dropdown"> <div class="btn-group"> <button class="btn btn-link dropdown-toggle" data-toggle="dropdown"> <img src="catalog/language/en-gb/en-gb.png" alt="English" title="English"> <span class="hidden-xs hidden-sm">Language</span> <i class="icon-right ion-ios-arrow-down"></i></button> <ul class="dropdown-menu"> <li> <button class="btn btn-link btn-block language-select" type="button" name="en-gb"><img src="catalog/language/en-gb/en-gb.png" alt="English" title="English" /> English</button> </li> </ul> </div> <input type="hidden" name="code" value="" /> <input type="hidden" name="redirect" value="https://bccpp.com/" /> </form> </li> <li id="top-links"> <ul class="list-inline"> <li class="dropdown"><a href="https://bccpp.com/index.php?route=account/account" title="My Account" ><i class="fa fa-user"></i><span>My Account</span><i class="icon-right ion-chevron-down"></i></a> <ul class="dropdown-menu-right pt-account"> <li><a id="pt-register-link" href="https://bccpp.com/index.php?route=account/register">Register</a></li> <li><a id="pt-login-link" href="https://bccpp.com/index.php?route=account/login">Login</a></li> </ul> </li> </ul> </li> </ul> </div> <a href="https://bccpp.com/index.php?route=account/wishlist" id="wishlist-total" ><span><span class="text-wishlist">Wish List</span> <span class="txt-count">0</span></span></a> <div id="cart" class="btn-group btn-block"> <button type="button" data-toggle="dropdown" data-loading-text="Loading..." class="btn btn-inverse btn-block btn-lg dropdown-toggle"><span id="cart-total"><span class="txt-count">0</span> <span class="text-cart">$0.00</span></span></button> <ul class="dropdown-menu pull-right"> <li> <span class="cart-dropdown-menu-close"><i class="ion-android-close"></i></span> <p class="text-center">Your shopping cart is empty!</p> </li> </ul> </div> </div> </div> <div class="col-search"><div id="search-by-category"> <div class="dropdown-toggle search-button" data-toggle="dropdown"></div> <div class="dropdown-menu search-content" > <div class="search-container"> <div class="categories-container"> <div class="hover-cate"> <p><span class="cate-selected" data-value="0">All Categories</span><i class="ion-ios-arrow-down"></i></p> <ul class="cate-items"> <li class="item-cate" data-value="0">All Categories</li> <li data-value="68" class="item-cate">Computer & Office</li> <li data-value="69" class="item-cate f1">Office & School Supplies</li> <li data-value="70" class="item-cate f1">Networking</li> <li data-value="71" class="item-cate f1">Printers & Accessories</li> <li data-value="72" class="item-cate f1">Computer Components</li> <li data-value="73" class="item-cate f1">Storage Devices</li> <li data-value="74" class="item-cate f1">Computer Peripherals</li> <li data-value="75" class="item-cate f1">Projectors & Accessories</li> <li data-value="76" class="item-cate f1">Mini PC & TV Boxes</li> <li data-value="77" class="item-cate">Top Sellers</li> </ul> </div> </div> <input type="text" name="search" id="text-search" value="" placeholder="Search entire store here ..." class="" /> <div id="sp-btn-search" class=""> <button type="button" id="btn-search-category" class="btn btn-default btn-lg"> <span class="hidden-xs">Search</span> </button> </div> <div class="search-ajax"> <div class="ajax-loader-container" style="display: none;"> <img src="https://bccpp.com/image/catalog/ajax-loader.gif" alt="search-ajax" class="ajax-load-img" width="30" height="30" /> </div> <div class="ajax-result-container"> <!-- Content of search results --> </div> </div> <input type="hidden" id="ajax-search-enable" value="1" /> </div> </div> </div> <script > $(document).ready(function () { var flag = false; var ajax_search_enable = $('#ajax-search-enable').val(); var current_cate_value = $('ul.cate-items li.selected').data('value'); var current_cate_text = $('ul.cate-items li.selected').html(); $('.cate-selected').attr('data-value', current_cate_value); $('.cate-selected').html(current_cate_text); $('.hover-cate p').click(function () { $( ".cate-items" ).toggle("slow"); }); $('.ajax-result-container').hover( function() { flag = true; }, function() { flag = false; } ); $('.hover-cate').hover( function() { flag = true; }, function() { flag = false; } ); $('#search-by-category').focusout(function() { if(flag == true) { $('.ajax-result-container').show(); } else { $('.ajax-result-container').hide(); } }); $('#search-by-category').focusin(function() { $('.ajax-result-container').show(); }); $('#btn-search-category').click(function () { var url = 'https://bccpp.com/index.php?route=product/search'; var text_search = $('#text-search').val(); if(text_search) { url += '&search=' + encodeURIComponent(text_search); } var category_search = $('.cate-selected').attr("data-value"); if(category_search) { url += '&category_id=' + encodeURIComponent(category_search); } location = url; }); if(ajax_search_enable == '1') { $('#text-search').keyup(function(e) { var text_search = $(this).val(); var cate_search = $('.cate-selected').attr("data-value"); if(text_search != null && text_search != '') { ajaxSearch(text_search, cate_search); } else { $('.ajax-result-container').html(''); $('.ajax-loader-container').hide(); } }); $('ul.cate-items li.item-cate').click(function() { var cate_search = $(this).data('value'); var text_search = $('#text-search').val(); $('.cate-selected').attr('data-value', cate_search); $('.cate-selected').html($(this).html()); if(text_search != null && text_search != '') { ajaxSearch(text_search, cate_search); } else { $('.ajax-result-container').html(''); $('.ajax-loader-container').hide(); } $( ".cate-items" ).hide(); $('#text-search').focus(); }); } function ajaxSearch(text_search, cate_search) { $.ajax({ url : 'https://bccpp.com/index.php?route=extension/module/ptsearch/ajaxSearch', type : 'post', data : { text_search : text_search, cate_search : cate_search }, beforeSend : function () { $('.ajax-loader-container').show(); }, success : function(json) { if(json['success'] == true) { $('.ajax-result-container').html(json['result_html']); $('.ajax-loader-container').hide(); } } }); } }); </script></div> </div> </div> <div class="top-menu"> <div class="container"> <div class="container-inner"> <div class="col-ver visible-lg"><style> #pt-menu-1880 .pt-menu-bar { background: #FFFFFF; color: #FFFFFF; padding: 1.4rem 0 1.4rem 0; } #pt-menu-1880.pt-menu-bar { background: #FFFFFF; color: #FFFFFF; } #pt-menu-1880 .ul-top-items .li-top-item .a-top-link { background: #FFFFFF; padding: 1.05rem 0px 1rem 1.9rem; color: #222222; font-size: 1.4rem; text-transform: capitalize; font-weight: 400; } #pt-menu-1880 .ul-top-items .li-top-item:hover .a-top-link,#pt-menu-1880 .ul-top-items .li-top-item:hover .a-top-link i, #pt-menu-1880 .ul-top-items .li-top-item.active .a-top-link{ color: #222222; font-weight: 400; background: #F3F3F3; } #pt-menu-1880 .mega-menu-container { background: #FFFFFF; padding: 2.5rem 3rem 3rem 3rem; } #pt-menu-1880 .mega-menu-container .a-mega-second-link { color: #222222; font-size: 1.4rem; text-transform: capitalize; font-weight: 500; } #pt-menu-1880 .mega-menu-container .a-mega-second-link:hover { color: #C40316; font-weight: 500; } #pt-menu-1880 .mega-menu-container .a-mega-third-link { color: #666666; font-size: 1.4rem; text-transform: capitalize; font-weight: 400; } #pt-menu-1880 .mega-menu-container .a-mega-third-link:hover { color: #C40316; font-weight: 400; } #pt-menu-1880 .ul-second-items .li-second-items { background: #FFFFFF; color: #222222; } #pt-menu-1880 .ul-second-items .li-second-items:hover, #pt-menu-1880 .ul-second-items .li-second-items.active { background: #FFFFFF; color: #C40316; } #pt-menu-1880 .ul-second-items .li-second-items .a-second-link { color: #222222; font-size: 1.4rem; text-transform: capitalize; font-weight: 500; } #pt-menu-1880 .ul-second-items .li-second-items .a-second-link:hover, #pt-menu-1880 .ul-second-items .li-second-items.active .a-second-link { color: #C40316; font-weight: 500; } #pt-menu-1880 .ul-third-items .li-third-items { background: #FFFFFF; } #pt-menu-1880 .ul-third-items .li-third-items:hover, #pt-menu-1880 .ul-third-items .li-third-items.active { background: #FFFFFF; } #pt-menu-1880 .ul-third-items .li-third-items .a-third-link { color: #666666; font-size: 1.4rem; text-transform: capitalize; font-weight: 400; } #pt-menu-1880 .ul-third-items .li-third-items .a-third-link:hover, #pt-menu-1880 .ul-third-items .li-third-items.active .a-third-link { color: #C40316; font-weight: 400; } </style> <div class="pt-menu vertical-menu visible-lg " id="pt-menu-1880"> <input type="hidden" id="menu-effect-1880" class="menu-effect" value="none" /> <div class="pt-menu-bar"> <div class="text-vertical-bar"><span>Vertical Menu</span></div> </div> <ul class="ul-top-items"> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_76"> <span>Mini PC & TV Boxes</span> </a> </li> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_74"> <span>Computer Peripherals</span> </a> </li> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_75"> <span>Projectors & Accessories</span> </a> </li> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_69"> <span>Office & School Supplies</span> </a> </li> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_73"> <span>Storage Devices</span> </a> </li> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_72"> <span>Computer Components</span> </a> </li> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_71"> <span>Printers & Accessories</span> </a> </li> <li class="li-top-item left "> <a class="a-top-link a-item" href="https://bccpp.com/index.php?route=product/category&path=68_70"> <span>Networking</span> </a> </li> </ul> </div> </div> <div class="col-hoz"><style> #pt-menu-3718 .pt-menu-bar { background: #FFFFFF; color: #FFFFFF; padding: 0px 0px 0px 0px; } #pt-menu-3718.pt-menu-bar { background: #FFFFFF; color: #FFFFFF; } #pt-menu-3718 .ul-top-items .li-top-item .a-top-link { background: #FFFFFF; padding: 1.5rem 0 1.5rem 0; color: #FFFFFF; font-size: 1.4rem; text-transform: uppercase; font-weight: 500; } #pt-menu-3718 .ul-top-items .li-top-item:hover .a-top-link,#pt-menu-3718 .ul-top-items .li-top-item:hover .a-top-link i, #pt-menu-3718 .ul-top-items .li-top-item.active .a-top-link{ color: #C40316; font-weight: 500; background: #FFFFFF; } #pt-menu-3718 .mega-menu-container { background: #FFFFFF; padding: 2.5rem 4rem 3.2rem 4rem; } #pt-menu-3718 .mega-menu-container .a-mega-second-link { color: #222222; font-size: 1.4rem; text-transform: capitalize; font-weight: 500; } #pt-menu-3718 .mega-menu-container .a-mega-second-link:hover { color: #C40316; font-weight: 500; } #pt-menu-3718 .mega-menu-container .a-mega-third-link { color: #666666; font-size: 1.4rem; text-transform: capitalize; font-weight: 400; } #pt-menu-3718 .mega-menu-container .a-mega-third-link:hover { color: #C40316; font-weight: 400; } #pt-menu-3718 .ul-second-items .li-second-items { background: #FFFFFF; color: #222222; } #pt-menu-3718 .ul-second-items .li-second-items:hover, #pt-menu-3718 .ul-second-items .li-second-items.active { background: #FFFFFF; color: #C40316; } #pt-menu-3718 .ul-second-items .li-second-items .a-second-link { color: #222222; font-size: 1.4rem; text-transform: capitalize; font-weight: 500; } #pt-menu-3718 .ul-second-items .li-second-items .a-second-link:hover, #pt-menu-3718 .ul-second-items .li-second-items.active .a-second-link { color: #C40316; font-weight: 500; } #pt-menu-3718 .ul-third-items .li-third-items { background: #FFFFFF; } #pt-menu-3718 .ul-third-items .li-third-items:hover, #pt-menu-3718 .ul-third-items .li-third-items.active { background: #FFFFFF; } #pt-menu-3718 .ul-third-items .li-third-items .a-third-link { color: #666666; font-size: 1.4rem; text-transform: capitalize; font-weight: 400; } #pt-menu-3718 .ul-third-items .li-third-items .a-third-link:hover, #pt-menu-3718 .ul-third-items .li-third-items.active .a-third-link { color: #C40316; font-weight: 400; } </style> <div class="pt-menu horizontal-menu pt-menu-bar visible-lg " id="pt-menu-3718"> <input type="hidden" id="menu-effect-3718" class="menu-effect" value="none" /> <ul class="ul-top-items"> <li class="li-top-item left " style="float: left"> <a class="a-top-link" href="https://bccpp.com/"> <span>Home</span> </a> </li> <li class="li-top-item left " style="float: left"> <a class="a-top-link" href="https://bccpp.com/index.php?route=product/special"> <span>Specials</span> </a> </li> <li class="li-top-item left " style="float: left"> <a class="a-top-link" href="https://bccpp.com/index.php?route=information/contact"> <span>Contact Us</span> </a> </li> </ul> </div> </div> <a href="index.php?route=product/special" title="Big sale Black friday" class="link-special"><span>Big sale Black friday</span></a> </div> </div> </div> </header> <div id="content"> <div class="main-row slider-group"> <div class="container"> <div class="row"> <div class="main-col col-sm-12 col-md-12"> <div class="row sub-row"> <div class="sub-col col-sm-12 col-md-7"> <div id="ajax-login-block"> </div> <div id="ajax-loader"> <img src="https://bccpp.com/image/catalog/ajax-loader.gif" alt="" /> </div> <div class="ajax-body-login"> <div class="account-login"> <div class="page-title"> <h2>Login or create an account</h2> <a href="javascript:void(0);" class="a-close-frm" onclick="ptlogin.closeForm();"><span>Close</span></a> </div> <div class="ajax-content"> <div class="ajax-container"> <div class="login-form-content"> <h3>Returning Customer</h3> <p><strong>I am a returning customer</strong></p> <form action="#" method="post" id="ajax-login-form" enctype="multipart/form-data"> <div class="form-group"> <label class="control-label" for="input-email">E-Mail Address</label> <input type="text" name="email" value="" placeholder="E-Mail Address" id="input-email" class="form-control" /> </div> <div class="form-group"> <label class="control-label" for="input-password">Password</label> <input type="password" name="password" value="" placeholder="Password" id="input-password" class="form-control" /> <a class="forgotten" href="https://bccpp.com/index.php?route=account/forgotten">Forgotten Password</a> </div> <div class="action"> <button class="button btn" type="button" onclick="ptlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)"><span>Login</span></button> <button class="button btn" type="button" onclick="ptlogin.appendRegisterForm()"><span>Create an account</span></button> <img class="ajax-load-img" alt="" src="https://bccpp.com/image/catalog/ajax-loader.gif" width="30" height="30" /> </div> </form> </div> </div> <script type="text/javascript"> $(document).ready(function () { var keycode = ''; $('#input-email').keypress(function (e) { keycode = (e.keyCode ? e.keyCode : e.which); if(keycode == '13') { ptlogin.loginAction(ptlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)); } }); $('#input-password').keypress(function (e) { keycode = (e.keyCode ? e.keyCode : e.which); if(keycode == '13') { ptlogin.loginAction(ptlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)); } }); }); </script> </div> </div> <div class="account-register"> <div class="page-title"> <h2>Login or create an account</h2> <a href="javascript:void(0);" class="a-close-frm" onclick="ptlogin.closeForm();"><span>Close</span></a> </div> <div class="ajax-content"> <div class="ajax-container"> <div class="register-form-content"> <h3>Register Account</h3> <p>If you already have an account with us, please login at the <a onclick="ptlogin.appendLoginForm()" href="javascript:void(0);">login form</a>.</p> <form action="https://bccpp.com/index.php?route=plaza/register" method="post" id="ajax-register-form" enctype="multipart/form-data" class="form-horizontal"> <fieldset id="account"> <legend>Your Personal Details</legend> <div class="form-group required" style="display: none ;"> <label class="col-sm-2 control-label">Customer Group</label> <div class="col-sm-10"> <div class="radio"> <label> <input type="radio" name="customer_group_id" value="1" checked="checked" /> Default</label> </div> </div> </div> <div class="form-group required"> <label class="col-sm-2 control-label" for="input-firstname">First Name</label> <div class="col-sm-10"> <input type="text" name="firstname" value="" placeholder="First Name" id="input-firstname" class="form-control" /> <!-- Error First Name --> <div class="for-error error-firstname"></div> </div> </div> <div class="form-group required"> <label class="col-sm-2 control-label" for="input-lastname">Last Name</label> <div class="col-sm-10"> <input type="text" name="lastname" value="" placeholder="Last Name" id="input-lastname" class="form-control" /> <!-- Error Last Name --> <div class="for-error error-lastname"></div> </div> </div> <div class="form-group required"> <label class="col-sm-2 control-label" for="input-register-email">E-Mail</label> <div class="col-sm-10"> <input type="email" name="email" value="" placeholder="E-Mail" id="input-register-email" class="form-control" /> <!-- Error Email --> <div class="for-error error-email"></div> </div> </div> <div class="form-group required"> <label class="col-sm-2 control-label" for="input-telephone">Telephone</label> <div class="col-sm-10"> <input type="tel" name="telephone" value="" placeholder="Telephone" id="input-telephone" class="form-control" /> <!-- Error Phone --> <div class="for-error error-telephone"></div> </div> </div> </fieldset> <fieldset> <legend>Your Password</legend> <div class="form-group required"> <label class="col-sm-2 control-label" for="input-register-password">Password</label> <div class="col-sm-10"> <input type="password" name="password" value="" placeholder="Password" id="input-register-password" class="form-control" /> <!-- Error Password --> <div class="for-error error-password"></div> </div> </div> <div class="form-group required"> <label class="col-sm-2 control-label" for="input-confirm">Password Confirm</label> <div class="col-sm-10"> <input type="password" name="confirm" value="" placeholder="Password Confirm" id="input-confirm" class="form-control" /> <!-- Error Confirm Password --> <div class="for-error error-confirm"></div> </div> </div> </fieldset> <fieldset> <legend>Newsletter</legend> <div class="form-group"> <label class="col-sm-2 control-label">Subscribe</label> <div class="col-sm-10"> <label class="radio-inline"> <input type="radio" name="newsletter" value="1" /> Yes</label> <label class="radio-inline"> <input type="radio" name="newsletter" value="0" checked="checked" /> No</label> </div> </div> </fieldset> <div class="buttons"> <div class="pull-right">I have read and agree to the <a href="https://bccpp.com/index.php?route=information/information/agree&information_id=3" class="agree"><b>Privacy Policy</b></a> <input type="checkbox" name="agree" value="1" /> <input type="button" onclick="ptlogin.registerAction();" value="Continue" class="btn btn-primary" /> <img class="ajax-load-img" alt="" src="https://bccpp.com/image/catalog/ajax-loader.gif" width="30" height="30" /> </div> </div> </form> </div> <div class="alert alert-danger for-error error-warning"><i class="fa fa-exclamation-circle"></i><span></span></div> </div> <script type="text/javascript"><!-- // Sort the custom fields $('#account .form-group[data-sort]').detach().each(function() { if ($(this).attr('data-sort') >= 0 && $(this).attr('data-sort') <= $('#account .form-group').length) { $('#account .form-group').eq($(this).attr('data-sort')).before(this); } if ($(this).attr('data-sort') > $('#account .form-group').length) { $('#account .form-group:last').after(this); } if ($(this).attr('data-sort') < -$('#account .form-group').length) { $('#account .form-group:first').before(this); } }); $('#address .form-group[data-sort]').detach().each(function() { if ($(this).attr('data-sort') >= 0 && $(this).attr('data-sort') <= $('#address .form-group').length) { $('#address .form-group').eq($(this).attr('data-sort')).before(this); } if ($(this).attr('data-sort') > $('#address .form-group').length) { $('#address .form-group:last').after(this); } if ($(this).attr('data-sort') < -$('#address .form-group').length) { $('#address .form-group:first').before(this); } }); $('input[name=\'customer_group_id\']').on('change', function() { $.ajax({ url: 'index.php?route=account/register/customfield&customer_group_id=' + this.value, dataType: 'json', success: function(json) { $('.custom-field').hide(); $('.custom-field').removeClass('required'); for (i = 0; i < json.length; i++) { custom_field = json[i]; $('#custom-field' + custom_field['custom_field_id']).show(); if (custom_field['required']) { $('#custom-field' + custom_field['custom_field_id']).addClass('required'); } } }, error: function(xhr, ajaxOptions, thrownError) { console.log(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); }); $('input[name=\'customer_group_id\']:checked').trigger('change'); //--></script> <script type="text/javascript"><!-- $('button[id^=\'button-custom-field\']').on('click', function() { var element = this; $('#form-upload').remove(); $('body').prepend('<form enctype="multipart/form-data" id="form-upload" style="display: none;"><input type="file" name="file" /></form>'); $('#form-upload input[name=\'file\']').trigger('click'); if (typeof timer != 'undefined') { clearInterval(timer); } timer = setInterval(function() { if ($('#form-upload input[name=\'file\']').val() != '') { clearInterval(timer); $.ajax({ url: 'index.php?route=tool/upload', type: 'post', dataType: 'json', data: new FormData($('#form-upload')[0]), cache: false, contentType: false, processData: false, beforeSend: function() { $(element).button('loading'); }, complete: function() { $(element).button('reset'); }, success: function(json) { $(element).parent().find('.text-danger').remove(); if (json['error']) { $(node).parent().find('input').after('<div class="text-danger">' + json['error'] + '</div>'); } if (json['success']) { alert(json['success']); $(element).parent().find('input').val(json['code']); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }, 500); }); //--></script> <script type="text/javascript"><!-- $('.date').datetimepicker({ language: document.cookie.match(new RegExp('language=([^;]+)'))[1], pickTime: false }); $('.time').datetimepicker({ language: document.cookie.match(new RegExp('language=([^;]+)'))[1], pickDate: false }); $('.datetime').datetimepicker({ language: document.cookie.match(new RegExp('language=([^;]+)'))[1], pickDate: true, pickTime: true }); //--></script> </div> </div> <div class="account-success"> <div class="ajax-content"> <div class="ajax-container"> <div class="success-content"> <div class="page-title"><h2>Your Account Has Been Created!</h2></div> <p>Thank you for registering with Bccpp.com!</p><p>You will be notified by e-mail once your account has been activated by the store owner.</p><p>If you have ANY questions about the operation of this online shop, please <a href="https://bccpp.com/index.php?route=information/contact">contact the store owner</a>.</p> <div class="buttons"> <div class="pull-right"><button class="button" onclick="window.location.href='https://bccpp.com/index.php?route=account/account'"><span>Continue</span></button></div> </div> </div> </div> </div> </div> <div class="logout-success"> <div class="ajax-content"> <div class="ajax-container"> <div class="success-content"> <div class="page-title"><h2>Account Logout</h2></div> <p>You have been logged off your account. It is now safe to leave the computer.</p><p>Your shopping cart has been saved, the items inside it will be restored whenever you log back into your account.</p> <div class="buttons"> <div class="pull-right"><button class="button" onclick="window.location.href='https://bccpp.com/'"><span>Continue</span></button></div> </div> </div> </div> </div> </div> </div> <input type="hidden" id="quicklogin-status" value="1" /> <div class="slider-container "> <div class="slide-loading"></div> <div id="plaza-slider" class="plaza-slider"> <a href="/index.php?route=product/category&path=68_75" ><img style="display: none;" src="https://bccpp.com/image/cache/catalog/123/slider1-antomi4-800x430-800x430.jpg" alt="" title="#slide-caption2" /></a> <a href="/index.php?route=product/product&path=68_72&product_id=291" ><img style="display: none;" src="https://bccpp.com/image/cache/catalog/123/slider2-antomi4-800x430-800x430.jpg" alt="" title="#slide-caption3" /></a> </div> <div id="slide-caption2" class="slide-caption nivo-html-caption nivo-caption"> <div class="slider-content slider-3"> <div > <div class="inner"> <div class="content"> <div class="slide-title"> </div> <div class="sub-title"> </div> <div class="slide-description"> <h4 class="text1"><br></h4> </div> <div class="slide-readmore"> <a href="/index.php?route=product/category&path=68_75" title="Read more">Read more</a> </div> </div> </div> </div> </div> </div> <div id="slide-caption3" class="slide-caption nivo-html-caption nivo-caption"> <div class="slider-content slider-1"> <div > <div class="inner"> <div class="content"> <div class="slide-title"> </div> <div class="sub-title"> </div> <div class="slide-description"> <h4 class="text1"><br></h4> </div> <div class="slide-readmore"> <a href="/index.php?route=product/product&path=68_72&product_id=291" title="Read more">Read more</a> </div> </div> </div> </div> </div> </div> </div> <script > $(window).load(function() { $('#plaza-slider').nivoSlider({ slices: 15, boxCols: 8, boxRows: 4, animSpeed: 500, manualAdvance: false , pauseTime: 5000 , controlNav: true , directionNav: false , pauseOnHover: true , controlNavThumbs: false, effect: 'random', startSlide: 0, prevText: 'Prev', nextText: 'Next' }); }); </script> </div> <div class="sub-col col-sm-12 col-md-5"> <div class="pt-block static-top-store4"> <div class="inner"> <div class="inner"> <div class="col col1"> <div class="image"> <a href="/index.php?route=product/product&path=76&product_id=453"><img src="../image/catalog/123/img1-top-antomi4.jpg" alt="img1"></a> <div class="text"> <h4 class="text1"><br></h4> </div> </div> </div> <div class="col col2"> <div class="image"> <a href="/index.php?route=product/category&path=68_72"><img src="../image/catalog/123/img2-top-antomi4.jpg" alt="img2"></a> <div class="text"> <h4 class="text1"><br></h4> </div> </div> </div> <div class="col col3"> <div class="image"> <a href="/index.php?route=product/category&path=68_72"><img src="../image/catalog/123/img3-top-antomi4.jpg" alt="img3"></a> <div class="text"> <h4 class="text1"><br></h4> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="main-row "> <div class="container"> <div class="row"> <div class="main-col col-sm-12 col-md-12"> <div class="row sub-row"> <div class="sub-col col-sm-12 col-md-12"> <div class="policy-block"> <div class="inner"> <div class="col "> <div class="box"> <div class="text"> <h4>Free Delivery</h4> <p>For all oders over $120</p> </div> </div> </div> <div class="col "> <div class="box"> <div class="text"> <h4>Safe Payment</h4> <p>100% secure payment</p> </div> </div> </div> <div class="col "> <div class="box"> <div class="text"> <h4>Shop With Confidence</h4> <p>If goods have problems</p> </div> </div> </div> <div class="col "> <div class="box"> <div class="text"> <h4>24/7 Help Center</h4> <p>Dedicated 24/7 support</p> </div> </div> </div> <div class="col "> <div class="box"> <div class="text"> <h4>Friendly Services</h4> <p>30 day satisfaction guarantee</p> </div> </div> </div> </div> </div> <div class="pt-block static-bottom-store1"> <div class="inner"> <div class="col col1"> <div class="image"> <a href="/index.php?route=product/category&path=68_74"><img src="../image/catalog/123/img1-bottom-antomi1.jpg" alt="img1"></a> <div class="text"> <h4 class="text1"><br></h4></div> </div> </div> <div class="col col2"> <div class="image"> <a href="/index.php?route=product/category&path=68_74"><img src="../image/catalog/123/img2-bottom-antomi1.jpg" alt="img2"></a> <div class="text"> <h4 class="text1"><br></h4></div> </div> </div> <div class="col col3"> <div class="image"> <a href="/index.php?route=product/category&path=68_73"><img src="../image/catalog/123/img3-bottom-antomi1.jpg" alt="img3"></a> <div class="text"> <h4 class="text1"><br></h4></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="main-row background-full"> <div class="container"> <div class="row"> <div class="main-col col-sm-12 col-md-12"> <div class="row sub-row"> <div class="sub-col col-sm-12 col-md-12"> <div class="special-categories-module"> <div class="block-title"><h3><span>Featured Categories</span></h3></div> <div class="pt-content"> <div class="swiper-viewport"> <div class="featured-categories-content swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide product-thumb"> <div class="product-item"> <div class="category-content"> <div class="caption"> <h4 class="name"><a href="https://bccpp.com/index.php?route=product/category&path=69">Office & School Supplies</a></h4> <p class="total-items">5 products</p> </div> <div class="image"> <a href="https://bccpp.com/index.php?route=product/category&path=69"><img src="https://bccpp.com/image/cache/catalog/123/Office%20School%20Supplies-90x90.png" alt="Office & School Supplies" /></a> </div> </div> </div> </div> <div class="swiper-slide product-thumb"> <div class="product-item"> <div class="category-content"> <div class="caption"> <h4 class="name"><a href="https://bccpp.com/index.php?route=product/category&path=71">Printers & Accessories</a></h4> <p class="total-items">47 products</p> </div> <div class="image"> <a href="https://bccpp.com/index.php?route=product/category&path=71"><img src="https://bccpp.com/image/cache/catalog/123/Printers%20Accessories-90x90.png" alt="Printers & Accessories" /></a> </div> </div> </div> </div> <div class="swiper-slide product-thumb"> <div class="product-item"> <div class="category-content"> <div class="caption"> <h4 class="name"><a href="https://bccpp.com/index.php?route=product/category&path=73">Storage Devices</a></h4> <p class="total-items">23 products</p> </div> <div class="image"> <a href="https://bccpp.com/index.php?route=product/category&path=73"><img src="https://bccpp.com/image/cache/catalog/123/Storage%20Devices-90x90.png" alt="Storage Devices" /></a> </div> </div> </div> </div> <div class="swiper-slide product-thumb"> <div class="product-item"> <div class="category-content"> <div class="caption"> <h4 class="name"><a href="https://bccpp.com/index.php?route=product/category&path=74">Computer Peripherals</a></h4> <p class="total-items">42 products</p> </div> <div class="image"> <a href="https://bccpp.com/index.php?route=product/category&path=74"><img src="https://bccpp.com/image/cache/catalog/123/Computer%20Peripherals-90x90.png" alt="Computer Peripherals" /></a> </div> </div> </div> </div> <div class="swiper-slide product-thumb"> <div class="product-item"> <div class="category-content"> <div class="caption"> <h4 class="name"><a href="https://bccpp.com/index.php?route=product/category&path=75">Projectors & Accessories</a></h4> <p class="total-items">20 products</p> </div> <div class="image"> <a href="https://bccpp.com/index.php?route=product/category&path=75"><img src="https://bccpp.com/image/cache/catalog/123/Projectors%20Accessories-90x90.png" alt="Projectors & Accessories" /></a> </div> </div> </div> </div> <div class="swiper-slide product-thumb"> <div class="product-item"> <div class="category-content"> <div class="caption"> <h4 class="name"><a href="https://bccpp.com/index.php?route=product/category&path=76">Mini PC & TV Boxes</a></h4> <p class="total-items">44 products</p> </div> <div class="image"> <a href="https://bccpp.com/index.php?route=product/category&path=76"><img src="https://bccpp.com/image/cache/catalog/123/Mini%20PC%20TV%20Boxes-90x90.png" alt="Mini PC & TV Boxes" /></a> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next special-categories-button-next"></div> <div class="swiper-button-prev special-categories-button-prev"></div> </div> </div> <script> $(document).ready(function() { $(".featured-categories-content").swiper({ spaceBetween: 0, nextButton: '.special-categories-button-next', prevButton: '.special-categories-button-prev', speed: 1000 , slidesPerView: 5, slidesPerColumn: 1, watchSlidesVisibility: true, autoplay: false , loop: false, // Responsive breakpoints breakpoints: { 479: { slidesPerView: 2 }, 767: { slidesPerView: 2 }, 991: { slidesPerView: 3 }, 1199: { slidesPerView: 3 }, 1499: { slidesPerView: 4 } } }); }); </script> </div> </div> <div class="products-container countdown-module "> <div class="block-title"> <h3><span>Deal Of The Month</span></h3> </div> <div class="pt-content"> <div class="swiper-viewport"> <div class="swiper-container single-slides-180"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="list-style"> <div class="product-item"> <div class="image "> <div class="box-label"> <div><span class="pro-label sale">-35%</span></div> <div><span class="pro-label new">New</span></div> </div> <a href="https://bccpp.com/index.php?route=product/product&product_id=473"> <img data-src="https://bccpp.com/image/cache/data/category_77/473pro-370x370.jpg" width="370" height="370" alt="White Noise Sleep In..." title="White Noise Sleep Instrument Natural Sounds Sleep Machine for Baby Adult Relaxation Home Travel Health Care Gift Speaker" class=" swiper-lazy img-responsive img-mod-180-473" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=473')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('473');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('473');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <div class="inner"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=473">White Noise Sleep Instrument Natural Sounds Sleep Machine for Baby Adult Relaxation Home Travel Health Care Gift Speaker</a></h4> <div class="rating"> <span class="icon-ratings"><i class="icon-rating icon-rating-x"></i></span> <span class="icon-ratings"><i class="icon-rating icon-rating-x"></i></span> <span class="icon-ratings"><i class="icon-rating icon-rating-x"></i></span> <span class="icon-ratings"><i class="icon-rating icon-rating-x"></i></span> <span class="icon-ratings"><i class="icon-rating icon-rating-x"></i></span> </div> <p class="price"> <span class="price-new">$18.99</span> <span class="price-old">$29.34</span> </p> <p class="product-description">White noise sleeper function: 1. Insomnia is a very painful thing.2. Short-term ...</p> <p class="text-countdown"><span>Hurry up!</span> Offer ends in:</p> <div class="countdown-box countdown-product-473" data-id="473" data-date="0000-00-00"> <div class="inner"> <div class="box"> <b class="day"></b><span>day</span> </div> <div class="box"> <b class="hour"></b><span>hour</span> </div> <div class="box"> <b class="min"></b><span>min</span> </div> <div class="box"> <b class="sec"></b><span>sec</span> </div> </div> </div> <div class="button-group"> <div class="inner"> <button type="button" class="button-cart" onclick="cart.add('473');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="list-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=268"> <img data-src="https://bccpp.com/image/cache/data/category_71/268pro-370x370.jpg" width="370" height="370" alt="3D Printer PLA Filam..." title="3D Printer PLA Filament Dimensional Accuracy of +/- 0.03mm" class=" swiper-lazy img-responsive img-mod-180-268" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=268')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('268');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('268');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <div class="inner"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=268">3D Printer PLA Filament Dimensional Accuracy of +/- 0.03mm</a></h4> <p class="price"> $38.52 </p> <p class="product-description">Main Features:u25cf High-quality PLA filament with high strength u25cf Convenien...</p> <p class="text-countdown"><span>Hurry up!</span> Offer ends in:</p> <div class="countdown-box countdown-product-268" data-id="268" data-date="2022-01-08"> <div class="inner"> <div class="box"> <b class="day"></b><span>day</span> </div> <div class="box"> <b class="hour"></b><span>hour</span> </div> <div class="box"> <b class="min"></b><span>min</span> </div> <div class="box"> <b class="sec"></b><span>sec</span> </div> </div> </div> <div class="button-group"> <div class="inner"> <button type="button" class="button-cart" onclick="cart.add('268');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="list-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=251"> <img data-src="https://bccpp.com/image/cache/data/category_71/251pro-370x370.jpg" width="370" height="370" alt="ORTUR Laser Master 2..." title="ORTUR Laser Master 2 Laser Engraving Machine" class=" swiper-lazy img-responsive img-mod-180-251" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=251')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('251');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('251');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <div class="inner"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=251">ORTUR Laser Master 2 Laser Engraving Machine</a></h4> <p class="price"> $481.81 </p> <p class="product-description">Brief Introduction:u25cf The Laser Master 2 - 7W is good at picture engraving.u2...</p> <p class="text-countdown"><span>Hurry up!</span> Offer ends in:</p> <div class="countdown-box countdown-product-251" data-id="251" data-date="2022-01-08"> <div class="inner"> <div class="box"> <b class="day"></b><span>day</span> </div> <div class="box"> <b class="hour"></b><span>hour</span> </div> <div class="box"> <b class="min"></b><span>min</span> </div> <div class="box"> <b class="sec"></b><span>sec</span> </div> </div> </div> <div class="button-group"> <div class="inner"> <button type="button" class="button-cart" onclick="cart.add('251');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="list-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=279"> <img data-src="https://bccpp.com/image/cache/data/category_71/279pro-370x370.jpg" width="370" height="370" alt="JGAURORA JGMAKER Mag..." title="JGAURORA JGMAKER Magic DIY 3D Printer Kit" class=" swiper-lazy img-responsive img-mod-180-279" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=279')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('279');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('279');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <div class="inner"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=279">JGAURORA JGMAKER Magic DIY 3D Printer Kit</a></h4> <p class="price"> $201.31 </p> <p class="product-description">The JGAURORA Magic Desktop Printer is a 3D printer with the imported special al...</p> <p class="text-countdown"><span>Hurry up!</span> Offer ends in:</p> <div class="countdown-box countdown-product-279" data-id="279" data-date="2022-01-08"> <div class="inner"> <div class="box"> <b class="day"></b><span>day</span> </div> <div class="box"> <b class="hour"></b><span>hour</span> </div> <div class="box"> <b class="min"></b><span>min</span> </div> <div class="box"> <b class="sec"></b><span>sec</span> </div> </div> </div> <div class="button-group"> <div class="inner"> <button type="button" class="button-cart" onclick="cart.add('279');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="list-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=269"> <img data-src="https://bccpp.com/image/cache/data/category_72/269pro-370x370.jpg" width="370" height="370" alt="PCI - E 1X to 16X Ri..." title="PCI - E 1X to 16X Riser Card + USB 3.0 Extender Cable for Bitcoin Litecoin Miner" class=" swiper-lazy img-responsive img-mod-180-269" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=269')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('269');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('269');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <div class="inner"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=269">PCI - E 1X to 16X Riser Card + USB 3.0 Extender Cable for Bitcoin Litecoin Miner</a></h4> <p class="price"> $27.56 </p> <p class="product-description">PCI - E 1X to 16X Extender Riser Card AdapterMain Features:u25cf Using 60cm USB ...</p> <p class="text-countdown"><span>Hurry up!</span> Offer ends in:</p> <div class="countdown-box countdown-product-269" data-id="269" data-date="2022-01-08"> <div class="inner"> <div class="box"> <b class="day"></b><span>day</span> </div> <div class="box"> <b class="hour"></b><span>hour</span> </div> <div class="box"> <b class="min"></b><span>min</span> </div> <div class="box"> <b class="sec"></b><span>sec</span> </div> </div> </div> <div class="button-group"> <div class="inner"> <button type="button" class="button-cart" onclick="cart.add('269');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-180"></div> <div class="swiper-button-prev swiper-button-prev-180"></div> </div> </div> <script> var product_slides_180 = $(".single-slides-180").swiper({ spaceBetween:0, nextButton: '.swiper-button-next-180', prevButton: '.swiper-button-prev-180', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 2, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 2, slidesPerColumn: 2 }, 1199: { slidesPerView: 2, slidesPerColumn: 2 }, 991: { slidesPerView: 1, slidesPerColumn: 2 }, 767: { slidesPerView: 1, slidesPerColumn: 2 }, 479: { slidesPerView: 1, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> </div> <div class="products-container module-tabs-custom tabs-product"> <div class="block-title"> <h3><span>Computer & Office</span></h3> <div class="tabs-style"> <ul class="nav nav-tabs"> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-0"> <img src="https://bccpp.com/image/cache/catalog/123/Computer%20Components-120x120.jpg" alt="Computer Components" /> <span>Computer Components</span> </a> </li> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-1"> <img src="https://bccpp.com/image/cache/catalog/123/Computer%20Peripherals-120x120.jpg" alt="Computer Peripherals" /> <span>Computer Peripherals</span> </a> </li> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-2"> <img src="https://bccpp.com/image/cache/catalog/123/Mini%20PC%20TV%20Boxes-120x120.jpg" alt="Mini PC & TV Boxes" /> <span>Mini PC & TV Boxes</span> </a> </li> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-3"> <img src="https://bccpp.com/image/cache/catalog/123/Networking-120x120.jpg" alt="Networking" /> <span>Networking</span> </a> </li> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-4"> <img src="https://bccpp.com/image/cache/catalog/123/Office%20School%20Supplies-120x120.jpg" alt="Office & School Supplies" /> <span>Office & School Supplies</span> </a> </li> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-5"> <img src="https://bccpp.com/image/cache/catalog/123/Printers%20Accessories-120x120.jpg" alt="Printers & Accessories" /> <span>Printers & Accessories</span> </a> </li> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-6"> <img src="https://bccpp.com/image/cache/catalog/123/Projectors%20Accessories-120x120.jpg" alt="Projectors & Accessories" /> <span>Projectors & Accessories</span> </a> </li> <li> <a href="javascript:void(0);" data-tab="#tab-product-181-7"> <img src="https://bccpp.com/image/cache/catalog/123/Storage%20Devices-120x120.jpg" alt="Storage Devices" /> <span>Storage Devices</span> </a> </li> </ul> </div> </div> <div class="pt-content"> <div class="product-tabs-section"> <div class="tab-content product-tabs-content"> <div class="tab-product" id="tab-product-181-0"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Computer%20Components-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-0-products-container" class="multi-slides-181-0 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=289"> <img data-src="https://bccpp.com/image/cache/data/category_72/289pro-370x370.jpg" width="370" height="370" alt="10PCS Black Plastic..." title="10PCS Black Plastic Potentiometer Knob 6mm Shaft Hole" class=" swiper-lazy img-responsive img-mod-181-0-289" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=289')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('289');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('289');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=289">10PCS Black Plastic Potentiometer Knob 6mm Shaft Hole</a></h4> <p class="price"> $24.57 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('289');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=274"> <img data-src="https://bccpp.com/image/cache/data/category_72/274pro-370x370.jpg" width="370" height="370" alt="120801 Arduino Micro..." title="120801 Arduino Micro SD Card Module" class=" swiper-lazy img-responsive img-mod-181-0-274" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=274')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('274');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('274');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=274">120801 Arduino Micro SD Card Module</a></h4> <p class="price"> $25.08 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('274');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=312"> <img data-src="https://bccpp.com/image/cache/data/category_72/312pro-370x370.jpg" width="370" height="370" alt="4 Channel DC 5V Rela..." title="4 Channel DC 5V Relay Module for Arduino UNO R3 MEGA 2560 1280 DSP ARM PIC AVR" class=" swiper-lazy img-responsive img-mod-181-0-312" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=312')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('312');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('312');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=312">4 Channel DC 5V Relay Module for Arduino UNO R3 MEGA 2560 1280 DSP ARM PIC AVR</a></h4> <p class="price"> $26.92 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('312');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=305"> <img data-src="https://bccpp.com/image/cache/data/category_72/305pro-370x370.jpg" width="370" height="370" alt="5V Infrared Line Tra..." title="5V Infrared Line Track Tracking Tracker Sensor Module for Arduino" class=" swiper-lazy img-responsive img-mod-181-0-305" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=305')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('305');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('305');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=305">5V Infrared Line Track Tracking Tracker Sensor Module for Arduino</a></h4> <p class="price"> $24.33 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('305');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=271"> <img data-src="https://bccpp.com/image/cache/data/category_72/271pro-370x370.jpg" width="370" height="370" alt="Colorful A320M - K P..." title="Colorful A320M - K PRO V14 Motherboard" class=" swiper-lazy img-responsive img-mod-181-0-271" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=271')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('271');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('271');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=271">Colorful A320M - K PRO V14 Motherboard</a></h4> <p class="price"> $73.74 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('271');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=291"> <img data-src="https://bccpp.com/image/cache/data/category_72/291pro-370x370.jpg" width="370" height="370" alt="Colorful iGame 1050T..." title="Colorful iGame 1050Ti Graphics Card" class=" swiper-lazy img-responsive img-mod-181-0-291" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=291')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('291');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('291');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=291">Colorful iGame 1050Ti Graphics Card</a></h4> <p class="price"> $299.21 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('291');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=283"> <img data-src="https://bccpp.com/image/cache/data/category_72/283pro-370x370.jpg" width="370" height="370" alt="Double-sized Welding..." title="Double-sized Welding Breadboard PCB Universal Printed Circuit Board for Arduino" class=" swiper-lazy img-responsive img-mod-181-0-283" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=283')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('283');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('283');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=283">Double-sized Welding Breadboard PCB Universal Printed Circuit Board for Arduino</a></h4> <p class="price"> $24.66 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('283');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=280"> <img data-src="https://bccpp.com/image/cache/data/category_72/280pro-370x370.jpg" width="370" height="370" alt="DS18B20 Temperature ..." title="DS18B20 Temperature Sensor Waterproof Digital Probe Sensor For Arduino ( 3pcs)" class=" swiper-lazy img-responsive img-mod-181-0-280" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=280')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('280');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('280');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=280">DS18B20 Temperature Sensor Waterproof Digital Probe Sensor For Arduino ( 3pcs)</a></h4> <p class="price"> $28.33 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('280');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=302"> <img data-src="https://bccpp.com/image/cache/data/category_72/302pro-370x370.jpg" width="370" height="370" alt="ESP8266 Esp-01 DHT11..." title="ESP8266 Esp-01 DHT11 Temperature and Humidity WiFi Nodes Do Not Contain Wireless" class=" swiper-lazy img-responsive img-mod-181-0-302" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=302')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('302');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('302');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=302">ESP8266 Esp-01 DHT11 Temperature and Humidity WiFi Nodes Do Not Contain Wireless</a></h4> <p class="price"> $25.35 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('302');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=277"> <img data-src="https://bccpp.com/image/cache/data/category_72/277pro-370x370.jpg" width="370" height="370" alt="Hight Quality Compat..." title="Hight Quality Compatible UNO R3 Development Board for Arduino" class=" swiper-lazy img-responsive img-mod-181-0-277" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=277')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('277');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('277');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=277">Hight Quality Compatible UNO R3 Development Board for Arduino</a></h4> <p class="price"> $28.58 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('277');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-0"></div> <div class="swiper-button-prev swiper-button-prev-181-0"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-0").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-0', prevButton: '.swiper-button-prev-181-0', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> <div class="tab-product" id="tab-product-181-1"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Computer%20Peripherals-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-1-products-container" class="multi-slides-181-1 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=327"> <img data-src="https://bccpp.com/image/cache/data/category_74/327pro-370x370.jpg" width="370" height="370" alt="104JD Webcam 1080P P..." title="104JD Webcam 1080P PC Camera" class=" swiper-lazy img-responsive img-mod-181-1-327" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=327')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('327');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('327');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=327">104JD Webcam 1080P PC Camera</a></h4> <p class="price"> $38.41 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('327');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=387"> <img data-src="https://bccpp.com/image/cache/data/category_74/387pro-370x370.jpg" width="370" height="370" alt="900DPI Portable Docu..." title="900DPI Portable Document Image Handhold Scanner" class=" swiper-lazy img-responsive img-mod-181-1-387" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=387')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('387');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('387');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=387">900DPI Portable Document Image Handhold Scanner</a></h4> <p class="price"> $63.27 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('387');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=420"> <img data-src="https://bccpp.com/image/cache/data/category_74/420pro-370x370.jpg" width="370" height="370" alt="AKKO 3087 Mechanical..." title="AKKO 3087 Mechanical Keyboard" class=" swiper-lazy img-responsive img-mod-181-1-420" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=420')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('420');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('420');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=420">AKKO 3087 Mechanical Keyboard</a></h4> <p class="price"> $95.72 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('420');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=381"> <img data-src="https://bccpp.com/image/cache/data/category_74/381pro-370x370.jpg" width="370" height="370" alt="AKKO WAIGUACP Hamste..." title="AKKO WAIGUACP Hamster Wireless Mouse" class=" swiper-lazy img-responsive img-mod-181-1-381" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=381')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('381');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('381');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=381">AKKO WAIGUACP Hamster Wireless Mouse</a></h4> <p class="price"> $38.32 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('381');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=365"> <img data-src="https://bccpp.com/image/cache/data/category_74/365pro-370x370.jpg" width="370" height="370" alt="Banana to Alligator ..." title="Banana to Alligator Cable" class=" swiper-lazy img-responsive img-mod-181-1-365" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=365')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('365');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('365');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=365">Banana to Alligator Cable</a></h4> <p class="price"> $25.17 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('365');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=395"> <img data-src="https://bccpp.com/image/cache/data/category_74/395pro-370x370.jpg" width="370" height="370" alt="BM - 300FX Audio Sou..." title="BM - 300FX Audio Sound Recording Condenser Microphone" class=" swiper-lazy img-responsive img-mod-181-1-395" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=395')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('395');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('395');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=395">BM - 300FX Audio Sound Recording Condenser Microphone</a></h4> <p class="price"> $34.71 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('395');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=372"> <img data-src="https://bccpp.com/image/cache/data/category_74/372pro-370x370.jpg" width="370" height="370" alt="Children\'S 3D Lumin..." title="Children\'S 3D Luminous Graffiti Fluorescent Plate" class=" swiper-lazy img-responsive img-mod-181-1-372" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=372')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('372');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('372');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=372">Children\'S 3D Luminous Graffiti Fluorescent Plate</a></h4> <p class="price"> $26.40 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('372');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=362"> <img data-src="https://bccpp.com/image/cache/data/category_74/362pro-370x370.jpg" width="370" height="370" alt="DC Motor Mini Electr..." title="DC Motor Mini Electric DIY 5pcs" class=" swiper-lazy img-responsive img-mod-181-1-362" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=362')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('362');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('362');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=362">DC Motor Mini Electric DIY 5pcs</a></h4> <p class="price"> $25.66 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('362');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=445"> <img data-src="https://bccpp.com/image/cache/data/category_74/445pro-370x370.jpg" width="370" height="370" alt="Defender 360 Degree ..." title="Defender 360 Degree Rotatable 2MP HD Webcam Clip-on Web PC Camera" class=" swiper-lazy img-responsive img-mod-181-1-445" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=445')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('445');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('445');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=445">Defender 360 Degree Rotatable 2MP HD Webcam Clip-on Web PC Camera</a></h4> <p class="price"> $40.94 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('445');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=342"> <img data-src="https://bccpp.com/image/cache/data/category_74/342pro-370x370.jpg" width="370" height="370" alt="DOSS SoundBox Plus T..." title="DOSS SoundBox Plus TWS Bluetooth Speaker Wireless Stereo 20H Playtime Deep Bass" class=" swiper-lazy img-responsive img-mod-181-1-342" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=342')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('342');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('342');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=342">DOSS SoundBox Plus TWS Bluetooth Speaker Wireless Stereo 20H Playtime Deep Bass</a></h4> <p class="price"> $64.84 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('342');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-1"></div> <div class="swiper-button-prev swiper-button-prev-181-1"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-1").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-1', prevButton: '.swiper-button-prev-181-1', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> <div class="tab-product" id="tab-product-181-2"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Mini%20PC%20TV%20Boxes-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-2-products-container" class="multi-slides-181-2 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=439"> <img data-src="https://bccpp.com/image/cache/data/category_76/439pro-370x370.jpg" width="370" height="370" alt="A95X PRO TV Box..." title="A95X PRO TV Box" class=" swiper-lazy img-responsive img-mod-181-2-439" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=439')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('439');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('439');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=439">A95X PRO TV Box</a></h4> <p class="price"> $76.25 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('439');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=422"> <img data-src="https://bccpp.com/image/cache/data/category_76/422pro-370x370.jpg" width="370" height="370" alt="Acute Angle AA - B4 ..." title="Acute Angle AA - B4 DIY Mini PC" class=" swiper-lazy img-responsive img-mod-181-2-422" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=422')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('422');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('422');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=422">Acute Angle AA - B4 DIY Mini PC</a></h4> <p class="price"> $221.06 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('422');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=468"> <img data-src="https://bccpp.com/image/cache/data/category_76/468pro-370x370.jpg" width="370" height="370" alt="Beelink AP34 Mini PC..." title="Beelink AP34 Mini PC" class=" swiper-lazy img-responsive img-mod-181-2-468" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=468')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('468');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('468');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <div class="box-label"> <div><span class="pro-label new">New</span></div> </div> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=468">Beelink AP34 Mini PC</a></h4> <p class="price"> $420.44 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('468');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=427"> <img data-src="https://bccpp.com/image/cache/data/category_76/427pro-370x370.jpg" width="370" height="370" alt="Beelink BT3 - X Mini..." title="Beelink BT3 - X Mini PC" class=" swiper-lazy img-responsive img-mod-181-2-427" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=427')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('427');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('427');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=427">Beelink BT3 - X Mini PC</a></h4> <p class="price"> $195.19 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('427');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=405"> <img data-src="https://bccpp.com/image/cache/data/category_76/405pro-370x370.jpg" width="370" height="370" alt="Beelink Gemini T34 M..." title="Beelink Gemini T34 Mini PC" class=" swiper-lazy img-responsive img-mod-181-2-405" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=405')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('405');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('405');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=405">Beelink Gemini T34 Mini PC</a></h4> <p class="price"> $313.03 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('405');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=442"> <img data-src="https://bccpp.com/image/cache/data/category_76/442pro-370x370.jpg" width="370" height="370" alt="Beelink Gemini X55 U..." title="Beelink Gemini X55 Ultimate Mini PC" class=" swiper-lazy img-responsive img-mod-181-2-442" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=442')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('442');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('442');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=442">Beelink Gemini X55 Ultimate Mini PC</a></h4> <p class="price"> $365.79 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('442');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=419"> <img data-src="https://bccpp.com/image/cache/data/category_76/419pro-370x370.jpg" width="370" height="370" alt="Beelink GS-King X Sm..." title="Beelink GS-King X Smart 4K TV Box" class=" swiper-lazy img-responsive img-mod-181-2-419" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=419')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('419');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('419');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=419">Beelink GS-King X Smart 4K TV Box</a></h4> <p class="price"> $380.55 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('419');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=448"> <img data-src="https://bccpp.com/image/cache/data/category_76/448pro-370x370.jpg" width="370" height="370" alt="Beelink GT - King Mo..." title="Beelink GT - King Most Power TV Box" class=" swiper-lazy img-responsive img-mod-181-2-448" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=448')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('448');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('448');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=448">Beelink GT - King Most Power TV Box</a></h4> <p class="price"> $199.48 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('448');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=402"> <img data-src="https://bccpp.com/image/cache/data/category_76/402pro-370x370.jpg" width="370" height="370" alt="Beelink GT-King Pro ..." title="Beelink GT-King Pro Smart TV BOX" class=" swiper-lazy img-responsive img-mod-181-2-402" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=402')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('402');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('402');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=402">Beelink GT-King Pro Smart TV BOX</a></h4> <p class="price"> $246.53 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('402');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=457"> <img data-src="https://bccpp.com/image/cache/data/category_76/457pro-370x370.jpg" width="370" height="370" alt="Beelink GT1 TV Box..." title="Beelink GT1 TV Box" class=" swiper-lazy img-responsive img-mod-181-2-457" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=457')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('457');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('457');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=457">Beelink GT1 TV Box</a></h4> <p class="price"> $128.90 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('457');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-2"></div> <div class="swiper-button-prev swiper-button-prev-181-2"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-2").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-2', prevButton: '.swiper-button-prev-181-2', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> <div class="tab-product" id="tab-product-181-3"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Networking-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-3-products-container" class="multi-slides-181-3 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=284"> <img data-src="https://bccpp.com/image/cache/data/category_70/284pro-370x370.jpg" width="370" height="370" alt="Comfast CF - WR311S ..." title="Comfast CF - WR311S 300Mbps USB WiFi Repeater" class=" swiper-lazy img-responsive img-mod-181-3-284" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=284')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('284');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('284');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=284">Comfast CF - WR311S 300Mbps USB WiFi Repeater</a></h4> <p class="price"> $37.31 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('284');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=261"> <img data-src="https://bccpp.com/image/cache/data/category_70/261pro-370x370.jpg" width="370" height="370" alt="DIKAVS PAM8403 Bluet..." title="DIKAVS PAM8403 Bluetooth Audio Receiver Digital Amplifier Board" class=" swiper-lazy img-responsive img-mod-181-3-261" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=261')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('261');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('261');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=261">DIKAVS PAM8403 Bluetooth Audio Receiver Digital Amplifier Board</a></h4> <p class="price"> $28.32 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('261');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=253"> <img data-src="https://bccpp.com/image/cache/data/category_70/253pro-370x370.jpg" width="370" height="370" alt="Dual Band Network Ca..." title="Dual Band Network Card" class=" swiper-lazy img-responsive img-mod-181-3-253" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=253')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('253');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('253');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=253">Dual Band Network Card</a></h4> <p class="price"> $31.08 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('253');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=259"> <img data-src="https://bccpp.com/image/cache/data/category_70/259pro-370x370.jpg" width="370" height="370" alt="ESP8266 ESP - 12E Wi..." title="ESP8266 ESP - 12E WiFi Serial Module" class=" swiper-lazy img-responsive img-mod-181-3-259" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=259')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('259');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('259');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=259">ESP8266 ESP - 12E WiFi Serial Module</a></h4> <p class="price"> $25.57 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('259');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=275"> <img data-src="https://bccpp.com/image/cache/data/category_70/275pro-370x370.jpg" width="370" height="370" alt="Linoya HDMI Male to ..." title="Linoya HDMI Male to VGA Female Adapter" class=" swiper-lazy img-responsive img-mod-181-3-275" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=275')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('275');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('275');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=275">Linoya HDMI Male to VGA Female Adapter</a></h4> <p class="price"> $31.58 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('275');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=256"> <img data-src="https://bccpp.com/image/cache/data/category_70/256pro-370x370.jpg" width="370" height="370" alt="Mi 4A Router..." title="Mi 4A Router" class=" swiper-lazy img-responsive img-mod-181-3-256" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=256')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('256');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('256');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=256">Mi 4A Router</a></h4> <p class="price"> $61.14 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('256');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=287"> <img data-src="https://bccpp.com/image/cache/data/category_70/287pro-370x370.JPG" width="370" height="370" alt="Mini USB Bluetooth 4..." title="Mini USB Bluetooth 4.0 Adapter Dongle" class=" swiper-lazy img-responsive img-mod-181-3-287" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=287')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('287');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('287');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=287">Mini USB Bluetooth 4.0 Adapter Dongle</a></h4> <p class="price"> $26.14 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('287');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=272"> <img data-src="https://bccpp.com/image/cache/data/category_70/272pro-370x370.jpg" width="370" height="370" alt="Tenda AC11 1200Mbps ..." title="Tenda AC11 1200Mbps Wireless WiFi Router" class=" swiper-lazy img-responsive img-mod-181-3-272" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=272')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('272');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('272');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=272">Tenda AC11 1200Mbps Wireless WiFi Router</a></h4> <p class="price"> $68.21 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('272');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=293"> <img data-src="https://bccpp.com/image/cache/data/category_70/293pro-370x370.jpg" width="370" height="370" alt="TENDA AC11 2.4GHz Pl..." title="TENDA AC11 2.4GHz Plus 5GHz WiFi AC 1200M Large-scale Gigabit Dual-band Wireless Router" class=" swiper-lazy img-responsive img-mod-181-3-293" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=293')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('293');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('293');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=293">TENDA AC11 2.4GHz Plus 5GHz WiFi AC 1200M Large-scale Gigabit Dual-band Wireless Router</a></h4> <p class="price"> $65.86 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('293');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=250"> <img data-src="https://bccpp.com/image/cache/data/category_70/250pro-370x370.jpg" width="370" height="370" alt="USB to RS485 Convert..." title="USB to RS485 Converter Adapters Module" class=" swiper-lazy img-responsive img-mod-181-3-250" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=250')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('250');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('250');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=250">USB to RS485 Converter Adapters Module</a></h4> <p class="price"> $25.35 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('250');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-3"></div> <div class="swiper-button-prev swiper-button-prev-181-3"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-3").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-3', prevButton: '.swiper-button-prev-181-3', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> <div class="tab-product" id="tab-product-181-4"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Office%20School%20Supplies-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-4-products-container" class="multi-slides-181-4 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=266"> <img data-src="https://bccpp.com/image/cache/data/category_69/266pro-370x370.jpg" width="370" height="370" alt="30PCS Note Paper..." title="30PCS Note Paper" class=" swiper-lazy img-responsive img-mod-181-4-266" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=266')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('266');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('266');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=266">30PCS Note Paper</a></h4> <p class="price"> $23.10 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('266');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=252"> <img data-src="https://bccpp.com/image/cache/data/category_69/252pro-370x370.jpg" width="370" height="370" alt="Ballpoint Pen..." title="Ballpoint Pen" class=" swiper-lazy img-responsive img-mod-181-4-252" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=252')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('252');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('252');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=252">Ballpoint Pen</a></h4> <p class="price"> $23.44 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('252');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=264"> <img data-src="https://bccpp.com/image/cache/data/category_69/264pro-370x370.jpg" width="370" height="370" alt="Fluorescent Index St..." title="Fluorescent Index Sticker" class=" swiper-lazy img-responsive img-mod-181-4-264" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=264')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('264');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('264');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=264">Fluorescent Index Sticker</a></h4> <p class="price"> $23.21 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('264');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=257"> <img data-src="https://bccpp.com/image/cache/data/category_69/257pro-370x370.jpg" width="370" height="370" alt="LCD Tablet 8.5 Inch ..." title="LCD Tablet 8.5 Inch Digital Drawing Electronic Tablet Message Graphics Board" class=" swiper-lazy img-responsive img-mod-181-4-257" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=257')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('257');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('257');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=257">LCD Tablet 8.5 Inch Digital Drawing Electronic Tablet Message Graphics Board</a></h4> <p class="price"> $27.13 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('257');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=262"> <img data-src="https://bccpp.com/image/cache/data/category_69/262pro-370x370.jpg" width="370" height="370" alt="Sticky Notes Bookmar..." title="Sticky Notes Bookmark Marker Memo Flags Index Tab" class=" swiper-lazy img-responsive img-mod-181-4-262" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=262')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('262');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('262');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=262">Sticky Notes Bookmark Marker Memo Flags Index Tab</a></h4> <p class="price"> $23.14 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('262');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-4"></div> <div class="swiper-button-prev swiper-button-prev-181-4"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-4").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-4', prevButton: '.swiper-button-prev-181-4', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> <div class="tab-product" id="tab-product-181-5"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Printers%20Accessories-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-5-products-container" class="multi-slides-181-5 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=267"> <img data-src="https://bccpp.com/image/cache/data/category_71/267pro-370x370.jpg" width="370" height="370" alt="1.7A 3D Printer Moto..." title="1.7A 3D Printer Motor 42 Stepper Drive" class=" swiper-lazy img-responsive img-mod-181-5-267" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=267')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('267');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('267');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=267">1.7A 3D Printer Motor 42 Stepper Drive</a></h4> <p class="price"> $35.14 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('267');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=345"> <img data-src="https://bccpp.com/image/cache/data/category_71/345pro-370x370.jpg" width="370" height="370" alt="12V Extruder Small C..." title="12V Extruder Small Cooling Fan 3D Printer Accessory" class=" swiper-lazy img-responsive img-mod-181-5-345" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=345')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('345');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('345');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=345">12V Extruder Small Cooling Fan 3D Printer Accessory</a></h4> <p class="price"> $23.88 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('345');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=376"> <img data-src="https://bccpp.com/image/cache/data/category_71/376pro-370x370.jpg" width="370" height="370" alt="190-490nm Laser Engr..." title="190-490nm Laser Engraving Protective Goggles" class=" swiper-lazy img-responsive img-mod-181-5-376" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=376')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('376');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('376');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=376">190-490nm Laser Engraving Protective Goggles</a></h4> <p class="price"> $42.49 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('376');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=268"> <img data-src="https://bccpp.com/image/cache/data/category_71/268pro-370x370.jpg" width="370" height="370" alt="3D Printer PLA Filam..." title="3D Printer PLA Filament Dimensional Accuracy of +/- 0.03mm" class=" swiper-lazy img-responsive img-mod-181-5-268" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=268')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('268');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('268');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=268">3D Printer PLA Filament Dimensional Accuracy of +/- 0.03mm</a></h4> <p class="price"> $38.52 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('268');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=361"> <img data-src="https://bccpp.com/image/cache/data/category_71/361pro-370x370.jpg" width="370" height="370" alt="3D Printer TPU Filam..." title="3D Printer TPU Filament 200G for Creality Ender 3" class=" swiper-lazy img-responsive img-mod-181-5-361" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=361')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('361');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('361');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=361">3D Printer TPU Filament 200G for Creality Ender 3</a></h4> <p class="price"> $29.82 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('361');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=260"> <img data-src="https://bccpp.com/image/cache/data/category_71/260pro-370x370.jpg" width="370" height="370" alt="40PCS 1.75mm ABS Fil..." title="40PCS 1.75mm ABS Filament Printing Supplies for 3D Printer Pen" class=" swiper-lazy img-responsive img-mod-181-5-260" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=260')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('260');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('260');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=260">40PCS 1.75mm ABS Filament Printing Supplies for 3D Printer Pen</a></h4> <p class="price"> $23.18 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('260');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=348"> <img data-src="https://bccpp.com/image/cache/data/category_71/348pro-370x370.jpg" width="370" height="370" alt="8 in 1 3D Printer Se..." title="8 in 1 3D Printer Set" class=" swiper-lazy img-responsive img-mod-181-5-348" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=348')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('348');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('348');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=348">8 in 1 3D Printer Set</a></h4> <p class="price"> $60.20 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('348');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=276"> <img data-src="https://bccpp.com/image/cache/data/category_71/276pro-370x370.jpg" width="370" height="370" alt="A8 5 x 20mm Heating ..." title="A8 5 x 20mm Heating Tube" class=" swiper-lazy img-responsive img-mod-181-5-276" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=276')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('276');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('276');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=276">A8 5 x 20mm Heating Tube</a></h4> <p class="price"> $23.93 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('276');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=313"> <img data-src="https://bccpp.com/image/cache/data/category_71/313pro-370x370.jpg" width="370" height="370" alt="Anet 6pcs 3D Printer..." title="Anet 6pcs 3D Printer Part Brass Nozzle Head" class=" swiper-lazy img-responsive img-mod-181-5-313" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=313')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('313');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('313');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=313">Anet 6pcs 3D Printer Part Brass Nozzle Head</a></h4> <p class="price"> $24.59 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('313');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=370"> <img data-src="https://bccpp.com/image/cache/data/category_71/370pro-370x370.jpg" width="370" height="370" alt="Anet ET4 PRO Touch S..." title="Anet ET4 PRO Touch Screen Mute 3D Printer" class=" swiper-lazy img-responsive img-mod-181-5-370" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=370')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('370');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('370');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=370">Anet ET4 PRO Touch Screen Mute 3D Printer</a></h4> <p class="price"> $305.79 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('370');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-5"></div> <div class="swiper-button-prev swiper-button-prev-181-5"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-5").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-5', prevButton: '.swiper-button-prev-181-5', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> <div class="tab-product" id="tab-product-181-6"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Projectors%20Accessories-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-6-products-container" class="multi-slides-181-6 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=386"> <img data-src="https://bccpp.com/image/cache/data/category_75/386pro-370x370.jpg" width="370" height="370" alt="3D Games..." title="3D Games" class=" swiper-lazy img-responsive img-mod-181-6-386" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=386')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('386');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('386');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=386">3D Games</a></h4> <p class="price"> $23.80 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('386');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=401"> <img data-src="https://bccpp.com/image/cache/data/category_75/401pro-370x370.jpg" width="370" height="370" alt="E05 DLP Pocket Proje..." title="E05 DLP Pocket Projector" class=" swiper-lazy img-responsive img-mod-181-6-401" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=401')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('401');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('401');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=401">E05 DLP Pocket Projector</a></h4> <p class="price"> $243.75 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('401');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=410"> <img data-src="https://bccpp.com/image/cache/data/category_75/410pro-370x370.jpg" width="370" height="370" alt="Extending Ceiling Pr..." title="Extending Ceiling Projector Height Adjustable Projection" class=" swiper-lazy img-responsive img-mod-181-6-410" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=410')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('410');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('410');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=410">Extending Ceiling Projector Height Adjustable Projection</a></h4> <p class="price"> $28.21 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('410');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=394"> <img data-src="https://bccpp.com/image/cache/data/category_75/394pro-370x370.jpg" width="370" height="370" alt="Fengmi M055FCN Proje..." title="Fengmi M055FCN Projector" class=" swiper-lazy img-responsive img-mod-181-6-394" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=394')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('394');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('394');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=394">Fengmi M055FCN Projector</a></h4> <p class="price"> $718.62 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('394');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=423"> <img data-src="https://bccpp.com/image/cache/data/category_75/423pro-370x370.jpg" width="370" height="370" alt="GBtiger F30 FHD LCD ..." title="GBtiger F30 FHD LCD Projector" class=" swiper-lazy img-responsive img-mod-181-6-423" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=423')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('423');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('423');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=423">GBtiger F30 FHD LCD Projector</a></h4> <p class="price"> $165.08 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('423');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=383"> <img data-src="https://bccpp.com/image/cache/data/category_75/383pro-370x370.jpg" width="370" height="370" alt="GBTIGER NNTLM - 120 ..." title="GBTIGER NNTLM - 120 Projector Screen" class=" swiper-lazy img-responsive img-mod-181-6-383" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=383')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('383');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('383');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=383">GBTIGER NNTLM - 120 Projector Screen</a></h4> <p class="price"> $37.95 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('383');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=398"> <img data-src="https://bccpp.com/image/cache/data/category_75/398pro-370x370.jpg" width="370" height="370" alt="HTP LED-86+ Android ..." title="HTP LED-86+ Android WiFi Projector" class=" swiper-lazy img-responsive img-mod-181-6-398" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=398')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('398');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('398');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=398">HTP LED-86+ Android WiFi Projector</a></h4> <p class="price"> $277.51 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('398');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=371"> <img data-src="https://bccpp.com/image/cache/data/category_75/371pro-370x370.jpg" width="370" height="370" alt="Inlife L1 LCD Projec..." title="Inlife L1 LCD Projector for Home Entertainment" class=" swiper-lazy img-responsive img-mod-181-6-371" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=371')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('371');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('371');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=371">Inlife L1 LCD Projector for Home Entertainment</a></h4> <p class="price"> $78.60 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('371');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=421"> <img data-src="https://bccpp.com/image/cache/data/category_75/421pro-370x370.jpg" width="370" height="370" alt="Laser Projector..." title="Laser Projector" class=" swiper-lazy img-responsive img-mod-181-6-421" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=421')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('421');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('421');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=421">Laser Projector</a></h4> <p class="price"> $4,118.89 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('421');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=404"> <img data-src="https://bccpp.com/image/cache/data/category_75/404pro-370x370.JPG" width="370" height="370" alt="LED - 86 LCD Project..." title="LED - 86 LCD Projector 3500 Lumens 1280 x 800 Pixels for Home Office Education" class=" swiper-lazy img-responsive img-mod-181-6-404" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=404')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('404');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('404');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=404">LED - 86 LCD Projector 3500 Lumens 1280 x 800 Pixels for Home Office Education</a></h4> <p class="price"> $222.98 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('404');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-6"></div> <div class="swiper-button-prev swiper-button-prev-181-6"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-6").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-6', prevButton: '.swiper-button-prev-181-6', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> <div class="tab-product" id="tab-product-181-7"> <div class="box-large-image"> <div class="col col-large-image"> <div class="image-content"> <img src="https://bccpp.com/image/cache/catalog/123/Storage%20Devices-415x706.jpg" alt="" /> </div> </div> <div class="col col-muti-items"> <div class="swiper-viewport"> <div id="181-7-products-container" class="multi-slides-181-7 swiper-container"> <div class="swiper-wrapper"> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=311"> <img data-src="https://bccpp.com/image/cache/data/category_73/311pro-370x370.jpg" width="370" height="370" alt="2PCS USB 2.0 Micro S..." title="2PCS USB 2.0 Micro SD SDHC TF Flash Memory Card Reader Mini Adapter For Laptop 0" class=" swiper-lazy img-responsive img-mod-181-7-311" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=311')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('311');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('311');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=311">2PCS USB 2.0 Micro SD SDHC TF Flash Memory Card Reader Mini Adapter For Laptop 0</a></h4> <p class="price"> $23.70 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('311');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=357"> <img data-src="https://bccpp.com/image/cache/data/category_73/357pro-370x370.jpg" width="370" height="370" alt="9.5MM SATA Aluminum ..." title="9.5MM SATA Aluminum Hard Drive Caddy for Notebook" class=" swiper-lazy img-responsive img-mod-181-7-357" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=357')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('357');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('357');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=357">9.5MM SATA Aluminum Hard Drive Caddy for Notebook</a></h4> <p class="price"> $25.83 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('357');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=323"> <img data-src="https://bccpp.com/image/cache/data/category_73/323pro-370x370.jpg" width="370" height="370" alt="Caraele H-6 Hard Dri..." title="Caraele H-6 Hard Drive" class=" swiper-lazy img-responsive img-mod-181-7-323" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=323')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('323');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('323');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=323">Caraele H-6 Hard Drive</a></h4> <p class="price"> $63.27 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('323');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=303"> <img data-src="https://bccpp.com/image/cache/data/category_73/303pro-370x370.jpg" width="370" height="370" alt="Card Reader..." title="Card Reader" class=" swiper-lazy img-responsive img-mod-181-7-303" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=303')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('303');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('303');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=303">Card Reader</a></h4> <p class="price"> $23.41 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('303');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=297"> <img data-src="https://bccpp.com/image/cache/data/category_73/297pro-370x370.jpg" width="370" height="370" alt="DDR3 4GB 1600MHz Mem..." title="DDR3 4GB 1600MHz Memory 240 Pins for AMD Desktop Socket AM3 RAM" class=" swiper-lazy img-responsive img-mod-181-7-297" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=297')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('297');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('297');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=297">DDR3 4GB 1600MHz Memory 240 Pins for AMD Desktop Socket AM3 RAM</a></h4> <p class="price"> $39.90 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('297');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=338"> <img data-src="https://bccpp.com/image/cache/data/category_73/338pro-370x370.jpg" width="370" height="370" alt="EAGET F50 16GB High ..." title="EAGET F50 16GB High Speed USB 3.0 Flash Drive" class=" swiper-lazy img-responsive img-mod-181-7-338" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=338')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('338');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('338');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=338">EAGET F50 16GB High Speed USB 3.0 Flash Drive</a></h4> <p class="price"> $35.28 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('338');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=300"> <img data-src="https://bccpp.com/image/cache/data/category_73/300pro-370x370.jpg" width="370" height="370" alt="FYEO CR - FPB / 232 ..." title="FYEO CR - FPB / 232 USB 2.0 Flash Drive" class=" swiper-lazy img-responsive img-mod-181-7-300" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=300')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('300');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('300');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=300">FYEO CR - FPB / 232 USB 2.0 Flash Drive</a></h4> <p class="price"> $32.44 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('300');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=326"> <img data-src="https://bccpp.com/image/cache/data/category_73/326pro-370x370.jpg" width="370" height="370" alt="KingDian S100+ Solid..." title="KingDian S100+ Solid State Drive SSD" class=" swiper-lazy img-responsive img-mod-181-7-326" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=326')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('326');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('326');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=326">KingDian S100+ Solid State Drive SSD</a></h4> <p class="price"> $45.09 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('326');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=360"> <img data-src="https://bccpp.com/image/cache/data/category_73/360pro-370x370.jpg" width="370" height="370" alt="Metal USB2.0 Flash M..." title="Metal USB2.0 Flash Memory Stick Storage Thumb U Disk 64GB 32GB 16GB 8GB 4GB Lot" class=" swiper-lazy img-responsive img-mod-181-7-360" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=360')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('360');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('360');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=360">Metal USB2.0 Flash Memory Stick Storage Thumb U Disk 64GB 32GB 16GB 8GB 4GB Lot</a></h4> <p class="price"> $26.40 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('360');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> <div class="product-thumb transition swiper-slide"> <div class="grid-style"> <div class="product-item"> <div class="image "> <a href="https://bccpp.com/index.php?route=product/product&product_id=346"> <img data-src="https://bccpp.com/image/cache/data/category_73/346pro-370x370.jpg" width="370" height="370" alt="Micron 1100 2.5 inch..." title="Micron 1100 2.5 inch Solid State Drive" class=" swiper-lazy img-responsive img-mod-181-7-346" /> </a> <div class="swiper-lazy-preloader"></div> <div class="button-group"> <div class="inner"> <button type="button" title="Quick View" class="button-quickview" onclick="ptquickview.ajaxView('https://bccpp.com/index.php?route=product/product&product_id=346')"><span>Quick View</span></button> <button type="button" title="Add to Wish List" class="button-wishlist" onclick="wishlist.add('346');"><span>Add to Wish List</span></button> <button type="button" title="Compare this Product" class="button-compare" onclick="compare.add('346');"><span>Compare this Product</span></button> </div> </div> </div> <div class="caption"> <h4><a href="https://bccpp.com/index.php?route=product/product&product_id=346">Micron 1100 2.5 inch Solid State Drive</a></h4> <p class="price"> $80.27 </p> <div class="box-cart"> <button type="button" class="button-cart" onclick="cart.add('346');" title="Add to Cart"><span>Add to Cart</span></button> </div> </div> </div> </div> </div> </div> </div> <div class="swiper-pager"> <div class="swiper-button-next swiper-button-next-181-7"></div> <div class="swiper-button-prev swiper-button-prev-181-7"></div> </div> </div> </div> </div> <script> $(".multi-slides-181-7").swiper({ spaceBetween: 0, nextButton: '.swiper-button-next-181-7', prevButton: '.swiper-button-prev-181-7', speed: 500 , preloadImages: false, lazyLoading: true, watchSlidesVisibility: true, slidesPerView: 3, slidesPerColumn: 2, breakpoints: { 1499: { slidesPerView: 3, slidesPerColumn: 2 }, 1199: { slidesPerView: 3, slidesPerColumn: 2 }, 991: { slidesPerView: 2, slidesPerColumn: 2 }, 767: { slidesPerView: 2, slidesPerColumn: 2 }, 479: { slidesPerView: 2, slidesPerColumn: 2 } }, autoplay: false , loop: false }); </script> </div> </div> </div> <script> $('.tabs-style .nav-tabs').each(function() { $(this).find('li').first().addClass('active'); }); $('.product-tabs-section .tab-content').each(function() { $(this).find('.tab-product').hide(); $(this).find('.tab-product').first().show(); }); $('.tabs-style .nav-tabs a').on('click', function () { $(this).closest('ul').find('li').removeClass('active'); $(this).closest('li').addClass('active'); var tab = $(this).data('tab'); $(tab).closest('.tab-content').find('.tab-product').hide(); $(tab).show(); }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> <footer> <div class="container"> <div class="inner"> <div class="newsletter-container newsletter-block"> <div class="newsletter-heading"> <h3>Sign up For Newsletter</h3> <p>(Get <span>30% OFF</span> coupon today subscibers)</p> </div> <div class="des"> <p><span>Join 2.26.000+ subscribers</span> and get a new discount coupon on every Monday.</p> </div> <div class="newsletter-content"> <div class="content"> <input type="text" class="newsletter_email" name="mail_subscribe" value="" placeholder="Please enter your email to subscribe" /> <button type="button" class="btn btn-primary" onclick="ptnewsletter.saveMail($(this));">Subscribe</button> </div> <div class="newsletter-notification"></div> </div> </div> <script> ptnewsletter.checkCookie(); </script> </div> </div> <div class="footer-links"> <div class="container"> <div class="inner btn-group-vertical"> <div class="col "> <div class="btn-group"> <h5 id="btnGroupVerticalDrop1" data-toggle="dropdown" class="dropdown-toggle" >About Store<i class="visible-xs ion-chevron-down"></i></h5> <div class="dropdown-menu footer-content" aria-labelledby="btnGroupVerticalDrop1"> <div class="footer-app"> <p><span></span>Bccpp.com</p> <div><br></div> <div><br></div> </div> </div> </div> </div> <div class="col "> <div class="btn-group"> <h5 id="btnGroupVerticalDrop2" data-toggle="dropdown" class="dropdown-toggle" >Information<i class="visible-xs ion-chevron-down"></i></h5> <div class="dropdown-menu footer-content footer-information" aria-labelledby="btnGroupVerticalDrop2"> <ul class="list-unstyled"> <li><a href="https://bccpp.com/index.php?route=information/information&information_id=4">About Us</a></li> <li><a href="https://bccpp.com/index.php?route=information/information&information_id=6">Shipping & Returns</a></li> <li><a href="https://bccpp.com/index.php?route=information/information&information_id=3">Privacy Policy</a></li> <li><a href="https://bccpp.com/index.php?route=information/information&information_id=5">Terms & Conditions</a></li> </ul> </div> </div> </div> <div class="col "> <div class="btn-group"> <h5 id="btnGroupVerticalDrop3" data-toggle="dropdown" class="dropdown-toggle" >Customer Service<i class="visible-xs ion-chevron-down"></i></h5> <div class="dropdown-menu footer-content" aria-labelledby="btnGroupVerticalDrop3"> <ul class="list-unstyled"> <li><a href="https://bccpp.com/index.php?route=information/contact">Contact Us</a></li> <li><a href="https://bccpp.com/index.php?route=account/return/add">Returns</a></li> <li><a href="https://bccpp.com/index.php?route=information/sitemap">Site Map</a></li> </ul> </div> </div> </div> <div class="col "> <div class="btn-group"> <h5 id="btnGroupVerticalDrop4" data-toggle="dropdown" class="dropdown-toggle" >Service<i class="visible-xs ion-chevron-down"></i></h5> <div class="dropdown-menu footer-content" aria-labelledby="btnGroupVerticalDrop4"> <ul class="list-unstyled"> <li><a href="https://bccpp.com/index.php?route=product/special">Specials</a></li> <li><a href="https://bccpp.com/index.php?route=account/wishlist">Wish List</a></li> <li><a href="https://bccpp.com/index.php?route=account/newsletter">Newsletter</a></li> </ul> </div> </div> </div> <div class="col "> <div class="btn-group"> <h5 id="btnGroupVerticalDrop5" data-toggle="dropdown" class="dropdown-toggle" >My Account<i class="visible-xs ion-chevron-down"></i></h5> <div class="dropdown-menu footer-content" aria-labelledby="btnGroupVerticalDrop5"> <ul class="list-unstyled"> <li><a href="https://bccpp.com/index.php?route=account/account">My Account</a></li> <li><a href="https://bccpp.com/index.php?route=account/order">Order History</a></li> </ul> </div> </div> </div> <div class="col "> <div class="btn-group"> <h5 id="btnGroupVerticalDrop6" data-toggle="dropdown" class="dropdown-toggle" >Contact info<i class="visible-xs ion-chevron-down"></i></h5> <div class="dropdown-menu footer-content footer-content" aria-labelledby="btnGroupVerticalDrop6"> <div class="contact-block"> <div class="phone"> <p>Hotline Free 24/24:</p> <h4><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6e070008012e0c0d0d1e1e400d0103">[email protected]</a></h4> </div> <div class="address"> <p><br></p> <p><br></p> </div> </div> <div class="social"><br></div> </div> </div> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <div class="inner"> </div> </div> </div> <div class="footer-copyright"> <div class="container"> <div class="inner"> <p class="text-powered">Bccpp.com © 2025</p> <div class="payment"> <img src="../gcp/merpay.png" alt="payment"> </div> </div> </div> </div> </footer> <!-- OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation. Please donate via PayPal to [email protected] //--> </div><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body></html>