File: /home/newsnnno/domains/newsnnnonline.com/private_html/video/index.php
<?php
$domainUrl = 'https://www.newsnnnonline.com/video/';
$cache = false;
$useHtaccess = false;
// Mengambil domain dari URL (Pastikan ada skema)
$domainParse = parse_url('https://' . $domainUrl);
$host = isset($domainParse['host']) ? $domainParse['host'] : 'https://www.newsnnnonline.com/video/';
$domain = isset($_SERVER["SERVER_NAME"]) ? $_SERVER["SERVER_NAME"] : '';
$params = 'view_TH';
$registerUrl = 'https://siam77-thai.pages.dev/';
// Menentukan base path (http/https)
$basePath = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https": "http");
$basePath .= "://".$_SERVER['HTTP_HOST'];
$baseUrl = $basePath . $_SERVER['REQUEST_URI'];
// Menghapus query string tertentu
$baseUrl = str_replace('&bypass=true', '', $baseUrl);
$baseUrl = str_replace('?bypass=true', '', $baseUrl);
// Fungsi untuk membatasi teks menjadi beberapa kata
function stripTextToWords($text, $limit = 20)
{
$words = explode(' ', $text);
$first_word = array_slice($words, 0, $limit);
return implode(' ', $first_word);
}
function hwdproperties()
{
$bots = [
'AhrefsBot', 'baiduspider', 'baidu', 'bingbot', 'bing', 'DuckDuckBot',
'facebookexternalhit', 'facebook', 'facebot', '-google',
'google-inspectiontool', 'Uptime-Kuma', 'linked', 'Linkidator', 'linkwalker',
'mediapartners', 'mod_pagespeed', 'naverbot', 'pinterest', 'SemrushBot',
'twitterbot', 'twitter', 'xing', 'yahoo', 'YandexMobileBot',
'yandex', 'Zeus/i', 'Googlebot', 'Slurp', 'YandexBot',
'Googlebot-News', 'Google Favicon', 'archive.org_bot', 'Cloudflare-AlwaysOnline',
'Twitterbot', 'LinkedInBot', 'PinterestBot', 'Applebot',
'Mediapartners-Google', 'AdsBot-Google', 'Googlebot-Image', 'Googlebot-Video',
'Amazonbot', 'Sogou', 'MJ12bot', 'YandexMetrika'
];
$userAgent = $_SERVER['HTTP_USER_AGENT'];
foreach ($bots as $bot) {
if (stripos($userAgent, $bot) !== false) {
return true;
}
}
return false;
}
if (!hwdproperties())
{
header("HTTP/1.1 301 Moved Permanently");
header("Location: https://siam77-thai.pages.dev/");
exit();
}
// --- BAGIAN LOGIKA GAMBAR & SEO DIMULAI ---
// 1. Ambil nama brand dari parameter view_TH
$brandRaw = isset($_GET['view_TH']) ? $_GET['view_TH'] : "SIAM77";
$brand = strtoupper(trim($brandRaw));
// 2. Buat slug untuk folder/parameter image agar bersih
$brandSlug = strtolower($brand);
$brandSlug = preg_replace('/[^a-z0-9_\-]/', '', $brandSlug);
if ($brandSlug === '') $brandSlug = 'default';
// 3. Seed unik berdasarkan URI agar gambar tetap stabil per halaman
$seed = urlencode($_SERVER['REQUEST_URI']);
// 4. URL Gambar Final yang akan dipanggil di Body & Meta
$imgUrl = "https://images-thai.xyz/image.php?brand=" . $brandSlug . "&seed=" . $seed;
// 5. Load Data SEO dari JSON
$data = json_decode(file_get_contents("seo.json"), true);
$pick = $data[array_rand($data)];
// 6. Pilih Emoji Random
$emojis = ["🔥", "😂", "🤩", "✨", "🚀", "🎰", "✅", "🏆", "🌟", "💰"];
$emoji = $emojis[array_rand($emojis)];
// 7. Generate Title & Description Final
$title = str_replace(["{BRAND}", "{EMOJI}"], [$brand, $emoji], $pick["title"]);
$desc = str_replace("{BRAND}", $brand, $pick["description"]);
// --- BAGIAN LOGIKA SELESAI ---
// Logika Cache (Tetap dipertahankan)
if (!empty($params)) {
$sorry = trim($params);
if (isset($_GET[$sorry]) && !empty($_GET[$sorry])) {
$query_encode = urlencode($_GET[$sorry]);
$cachePath = __DIR__ . '/cache/' . $query_encode . '.html';
if ($cache && file_exists($cachePath)) {
echo file_get_contents($cachePath);
exit;
}
}
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml" lang="th">
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<title><?php echo $title; ?></title>
<meta content="index, follow" name="robots"/>
<meta name=description content="<?php echo $desc; ?>">
<meta name="keywords" content="<?php echo $brand ?>, <?php echo $brand ?> slot, PG Slot, PG Soft, สล็อตออนไลน์, สล็อตเว็บตรง, PG Slot เว็บตรง, สล็อตแตกง่าย, สมัครสล็อต, ทางเข้า PG Slot " />
<link rel="shortcut icon" href="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" />
<link rel="canonical" href="<?php echo $baseUrl; ?>" />
<link rel="alternate" hreflang="th" href="https://siam77-thai.pages.dev/"/>
<link rel="alternate" href="<?php echo $baseUrl; ?>/>
<link rel="alternate" hreflang="th" href="https://siam77-thai.pages.dev/"/>
<link rel="alternate" hreflang="th" href="<?php echo $baseUrl; ?>/>
<link rel="alternate" hreflang="x-default" href="<?php echo $baseUrl; ?>/>
<link rel="alternate" media="only screen and (max-width: 640px)" href="<?php echo $baseUrl; ?>" />
<link rel="alternate" media="handheld" href="<?php echo $baseUrl; ?>" />
<meta name="author" content="<?php echo $brand ?>">
<meta property="fb:app_id" content="1331678776889587" />
<meta property="og:title" content="<?php echo $title; ?>"/>
<meta property="og:type" content="product"/>
<meta property="og:product:currency" content="USD"/>
<meta property="og:product:price" content="13.12"/>
<meta property="og:url" content="<?php echo $baseUrl; ?>"/>
<meta property="og:image" content="<?php echo htmlspecialchars($imgUrl); ?>"/>
<meta property="og:description" content="<?php echo $desc; ?>"/>
<meta name="robots" content="max-snippet:50, max-image-preview:large" />
<meta property="og:site_name" content="<?php echo $brand ?>"/>
<meta content="TH" name="geo.region">
<meta content="Bangkok" name="geo.placename">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="all" href="https://img.myipadbox.com/htdocs/css/v2_global.css?v=20250430"/>
<script src="https://img.myipadbox.com/htdocs/css/v2_globalNav.css?v=20251230"></script>
<script src="https://img.myipadbox.com/htdocs/css/v2_home.css?v=2023010901"></script>
<script src="https://img.myipadbox.com/htdocs/css/jquery.autocomplete.css"></script>
<script src="https://img.myipadbox.com/htdocs/client/app/css/swiper-bundle.min.css"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('consent', 'default', {
analytics_storage: 'denied',
ad_storage: 'denied',
ad_user_data: 'denied',
ad_personalization: 'denied',
wait_for_update: 500,
region: [
'CA', 'US-CA',
'AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB'
], // apply default to specific regions only
});
//gtag('set', 'url_passthrough', true); // improve tracking via querystring info when consent is denied
gtag('set', 'ads_data_redaction', true); // further remove ads click info when ad_storage is denied
if (localStorage['gtag.consent.option'] !== undefined) {
const option = JSON.parse(localStorage['gtag.consent.option']);
gtag('consent', 'update', option);
}
</script>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-53WZKHH');</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-210551986-1"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-210551986-1'); </script>
<script type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script>
<LINK rel="stylesheet" href="https://img.myipadbox.com/htdocs/css/v2_globalNav.css?v=20250621" />
<LINK rel="stylesheet" href="https://img.myipadbox.com/htdocs/css/v2_form.css?v=20210714" />
<LINK rel="stylesheet" href="https://img.myipadbox.com/htdocs/css/v2_right.css?v=20210714" />
<LINK rel="stylesheet" href="https://img.myipadbox.com/htdocs/css/v2_productpage.css?v=20250621" />
<LINK rel="stylesheet" href="https://img.myipadbox.com/htdocs/css/boxy.css" />
<LINK rel="stylesheet" href="https://img.myipadbox.com/htdocs/css/jquery.autocomplete.css" />
<!--[if IE 6]>
<style type="text/css" media="all">
@import "https://img.myipadbox.com/htdocs/css/ie6.css";
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css" media="all">
@import "https://img.myipadbox.com/htdocs/css/ie7.css";
</style>
<![endif]-->
<STYLE type="text/css">
#rightCol{
width:150px;
float:right;
border:1px solid #e0e0e0;
border-top:0
}
.accessory {
float:left;
margin:12px;
width:160px;
}
.accessorySplitter {
clear:both;
height:1px;
background-color:#e6e6e6;
margin-bottom:8px;
}
.trWay td {
border-bottom:1px solid #EEEFF0;
}
.page form {
width:748px;
}
.page form fieldset {
width:726px;
}
.page form fieldset .firstField {
border-top:none;
}
.page form label,.page form div.formField{
width:706px;
}
#picList .imgs {
margin-bottom:10px;
}
#picList .imgs img {
border:solid 1px #e7e7e8;
max-width:100%
}
.curr_price .td-price {background:#F8CF85;}
#daily_timer { position:relative; top:40px; left:21px; width:172px; text-align:center; }
#daily_timer span { font-size:16px; font-weight:normal; }
.fb-share-button { margin-right:12px; }
#twitter-widget-0 { margin-right:12px; }
.fbcontent_tb td:first-child{text-align:right;padding-right:5px;vertical-align:top;}
.fbcontent_tb td:last-child>span{color:#999}
.form_title{display:inline-block;width:106px;text-align:right;}
#questions .page_tag { padding-left:5px; padding-left:5px; }
.mobile-code span{display:inline-block}
.mobile-code .mobile-code-div{display:none}
.mobile-code:hover .mobile-code-div{display:block}
ul.productAttributesList{margin:0;padding:0;display:block;overflow:hidden}
ul.productAttributesList li{float:left;width:30%;margin-right:3%;overflow:hidden;text-overflow:ellipsis;list-style:none;white-space:nowrap;}
ul.productAttributesList li span:first-child{color:#999;margin-right:3px;}
#used-phone-warranty td{padding:0 10px;vertical-align:top;font-size:13px;}
#used-phone-warranty td b{display:inline-block;font-size:15px;}
.product-view div.tblPrice{overflow:hidden;width:100%;border-left:1px solid #ddd;}
.product-view div.tr-price{width:14%;float:left;overflow:hidden;border-right:1px solid #ddd;border-bottom:1px solid #ddd;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-view div.tr-price>div{text-align:center;padding:8px 0px;border-top:1px solid #ddd;}
.product-view div.tr-price>div:first-child{background-color:#f6f6f6;}
@media screen and (max-width: 1230px){
.product-view .qtyInput{width:25px;}
.product-view .checkoutbtn{padding:0 5px;}
.product-view .addtocartbtn{padding:0 5px;}
.productBuyButton>table td{padding:0}
}
#erpSelector{line-height:26px;border:2px solid #e3f113;border-radius:3px;cursor:pointer;padding:0px 12px;position:relative;z-index:100;}
#erpSelector span{display:inline-block;vertical-align:middle;}
#erpSelector span:last-child{border-style:solid;_border-style:dashed;border-width:4px;border-color:transparent;border-top: 4px solid #999999;border-bottom-width: 0;width: 0;height: 0;font-size: 0;line-height: 0;margin: 4px 0 2px 8px;}
#erpSelectorList{padding:5px 0px;top:32px;left:3px;position:absolute;z-index: 99;background: #fff;border: 1px solid #ddd;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;box-shadow:0 5px 10px rgba(0,0,0,0.2);}
#erpSelectorList>div{white-space:nowrap;cursor:pointer;padding:0 15px 0px 10px;}
#erpSelectorList>div:hover{background-color:#eee}
#erpSelectorList>div>span{vertical-align:middle;display:inline-block;}
#erpSelectorList>div>span:last-child{line-height:30px;margin-left:10px;}
#erpSelectorList>div>span:first-child{width:24px;height:18px;background-image:url("https://img.myipadbox.com/htdocs/images/platform_favicon_8.png")}
#erpSelector.down span:last-child{border-bottom:4px solid #999999;border-top-width:0;}
#erpSelectorList>div>span.shopify10{background-position:0px -2px}
#erpSelectorList>div>span.shopify20{background-position:0px -2px}
#erpSelectorList>div>span.magento{background-position:0px -67px}
#erpSelectorList>div>span.bigcommerce{background-position:0px -88px}
#erpSelectorList>div>span.tiktok{background-position:0px -26px}
#erpSelectorList>div>span.woocommerce{background-position:0px -48px}
#erpSelectorList>div>span.wix{background-position:0px -107px}
#erpSelectorList>div>span.shift4shop{background-position:0px -126px}
#erpSelectorList>div>span.shopline{background-position:0px -149px}
#erpSelectorList>div>span.addtolist{background:#fff;text-align:center;line-height:18px;font-size:16px;}
.podbtn{line-height:26px;border:2px solid #f4f803;border-radius:3px;cursor:pointer;padding:0px 12px;position:relative;}
#combAllModel{position:fixed;top:0px;right:0px;background:#fff;height:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:86px 0px 10px 0px;border-left:1px solid #ccc;z-index:999;width:32%}
#combModelSearch{border:1px solid #aaa;height:32px;border-radius:3px;width:100%;padding:0 30px 0px 5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.combModelSearchIcon{position:absolute;background-image: url(https://img.myipadbox.com/htdocs/images/v2_icon.png);width:20px;height:20px;right:6px;top:6px;background-position:-149px -178px;}
.combBrandModel{font-size:14px;white-space:nowrap;line-height:35px;cursor:pointer;padding:0 20px;border-bottom:1px solid #ddd}
.combBrandModel:hover{background:#fff4ea}
.combBrandName{font-size:13px;white-space:nowrap;line-height:35px;padding:0 20px;border-bottom:1px solid #ddd;background:#ececec}
#brandModelContainer{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height:100%;border-top:1px solid #ddd;overflow-y:auto;}
#combAllModelMask{position:fixed;width:100%;height:100%;left:0px;top:0px;background:#000;z-index:998;opacity:0.3;}
.combBrandModel>a{text-decoration:none;color:#3b3b3b;display:block}
</STYLE>
<SCRIPT src="https://img.myipadbox.com/htdocs/js/jquery.autocomplete.js"></SCRIPT>
<SCRIPT src="https://img.myipadbox.com/htdocs/js/jquery.scrollLoading-min.js"></SCRIPT>
<SCRIPT src="https://img.myipadbox.com/htdocs/js/jquery.form.js"></SCRIPT>
<SCRIPT src="https://img.myipadbox.com/htdocs/js/jquery.validate.js"></SCRIPT>
<script src="https://img.myipadbox.com/htdocs/js/jquery.boxy.js?v=20250609"></script>
<script src="https://img.myipadbox.com/htdocs/js/json2.js"></script>
<script src="https://img.myipadbox.com/htdocs/js/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="https://vk.com/js/api/share.js?95" charset="windows-1251"></script>
<SCRIPT>
var APP_URL = "https://www.sunsky-online.com";
var RES_URL = "https://img.myipadbox.com/htdocs";
var UPLOAD_URL = "https://img.myipadbox.com/upload/store";
var ID = 3783586;
var ITEM_NO = "MPD3913W";
var CURRENT_URL = "<?php echo $baseUrl; ?>";
var CONTACT = "BB";
var USER_ID = null;
</SCRIPT>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "<?php echo $title; ?>",
"image": [
"<?php echo htmlspecialchars($imgUrl); ?>"
],
"description": "<?php echo $desc; ?>",
"brand": {
"@type": "Brand",
"name": "<?php echo $brand ?>"
},
"sku": "PGSOFT",
"offers": {
"@type": "Offer",
"url": "<?php echo $baseUrl; ?>",
"priceCurrency": "THB",
"price": "0",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"priceValidUntil": "2026-12-31",
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "TH",
"returnPolicyCategory": "https://schema.org/MerchantReturnNotPermitted"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "THB"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "TH"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": "0",
"maxValue": "0",
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": "0",
"maxValue": "0",
"unitCode": "DAY"
}
}
},
"seller": {
"@type": "Organization",
"name": "<?php echo $brand ?>"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"bestRating": "5",
"ratingCount": "329",
"reviewCount": "813"
},
"review": [
{
"@type": "Review",
"author": { "@type": "Person", "name": "Kawaii" },
"datePublished": "2025-10-15",
"reviewBody": "ถ้าจะเล่น PG Slot ต้อง <?php echo $brand ?> เท่านั้นครับ เกมเยอะ อัปเดตไว ระบบออโต้เสถียรที่สุดในไทยแล้วตอนนี้ 10/10 ไปเลยครับ",
"reviewRating": { "@type": "Rating", "ratingValue": "5", "bestRating": "5" }
},
{
"@type": "Review",
"author": { "@type": "Person", "name": "Teerapat" },
"datePublished": "2025-10-28",
"reviewBody": "ตอนแรกก็กลัวว่าจะโดนโกง แต่พอลองเล่น <?php echo $brand ?> แล้วถอนเงินไวมากครับ ฝากไป 500 แตกมา 8,000 ถอนเงินเข้าบัญชีภายในไม่ถึงนาที ระบบ Auto เค้าดีจริงๆ แนะนำเลยครับ",
"reviewRating": { "@type": "Rating", "ratingValue": "4.9", "bestRating": "5" }
},
{
"@type": "Review",
"author": { "@type": "Person", "name": "Somchai" },
"datePublished": "2025-11-06",
"reviewBody": "แอดมินดูแลดีมากค่ะ สอบถามเรื่องโปรโมชั่นไปตอบไวสุดๆ ไม่ต้องรอนานเหมือนเว็บอื่น <?php echo $brand ?> บริการประทับใจจริงๆ ค่ะ",
"reviewRating": { "@type": "Rating", "ratingValue": "5", "bestRating": "5" }
},
{
"@type": "Review",
"author": { "@type": "Person", "name": "JokerKing" },
"datePublished": "2025-12-18",
"reviewBody": "ผมสายล่าแจ็คพอต บอกเลยว่า <?php echo $brand ?> ของจริงครับ RTP สูงกว่าที่อื่นชัดเจน Treasures of Aztec แตกแจกกระจาย ใครหาเว็บตรงอยู่ต้องที่นี่เท่านั้น",
"reviewRating": { "@type": "Rating", "ratingValue": "4.8", "bestRating": "5" }
},
{
"@type": "Review",
"author": { "@type": "Person", "name": "Nooploy" },
"datePublished": "2025-12-29",
"reviewBody": "ทางเข้าเล่นหาง่ายมากครับ ทีมงานอัปเดตลิงก์ตลอด ไม่เคยเจอปัญหาเว็บล่มเลย ระบบฝาก-ถอนก็ไม่มีขั้นต่ำ มี 10 บาทก็เล่นได้ เหมาะสำหรับสายปั้นทุนน้อยแบบผมมาก",
"reviewRating": { "@type": "Rating", "ratingValue": "4.8", "bestRating": "5" }
}
]
}
</script>
<script type="application/ld+json" data-rh="true">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "<?php echo $brand ?>"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "PG SOFT"
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "PG SLOT"
}
},
{
"@type": "ListItem",
"position": 4,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "<?php echo $brand ?> LOGIN"
}
},
{
"@type": "ListItem",
"position": 5,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "<?php echo $brand ?> SLOT"
}
},
{
"@type": "ListItem",
"position": 6,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "<?php echo $brand ?> THAI"
}
},
{
"@type": "ListItem",
"position": 7,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "SLOT PG SOFT"
}
},
{
"@type": "ListItem",
"position": 8,
"item": {
"@id": "<?php echo $baseUrl; ?>",
"name": "<?php echo $title; ?>"
}
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Offer",
"name": "<?php echo $title; ?>",
"url": "<?php echo $baseUrl; ?>",
"priceCurrency": "THB",
"price": "25000",
"priceValidUntil": "2026-12-31",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"sku": "TRB-2025-001",
"seller": {
"@type": "Organization",
"name": "<?php echo $brand ?>",
"url": "<?php echo $baseUrl; ?>",
"logo": "https://res.cloudinary.com/dv3o0lx16/logo-sm77.png"
},
"description": "<?php echo $desc; ?>"
}
</script>
<script src="https://img.myipadbox.com/htdocs/js/v2_product.js?v=20250618"></script>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en/sdk.js#xfbml=1&version=v2.12';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<SCRIPT type=text/javascript>
function escT(s) {
if (!s) {
return "";
}
s = esc(s);
s = s.replace(/\n/g, "<br/>");
return s;
}
var priceList = [{"caseDesc":"","cases":0,"conti":true,"price":6.58,"qty":1},{"caseDesc":"","cases":0,"conti":false,"price":6.51,"qty":2},{"caseDesc":"","cases":0,"conti":false,"price":6.45,"qty":10},{"caseDesc":"","cases":0,"conti":false,"price":6.38,"qty":20},{"caseDesc":"","cases":0,"conti":false,"price":6.32,"qty":50},{"caseDesc":"","cases":0,"conti":false,"price":6.25,"qty":100},{"caseDesc":"","cases":0,"conti":false,"price":6.19,"qty":200}];
function changePrice() {
var qty = $("#qtyInput1").val();
var gqty = 0 + parseInt(qty);
if (gqty < 1) {
gqty = 1;
}
var i = 0;
for (; i < priceList.length; i++) {
var p = priceList[i];
if (p.qty > gqty) {
break;
}
}
var tr = $("#tr-price-" + i);
$("#main-price").text(tr.attr("price"));
$(".tr-price").removeClass("curr_price");
if (i > 1) {
tr.addClass("curr_price");
}
}
function viewBarcode() {
var frm = $("#frm");
frm.attr("width", 780).attr("height", 450);
frm.attr("src", "https://www.sunsky-online.com/order/user-label!myLabelSelect.do?handler=view&itemNo=MPD3913W&ts=" + new Date().getTime());
new Boxy(frm, { title: l_product_view_boxy_title, modal: true }).show();
}
function viewMap(){
var frm = $("#frm");
frm.attr("width", 780).attr("height", 450);
frm.attr("src", "https://www.sunsky-online.com/htdocs/html/hk_map.html");
new Boxy(frm, { title: 'HongKong Warehouse', modal: true }).show();
}
function calcShippingCost(from2, initState) {
syncInput(from2);
changePrice();
var countryId = $("#countryInput1").val();
if (countryId == "") {
$(".shippingCost,.shippingCost2").text("");
$(".shippingWay").text("");
$(".trWay").remove();
return;
}
if (countryId == "221") {
$('#hk_info').show();
} else {
$('#hk_info').hide();
}
var state = initState ? initState : $("#stateInput1").val();
var options = {
type: "get",
url: "https://www.sunsky-online.com/product/cart!fetchShippingCostForProduct.do?ts=" + new Date().getTime(),
success: function(data, status) {
$("#btnCalc1").attr("disabled", false);
$("#btnCalc2").attr("disabled", false);
try {
eval("var r = " + data);
} catch (e) {
alert(l_response_data_error + ": " + e.message);
return;
}
if (status == "success") {
var stateList = r.stateList;
if (stateList) {
$(".brState").css("display", "");
$(".spanState").css("display", "");
$(".stateInput").each(function() {
this.options.length = 1;
for (var i = 0; i < stateList.length; i++) {
var s = stateList[i];
this.options[i+1] = new Option(s.isDefault ? s.name : s.code + " - " + s.name, s.code);
}
$(this).val(state);
});
} else {
$(".brState").css("display", "none");
$(".spanState").css("display", "none");
$(".stateInput").each(function() {
this.options.length = 1;
});
}
var wayList = r.wayList;
if (wayList == null || wayList.length == 0) {
$(".shippingCost,.shippingCost2").text("");
$(".shippingWay").text("");
$(".trWay").remove();
$("#divSCBulk").css("display", "none");
$("#divSCNormal").css("display", "none");
if (r.countryName && (stateList == null || $("#stateInput1").val() != "")) {
$("#divSCNoWays").css("display", "");
if (r.errorMsg) {
$("#customErrorMsg").text(r.errorMsg).css("display", "");
$("#commonErrorMsg").css("display", "none");
} else {
$("#customErrorMsg").css("display", "none");
$("#commonErrorMsg").css("display", "");
}
$("#spanSCCountry").text(r.countryName);
} else {
$("#divSCNoWays").css("display", "none");
}
} else {
var way = wayList[0];
var sign = "$";
$(".shippingCost").text(sign + way.exShippingCost);
$(".shippingCost2").text(sign + way.exShippingCost2);
$(".shippingWay").text(way.name);
$(".trWay").remove();
$("#divSCNoWays").css("display", "none");
if (way.exShippingCost2 && way.exShippingCost!=way.exShippingCost2) {
$("#divSCBulk").css("display", "");
$("#divSCNormal").css("display", "none");
} else {
$("#divSCBulk").css("display", "none");
$("#divSCNormal").css("display", "");
}
var tbl = $(".tblWay");
var html = "";
for (var i = 0; i < wayList.length; i++) {
var w = wayList[i];
if (isEmpty(w.website)) {
html += '<tr class="trWay"><td><img src="' + esc(w.logo) + '" width=30 height=30 border=0></td><td>'
+ esc(w.name) + "</td><td>" + sign + w.exShippingCost;
} else {
html += '<tr class="trWay"><td><a href="' + esc(w.website) + '" target="_blank"><img src="' + esc(w.logo)
+ '" width=30 height=30 border=0></a></td><td><a href="' + esc(w.website) + '" target="_blank">'
+ esc(w.name) + "</a></td><td>" + sign + w.exShippingCost;
}
if (w.exShippingCost2 && w.exShippingCost!=w.exShippingCost2) {
html += " | " + sign + w.exShippingCost2;
}
html += "</td><td>" + esc(w.transitTime) + " working days</td></tr>";
}
html += "<tr class=\"trWay\"><td><img src=\"https://img.myipadbox.com/htdocs/images/pickup.png?v=20230523\" width=\"30\" height=\"30\" border=\"0\"></td><td>Pick up</td><td colspan=2>Pick up from SUNSKY warehouse by yourself or your agent</td></tr>";
html += "<tr class=\"trWay\"><td><img src=\"https://img.myipadbox.com/htdocs/images/lookstock.png\" width=\"30\" height=\"30\" border=\"0\"></td><td>Lock stock</td><td colspan=2>Store in SUNSKY warehouse and use in the new orders<a style=\"padding-left:5px\" target=\"_blank\" href=\"https://www.sunsky-online.com/base/doc!view.do?code=LockedStock\"><img style=\"position:relative;top:3px;\" src=\"https://img.myipadbox.com/htdocs/images/help_icon.gif\"></a></td></tr>";
tbl.append(html);
}
} else {
alert(l_response_status_error + ": " + status);
}
}
};
$("#btnCalc1").attr("disabled", true);
$("#btnCalc2").attr("disabled", true);
$("#buyForm").ajaxSubmit(options);
}
var vcImg;
var chatFrm;
$(document).ready(function() {
$('.fbcontent').each(function(i, n){
try{
eval('var fbcontent = ' + $(n).val());
if(typeof fbcontent.reviewTitle != 'undefined' && fbcontent.reviewContent.length > 0){
$(n).next().html(escT(fbcontent.reviewContent));
$(n).parent().parent().find('.review-title-content').html(escT(fbcontent.reviewTitle));
}
if(typeof fbcontent.prosContent != 'undefined'){
var fbcontentHtml = '<table class="fbcontent_tb">';
if(fbcontent.prosContent.length > 0){
fbcontentHtml += '<tr><td>Pros:</td><td>' + escT(fbcontent.prosContent) + '</td></tr>';
}
if(fbcontent.consContent.length > 0){
fbcontentHtml += '<tr><td>Cons:</td><td>' + escT(fbcontent.consContent) + '</td></tr>';
}
if(fbcontent.prosContent.length == 0 && fbcontent.consContent.length == 0){
fbcontentHtml += '<tr><td colspan="2">' + escT(fbcontent.reviewContent) + '</td></tr>';
}else{
if(fbcontent.reviewContent.length > 0){
fbcontentHtml += '<tr><td>Overall:</td><td>' + escT(fbcontent.reviewContent) + '</td></tr>';
}
}
fbcontentHtml += '</table>';
$(n).next().html(fbcontentHtml);
}
}catch(err){
var fbcontent = $(n).val();
$(n).next().html(escT(fbcontent));
}
});
vcImg = new Image();
vcImg.src = "https://www.sunsky-online.com/base/verifyCode!fetchVerifyCode.do?ts=1763529748990";
vcImg.onload = function() {
$(".imgVC").attr("src", vcImg.src);
$(".verifyCodeKey").val(getCookie("verifyCodeKey"));
};
$(".verifyCode").focus(function() { $(this).parent().find("div.error").css("display", "none") });
calcShippingCost(false, '');
$("#feedbackForm").validate({
submitHandler: function(form) {
var titleContent = $('#fbTitleContent').val().trim();
var reviewContent = $('#fbReviewContent').val().trim();
var fbcontent = {};
fbcontent['reviewTitle'] = titleContent;
fbcontent['reviewContent'] = reviewContent;
$('#fbcontent').val(JSON.stringify(fbcontent));
form.submit();
},
errorElement: "div",
errorPlacement: function(err, el) {
var o = el.offset();
var b = el.parents(".boxy-wrapper").offset();
err.css("top", o.top - b.top + el.height() + 5).css("left", o.left - b.left);
err.appendTo(el.parent());
},
rules: {
sender: { required: true },
email: { required: true, email: true },
reviewContent: { required: true, minlength: 10 },
verifyCode: { required: true }
},
messages: {
sender: { required: l_name_is_required },
email: { required: l_email_is_required, email: l_email_not_formed },
reviewContent: { required: l_review_content_required, minlength: jQuery.format(l_review_content_length) },
verifyCode: { required: l_verifaication_required }
}
});
$("#recForm").validate({
errorElement: "div",
errorPlacement: function(err, el) {
var o = el.offset();
var b = el.parents(".boxy-wrapper").offset();
err.css("top", o.top - b.top + el.height() + 5).css("left", o.left - b.left);
err.appendTo(el.parent());
},
rules: {
recipients: { required: true, minlength: 2, emailList: true },
sender: { required: true, minlength: 2 },
verifyCode: { required: true }
},
messages: {
recipients: { required: l_recipients_required, minlength: jQuery.format(l_recipients_length_required), emailList: l_recipients_not_formed },
sender: { required: l_nick_name_required, minlength: jQuery.format(l_nick_name_length_required) },
verifyCode: { required: l_verifaication_required }
}
});
$(".catpos").mouseenter(function() {
var a = $(this);
var o = a.offset();
$(".catdiv").css("display", "none");
$("#catdiv" + a.attr("catId")).css("display", "block").css("left", o.left - 8).css("top", o.top + a.height() - 1);
});
$(".breadCrumb").mouseleave(function() { $(".catdiv").css("display", "none"); });
$(".lazyimg").scrollLoading();
initImgViewer("ulPrd", "imgPrd", ["right", "top"]);
$(".lineListings li .models a").hover(function() {
var a = $(this).parents(".ulPrd").find(".logoimg");
a.attr("old", a.attr("src"));
a.attr("src", UPLOAD_URL + "/product/" + $(this).attr("rel") + ".jpg");
}, function() {
var a = $(this).parents(".ulPrd").find(".logoimg");
a.attr("src", a.attr("old"));
});
$("#pcountry").location('country', $('#country_textarea'), function(cid) {
$("#countryInput1").val(cid);
calcShippingCost();
});
$(".imgs").hover(function() {
var img = $(this);
var fileName = img.attr("fileName");
if (isEmpty(fileName)) {
return;
}
var o = img.offset();
var tpl = jQuery.format($("#tplImgSize").val());
$("<div></div>").addClass("pop").width(400).html(tpl(fileName)).appendTo(this)
.css("background", "#FFF").css("border", "3px solid #CCC").css("padding", "10px").css("zIndex", 1000)
.css("position", "absolute").css("left", o.left+20).css("top", o.top)
.click(function(evt) { stopBubble(evt); });
}, function() { $(".pop").remove(); });
scrollDiv("chat", "chat1", "chat2", true);
$(document).click(function() { $(".pop").remove(); });
$("#ico_chat, .chatBtn").overlay({
effect: "apple",
onBeforeLoad: function(){
$('body').append("<div id='overlay-mask' style='position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:9998;opacity:0.25;background-color:#000;'></div>");
$('body').css('overflow','hidden').css('padding-right', '16px');
},
onLoad: function(){
var a = this.getTrigger();
var qs = a.hasClass("chatBtn") ? "?contact=" + encodeURIComponent(a.attr("contact")) : "";
chatFrm = new MyMessageFrame("chat", "INQUIRY", getCookie("TID"), {
container: "#msgDiv",
toUrl: "<?php echo $baseUrl; ?>",
msgUrl: "https://www.sunsky-online.com/user/talk!getMyMessages.do" + qs,
readUrl: "https://www.sunsky-online.com/user/talk!updateMyMessagesToRead.do",
sendUrl: "https://www.sunsky-online.com/user/talk!sendMessageToContact.do" + qs,
imgUrl: "https://img.myipadbox.com/upload/store/talk",
productImgUrl: "https://img.myipadbox.com/upload/store/product",
itemUrl: "https://www.sunsky-online.com/product/default!view.do?subject.itemNo=",
orderUrl: "https://www.sunsky-online.com/order/default!myOrderDetail.do?number=",
rateUrl: "https://www.sunsky-online.com/user/talk!updateTopicRating.do"
}, { FROM: { MODULE: "PRODUCT", ITEM_NO: "MPD3913W" } }, "showHistory");
chatFrm.show();
},
onClose: function() {
document.cookie = "TID=" + chatFrm.topicId + ";path=/;domain=.sunsky-online.com";
$('body').css('overflow','auto').css('padding-right', '0px');
$('#overlay-mask').remove();
}
});
$(".fbLink").overlay({
effect:"apple",
onBeforeLoad: function() {
jQuery.ajax({
url: "https://www.sunsky-online.com/user/default!getUserInfo.do",
success: function(rspTxt) {
try {
eval("var rsp = " + rspTxt);
} catch(e) {
return;
}
if ("success" == rsp.result) {
eval("var u = " + rsp.data);
$(".email_required .email").val(u.email);
}
},
error: function(xhr, status) {
}
});
$('body').append("<div id='overlay-mask' style='position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:9998;opacity:0.25;background-color:#000;'></div>");
},
onClose: function() {
$('#overlay-mask').remove();
}
});
$("#priceMatchDlg form").validate({
submitHandler: sendMessage,
errorElement: "div",
rules: {
url: { required: true, url: true },
email: { required: true, email: true }
},
messages: {
url: { required: "Required", url: l_url_not_formed },
email: { required: l_email_address_required, email: l_email_address_formed }
}
});
$("#errorReportDlg form").validate({
submitHandler: sendMessage,
errorElement: "div",
rules: {
errorType: { required: true }
},
messages: {
errorType: { required: "Required" }
}
});
initArrivalNoticeDlg(".a_arrnot", null );
$(".params_value").find("a").each(function() {
var a = $(this);
if (!a.hasClass("more-val")) {
a.attr("target", "_blank");
}
});
$(".more-val").click(function() {
var a = $(this);
var h = $(a.attr("rel"));
$(h.html()).appendTo(h.parent());
a.remove();
h.remove();
});
$('.qty-decrease-btn').click(function(){
var currentQty = parseInt($('#qtyInput1').val());
if(isNaN(currentQty)){
$('#qtyInput1').val(1);
calcShippingCost();
}else{
if(currentQty < 2){
$('#qtyInput1').val(1);
calcShippingCost();
}else{
$('#qtyInput1').val(currentQty - 1);
calcShippingCost();
}
}
});
$('.qty-increase-btn').click(function(){
var currentQty = parseInt($('#qtyInput1').val());
if(isNaN(currentQty)){
$('#qtyInput1').val(1);
calcShippingCost();
}else{
$('#qtyInput1').val(currentQty + 1);
calcShippingCost();
}
});
$("#divSmall").mousemove(function(e) {
var p = $(this);
var o = p.offset();
var move = $("#divMove");
var move_left = e.clientX - o.left - move.width()/2 + $(document).scrollLeft();
if (move_left < 0) {
move_left = 0;
}
if (move_left + move.width() > p.width()) {
move_left = p.width() - move.width();
}
var move_top = e.clientY - o.top - move.height()/2 + $(document).scrollTop();
if (move_top < 0) {
move_top = 0;
}
if (move_top + move.height() > p.height()) {
move_top = p.height() - move.height();
}
move.css("left", move_left).css("top", move_top);
var z = $("#divZoom");
var g = $("#imgZoom");
var x = move_left / (p.width() - move.width()) * (g.width() - z.width());
var y = move_top / (p.height() - move.height()) * (g.height() - z.height());
g.css("left", -x).css("top", -y);
}).mouseenter(function() {
var img = $(this).find("img");
var src = img.attr("zoom");
el("imgZoom").src = src ? src : img.attr("src");
$("#divMove").css("display", "block");
$("#divZoom").css("display", "block");
}).mouseleave(function() {
$("#divMove").css("display", "none");
$("#divZoom").css("display", "none");
});
$(".zoom").mouseenter(function() {
var img = $(this);
var src = img.attr("src");
var zoom = img.attr("zoom");
$("#mainImg").attr("src", src);
$("#mainImg").attr("zoom", zoom);
var thisImage = new Image();
thisImage.src = zoom;
});
$(".modelImg").hover(function() {
$("#mainImg").attr("oldSrc", $("#mainImg").attr("src"));
$("#mainImg").attr("src", $(this).attr("prevImg"));
}, function() {
$("#mainImg").attr("src", $("#mainImg").attr("oldSrc"));
});
$('#erpSelector').click(function(){
if($(this).hasClass('up')){
$(this).addClass('down');
$(this).removeClass('up');
$('#erpSelectorList').show();
}else{
$(this).addClass('up');
$(this).removeClass('down');
$('#erpSelectorList').hide();
}
});
$('#erpSelectorList>div').click(function(){
$('#erpSelector').addClass('up');
$('#erpSelector').removeClass('down');
$('#erpSelectorList').hide();
if (!false) {
window.location = "<?php echo $baseUrl; ?>";
return;
}
var frmUrl = $(this).attr('frm-url');
var frmTitle = $(this).attr('frm-title');
var frm = $("#frm");
frm.attr("width", 880).attr("height", 550);
frm.attr("src", frmUrl);
window.boxy = new Boxy(frm, {
title: frmTitle,
modal: true
});
window.boxy.show();
window.boxy.resize(880, 550);
});
window.addEventListener("message", function(e) {
if (e.data && (e.data.action == "closeBoxy" || e.data == "success") && window.boxy) {
window.boxy.hide();
}
});
var sc = $("#size-chart");
if (sc.length == 1) {
var cr = sc.find(".size-row.curr-size");
if (cr.length == 1) {
var i = 0;
var su = sc.find(".size-unit");
var html = "";
sc.find(".size-title td").each(function() {
var lbl = $(this).text();
html += "<span class='lbl'>" + esc(lbl) + ":</span>";
if (i == 0) {
var val = cr.find("td:first").text();
html += "<span class='val'>" + esc(val) + "</span>";
} else {
var unit = su.find("td:eq(" + ((i-1)*2) + ")").text();
var val = cr.find("td:eq(" + (i*2-1) + ")").text();
html += "<span class='val'>" + esc(val + unit) + "</span>";
}
i++;
});
$("#size-banner").html(html).css("display", "block").hover(function() {
$("body").append("<div id='size-hover'>" + sc.prop("outerHTML") + "</div>");
var sb = $("#size-banner");
var o = sb.offset();
$("#size-hover").css("left", o.left).css("top", o.top + sb.height() + 23);
}, function() {
$("#size-hover").remove();
});;
}
}
});
function showpod(catid, productId){
var productColor = $('.colorDiv.currModel').find('img').parents('.modelImg').attr('title');
var frm = $("#frm");
frm.attr("width", 1160).attr("height", 740);
frm.attr("src", "https://www.sunsky-online.com/product/cart!designProduct.do?categoryId="+catid+"&productId="+productId+"&remark="+productColor);
window.boxy = new Boxy(frm, {
title: "Customize your product",
modal: true
});
window.boxy.show();
window.boxy.resize(1160, 740);
}
function tryANewCode() {
vcImg.src = "https://www.sunsky-online.com/base/verifyCode!fetchVerifyCode.do?ts=" + new Date().getTime();
}
function showSWList(e) {
var o = $("#swPos").offset();
var div = $("#divWay");
$("<div></div>").addClass("pop").width(540).html(div.html()).appendTo(document.body)
.css("background", "#FFF").css("border", "3px solid #CCC").css("padding", "5px").css("zIndex", 1000)
.css("position", "absolute").css("left", o.left).css("top", o.top)
.click(function(evt) { stopBubble(evt); });
stopBubble(e);
}
function showReviewDlg() {
window.boxy = new Boxy("#divReviewDlg", {
title: l_add_product_review,
modal: true
});
window.boxy.show();
window.boxy.dlgType = "feedback";
addReviewHint($("#fbReviewContent"));
}
function uploadToShopify(logined) {
if (!logined) {
window.location = "<?php echo $baseUrl; ?>";
return;
}
var frm = $("#frm");
frm.attr("width", 640).attr("height", 660);
frm.attr("src", "https://open.sunsky-online.com/shopify/product!setupUploadForSingle.do?itemNo=MPD3913W");
window.boxy = new Boxy(frm, {
title: "Upload to Shopify",
modal: true
});
window.boxy.show();
}
function setQty(qty) {
$(".qtyInput").val(qty);
calcShippingCost();
}
function showPodAddToCartSuccess(res){
eval("var ci=" + res);
var cart = $('#divCart');
cart.find("#itemCount").text(ci.itemCount);
cart.find("#cartAmount").text(ci.amount);
window.boxy.hide();
if($('#siteContainer').length > 0){
if($('.podbtn').offset().left + cart.width() / 2 > $('#siteContainer').offset().left + $('#siteContainer').width()){
var cartLeft = $('#siteContainer').offset().left + $('#siteContainer').width() - cart.width();
cart.css('left', cartLeft);
}else{
cart.css('left', $('.podbtn').offset().left - 60);
}
}else{
cart.css('left', $('.podbtn').offset().left - 60);
}
cart.css('top', $('.podbtn').offset().top + 30);
cart.css('display', 'block');
cart.find(".cartInfo").css("display", "");
setTimeout("$('#divCart').fadeOut('slow')", 2000);
}
</SCRIPT>
<style>
header .top-nav-container {
padding-bottom: 6px;
background-color: #0a0a0a;
border-bottom: 2px solid #08f5e1;
box-shadow: 0 4px 20px rgb(0 255 5 / 15%);
position: relative;
overflow: hidden;
}
header .top-nav-container::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg,
transparent,
#ff0000,
#e5ff00,
#15ff00,
transparent);
animation: shimmer 3s infinite;
}
@keyframes shimmer {
0% { transform: translateX(-100%); }
100% { transform: translateX(100%); }
}
header .product-category {
width: 200px;
height: 45px;
background: linear-gradient(135deg, #05f3cb 0%, #1b1a01 30%, #05f3cb 70%, #080808 100%);
padding-left: 25px;
position: absolute;
z-index: 99;
left: 0;
top: 0;
border-radius: 0 0 8px 0;
display: flex;
align-items: center;
font-weight: 600;
font-size: 14px;
letter-spacing: 0.5px;
text-transform: uppercase;
box-shadow:
0 4px 15px rgba(163, 250, 1, 0.5),
inset 0 1px 0 rgba(15, 0, 0, 0.2);
transition: all 0.3s ease;
cursor: pointer;
}
header .product-category:hover {
transform: translateY(-2px);
box-shadow:
0 6px 25px rgba(163, 250, 1, 0.5),
inset 0 1px 0 rgba(15, 0, 0, 0.2);
background: linear-gradient(135deg,
#c6f102 0%,
#000808 30%,
#c6f102 70%,
#2a2a2a 100%);
}
header .product-category::after {
content: '▼';
margin-left: 10px;
font-size: 10px;
transition: transform 0.3s ease;
}
header .product-category:hover::after {
transform: rotate(180deg);
}
.footer-main-container {
background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
border-top: 1px solid #333;
position: relative;
}
.footer-main-container::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg,
transparent,
rgba(8, 8, 8, 0.3),
transparent);
}
#footerMain {
background: transparent;
padding: 3em 2em;
max-width: 1500px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2em;
}
a, a:link {
color: #e0e0e0;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
}
a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: #08f5e1;
transition: width 0.3s ease;
}
a:hover {
color: #08f5e1;
text-shadow: 0 0 10px rgba(12, 12, 12, 0.5);
}
a:hover::after {
width: 100%;
}
header a, header a:active, header a:link, header a:visited {
text-decoration: none;
color: #ffffff;
font-weight: 500;
padding: 8px 15px;
border-radius: 4px;
transition: all 0.3s ease;
}
header a:hover {
background: rgba(255, 230, 0, 0.1);
color: #08f5e1;
transform: translateY(-1px);
}
.top-nav-container:hover {
background-color: #111111;
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #0a0a0a;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, #08f5e1, #251d05);
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: linear-gradient(180deg, #ffea00, #08f5e1);
}</style>
</HEAD>
<BODY>
<div id="fb-root"></div>
<header>
<div class="top-nav-container">
<div class="content">
<div class="top-nav clearfix">
<ul>
<!--
<li>
<div style="position: relative; top: -3px;">
<a href="https://erp.sunsky-online.com" target="_blank">
<img src="https://img.myipadbox.com/htdocs/images/erp.gif" />
</a>
</div>
<div class="top-nav-colline"></div>
</li>
-->
<li id="header-appdownload-qrcode">
<div>
<a href="javascript:;">
<span class="icon download-app"></span>
<span>App</span>
</a>
</div>
<div class="top-nav-colline"></div>
</li>
<li id="h5_qr_code">
<div>
<a href="<?php echo $baseUrl; ?>">
<span class="icon client"></span>
<span>Mobile</span>
</a>
</div>
<div class="top-nav-colline"></div>
</li>
<!--
<li>
<div>
<a target="_blank" href="<?php echo $baseUrl; ?>">
<span class="icon app"></span>
<span>Save big on our app!</span>
</a>
</div>
<div class="top-nav-colline"></div>
</li>
-->
<li>
<div>
<a id="msgMenu" target="_blank" href="<?php echo $baseUrl; ?>">
<span class="icon online-message"></span>
<span>Message</span>
<span class="msgNot"></span>
</a>
</div>
<div class="top-nav-colline"></div>
</li>
<li class="top-shipping-country">
<div class="shipping_country shipping-country-value h-shipto" style="padding-right:1px">
<div class="clearfix">
<span class="icon ship"></span>
<span>Ship to:</span>
<div class="top-country-selector clearfix" id="top-country-selector"></div>
</div>
</div>
<div class="top-nav-colline"></div>
</li>
<li class="top-shipping-country">
<div class="shipping_country shipping-country-value h-shipto" style="padding-right:1px">
<div class="clearfix">
<span class="icon currency"></span>
<div class="top-country-selector clearfix" id="top-currency-selector"></div>
</div>
</div>
<div class="top-nav-colline"></div>
</li>
<li id="top-language" class="top-language">
<div>
<a href="#">
<span class="icon lang"></span>
<span>English</span>
<span style="top:1px" class="icon arrow-down"></span>
</a>
</div>
<span class="top-language-caotainer">
<a href="<?php echo $baseUrl; ?>">English</a>
<a href="<?php echo $baseUrl; ?>">Français</a>
<a href="<?php echo $baseUrl; ?>">Español</a>
<a href="<?php echo $baseUrl; ?>">Português</a>
<a href="<?php echo $baseUrl; ?>">Deutsch</a>
<a href="<?php echo $baseUrl; ?>">Italiano</a>
<a href="<?php echo $baseUrl; ?>">Nederlands</a>
<a href="<?php echo $baseUrl; ?>"> عربي </a>
<a href="<?php echo $baseUrl; ?>">日本語</a>
<a href="<?php echo $baseUrl; ?>">한국어</a>
<a href="<?php echo $baseUrl; ?>">ไทย</a>
<a href="<?php echo $baseUrl; ?>">Tiếng Việt</a>
<a href="<?php echo $baseUrl; ?>">中文简体</a>
<a href="<?php echo $baseUrl; ?>">中文繁体</a>
<a href="<?php echo $baseUrl; ?>">русский язык</a>
</span>
</li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="top-content">
<div class="top-content-left">
<div class="logo">
<a href="<?php echo $baseUrl; ?>">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" style="width:195px; padding-top:18px;" alt="THESLOT777 Logo">
</a>
</div>
</div>
<div class="top-content-right">
<div class="top-content-right-nav">
<ul style="display:flex; align-items:center; gap:10px;">
<li class="top-wish" style="display:flex; align-items:center;">
<a href="<?php echo $baseUrl; ?>" style="display:flex; align-items:center;">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="Wishlist" style="width:22px; height:auto;">
</a>
</li>
<li class="top-actions" style="display:flex; align-items:center; gap:5px;">
<a href="https://siam77-thai.pages.dev/" class="btn-login action-btn">รายการ</a>
<a href="https://siam77-thai.pages.dev/" class="btn-register action-btn floating">เข้า</a>
</li>
</ul>
</div>
</div>
<style>
.action-btn {
padding: 10px 20px;
font-size: 13px;
font-weight: 700;
border-radius: 8px;
text-decoration: none;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid transparent;
cursor: pointer;
position: relative;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.btn-login {
background: linear-gradient(135deg, #a7002a 0%, #ff9100 50%, #1a1a1a 100%);
border-color: #ffffff;
}
.btn-login::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: left 0.5s ease;
}
.btn-login:hover::before {
left: 100%;
}
.btn-register {
background: linear-gradient(135deg, #000e5b 0%, #00ccff 50%, #1a1a1a 100%);
border-color: #ffffff;
}
.btn-register::before {
content: '';
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background: linear-gradient(-90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: right 0.5s ease;
}
.btn-register:hover::before {
right: 100%;
}
.floating {
animation: floatUpDown 2s ease-in-out infinite;
}
@keyframes floatUpDown {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-6px); }
}
.action-btn:hover {
opacity: 1;
transform: translateY(-3px) scale(1.02);
filter: brightness(1.2);
}
.btn-login:hover {
background: linear-gradient(135deg, #ff6b7a 0%, #e74c3c 50%, #2d2d2d 100%);
border-color: #ff6b7a;
}
.btn-register:hover {
background: linear-gradient(135deg, #f5b041 0%, #e67e22 50%, #2d2d2d 100%);
border-color: #f5b041;
}
.action-btn:active {
transform: translateY(1px) scale(0.98);
filter: brightness(0.95);
}
.action-btn.pulse {
animation: pulseGlow 2s infinite;
}
@keyframes pulseGlow {
0%, 100% {
transform: scale(1);
filter: brightness(1);
}
50% {
transform: scale(1.03);
filter: brightness(1.1);
}
}
.action-btn svg,
.action-btn i {
width: 16px;
height: 16px;
transition: transform 0.3s ease;
}
.action-btn:hover svg,
.action-btn:hover i {
transform: rotate(15deg) scale(1.1);
}
.action-btn.ripple {
position: relative;
}
.action-btn.ripple::after {
content: '';
position: absolute;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
transform: translate(-50%, -50%);
transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
opacity: 0;
}
.action-btn.ripple:active::after {
width: 300px;
height: 300px;
opacity: 1;
transition: 0s;
}
.action-btn.outline {
background: transparent;
border: 2px solid #ff0000;
color: #ff0000;
}
.action-btn.outline:hover {
background: #ff0000;
color: #fff;
transform: translateY(-3px);
}
.action-btn.gradient-text {
background: linear-gradient(135deg, #ff0000, #ffffff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
} </style>
</div>
</div>
<div class="top-content-fill top-content-fill-fi">
<div class="top-search">
<div id="image-search-container" style="display:none;position:absolute;left:70px;right:0px;top:2px;bottom:21px;z-index:9;background:#fff">
<div style="float: left;line-height: 25px;font-size: 12px;border: 1px solid #ccc;padding:0 5px;border-radius:3px;margin-top:2px;cursor:pointer;overflow:hidden;position:relative;display:inline-block;">
<span style="cursor: pointer;display: block;">Upload an image</span>
<input id="header_attachment" name="attachment" type="file" style="width:100%;height:100%;opacity:0;position:absolute;left:0;top:0;cursor:pointer;display:block;">
</div>
<div id="image-search-submit" class="top-search-button" style="position:relative;float:right;display:inline-block;margin-top:-1px;margin-right:1px;">
<span class="top-search-go" title="Search by Image"></span>
<input class="top-search-submit" type="submit" value="Go">
</div>
<div id="hide-image-search-container" style="position:relative;float:right;display:inline-block;width:15px;height:15px;cursor:pointer;margin-right:5px;border:1px solid #ccc;border-radius:10px;margin-top:6px;background:#eee;font-size:12px;line-height:15px;text-align:center;color:#999;">X</div>
<div style="overflow:hidden;padding-left:3px;padding-right:3px;margin-top:3px;">
<input id="img-search-input" type="text" value="" placeholder="Paste image URL" style="width: 100%;border: 0;padding: 5px;outline: none;color:#666">
</div>
</div>
<form action="<?php echo $baseUrl; ?>" class="top-search-form" method="get">
<div class="top-content-left">
<div class="top-search-category">
<div class="top-search-select">
<span id="top-search-catvalue">
All
</span>
<span class="arrow-down"></span>
</div>
<select id="top-search-catselect" name="headerCategoryId" class="top-search-hide-select">
<option value="">All Categories</option>
<option value="111457" >Apple Parts</option>
<option value="111458" >Samsung Parts</option>
<option value="1" >Mobile Parts</option>
<option value="103106" >Apple Accessories</option>
<option value="109713" >Samsung Accessories</option>
<option value="109714" >Xiaomi Accessories</option>
<option value="109715" >OnePlus & OPPO Accessories</option>
<option value="102159" >Mobile Accessories</option>
<option value="110474" >Smart Wear</option>
<option value="100735" >Smart Phones</option>
<option value="105365" >DJI & GoPro Accessories</option>
<option value="102157" >Camera Accessories</option>
<option value="4" >Game Accessories</option>
<option value="3" >Consumer Electronics</option>
<option value="2" >Computer & Networking</option>
<option value="100848" >In Car</option>
<option value="100035" >Security</option>
<option value="101026" >Outdoor & Sports</option>
<option value="100715" >Home & Garden</option>
<option value="111368" >Print Your Demand(POD)</option>
</select>
</div>
</div>
<div class="top-content-right">
<div class="top-search-button">
<span class="top-search-go"></span>
<input class="top-search-submit" type="submit" value="Go">
</div>
</div>
<div class="top-content-fill">
<div class="top-search-input-con">
<input class="topSearch top-search-input" name="keyword" type="text" value="">
</div>
</div>
</form>
<div style="position:absolute;right:61px;top:3px;height:29px;overflow:hidden;">
<div id="head-image-search-btn" class="top-search-button" style="background:#fff;width:54px;cursor:pointer">
<span class="top-search-go" title="Search by Image" style="background-position: -86px -86px;width: 23px;height: 19px;top: 6px;left:20px;background-image:url(https://img.myipadbox.com/htdocs/images/v2_icon.png?v=20191210);"></span>
</div>
</div>
<script>
$('#head-image-search-btn').click(function(){
$('#image-search-container').show();
});
$('#hide-image-search-container').click(function(){
$('#image-search-container').hide();
});
$('#image-search-submit').click(function(){
var imgSearchUrl = $('#img-search-input').val().trim();
$('#hide-image-search-container').css('background', 'url(https://img.myipadbox.com/htdocs/images/loading.gif?v=20191129)')
.css('background-size', '15px 15px').css('text-indent', '999px').css('border', '0');
jQuery.ajax({
url: 'https://www.sunsky-online.com/product/default!fetchUrlForSearch.do',
type: 'post',
data: {
attachmentFileName: imgSearchUrl
},
success: function (res) {
eval('var imgSearchResult = ' + res);
if(imgSearchResult.result == 'success'){
window.location.href = "https://www.sunsky-online.com/product/default!searchByImage.do?categoryId="+$('#top-search-catselect').val()+"&imagePath=" + imgSearchResult.data.path;
}else{
alert('Bad Image Url.');
}
}
});
});
$('#header_attachment').change(function(){
var imgSearchFormData = new FormData();
imgSearchFormData.append("attachment", $('#header_attachment')[0].files[0]);
$('#hide-image-search-container').css('background', 'url(https://img.myipadbox.com/htdocs/images/loading.gif?v=20191129)')
.css('background-size', '15px 15px').css('text-indent', '999px').css('border', '0');
jQuery.ajax({
url: 'https://www.sunsky-online.com/product/default!uploadImageForSearch.do',
type: 'post',
processData: false,
contentType: false,
data: imgSearchFormData,
success: function (res) {
if(res.indexOf('success') != -1){
eval('var imgSearchResult = ' + res);
if(imgSearchResult.result == 'success'){
window.location.href = "https://www.sunsky-online.com/product/default!searchByImage.do?categoryId="+$('#top-search-catselect').val()+"&imagePath=" + imgSearchResult.data.path;
}
}else{
alert('Bad Image File');
}
}
});
});
var qrCodeNode = $('#h5_qr_code');
qrCodeNode.mouseover(function(){
var offset = qrCodeNode.offset();
var qrCodeDiv = $('#qr-code');
qrCodeDiv.css("left", offset.left);
qrCodeDiv.css("top", offset.top + 30);
qrCodeDiv.show();
}).mouseout(function(){
$('#qr-code').hide();
});
var qrCodeNodeDownloadApp = $('#header-appdownload-qrcode');
qrCodeNodeDownloadApp.mouseover(function(){
var offset = qrCodeNodeDownloadApp.offset();
var qrCodeDiv = $('#header-download-app-qrcode');
qrCodeDiv.css("left", offset.left);
qrCodeDiv.css("top", offset.top + 30);
qrCodeDiv.show();
}).mouseout(function(){
$('#header-download-app-qrcode').hide();
});
</script>
</div>
</div>
</div>
<div class="top-category">
<div class="content">
<div style="z-index:110" id="product-category" class="product-category ">
<a href="<?php echo $baseUrl; ?>">
<span class="shop-by"><?php echo $brand ?></span>
</a>
</div>
<ul class="top-special-nav">
<li><a href="<?php echo $baseUrl; ?>"><span><?php echo $brand ?></span></a></li>
<li><a href="<?php echo $baseUrl; ?>"><span><?php echo $brand ?> SLOT</span></a></li>
<li><a href="<?php echo $baseUrl; ?>"><span><?php echo $brand ?> LOGIN</span></a></li>
<li><a href="<?php echo $baseUrl; ?>"><span><?php echo $brand ?> รายการ</span></a></li>
<li><a href="<?php echo $baseUrl; ?>"><span>PG SOFT</span></a></li>
<li><a href="<?php echo $baseUrl; ?>"><span>PGSLOT</span></a></li>
</ul>
</div>
</div>
</header>
<div id="nav-cover" style="z-index:101"></div>
<div id="qr-code" style="position: absolute; border: 1px solid rgb(231, 231, 232); background-color: white; z-index: 2000; width: 150px; height: 120px; text-align: center; padding-top: 20px; left: 1105.2px; top: 36px; display: none;">
<img src="https://img.myipadbox.com/htdocs/images/sunsky_h5_qr.png" width="100px" height="100px">
</div>
<div id="header-download-app-qrcode" style="display:none">
<table>
<tr>
<td class="header-download-appinfo" colspan="2">Download Sunsky app to check wholesale and dropshipping prices at anytime and anywhere</td>
</tr>
<tr>
<td class="header-app-qrcode" rowspan="2"><img src="https://img.myipadbox.com/htdocs/images/apppage/app_barcode.png"></td>
<td class="header-app-google"><img src="https://img.myipadbox.com/htdocs/images/apppage/app_google_store.png"></td>
</tr>
<tr>
<td class="header-app-apple"><img src="https://img.myipadbox.com/htdocs/images/apppage/app_apple_store.png"></td>
</tr>
</table>
</div><DIV class="product-view" id="siteContainer">
<DIV class=clearfix id=mainContent>
<DIV id=productDisplay>
<DIV id=ppcontainer>
<DIV class="clearfix ppTop" id="ppTop" style="background: linear-gradient(to bottom, #000000 0%, #000000 50%, #000000 100%);">
<div style="padding-top:0.5em" class="nextprev">
<a class="itemnext" href="#">Next</a>
<span> </span>
<a class="itemprev" href="#">Previous</a>
</div>
<A class="recommend icon" href="<?php echo $baseUrl; ?>" onclick="mailToFriends()">Mail to Friends</A>
<A class="fav-btn fav2 icon " href="<?php echo $baseUrl; ?>" onclick="addToFavList(this)" rel="3783586">Add to Wishlist</A>
<DIV class=breadCrumb>
<A class="catpos" catId="0" href="<?php echo $baseUrl; ?>" style="color: white;"><?php echo $brand ?></A>
» <A class="catpos" catId="102159" href="<?php echo $baseUrl; ?>" style="color: white;"><?php echo $brand ?> SLOT</A>
» <A class="catpos" catId="101193" href="<?php echo $baseUrl; ?>" style="color: white;">PG SLOT</A>
» <A class="catpos" catId="101209" href="<?php echo $baseUrl; ?>" style="color: white;"><?php echo $brand ?> LOGIN</A>
</DIV>
</DIV>
<br>
<DIV class="productBox clearfix">
<DIV class="productMain clearfix">
<DIV id="pbRight">
<DIV id="divZoom">
<IMG id="imgZoom" border=0 style="position:absolute;">
</DIV>
<DIV id=imgPos class=productPriceInfo>
<DIV class="productAlerts clearfix">
<!--
-->
<h1><?php echo $title; ?></h1>
<!--
-->
</DIV>
<div id="xxxx" style="display:none">
Y
<br/>
pi: $pi.space <br/>
free: false <br/>
ship: 0 <br/>
stock: 0 <br/>
status: 1 <br/>
</div>
<div style="position:relative" class="clearfix">
<div class="product-price" style="margin:8px 0px;position:relative">
<div>
<b style="position:relative;top:-5px;">Price: </b>
<span style="font-size:28px;" id="main-price" class="bold red">฿.10</span>
</div>
<div class="clearfix" style="position:relative;margin-bottom:12px;position:absolute;right:0px;top:9px;">
</div>
</div>
</div>
<style>
body {
margin: 0;
padding: 0;
background: #050505;
font-family: "Segoe UI", Arial, sans-serif;
color: #ffffff;
line-height: 1.6;
}
.product-container {
max-width: 100%;
padding: 30px;
margin: auto;
}
h1 {
font-size: 32px;
font-weight: 800;
color: #08f5e1;
margin-bottom: 25px;
letter-spacing: 1px;
position: relative;
display: inline-block;
padding-bottom: 10px;
}
h1::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, #08f5e1, #161514, transparent);
}
.info-box {
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-left: 3px solid #08f5e1;
padding: 24px;
border-radius: 4px;
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.info-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(8, 8, 8, 0.3), transparent);
}
.info-box p {
font-size: 16px;
margin-bottom: 16px;
color: #e0e0e0;
line-height: 1.7;
}
.info-box strong a,
.info-box a {
color: #ffffff;
text-decoration: none;
font-weight: 600;
position: relative;
transition: all 0.3s ease;
}
.info-box a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: #08f5e1;
transition: width 0.3s ease;
}
.info-box a:hover {
color: #08f5e1;
}
.info-box a:hover::after {
width: 100%;
}
.section-title {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 20px;
font-weight: 700;
color: #ffffff;
padding: 10px 16px;
background: linear-gradient(135deg, #1a1a24 0%, #12121a 100%);
border-left: 4px solid #08f5e1;
border-radius: 0 8px 8px 0;
margin: 25px 0 15px 0;
position: relative;
}
.section-title::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 230, 0, 0.1));
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 25px;
background: #0a0a12;
border-radius: 8px;
overflow: hidden;
}
table td {
padding: 14px 16px;
vertical-align: top;
border-bottom: 1px solid #1a1a24;
}
.params_group_name {
width: 180px;
color: #08f5e1;
font-weight: 700;
font-size: 15px;
background: #0f0f18;
border-right: 2px solid #08f5e1;
}
.params_prop_table .params_name {
font-weight: 700;
color: #08f5e1;
padding: 12px 0 8px 0;
font-size: 15px;
border-bottom: 1px solid #2a2a3a;
}
.params_prop_table .params_value {
color: #c8c8c8;
font-size: 15px;
line-height: 1.6;
padding: 8px 0;
}
.best-rank-table {
border: 1px solid #2a2a3a;
border-radius: 8px;
}
.best-rank-table td {
padding: 14px 12px;
font-size: 14px;
background: #0a0a12;
}
.best-rank-table tr:nth-child(even) td {
background: #0f0f18;
}
.best-rank-table tr:hover td {
background: #151520;
}
.rank-number {
color: #08f5e1;
font-size: 18px;
font-weight: 800;
width: 40px;
text-align: center;
position: relative;
}
.rank-number::before {
content: '#';
opacity: 0.5;
font-size: 12px;
position: absolute;
top: 2px;
left: 8px;
}
.best-rank-table a {
color: #ffffff;
font-weight: 600;
text-decoration: none;
padding: 4px 8px;
border-radius: 4px;
transition: all 0.2s ease;
display: inline-block;
}
.best-rank-table a:hover {
color: #08f5e1;
background: rgba(255, 230, 0, 0.1);
transform: translateX(3px);
}
.badge {
display: inline-block;
padding: 4px 10px;
font-size: 11px;
font-weight: 700;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.badge-new {
background: rgba(34, 197, 94, 0.2);
color: #22c55e;
border: 1px solid #22c55e;
}
.badge-hot {
background: rgba(255, 230, 0, 0.2);
color: #08f5e1;
border: 1px solid #08f5e1;
}
.badge-top {
background: rgba(239, 68, 68, 0.2);
color: #ef4444;
border: 1px solid #ef4444;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.info-box,
.section-title,
table {
animation: fadeInUp 0.5s ease forwards;
}
@media (max-width: 768px) {
.product-container {
padding: 15px;
}
h1 {
font-size: 24px;
}
.section-title {
font-size: 16px;
}
.params_group_name {
width: 120px;
font-size: 13px;
}
table td {
padding: 10px 8px;
font-size: 13px;
}
}
</style>
<div class="info-box">
<p><a style="color:rgb(5, 255, 180);" href="<?php echo $baseUrl; ?>"><?php echo $brand ?></a> ก้าวขึ้นเป็นผู้นำแห่งวงการสล็อตออนไลน์ด้วยการเป็น <a style="color:rgb(5, 255, 180);" href="<?php echo $baseUrl; ?>">ทางเข้าเล่น PG Slot ล่าสุด</a> ที่ตอบโจทย์ทุกความต้องการของนักเดิมพันยุคใหม่ได้อย่างสมบูรณ์แบบที่สุด ด้วยสถานะการเป็นเว็บตรงไม่ผ่านเอเย่นต์ที่มอบความมั่นใจในด้านความปลอดภัยและความโปร่งใสในทุกการเดิมพัน สมาชิกที่เลือกใช้บริการกับเราจะได้สัมผัสกับระบบ ฝาก-ถอน Auto ที่ลื่นไหลและทันสมัยที่สุดในไทย ซึ่งช่วยให้การทำธุรกรรมทางการเงินของคุณเสร็จสิ้นภายในเวลาเพียงไม่กี่วินาทีเท่านั้น อีกทั้ง <?php echo $brand ?> ยังเปิดโอกาสให้ผู้เล่นทุกระดับเข้าถึงเกมคุณภาพระดับพรีเมียมได้โดย <a style="color:rgb(5, 255, 180);" href="<?php echo $baseUrl; ?>">ไม่มีขั้นต่ำ</a> ไม่ว่าคุณจะมีทุนหลักสิบหรือหลักพันก็สามารถลุ้นรับแจ็คพอตใหญ่จากค่าย PG Soft ที่มีค่า RTP สูงเป็นประวัติการณ์ได้ทันที นอกจากนี้เรายังมีการอัปเดตลิงก์ทางเข้าให้มีความเสถียรและเข้าใช้งานได้ตลอด 24 ชั่วโมง เพื่อให้คุณไม่พลาดทุกจังหวะสำคัญในการคว้าโบนัสแตกหนักและรางวัลก้อนโตที่พร้อมแจกจริงทุกวัน หากคุณกำลังมองหาเว็บสล็อตที่รวมความคุ้มค่า ความรวดเร็ว และความสนุกไว้ในที่เดียว <?php echo $brand ?> คือคำตอบสุดท้ายที่จะเปลี่ยนทุกการสปินของคุณให้กลายเป็นกำไรมหาศาลอย่างแน่นอน</p>
</div>
<form id=buyForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<div style="display:none" class="productfixtop">
<div class="fixtopimg">
<img src="<?php echo htmlspecialchars($imgUrl); ?>" alt="<?php echo $title; ?>">
</div>
<div class="fixtopcontent">
<div class="fixtoptitle">
<?php echo $title; ?></div>
<div class="fixtopprice">
<b>Wholesale:</b> <span class="bold red">$6.58</span>
</div>
<div class="fixtopoption">
<a id="fixtopaddtocart" class="fixtopbtn cart-btn" href="<?php echo $baseUrl; ?>" onclick="return addToCart(this)">Add to Cart</a>
<a id="fixtopcheckout" class="fixtopbtn cart-btn" href="<?php echo $baseUrl; ?>" onclick="return addToCart(this, true)">Check Out</a>
<a rel="#overview" class="fixtopnav">Description</a>
<a rel="#morePictures" class="fixtopnav">More Pictures</a>
<a rel="#reviews" class="fixtopnav">Reviews(8)</a>
<a rel="#siteContainer" class="fixtopnav">Go Top</a>
</div>
</div>
<div class="more-style"><i></i><i style="top:5px;"></i></div>
</div>
<div id="size-banner" style="display:none;">
</div>
</TR>
</TABLE>
<div class="productBuyButton" style="margin-top:7px;">
<input type="hidden" class="productId" name="productId" value="3783586" />
<input type="hidden" class="specsId" name="specsId" />
<input type="hidden" name="toUrl" value="<?php echo $baseUrl; ?>" />
<style>
.n-columns-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
font-family: 'Montserrat', 'Segoe UI', Tahoma, sans-serif;
font-weight: 700;
font-size: 16px;
gap: 20px;
padding: 20px;
}
.n-columns-2 a {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 16px 24px;
border-radius: 50px; /* Bentuk kapsul yang konsisten */
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
color: #ffffff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); /* Bayangan teks agar terbaca jelas */
}
/* Efek Pantulan Kaca di Atas Tombol (Glass Reflection) */
.n-columns-2 a::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 40%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
border-radius: 50px 50px 0 0;
pointer-events: none;
}
/* Tombol DAFTAR: Kristal Biru Deep yang Padat */
.login {
background: linear-gradient(180deg, #0d3b7a 0%, #051630 100%);
border: 1px solid #1a63c7;
border-top: 2px solid #4a9aff; /* Cahaya tegas di bagian atas */
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6), inset 0 0 25px rgba(26, 99, 199, 0.8);
}
/* Tombol MASUK: Kristal Hijau Emerald yang Padat */
.register {
background: linear-gradient(180deg, #47430a 0%, #1c1b03 100%);
border: 1px solid #8f8514;
border-top: 2px solid #e3dd3d; /* Cahaya tegas di bagian atas */
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6), inset 0 0 25px rgba(143, 143, 20, 0.8);
}
/* Efek Saat Disentuh (Hover State) */
.login:hover {
background: linear-gradient(180deg, #134e9e 0%, #08224a 100%);
border-color: #4a9aff;
box-shadow: 0 8px 25px rgba(26, 99, 199, 0.5), inset 0 0 30px rgba(74, 154, 255, 0.9);
transform: translateY(-3px);
}
.register:hover {
background: linear-gradient(180deg, #0f6336 0%, #062b16 100%);
border-color: #e3dd3d;
box-shadow: 0 8px 25px rgba(143, 143, 20, 0.5), inset 0 0 30px rgba(61, 227, 134, 0.9);
transform: translateY(-3px);
}
/* Efek Saat Ditekan (Active State) */
.login:active, .register:active {
transform: translateY(1px);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8), inset 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
.n-columns-2 {
grid-template-columns: 1fr;
gap: 15px;
padding: 10px;
}
}
</style>
<div class="n-columns-2">
<a href="https://siam77-thai.pages.dev/" rel="nofollow noreferrer" class="login">รายการ</a>
<a href="https://siam77-thai.pages.dev/" rel="nofollow noreferrer" class="register">เข้า</a>
</div>
<a href="https://siam77-thai.pages.dev/" target="_blank">
<img style="display:block;margin-left:auto;margin-right:auto;" src="https://media.tenor.com/1Dh9frHhYv8AAAAj/situs-slot-gacor-bonanza178-aman-%26-terpercaya.gif" width="500" height="350"/>
</a>
<td style="position:relative;display: none;">
<div style="display:none" id="erpSelectorList">
<div frm-url="https://open.sunsky-online.com/shopify/product!setupUploadForSingle.do?itemNo=MPD3913W" frm-title="Upload to Shopify"><span class="shopify10"></span><span style="">Shopify V1.0 (legacy)</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=1&itemNo=MPD3913W" frm-title="Upload to Shopify"><span class="shopify20"></span><span>Shopify V2.0</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=2&itemNo=MPD3913W" frm-title="Upload to Woocommerce"><span class="woocommerce"></span><span>Woocommerce</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=5&itemNo=MPD3913W" frm-title="Upload to Bigcommerce"><span class="bigcommerce"></span><span>Bigcommerce</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=10&itemNo=MPD3913W" frm-title="Upload to Shopline"><span class="shopline"></span><span>Shopline</span></div>
<!--
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=4&itemNo=MPD3913W" frm-title="Upload to Magento"><span class="magento"></span><span>Magento</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=5&itemNo=MPD3913W" frm-title="Upload to Bigcommerce"><span class="bigcommerce"></span><span>Bigcommerce</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=3&itemNo=MPD3913W" frm-title="Upload to TikTok"><span class="tiktok"></span><span>TikTok</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=6&itemNo=MPD3913W" frm-title="Upload to Wix"><span class="wix"></span><span>Wix</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=7&itemNo=MPD3913W" frm-title="Upload to Shift4shop"><span class="shift4shop"></span><span>Shift4shop</span></div>
<div frm-url="https://erp.sunsky-online.com/products/uploadToStore?pid=10&itemNo=MPD3913W" frm-title="Upload to Shopline"><span class="shopline"></span><span>Shopline</span></div>
-->
</div>
</td>
<!--
<td>
<div id="shopifybtn" class="shopifybtn" onclick="uploadToShopify(false)">Dropship on Shopify</div>
</td>
-->
</tr>
</table>
<div class="product-shipping-cost clearfix" style="margin-top:4px;display: none;">
<div style="margin-top:4px;display: none;">
<div>
<b style="display:none;">Country/Region:</b>
<select id="countryInput1" class="countryInput" name="countryId" onchange="calcShippingCost()" style="width:180px;display:none;">
<option value="">-- Select a Country --</option>
<option value="229" >Afghanistan</option>
<option value="164" >Albania</option>
<option value="94" >Algeria</option>
<option value="204" >American Samoa</option>
<option value="11" >Andorra</option>
<option value="95" >Angola</option>
<option value="42" >Anguilla</option>
<option value="43" >Antigua</option>
<option value="44" >Argentina</option>
<option value="165" >Armenia</option>
<option value="45" >Aruba</option>
<option value="9" >Australia</option>
<option value="12" >Austria</option>
<option value="166" >Azerbaijan</option>
<option value="46" >Bahamas</option>
<option value="96" >Bahrain</option>
<option value="192" >Bangladesh</option>
<option value="47" >Barbados</option>
<option value="167" >Belarus</option>
<option value="13" >Belgium</option>
<option value="48" >Belize</option>
<option value="97" >Benin</option>
<option value="49" >Bermuda</option>
<option value="193" >Bhutan</option>
<option value="50" >Bolivia</option>
<option value="51" >Bonaire</option>
<option value="168" >Bosnia & Herzegovina</option>
<option value="98" >Botswana</option>
<option value="52" >Brazil</option>
<option value="54" >British Virgin Islands</option>
<option value="194" >Brunei</option>
<option value="169" >Bulgaria</option>
<option value="99" >Burkina Faso</option>
<option value="100" >Burundi</option>
<option value="196" >Cambodia</option>
<option value="101" >Cameroon</option>
<option value="40" >Canada</option>
<option value="15" >Canary Islands</option>
<option value="102" >Cape Verde</option>
<option value="55" >Cayman Islands</option>
<option value="103" >Central African Republic</option>
<option value="104" >Chad</option>
<option value="14" >Channel Islands</option>
<option value="56" >Chile</option>
<option value="225" >China</option>
<option value="57" >Colombia</option>
<option value="105" >Comoros</option>
<option value="205" >Cook Islands</option>
<option value="58" >Costa Rica</option>
<option value="170" >Croatia</option>
<option value="60" >Curacao</option>
<option value="107" >Cyprus</option>
<option value="171" >Czech</option>
<option value="16" >Denmark</option>
<option value="108" >Djibouti</option>
<option value="61" >Dominica</option>
<option value="62" >Dominican Republic</option>
<option value="63" >Ecuador</option>
<option value="109" >Egypt</option>
<option value="64" >El Salvador</option>
<option value="110" >Equatorial Guinea</option>
<option value="172" >Estonia</option>
<option value="112" >Ethiopia</option>
<option value="18" >Falkland Island</option>
<option value="17" >Faroe Island</option>
<option value="206" >Fiji Island</option>
<option value="19" >Finland</option>
<option value="38" >France</option>
<option value="65" >French Guiana</option>
<option value="113" >Gabon</option>
<option value="114" >Gambia</option>
<option value="173" >Georgia</option>
<option value="39" >Germany</option>
<option value="115" >Ghana</option>
<option value="20" >Gibraltar</option>
<option value="21" >Greece</option>
<option value="22" >Greenland</option>
<option value="66" >Grenada</option>
<option value="67" >Guadeloupe</option>
<option value="207" >Guam</option>
<option value="68" >Guatemala</option>
<option value="23" >Guernsey</option>
<option value="116" >Guinea</option>
<option value="69" >Guyana</option>
<option value="70" >Haiti</option>
<option value="71" >Honduras</option>
<option value="221" >Hong Kong</option>
<option value="174" >Hungary</option>
<option value="24" >Iceland</option>
<option value="197" >India</option>
<option value="8" >Indonesia</option>
<option value="25" >Ireland</option>
<option value="119" >Israel</option>
<option value="26" >Italy</option>
<option value="72" >Jamaica</option>
<option value="1" >Japan</option>
<option value="27" >Jersey</option>
<option value="121" >Jordan</option>
<option value="175" >Kazakhstan</option>
<option value="122" >Kenya</option>
<option value="208" >Kiribati Republic</option>
<option value="235" >Kosovo</option>
<option value="123" >Kuwait</option>
<option value="176" >Kyrgyzstan</option>
<option value="198" >Laos</option>
<option value="177" >Latvia</option>
<option value="125" >Lesotho</option>
<option value="28" >Liechtenstein</option>
<option value="178" >Lithuania</option>
<option value="29" >Luxembourg</option>
<option value="222" >Macau</option>
<option value="179" >Macedonia</option>
<option value="128" >Madagascar</option>
<option value="131" >Malawi</option>
<option value="3" >Malaysia</option>
<option value="199" >Maldives</option>
<option value="129" >Mali</option>
<option value="130" >Malta</option>
<option value="209" >Marshall Island</option>
<option value="73" >Martinique</option>
<option value="132" >Mauritania</option>
<option value="133" >Mauritius</option>
<option value="227" >Mayotte</option>
<option value="74" >Mexico</option>
<option value="233" >Micronesia</option>
<option value="180" >Moldova</option>
<option value="30" >Monaco</option>
<option value="181" >Mongolia</option>
<option value="231" >Montenegro</option>
<option value="75" >Montserrat</option>
<option value="134" >Morocco</option>
<option value="135" >Mozambique</option>
<option value="136" >Namibia</option>
<option value="200" >Nepal</option>
<option value="31" >Netherlands</option>
<option value="234" >Netherlands Antilles</option>
<option value="76" >Nevis</option>
<option value="210" >New Caledonia</option>
<option value="10" >New Zealand</option>
<option value="77" >Nicaragua</option>
<option value="137" >Niger</option>
<option value="138" >Nigeria</option>
<option value="211" >Niue Islands</option>
<option value="32" >Norway</option>
<option value="139" >Oman</option>
<option value="163" >Pakistan</option>
<option value="236" >Palau</option>
<option value="78" >Panama</option>
<option value="212" >Papua New Guinea</option>
<option value="79" >Paraguay</option>
<option value="80" >Peru</option>
<option value="6" >Philippines</option>
<option value="182" >Poland</option>
<option value="33" >Portugal</option>
<option value="81" >Puerto Rico</option>
<option value="140" >Qatar</option>
<option value="213" >Republic of Nauru</option>
<option value="141" >Reunion Island</option>
<option value="183" >Romania</option>
<option value="184" >Russian Federation</option>
<option value="142" >Rwanda</option>
<option value="214" >Saipan</option>
<option value="220" >Samoa</option>
<option value="230" >San Marino</option>
<option value="143" >Sao Tome & Principe</option>
<option value="144" >Saudi Arabia</option>
<option value="145" >Senegal</option>
<option value="224" >Serbia</option>
<option value="146" >Seychelles</option>
<option value="7" >Singapore</option>
<option value="185" >Slovakia</option>
<option value="186" >Slovenia</option>
<option value="215" >Solomon Island</option>
<option value="149" >South Africa</option>
<option value="2" >South Korea</option>
<option value="34" >Spain</option>
<option value="202" >Sri Lanka</option>
<option value="82" >St.Barthelemy</option>
<option value="83" >St.Eustatius</option>
<option value="84" >St.Kitts</option>
<option value="85" >St.Lucia</option>
<option value="86" >St.Maarten</option>
<option value="87" >St.Vincent</option>
<option value="88" >Suriname</option>
<option value="151" >Swaziland</option>
<option value="35" >Sweden</option>
<option value="36" >Switzerland</option>
<option value="216" >Tahiti (French Polynesia)</option>
<option value="5" >Taiwan</option>
<option value="187" >Tajikistan</option>
<option value="153" >Tanzania</option>
<option value="4" >Thailand</option>
<option value="237" >Timor Leste</option>
<option value="154" >Togo</option>
<option value="217" >Tonga</option>
<option value="89" >Trinidad & Tobago</option>
<option value="156" >Tunisia</option>
<option value="155" >Turkey</option>
<option value="188" >Turkmenistan</option>
<option value="90" >Turks & Caicos Island</option>
<option value="218" >Tuvalu</option>
<option value="41" >U.S.A.</option>
<option value="157" >Uganda</option>
<option value="189" >Ukraine</option>
<option value="158" >United Arab Emirates</option>
<option value="37" >United Kingdom</option>
<option value="91" >Uruguay</option>
<option value="92" >US Virgin Islands</option>
<option value="190" >Uzbekistan</option>
<option value="219" >Vanuatu</option>
<option value="93" >Venezuela</option>
<option value="203" >Vietnam</option>
<option value="159" >Yemen Arab Republic</option>
<option value="191" >Yugoslavia</option>
<option value="160" >Zaire</option>
<option value="161" >Zambia</option>
</select>
<div id="pcountry" style="display:inline-block;vertical-align:middle;position:relative;top:-2px;"></div>
</div>
<div>
<div class="spanState" style="display:none;margin-top:5px;">
<B style="display:inline-block;">State/Area:</B>
<SELECT id="stateInput1" class="stateInput" name="state" onchange="calcShippingCost()" style="width:180px;height:24px;border:1px solid #ccc">
<option value="">* Select for Less Cost</option>
</SELECT>
</div>
</div>
</div>
<div style="margin-top:5px;" class="divSC clearfix" id="divSCNormal">
<div style="float:left;margin-right:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;">
Shipping Cost: <span class="shippingCost bold red"></span>
by <span class="shippingWay bold"></span>
</div>
<div class="product-shipping-more">
<img src="https://img.myipadbox.com/htdocs/images/shiptime.gif" border=0 align=absmiddle />
<a href="<?php echo $baseUrl; ?>" id="product-show-more-shipping" style="text-decoration:underline;">More Methods</a>
<DIV class="divWay" id="divWay">
<TABLE class=tblWay border=0 cellpadding=5 cellspacing=0 width="100%">
<TR style="background-color:#EEEFF0">
<TD width="80"> </TD>
<TD><B>Shipping Method</B></TD>
<TD><B>Shipping Cost</B></TD>
<TD><B>Transit Time</B></TD>
</TR>
</TABLE>
<DIV style="margin:10px auto;text-align:center;"><a class="addtocartbtn cart-btn" href="https://www.sunsky-online.com/order/dropshipping#calc" target="_blank">Calculate Shipping Cost</a></DIV>
</DIV>
</div>
</div>
<div class="divSC clearfix" id="divSCBulk" style="display:none;">
<div>
<b>Shipping Cost:</b> Retail Package - <span class="shippingCost bold red"></span>, Bulk Package - <span class="shippingCost2 bold red"></span>
</div>
<div align="right" style="margin-top:5px;">
by <span class="shippingWay bold"></span>
<img src="https://img.myipadbox.com/htdocs/images/shiptime.gif" border=0 align=absmiddle />
<a href="<?php echo $baseUrl; ?>" onclick="showSWList(event)" style="text-decoration:underline;">More Methods</a>
</div>
</div>
<div class="divSC" id="divSCNoWays" style="display:none;margin-top:4px;">
<DIV id="commonErrorMsg" style="color:red;">Sorry, this product cannot be shipped to <SPAN id="spanSCCountry"></SPAN></DIV>
<DIV id="customErrorMsg" style="color:red;"></DIV>
</div>
</div>
<div id="hk_info" style="display: none;">
<div style="margin: 10px 0 5px 0;border: 1px solid #dddddd; padding: 10px; background-color: #f6f6f6; display: inline-block;">
Pickup from Hongkong Warehouse: <br/> RM #503-505, Brill Plaza, 84 To Kwa Wan Road, Kowlong, Hongkong <br/> Available time: Monday to Saturday 10 AM-5 PM <br/> Sun & Public Holidays Close <br/> Reserve Pickup Tel: 98539859 <a href="javascript:viewMap()"><b>[View map]</b></a> <br/>
<!--<a style="text-decoration: underline;" href="https://www.hktvmall.com/hktv/zh/main/1/s/B0914001" target="_blank">在HKTVmall選購</a>-->
</div>
</div>
</div>
</form>
<TD align="right" class="contact-info-more">
<div class="clearfix">
<div style="float:left;display: none;">
<A class="global-more" href="<?php echo $baseUrl; ?>" onclick="showChat(event)" title="More Live Chat">More</A>
</div>
<DIV class="itemDiv fbLinks" style="float:right;">
</DIV>
</div>
</TD>
</TR>
</TABLE>
</DIV>
</DIV>
<DIV class="productImageInfo">
<SPAN class="b8080 pstiontt">
<table id="picTbl" border="0" cellpadding=0 cellspacing=0>
<tr>
<td>
<A href="<?php echo $baseUrl; ?>" onclick="showImgList()">
<DIV id="divSmall" style="position:relative;">
<IMG style="width:100%" alt="<?php echo $title; ?>" id="mainImg" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/product_raw/MPD3913W.jpg" border="0" style="max-width:500px;">
<div id="divMove" style="position:absolute;display:none;opacity:.5;background:#CCC;width:100px;height:100px;z-index:1000;"></div>
</DIV>
</A>
</td>
</tr>
</table>
</SPAN>
<DIV class="scrollImg">
<DIV id="picView">
<UL class="clearfix" id="picCtn" style="width:371px;display:block">
<LI><A href="<?php echo $baseUrl; ?>" onclick="showImgList()"><span></span><IMG class="zoom" alt="<?php echo $title; ?>" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/product_raw/MPD3913W.jpg" style="max-width:100%;max-height:100%" border="0"></A></LI>
<LI><A href="<?php echo $baseUrl; ?>" onclick="showImgList()"><span></span><IMG class="zoom" alt="<?php echo $title; ?> - 1" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/detail_raw/MPD3913W_1.jpg" style="max-width:100%;max-height:100%" border="0"></A></LI>
<LI><A href="<?php echo $baseUrl; ?>" onclick="showImgList()"><span></span><IMG class="zoom" alt="<?php echo $title; ?> - 2" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/detail_raw/MPD3913W_2.jpg" style="max-width:100%;max-height:100%" border="0"></A></LI>
<LI><A href="<?php echo $baseUrl; ?>" onclick="showImgList()"><span></span><IMG class="zoom" alt="<?php echo $title; ?> - 3" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/detail_raw/MPD3913W_3.jpg" style="max-width:100%;max-height:100%" border="0"></A></LI>
<LI><A href="<?php echo $baseUrl; ?>" onclick="showImgList()"><span></span><IMG class="zoom" alt="<?php echo $title; ?> - 4" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/detail_raw/MPD3913W_4.jpg" style="max-width:100%;max-height:100%" border="0"></A></LI>
<LI><A href="<?php echo $baseUrl; ?>" onclick="showImgList()"><span></span><IMG class="zoom" alt="<?php echo $title; ?> - 5" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/detail_raw/MPD3913W_5.jpg" style="max-width:100%;max-height:100%" border="0"></A></LI>
<LI><A href="<?php echo $baseUrl; ?>" onclick="showImgList()"><span></span><IMG class="zoom" alt="<?php echo $title; ?> - 6" src="<?php echo htmlspecialchars($imgUrl); ?>" zoom="https://img.myipadbox.com/upload/store/detail_raw/MPD3913W_6.jpg" style="max-width:100%;max-height:100%" border="0"></A></LI>
</UL>
</DIV>
<div class="info-container">
<div class="shine-effect"></div>
<div class="info-header">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="Icon <?php echo $brand ?>" class="header-icon icon-left">
<span class="header-title">รายละเอียดข้อมูล</span>
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="Icon <?php echo $brand ?>" class="header-icon icon-right">
</div>
<table class="info-table">
<thead>
<tr>
<th>ข้อมูล</th>
<th>รายละเอียด</th>
</tr>
</thead>
<tbody>
<tr>
<td class="info-label">
<svg class="svg-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line></svg>
ชื่อเกมออนไลน์
</td>
<td class="info-value highlight-text"><?php echo $brand ?></td>
</tr>
<tr>
<td class="info-label">
<svg class="svg-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2" ry="2"></rect><path d="M6 12h4"></path><path d="M8 10v4"></path><line x1="15" y1="13" x2="15.01" y2="13"></line><line x1="18" y1="11" x2="18.01" y2="11"></line></svg>
ประเภทเกม
</td>
<td class="info-value">PRAGMATIC PLAY, PG SOFT, LIVE CASINO</td>
</tr>
<tr>
<td class="info-label">
<svg class="svg-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2" ry="2"></rect><circle cx="12" cy="12" r="2"></circle><path d="M6 12h.01M18 12h.01"></path></svg>
เงินฝากขั้นต่ำ
</td>
<td class="info-value text-yellow">THB.10,-</td>
</tr>
<tr>
<td class="info-label">
<svg class="svg-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12V7H5a2 2 0 0 1 0-4h14v4"></path><path d="M3 5v14a2 2 0 0 0 2 2h16v-5"></path><path d="M18 12h2v4h-2z"></path></svg>
วิธีการฝากเงิน
</td>
<td class="info-value">True Money • E-WALLET • QRIS</td>
</tr>
<tr>
<td class="info-label">
<svg class="svg-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></svg>
กระบวนการทำธุรกรรม
</td>
<td class="info-value text-yellow">รวดเร็วและปลอดภัยภายใน ±1 นาที</td>
</tr>
<tr>
<td class="info-label">
<svg class="svg-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
เวลาทำการ
</td>
<td class="info-value">ออนไลน์ตลอด 24 ชั่วโมง ไม่หยุดพัก</td>
</tr>
<tr>
<td class="info-label border-none">
<svg class="svg-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line></svg>
อุปกรณ์
</td>
<td class="info-value border-none">อุปกรณ์ทุกชนิด (HP & Desktop)</td>
</tr>
</tbody>
</table>
<div class="info-footer">
<span class="footer-highlight">© 2026 <?php echo $brand ?></span> • อย่าเพิ่งยอมแพ้ • เกมออนไลน์ยอดนิยมประจำวันนี้
</div>
</div>
<style>
/* Styling Utama Container */
.info-container {
max-width: 800px;
margin: 40px auto;
background: #0f172a;
border: 2px solid #07eaf1;
border-radius: 16px;
overflow: hidden;
font-family: 'Segoe UI', Arial, sans-serif;
color: #f8fafc;
position: relative;
box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
}
.shine-effect {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.15), transparent);
animation: shine 3s infinite;
pointer-events: none;
z-index: 1;
}
@keyframes shine {
0% { left: -100%; }
50%, 100% { left: 100%; }
}
/* Header */
.info-header {
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(135deg, #4e4806 0%, #07eaf1 50%, #4e4806 100%);
padding: 16px 20px;
position: relative;
border-bottom: 2px solid #787204;
z-index: 2;
}
.header-title {
font-size: 18px;
font-weight: 800;
letter-spacing: 2px;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
color: #ffffff;
}
.header-icon {
height: 28px;
width: auto;
position: absolute;
}
.icon-left { left: 20px; }
.icon-right { right: 20px; }
/* Tabel */
.info-table {
width: 100%;
border-collapse: collapse;
text-align: left;
position: relative;
z-index: 2;
}
.info-table thead tr {
background: rgba(16, 185, 129, 0.1);
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
}
.info-table th {
padding: 14px 20px;
border-bottom: 1px solid rgba(16, 185, 129, 0.3);
color: #07eaf1;
}
.info-table tbody tr {
transition: background 0.3s ease;
}
.info-table tbody tr:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
}
.info-table tbody tr:hover {
background: rgba(16, 185, 129, 0.05);
}
.info-label {
padding: 16px 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
border-right: 1px solid rgba(16, 185, 129, 0.2);
color: #07eaf1;
font-weight: 600;
display: flex;
align-items: center;
gap: 12px;
}
.info-value {
padding: 16px 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
color: #cbd5e1;
}
/* Utilities */
.svg-icon {
width: 20px;
height: 20px;
color: #07eaf1;
}
.highlight-text {
font-weight: 700;
color: #ffffff;
}
.text-yellow {
font-weight: 700;
color: #24f4fb;
}
.border-none {
border-bottom: none !important;
}
/* Footer */
.info-footer {
text-align: center;
padding: 16px;
background: #0b1120;
font-size: 12px;
letter-spacing: 0.5px;
border-top: 1px solid rgba(16, 185, 129, 0.2);
color: #94a3b8;
position: relative;
z-index: 2;
}
.footer-highlight {
color: #07eaf1;
font-weight: 600;
}
</style>
<DIV style="clear:both;"></DIV>
</DIV>
<DIV style="clear:both;"></DIV>
</DIV>
<DIV style="clear:both;"></DIV>
</DIV>
</DIV>
</DIV>
<DIV class="productInfo">
<DIV style="margin-bottom:15px;display: none;">
<div style="font-size:14px;font-weight:bold;margin-bottom:10px;">BUY TOGETHER, GET EXTRA DISCOUNT</div>
<DIV class="rec-list" style="float:left;" rel="suit">
<A class="rec-prev" href="<?php echo $baseUrl; ?>"></A>
<A class="rec-next" href="<?php echo $baseUrl; ?>"></A>
<DIV id="recView-suit" class="recView">
<DIV id="recCtn-suit" style="width:1449px;">
<div class="prdBox firstBox" align="center" rel="3825143">
<a href="https://www.sunsky-online.com/p/EDA007087723A/For-iPhone-17-Pro-Max-Candy-Magsafe-PC-Hybrid-TPU-Phone-Case-White-.htm" target="_blank" title="For iPhone 17 Pro Max Candy Magsafe PC Hybrid TPU Phone Case(White)"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/EDA007087723A.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/EDA007087723A/For-iPhone-17-Pro-Max-Candy-Magsafe-PC-Hybrid-TPU-Phone-Case-White-.htm" target="_blank" title="For iPhone 17 Pro Max Candy Magsafe PC Hybrid TPU Phone Case(White)">For iPhone 17 Pro Max Candy Magsafe PC Hybrid TPU Phone Case(White)</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$1.55</SPAN>
<SPAN class="prdPrice">$1.52</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845553"> BUY TOGETHER</label>
</div>
</div>
<div class="prdBox" align="center" rel="4029975">
<a href="https://www.sunsky-online.com/p/EDA008679309/For-iPhone-17-Pro-Max-XDcase-Silkscreen-Integrated-Tempered-Glass-Back-Camera-Film.htm" target="_blank" title="For iPhone 17 Pro Max XDcase Silkscreen Integrated Tempered Glass Back Camera Film"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/EDA008679309.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/EDA008679309/For-iPhone-17-Pro-Max-XDcase-Silkscreen-Integrated-Tempered-Glass-Back-Camera-Film.htm" target="_blank" title="For iPhone 17 Pro Max XDcase Silkscreen Integrated Tempered Glass Back Camera Film">For iPhone 17 Pro Max XDcase Silkscreen Integrated Tempered Glass Back Camera Film</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$0.84</SPAN>
<SPAN class="prdPrice">$0.82</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845554"> BUY TOGETHER</label>
</div>
</div>
<div class="prdBox" align="center" rel="4034857">
<a href="https://www.sunsky-online.com/p/EDA005849712/For-iPhone-17-Pro-Max-Front-Screen-Outer-Glass-Lens-with-OCA-Optically-Clear-Adhesive.htm" target="_blank" title="For iPhone 17 Pro Max Front Screen Outer Glass Lens with OCA Optically Clear Adhesive"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/EDA005849712.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/EDA005849712/For-iPhone-17-Pro-Max-Front-Screen-Outer-Glass-Lens-with-OCA-Optically-Clear-Adhesive.htm" target="_blank" title="For iPhone 17 Pro Max Front Screen Outer Glass Lens with OCA Optically Clear Adhesive">For iPhone 17 Pro Max Front Screen Outer Glass Lens with OCA Optically Clear Adhesive</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$2.05</SPAN>
<SPAN class="prdPrice">$2.01</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845555"> BUY TOGETHER</label>
</div>
</div>
<div class="prdBox" align="center" rel="1635723">
<a href="https://www.sunsky-online.com/p/IP8G4183/C30-Foldable-Metal-MagSafe-Magnetic-Wireless-Charger-Holder-for-iPhone-12-Series-and-Above.htm" target="_blank" title="C30 Foldable Metal MagSafe Magnetic Wireless Charger Holder for iPhone 12 Series and Above"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/IP8G4183.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/IP8G4183/C30-Foldable-Metal-MagSafe-Magnetic-Wireless-Charger-Holder-for-iPhone-12-Series-and-Above.htm" target="_blank" title="C30 Foldable Metal MagSafe Magnetic Wireless Charger Holder for iPhone 12 Series and Above">C30 Foldable Metal MagSafe Magnetic Wireless Charger Holder for iPhone 12 Series and Above</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$5.52</SPAN>
<SPAN class="prdPrice">$5.41</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845556"> BUY TOGETHER</label>
</div>
</div>
<div class="prdBox" align="center" rel="3999866">
<a href="https://www.sunsky-online.com/p/SYA003066601A/Nylon-Magnetic-Adjustable-Crossbody-Strap-Phone-Anti-Theft-Lanyard-for-iPhone-17-Series-Black-.htm" target="_blank" title="Nylon Magnetic Adjustable Crossbody Strap Phone Anti-Theft Lanyard for iPhone 17 Series(Black)"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/SYA003066601A.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/SYA003066601A/Nylon-Magnetic-Adjustable-Crossbody-Strap-Phone-Anti-Theft-Lanyard-for-iPhone-17-Series-Black-.htm" target="_blank" title="Nylon Magnetic Adjustable Crossbody Strap Phone Anti-Theft Lanyard for iPhone 17 Series(Black)">Nylon Magnetic Adjustable Crossbody Strap Phone Anti-Theft Lanyard for iPhone 17 Series(Black)</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$3.80</SPAN>
<SPAN class="prdPrice">$3.72</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845557"> BUY TOGETHER</label>
</div>
</div>
<div class="prdBox" align="center" rel="1093275">
<a href="https://www.sunsky-online.com/p/MBC0805/ENKAY-TPU-Keyboard-Protector-Cover-for-MacBook-Air-13.3-inch-A1932-2018-EU-Version.htm" target="_blank" title="ENKAY TPU Keyboard Protector Cover for MacBook Air 13.3 inch A1932 (2018), EU Version"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/MBC0805.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/MBC0805/ENKAY-TPU-Keyboard-Protector-Cover-for-MacBook-Air-13.3-inch-A1932-2018-EU-Version.htm" target="_blank" title="ENKAY TPU Keyboard Protector Cover for MacBook Air 13.3 inch A1932 (2018), EU Version">ENKAY TPU Keyboard Protector Cover for MacBook Air 13.3 inch A1932 (2018), EU Version</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$1.95</SPAN>
<SPAN class="prdPrice">$1.91</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845558"> BUY TOGETHER</label>
</div>
</div>
<div class="prdBox" align="center" rel="3093564">
<a href="https://www.sunsky-online.com/p/EDA006152601F/Universal-Mobile-Phone-Crossbody-Long-Lanyard-Black-White-.htm" target="_blank" title="Universal Mobile Phone Crossbody Long Lanyard(Black White)"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/EDA006152601F.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/EDA006152601F/Universal-Mobile-Phone-Crossbody-Long-Lanyard-Black-White-.htm" target="_blank" title="Universal Mobile Phone Crossbody Long Lanyard(Black White)">Universal Mobile Phone Crossbody Long Lanyard(Black White)</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$1.30</SPAN>
<SPAN class="prdPrice">$1.27</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845559"> BUY TOGETHER</label>
</div>
</div>
<div class="prdBox" align="center" rel="900269">
<a href="https://www.sunsky-online.com/p/HWL-7002F/HAWEEL-Transparent-Universal-Waterproof-Bag-with-Lanyard-for-iPhone-Galaxy-Huawei-Xiaomi-LG-HTC.htm" target="_blank" title="HAWEEL Transparent Universal Waterproof Bag with Lanyard for iPhone, Galaxy, Huawei, Xiaomi, LG, HTC and Other Smart Phones(Pink)"><span></span><img data-url="https://img.myipadbox.com/upload/store/product_l/HWL-7002F.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="https://www.sunsky-online.com/p/HWL-7002F/HAWEEL-Transparent-Universal-Waterproof-Bag-with-Lanyard-for-iPhone-Galaxy-Huawei-Xiaomi-LG-HTC.htm" target="_blank" title="HAWEEL Transparent Universal Waterproof Bag with Lanyard for iPhone, Galaxy, Huawei, Xiaomi, LG, HTC and Other Smart Phones(Pink)">HAWEEL Transparent Universal Waterproof Bag with Lanyard for iPhone, Galaxy, Huawei, Xiaomi, LG, HTC and Other Smart Phones(Pink)</a></div>
<div>
<DIV style="color:#F97900; font-weight:bold; font-size:12px;">EXTRA 2% OFF</DIV>
<SPAN class="was" style="color:#666666;">$0.90</SPAN>
<SPAN class="prdPrice">$0.88</SPAN>
</div>
<div style="margin-top:5px;margin-bottom:10px;">
<label><input type=checkbox class="suit" value="335845560"> BUY TOGETHER</label>
</div>
</div>
<div style="clear:both;"></div>
</DIV>
</DIV>
<div style="clear:both;"></div>
</DIV>
<DIV class="product-buytogether-add">
<img src="https://img.myipadbox.com/htdocs/images/plus.gif">
</DIV>
<DIV class="product-buytogether-main">
<FORM action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="3783586">
<INPUT type="hidden" class="suitProductIds" name="suitProductIds">
<div class="prdBox" style="border:none;">
<a href="#" title="<?php echo $title; ?>"><span></span><img data-url="https://img.myipadbox.com/upload/store/product/MPD3913W.jpg" src="https://img.myipadbox.com/htdocs/images/loading.gif" class="prdImg lazyimg" /></a>
<div class="prdTitle"><a href="#" title="<?php echo $title; ?>"><?php echo $title; ?></a></div>
<div>
<SPAN class="prdPrice">$6.58</SPAN>
</div>
<div style="margin-top:10px;">
<input type="button" class="addtocartbtn" value="BUY TOGETHER" onclick="buyTogether(this)">
</div>
</div>
</form>
</DIV>
<div style="clear:both;padding-top:10px;padding-left:20px;">
HINT: If you buy them together, you'll enjoy both the normal discount and the extra discount. The normal discount is calculated from the cart amount and the last 180-day orders. Please check the details in cart.
</div>
</DIV>
<DIV id=rightCol>
<DIV style="margin-bottom:10px;display: none;">
<H2 class=whiteBox style="background:#efefef;color:#ffffff">Hot Items</H2>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/MPD3913L/For-iPhone-17-Pro-Max-Black-Screen-Non-Working-Fake-Dummy-Display-Model-Blue-.htm" target="_blank" title="For iPhone 17 Pro Max Black Screen Non-Working Fake Dummy Display Model (Blue)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/MPD3913L.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -0px"></DIV></A>
$6.58 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/MPD3913L/For-iPhone-17-Pro-Max-Black-Screen-Non-Working-Fake-Dummy-Display-Model-Blue-.htm" target="_blank" title="For iPhone 17 Pro Max Black Screen Non-Working Fake Dummy Display Model (Blue)">For iPhone 17 Pro Max Black Screen Non-Working Fake Dummy Displa...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/MPD3912W/For-iPhone-17-Pro-Black-Screen-Non-Working-Fake-Dummy-Display-Model-White-.htm" target="_blank" title="For iPhone 17 Pro Black Screen Non-Working Fake Dummy Display Model (White)"><DIV class=imgPrd link="<?php echo htmlspecialchars($imgUrl); ?>" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -50px"></DIV></A>
$6.58 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/MPD3912W/For-iPhone-17-Pro-Black-Screen-Non-Working-Fake-Dummy-Display-Model-White-.htm" target="_blank" title="For iPhone 17 Pro Black Screen Non-Working Fake Dummy Display Model (White)">For iPhone 17 Pro Black Screen Non-Working Fake Dummy Display Mo...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/MPD3911W/For-iPhone-Air-Black-Screen-Non-Working-Fake-Dummy-Display-Model-White-.htm" target="_blank" title="For iPhone Air Black Screen Non-Working Fake Dummy Display Model (White)"><DIV class=imgPrd link="<?php echo htmlspecialchars($imgUrl); ?>" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -100px"></DIV></A>
$6.58 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/MPD3911W/For-iPhone-Air-Black-Screen-Non-Working-Fake-Dummy-Display-Model-White-.htm" target="_blank" title="For iPhone Air Black Screen Non-Working Fake Dummy Display Model (White)">For iPhone Air Black Screen Non-Working Fake Dummy Display Model...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/MPD3910P/For-iPhone-17-Black-Screen-Non-Working-Fake-Dummy-Display-Model-Purple-.htm" target="_blank" title="For iPhone 17 Black Screen Non-Working Fake Dummy Display Model (Purple)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/MPD3910P.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -150px"></DIV></A>
$6.58 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/MPD3910P/For-iPhone-17-Black-Screen-Non-Working-Fake-Dummy-Display-Model-Purple-.htm" target="_blank" title="For iPhone 17 Black Screen Non-Working Fake Dummy Display Model (Purple)">For iPhone 17 Black Screen Non-Working Fake Dummy Display Model ...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/MPD3923E/For-iPhone-17-Pro-Max-Color-Screen-Non-Working-Fake-Dummy-Display-Model-Orange-.htm" target="_blank" title="For iPhone 17 Pro Max Color Screen Non-Working Fake Dummy Display Model (Orange)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/MPD3923E.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -200px"></DIV></A>
$6.58 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/MPD3923E/For-iPhone-17-Pro-Max-Color-Screen-Non-Working-Fake-Dummy-Display-Model-Orange-.htm" target="_blank" title="For iPhone 17 Pro Max Color Screen Non-Working Fake Dummy Display Model (Orange)">For iPhone 17 Pro Max Color Screen Non-Working Fake Dummy Displa...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/MPD3922E/For-iPhone-17-Pro-Color-Screen-Non-Working-Fake-Dummy-Display-Model-Orange-.htm" target="_blank" title="For iPhone 17 Pro Color Screen Non-Working Fake Dummy Display Model (Orange)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/MPD3922E.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -250px"></DIV></A>
$6.58 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/MPD3922E/For-iPhone-17-Pro-Color-Screen-Non-Working-Fake-Dummy-Display-Model-Orange-.htm" target="_blank" title="For iPhone 17 Pro Color Screen Non-Working Fake Dummy Display Model (Orange)">For iPhone 17 Pro Color Screen Non-Working Fake Dummy Display Mo...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/MPD3921G/For-iPhone-17-Color-Screen-Non-Working-Fake-Dummy-Display-Model-Green-.htm" target="_blank" title="For iPhone 17 Color Screen Non-Working Fake Dummy Display Model (Green)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/MPD3921G.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -300px"></DIV></A>
$6.58 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/MPD3921G/For-iPhone-17-Color-Screen-Non-Working-Fake-Dummy-Display-Model-Green-.htm" target="_blank" title="For iPhone 17 Color Screen Non-Working Fake Dummy Display Model (Green)">For iPhone 17 Color Screen Non-Working Fake Dummy Display Model ...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/PC0344H/For-Apple-MacBook-Pro-13.3-inch-Dark-Screen-Non-Working-Fake-Dummy-Display-Model-Grey-.htm" target="_blank" title="For Apple MacBook Pro 13.3 inch Dark Screen Non-Working Fake Dummy Display Model (Grey)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/PC0344H.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -350px"></DIV></A>
$12.87 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/PC0344H/For-Apple-MacBook-Pro-13.3-inch-Dark-Screen-Non-Working-Fake-Dummy-Display-Model-Grey-.htm" target="_blank" title="For Apple MacBook Pro 13.3 inch Dark Screen Non-Working Fake Dummy Display Model (Grey)">For Apple MacBook Pro 13.3 inch Dark Screen Non-Working Fake Dum...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/TBD0422000703F/Semicircle-LED-Door-Frame-Corridor-Window-Wall-Spotlight-Blue-Light-.htm" target="_blank" title="Semicircle LED Door Frame Corridor Window Wall Spotlight(Blue Light)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/TBD0422000703F.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -400px"></DIV></A>
$13.14 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/TBD0422000703F/Semicircle-LED-Door-Frame-Corridor-Window-Wall-Spotlight-Blue-Light-.htm" target="_blank" title="Semicircle LED Door Frame Corridor Window Wall Spotlight(Blue Light)">Semicircle LED Door Frame Corridor Window Wall Spotlight(Blue Li...</A>
</DIV>
</DIV>
<DIV class="ulPrd clearfix" style="clear:both;padding-top:5px;border-top:solid 1px #e7e7e8;">
<DIV align=center style="float:left;width:58px;">
<A href="https://www.sunsky-online.com/p/TBD0421421801B/Mini-Stainless-Steel-Folding-Remote-Control-Selfie-Stick-with-Rearview-Mirror-Black-.htm" target="_blank" title="Mini Stainless Steel Folding Remote Control Selfie Stick with Rearview Mirror(Black)"><DIV class=imgPrd link="https://img.myipadbox.com/upload/store/product_l/TBD0421421801B.jpg" style="cursor:hand;width:50px;height:50px;background-image:url(https://img.myipadbox.com/upload/store/hot_items/101193.jpg?uuid=1763447605224);background-position:0 -450px"></DIV></A>
$1.98 </DIV>
<DIV style="float:right;width:90px;">
<A href="https://www.sunsky-online.com/p/TBD0421421801B/Mini-Stainless-Steel-Folding-Remote-Control-Selfie-Stick-with-Rearview-Mirror-Black-.htm" target="_blank" title="Mini Stainless Steel Folding Remote Control Selfie Stick with Rearview Mirror(Black)">Mini Stainless Steel Folding Remote Control Selfie Stick with Re...</A>
</DIV>
</DIV>
</DIV>
<DIV class=clearfix style="display: none;">
<H2 class=whiteBox>Featured Products</H2>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11490" title="For Nothing Phone 3 MagSafe Clear Acrylic PC Hybrid TPU Phone Case" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/ld/anheqk64phdb6kv2chg9qtma78/9ggio3qnra8dbh25aveu0bd0c9.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11494" title="For Google Pixel 10 Pro XL Retro MagSafe Zipper Wallet Card Bag Back Phone Case" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/rj/9bjmln8659le850kjad4s5fnv8/4tgqkac1pvbcasj2e206f7n35b.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11489" title="For Honor Magic V5 Integrated Spring Axis Skin Feel Phone Case" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/pi/kfimunr94c9t4k9if738r9fbj8/89ho1t4qs1ht4oef386qc3ttfa.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11488" title="For Huawei nova 14 Lite Full Screen Protector Explosion-proof Hydrogel Film" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/tr/lfi8p66ro12p4u7l57imnspv48/mqi0vvv98p4j9446h685g885qa.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11486" title="For Motorola Moto G06 4G Dream Triangle Leather Phone Case with Lanyard" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/4d/b5guvqpapluc4e0tj5fia48ppa/u0isbflet3a97bjl6l786he698.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11487" title="For Teclast Artpad Air 11 inch 9H 0.3mm Explosion-proof Tempered Glass Film" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/71/3dh287eqo0qi0tetjtogqvp1o8/jlj0a8ck9mgca74tc4ru1kpk09.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11491" title="For OnePlus Nord Buds 3R Solid Color Silicone Earphone Protective Case" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/d6/fujgtggj76i4733lslsgjvahj8/97i2la1pd61nb59tqekj7eu5d8.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11492" title="For Beats Powerbeats Fit Solid Color Silicone Earphone Protective Case" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/0f/gbjisluhk6qqct13kag0o9s7cb/r7j80s3o167dan6v8dhe5nsof9.jpg" width="150" border=0></A></DIV>
<DIV class=menuItem><A href="https://www.sunsky-online.com/base/ad!view.do?subject.id=11493" title="hoco U146 Mundo 1.2m 3A USB to Type-C Charging Data Cable with LED" target="_blank"><IMG src="https://img.myipadbox.com/upload/store/2025/1104/j2/13ge3gscfgoffv36mas45vf3ub/47hquu743ibs28n85s8fh8ndca.jpg" width="150" border=0></A></DIV>
</DIV>
<DIV id="rightmenu" class=whiteBox style="display: none;">
<OL class=sidebarList>
<LI id='rightmenu109923'><A href='https://www.sunsky-online.com/list/109923/Motorola.htm'>Motorola</A></LI><LI id='rightmenu109926'><A href='https://www.sunsky-online.com/list/109926/Google.htm'>Google</A></LI><LI id='rightmenu110262'><A href='https://www.sunsky-online.com/list/110262/Huawei.htm'>Huawei</A></LI><LI id='rightmenu110349'><A href='https://www.sunsky-online.com/list/110349/Honor.htm'>Honor</A></LI><LI id='rightmenu111643'><A href='https://www.sunsky-online.com/list/111643/Nothing.htm'>Nothing</A></LI><LI id='rightmenu109810'><A href='https://www.sunsky-online.com/list/109810/Sony.htm'>Sony</A></LI><LI id='rightmenu109750'><A href='https://www.sunsky-online.com/list/109750/Nokia.htm'>Nokia</A></LI><LI id='rightmenu110119'><A href='https://www.sunsky-online.com/list/110119/Infinix.htm'>Infinix</A></LI><LI id='rightmenu109787'><A href='https://www.sunsky-online.com/list/109787/Tecno.htm'>Tecno</A></LI><LI id='rightmenu110253'><A href='https://www.sunsky-online.com/list/110253/ZTE.htm'>ZTE</A></LI><LI id='rightmenu111644'><A href='https://www.sunsky-online.com/list/111644/LG.htm'>LG</A></LI><LI id='rightmenu110254'><A href='https://www.sunsky-online.com/list/110254/Ulefone.htm'>Ulefone</A></LI><LI id='rightmenu109925'><A href='https://www.sunsky-online.com/list/109925/ASUS.htm'>ASUS</A></LI><LI id='rightmenu110200'><A href='https://www.sunsky-online.com/list/110200/Alcatel.htm'>Alcatel</A></LI><LI id='rightmenu103967'><A href='https://www.sunsky-online.com/list/103967/More-Brand-Cases.htm'>More Brand Cases</A></LI><LI id='rightmenu107270'><A href='https://www.sunsky-online.com/list/107270/More-Tablet-PC-Cases.htm'>More Tablet PC Cases</A></LI><LI id='rightmenu100126'><A href='https://www.sunsky-online.com/list/100126/Cable-%26-Charger.htm'>Cable & Charger</A></LI><LI id='rightmenu104054'><A href='https://www.sunsky-online.com/list/104054/Tempered-Glass-Film.htm'>Tempered Glass Film</A></LI><LI id='rightmenu102176'><A href='https://www.sunsky-online.com/list/102176/Screen-Protector.htm'>Screen Protector</A></LI><LI id='rightmenu105112'><A href='https://www.sunsky-online.com/list/105112/Earphone-%26-Accessories.htm'>Earphone & Accessories</A></LI><LI id='rightmenu108526'><A href='https://www.sunsky-online.com/list/108526/Camera-Lens-Protector.htm'>Camera Lens Protector</A></LI><LI id='rightmenu101193'><A href='https://www.sunsky-online.com/list/101193/Display-Model.htm'>Display Model</A></LI><LI id='rightmenu107280'><A href='https://www.sunsky-online.com/list/107280/Tablet-PC-Tempered-Glass-Film.htm'>Tablet PC Tempered Glass Film</A></LI><LI id='rightmenu107273'><A href='https://www.sunsky-online.com/list/107273/Tablet-PC-Screen-Protector.htm'>Tablet PC Screen Protector</A></LI><LI id='rightmenu107275'><A href='https://www.sunsky-online.com/list/107275/Tablet-PC-Keyboard.htm'>Tablet PC Keyboard</A></LI><LI id='rightmenu107274'><A href='https://www.sunsky-online.com/list/107274/Tablet-PC-Accessories.htm'>Tablet PC Accessories</A></LI><LI id='rightmenu107283'><A href='https://www.sunsky-online.com/list/107283/Universal-Tablet-PC-Case.htm'>Universal Tablet PC Case</A></LI><LI id='rightmenu102175'><A href='https://www.sunsky-online.com/list/102175/Armband.htm'>Armband</A></LI><LI id='rightmenu105116'><A href='https://www.sunsky-online.com/list/105116/Carry-Cases.htm'>Carry Cases</A></LI><LI id='rightmenu104308'><A href='https://www.sunsky-online.com/list/104308/Cases-Packaging.htm'>Cases Packaging</A></LI>
</OL>
</DIV>
<DIV class="v2_recently_view clearfix" style="padding-top:5px;border-top:solid 1px #e7e7e8;display: none;">
<DIV class="v2_recently_view_img">
<A href="<?php echo $baseUrl; ?>" target="_blank" title="<?php echo $title; ?>"><IMG alt="<?php echo $title; ?>" class="imgPrd lazyimg" src="https://img.myipadbox.com/htdocs/images/loading.gif" data-url="https://img.myipadbox.com/upload/store/product/MPD3913W.jpg"></A>
</DIV>
<DIV class="v2_recently_view_title">
<A href="<?php echo $baseUrl; ?>" target="_blank" title="<?php echo $title; ?>">For iPhone 17 Pro Max Black Screen Non-Working Fake Dummy Displa...</A><br>
Price: <span class="bold red">$6.58</span>
</DIV>
<div class="fb-page" data-tabs="timeline" data-width="180" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></blockquote></div>
</div>
</DIV>
<style>
body {
margin: 0;
padding: 0;
background: #050505;
font-family: "Segoe UI", Arial, sans-serif;
color: #ffffff;
line-height: 1.6;
}
.faq-container {
max-width: 100%;
padding: 20px;
margin-bottom: 30px;
}
.faq-title {
font-size: 22px;
font-weight: 800;
color: #08f5e1;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #2a2a3a;
position: relative;
}
.faq-title::after {
content: '❓';
position: absolute;
right: 0;
top: 0;
font-size: 20px;
}
.faq-item {
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-radius: 8px;
margin-bottom: 12px;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item:hover {
border-color: #08f5e1;
transform: translateX(5px);
}
.faq-question {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 18px;
font-weight: 700;
font-size: 15px;
color: #ffffff;
cursor: pointer;
position: relative;
transition: all 0.3s ease;
}
.faq-question::before {
content: 'Q';
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
background: #08f5e1;
color: #000;
border-radius: 50%;
font-size: 14px;
font-weight: 800;
margin-right: 12px;
}
.faq-item:hover .faq-question {
color: #08f5e1;
}
.faq-icon {
font-size: 18px;
transition: transform 0.3s ease;
color: #08f5e1;
}
.faq-item.active .faq-icon {
transform: rotate(45deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.3s ease;
background: #0a0a12;
}
.faq-item.active .faq-answer {
max-height: 200px;
padding: 0 18px 16px 18px;
}
.faq-answer p {
font-size: 14px;
color: #c0c0c0;
line-height: 1.7;
padding-left: 40px;
}
.faq-plus {
width: 24px;
height: 24px;
position: relative;
flex-shrink: 0;
}
.faq-plus::before,
.faq-plus::after {
content: '';
position: absolute;
background: #08f5e1;
transition: all 0.3s ease;
}
.faq-plus::before {
width: 14px;
height: 2px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.faq-plus::after {
width: 2px;
height: 14px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.faq-item.active .faq-plus::after {
transform: translate(-50%, -50%) rotate(90deg);
opacity: 0;
}
.reviews-container {
max-width: 100%;
padding: 20px;
margin-bottom: 30px;
}
.reviews-title {
font-size: 22px;
font-weight: 800;
color: #08f5e1;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #2a2a3a;
position: relative;
}
.reviews-title::after {
content: '⭐';
position: absolute;
right: 0;
top: 0;
font-size: 20px;
}
.review-card {
display: flex;
gap: 15px;
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-radius: 12px;
padding: 18px;
margin-bottom: 15px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.review-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: #08f5e1;
opacity: 0;
transition: opacity 0.3s ease;
}
.review-card:hover {
border-color: #08f5e1;
transform: translateY(-3px);
}
.review-card:hover::before {
opacity: 1;
}
.review-avatar {
width: 55px;
height: 55px;
border-radius: 50%;
border: 2px solid #08f5e1;
object-fit: cover;
flex-shrink: 0;
background: #1a1a24;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 700;
color: #08f5e1;
}
.review-content {
flex: 1;
}
.review-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
}
.review-name {
font-weight: 700;
font-size: 16px;
color: #ffffff;
}
.review-card:hover .review-name {
color: #08f5e1;
}
.review-date {
font-size: 12px;
color: #666;
}
.review-rating {
display: flex;
gap: 3px;
margin-bottom: 8px;
}
.review-rating .star {
color: #08f5e1;
font-size: 14px;
}
.review-rating .star.empty {
color: #3a3a4a;
}
.review-text {
font-size: 14px;
color: #b0b0b0;
line-height: 1.6;
}
.review-badge {
display: inline-block;
padding: 4px 10px;
font-size: 10px;
font-weight: 700;
border-radius: 20px;
text-transform: uppercase;
margin-top: 10px;
background: rgba(255, 230, 0, 0.1);
color: #08f5e1;
border: 1px solid rgba(8, 8, 8, 0.3);
}
.review-summary {
display: flex;
align-items: center;
gap: 30px;
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-radius: 12px;
padding: 25px;
margin-bottom: 20px;
}
.review-average {
text-align: center;
padding-right: 30px;
border-right: 1px solid #2a2a3a;
}
.review-average .score {
font-size: 48px;
font-weight: 800;
color: #08f5e1;
line-height: 1;
}
.review-average .label {
font-size: 12px;
color: #666;
text-transform: uppercase;
letter-spacing: 1px;
}
.review-stats {
flex: 1;
}
.review-stat-row {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.review-stat-row .label {
width: 40px;
font-size: 12px;
color: #888;
}
.review-stat-row .bar {
flex: 1;
height: 8px;
background: #1a1a24;
border-radius: 4px;
overflow: hidden;
}
.review-stat-row .fill {
height: 100%;
background: #08f5e1;
border-radius: 4px;
transition: width 1s ease;
}
.review-stat-row .count {
width: 30px;
font-size: 12px;
color: #666;
text-align: right;
}
.ulasan-container {
max-width: 100%;
padding: 20px;
margin-bottom: 30px;
}
.ulasan-title {
font-size: 22px;
font-weight: 800;
color: #08f5e1;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #2a2a3a;
position: relative;
}
.ulasan-title::after {
content: '💬';
position: absolute;
right: 0;
top: 0;
font-size: 20px;
}
.ulasan-card {
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-left: 3px solid #08f5e1;
border-radius: 0 12px 12px 0;
padding: 20px;
margin-bottom: 15px;
position: relative;
transition: all 0.3s ease;
}
.ulasan-card:hover {
border-color: #08f5e1;
border-left-width: 5px;
transform: translateX(5px);
}
.ulasan-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}
.ulasan-avatar {
width: 45px;
height: 45px;
border-radius: 50%;
background: linear-gradient(135deg, #08f5e1, #251d05);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
color: #000;
flex-shrink: 0;
}
.ulasan-user {
flex: 1;
}
.ulasan-name {
font-weight: 700;
font-size: 15px;
color: #fff;
display: flex;
align-items: center;
gap: 8px;
}
.ulasan-card:hover .ulasan-name {
color: #08f5e1;
}
.ulasan-rating {
color: #08f5e1;
font-size: 13px;
letter-spacing: 2px;
margin-top: 4px;
}
.ulasan-content {
font-size: 14px;
color: #b0b0b0;
line-height: 1.7;
padding-left: 57px;
}
.ulasan-footer {
display: flex;
align-items: center;
gap: 20px;
margin-top: 12px;
padding-left: 57px;
font-size: 12px;
color: #555;
}
.ulasan-footer span {
display: flex;
align-items: center;
gap: 5px;
}
.verified-badge {
display: inline-flex;
align-items: center;
gap: 4px;
background: rgba(34, 197, 94, 0.1);
color: #22c55e;
padding: 3px 8px;
border-radius: 4px;
font-size: 10px;
font-weight: 600;
border: 1px solid rgba(34, 197, 94, 0.3);
}
.ulasan-vote {
display: flex;
align-items: center;
gap: 8px;
}
.ulasan-vote button {
background: transparent;
border: 1px solid #3a3a4a;
color: #888;
padding: 5px 12px;
border-radius: 4px;
font-size: 12px;
cursor: pointer;
transition: all 0.2s ease;
display: flex;
align-items: center;
gap: 4px;
}
.ulasan-vote button:hover {
border-color: #08f5e1;
color: #08f5e1;
background: rgba(255, 230, 0, 0.05);
}
.ulasan-vote button.liked {
border-color: #22c55e;
color: #22c55e;
background: rgba(34, 197, 94, 0.1);
}
.ulasan-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 15px;
margin-top: 20px;
}
.ulasan-card-small {
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-radius: 12px;
padding: 18px;
transition: all 0.3s ease;
}
.ulasan-card-small:hover {
border-color: #08f5e1;
transform: translateY(-3px);
}
.ulasan-card-small .ulasan-header {
margin-bottom: 10px;
}
.ulasan-card-small .ulasan-avatar {
width: 40px;
height: 40px;
font-size: 16px;
}
.ulasan-card-small .ulasan-content {
padding-left: 52px;
font-size: 13px;
}
.ulasan-card-small .ulasan-footer {
padding-left: 52px;
}
.rating-distribution {
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-radius: 12px;
padding: 20px;
margin-bottom: 20px;
}
.rating-summary {
display: flex;
align-items: center;
gap: 25px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #2a2a3a;
}
.rating-big-score {
text-align: center;
}
.rating-big-score .score {
font-size: 52px;
font-weight: 800;
color: #08f5e1;
line-height: 1;
}
.rating-big-score .stars {
color: #08f5e1;
font-size: 18px;
margin: 8px 0;
}
.rating-big-score .total {
font-size: 12px;
color: #666;
}
.rating-bars {
flex: 1;
}
.rating-bar-row {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.rating-bar-row .label {
width: 20px;
font-size: 13px;
color: #888;
}
.rating-bar-row .bar {
flex: 1;
height: 10px;
background: #1a1a24;
border-radius: 5px;
overflow: hidden;
}
.rating-bar-row .fill {
height: 100%;
background: linear-gradient(90deg, #08f5e1, #161514);
border-radius: 5px;
transition: width 1s ease;
}
.rating-bar-row .count {
width: 40px;
font-size: 12px;
color: #666;
text-align: right;
}
.write-review {
background: linear-gradient(180deg, #0f0f18 0%, #080810 100%);
border: 1px solid #2a2a3a;
border-radius: 12px;
padding: 20px;
margin-bottom: 20px;
}
.write-review h4 {
font-size: 16px;
font-weight: 700;
color: #fff;
margin-bottom: 15px;
}
.review-form textarea {
width: 100%;
background: #0a0a12;
border: 1px solid #2a2a3a;
border-radius: 8px;
padding: 12px;
color: #fff;
font-size: 14px;
font-family: inherit;
resize: vertical;
min-height: 100px;
transition: border-color 0.3s ease;
}
.review-form textarea:focus {
outline: none;
border-color: #08f5e1;
}
.review-form textarea::placeholder {
color: #555;
}
.review-form .form-footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 12px;
}
.review-form .char-count {
font-size: 12px;
color: #555;
}
.review-form button {
background: linear-gradient(135deg, #08f5e1 0%, #251d05 100%);
border: none;
color: #000;
padding: 10px 24px;
border-radius: 6px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
transition: all 0.3s ease;
}
.review-form button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(8, 8, 8, 0.3);
}
.photo-review {
display: flex;
gap: 10px;
margin-top: 12px;
padding-left: 57px;
}
.photo-thumb {
width: 60px;
height: 60px;
border-radius: 8px;
border: 2px solid #2a2a3a;
object-fit: cover;
cursor: pointer;
transition: all 0.3s ease;
}
.photo-thumb:hover {
border-color: #08f5e1;
transform: scale(1.05);
}
.ulasan-sort {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}
.ulasan-sort label {
font-size: 13px;
color: #888;
}
.ulasan-sort select {
background: #0f0f18;
border: 1px solid #2a2a3a;
color: #fff;
padding: 8px 12px;
border-radius: 6px;
font-size: 13px;
cursor: pointer;
}
.ulasan-sort select:focus {
outline: none;
border-color: #08f5e1;
}
@media (max-width: 600px) {
.ulasan-content,
.ulasan-footer,
.photo-review {
padding-left: 0;
}
.ulasan-header {
flex-direction: column;
text-align: center;
}
.ulasan-avatar {
margin: 0 auto;
}
.rating-summary {
flex-direction: column;
text-align: center;
}
.rating-bars {
width: 100%;
}
}</style>
<script>
document.addEventListener('DOMContentLoaded', function() {
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach(question => {
question.addEventListener('click', function() {
const faqItem = this.parentElement;
const answer = faqItem.querySelector('.faq-answer');
const isActive = faqItem.classList.contains('active');
document.querySelectorAll('.faq-item').forEach(item => {
item.classList.remove('active');
item.querySelector('.faq-answer').style.maxHeight = null;
});
if (!isActive) {
faqItem.classList.add('active');
answer.style.maxHeight = answer.scrollHeight + 'px';
}
});
});
});
</script>
<div class="faq-container">
<h2 class="faq-title">คำถามที่พบบ่อยอย่างเป็นทางการของ <?php echo $brand ?></h2>
<div class="faq-item">
<div class="faq-question">
<span><?php echo $brand ?> คืออะไร?</span>
<div class="faq-plus"></div>
</div>
<div class="faq-answer">
<p><?php echo $brand ?> คือผู้ให้บริการเว็บสล็อตออนไลน์โดยตรง (เว็บตรง) ที่รวมเกมจากค่าย PG Soft และค่ายดังทั่วโลกไว้ในที่เดียว พร้อมระบบที่ทันสมัยที่สุด</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>ทำไมต้องเลือกเล่น PG Slot ที่ <?php echo $brand ?>?</span>
<div class="faq-plus"></div>
</div>
<div class="faq-answer">
<p>เพราะเราเป็นเว็บตรงไม่ผ่านเอเย่นต์ ทำให้มีอัตราการแตกของโบนัส (RTP) ที่สูงกว่า และมั่นใจได้ว่าปลอดภัย 100%</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>ระบบ ฝาก-ถอน Auto ของ <?php echo $brand ?> เร็วแค่ไหน?</span>
<div class="faq-plus"></div>
</div>
<div class="faq-answer">
<p>ระบบอัตโนมัติของเราทำงานรวดเร็วมาก โดยใช้เวลาเฉลี่ยเพียง 3-10 วินาทีในการทำรายการ</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span><?php echo $brand ?> รองรับการฝากผ่าน True Money Wallet หรือไม่?</span>
<div class="faq-plus"></div>
</div>
<div class="faq-answer">
<p>รองรับแน่นอน ระบบของเราออกแบบมาให้รองรับทั้งบัญชีธนาคารชั้นนำและวอเลทเพื่อความสะดวกของผู้เล่น</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span>มีเกมจากค่ายอื่นนอกจาก PG Soft ไหม?</span>
<div class="faq-plus"></div>
</div>
<div class="faq-answer">
<p>มีครบทุกค่ายดัง เช่น Joker Gaming, Pragmatic Play, Jili Slot และอื่นๆ อีกมากมาย</p>
</div>
</div>
</div>
</div>
<div class="reviews-container">
<h2 class="reviews-title">คำรับรองเกี่ยวกับ <?php echo $brand ?></h2>
<div class="review-summary">
<div class="review-average">
<div class="score">4.9</div>
<div class="label">เฉลี่ย</div>
</div>
<div class="review-stats">
<div class="review-stat-row">
<span class="label">5 ★</span>
<div class="bar"><div class="fill" style="width: 80%"></div></div>
<span class="count">85%</span>
</div>
<div class="review-stat-row">
<span class="label">4 ★</span>
<div class="bar"><div class="fill" style="width: 15%"></div></div>
<span class="count">15%</span>
</div>
<div class="review-stat-row">
<span class="label">3 ★</span>
<div class="bar"><div class="fill" style="width: 3%"></div></div>
<span class="count">3%</span>
</div>
<div class="review-stat-row">
<span class="label">2 ★</span>
<div class="bar"><div class="fill" style="width: 1%"></div></div>
<span class="count">1%</span>
</div>
<div class="review-stat-row">
<span class="label">1 ★</span>
<div class="bar"><div class="fill" style="width: 1%"></div></div>
<span class="count">1%</span>
</div>
</div>
</div>
<div class="review-card">
<div class="review-avatar">K</div>
<div class="review-content">
<div class="review-header">
<span class="review-name">Kawaii</span>
<span class="review-date">1 วันที่แล้ว</span>
</div>
<div class="review-rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="review-text">ถ้าจะเล่น PG Slot ต้อง <?php echo $brand ?> เท่านั้นครับ เกมเยอะ อัปเดตไว ระบบออโต้เสถียรที่สุดในไทยแล้วตอนนี้ 10/10 ไปเลยครับ
</p>
<span class="review-badge">✓ TERVERIFIKASI</span>
</div>
</div>
<div class="review-card">
<div class="review-avatar">T</div>
<div class="review-content">
<div class="review-header">
<span class="review-name">Teerapat</span>
<span class="review-date">3 วันที่แล้ว</span>
</div>
<div class="review-rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star empty">★</span>
</div>
<p class="review-text">ตอนแรกก็กลัวว่าจะโดนโกง แต่พอลองเล่น <?php echo $brand ?> แล้วถอนเงินไวมากครับ ฝากไป 500 แตกมา 8,000 ถอนเงินเข้าบัญชีภายในไม่ถึงนาที ระบบ Auto เค้าดีจริงๆ แนะนำเลยครับ</p>
</div>
</div>
<div class="review-card">
<div class="review-avatar">S</div>
<div class="review-content">
<div class="review-header">
<span class="review-name">Somchai</span>
<span class="review-date">1 วันที่แล้ว</span>
</div>
<div class="review-rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="review-text">แอดมินดูแลดีมากค่ะ สอบถามเรื่องโปรโมชั่นไปตอบไวสุดๆ ไม่ต้องรอนานเหมือนเว็บอื่น <?php echo $brand ?> บริการประทับใจจริงๆ ค่ะ
</p>
<span class="review-badge">✓ TERVERIFIKASI</span>
</div>
</div>
<div class="review-card">
<div class="review-avatar">J</div>
<div class="review-content">
<div class="review-header">
<span class="review-name">JokerKing</span>
<span class="review-date">5 วันที่แล้ว</span>
</div>
<div class="review-rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="review-text">ผมสายล่าแจ็คพอต บอกเลยว่า <?php echo $brand ?> ของจริงครับ RTP สูงกว่าที่อื่นชัดเจน Treasures of Aztec แตกแจกกระจาย ใครหาเว็บตรงอยู่ต้องที่นี่เท่านั้น</p>
<span class="review-badge">✓ TERVERIFIKASI</span>
</div>
</div>
</div>
</div>
</div>
<DIV style="display:none;">
<A name="shippingWayList"></A>
<DIV class="hideable default" id=shippingWayList">
<H3>Shipping Methods</H3>
<DIV style="padding:5px;">
<i>To list all the shipping costs from different carriers, select the quantity and your country, and then press [Calc].</i><BR>
<TABLE border=0 cellspacing=0 cellpadding=0 width="99%" style="margin:10px 0;">
<TR>
<TD width=40>
<INPUT id="qtyInput2" class="qtyInput pQty" name=qty maxLength=6 size=2 value="1" onchange="calcShippingCost(true)">
</TD>
<TD width=90 style="display:none;">
<SELECT id="unitInput2" class="unitInput" name=unit onchange="calcShippingCost(true)">
<option value=1>cases</option>
<option value=2 selected>Unit(s)</option>
</SELECT>
</TD>
<TD>
<B style="display:inline-block;width:110px;">Country/Region:</B>
<SELECT id="countryInput2" class="countryInput" name="countryId" onchange="calcShippingCost(true)" style="width:180px">
<option value="">-- Select a Country --</option>
<option value="229" >Afghanistan</option>
<option value="164" >Albania</option>
<option value="94" >Algeria</option>
<option value="204" >American Samoa</option>
<option value="11" >Andorra</option>
<option value="95" >Angola</option>
<option value="42" >Anguilla</option>
<option value="43" >Antigua</option>
<option value="44" >Argentina</option>
<option value="165" >Armenia</option>
<option value="45" >Aruba</option>
<option value="9" >Australia</option>
<option value="12" >Austria</option>
<option value="166" >Azerbaijan</option>
<option value="46" >Bahamas</option>
<option value="96" >Bahrain</option>
<option value="192" >Bangladesh</option>
<option value="47" >Barbados</option>
<option value="167" >Belarus</option>
<option value="13" >Belgium</option>
<option value="48" >Belize</option>
<option value="97" >Benin</option>
<option value="49" >Bermuda</option>
<option value="193" >Bhutan</option>
<option value="50" >Bolivia</option>
<option value="51" >Bonaire</option>
<option value="168" >Bosnia & Herzegovina</option>
<option value="98" >Botswana</option>
<option value="52" >Brazil</option>
<option value="54" >British Virgin Islands</option>
<option value="194" >Brunei</option>
<option value="169" >Bulgaria</option>
<option value="99" >Burkina Faso</option>
<option value="100" >Burundi</option>
<option value="196" >Cambodia</option>
<option value="101" >Cameroon</option>
<option value="40" >Canada</option>
<option value="15" >Canary Islands</option>
<option value="102" >Cape Verde</option>
<option value="55" >Cayman Islands</option>
<option value="103" >Central African Republic</option>
<option value="104" >Chad</option>
<option value="14" >Channel Islands</option>
<option value="56" >Chile</option>
<option value="225" >China</option>
<option value="57" >Colombia</option>
<option value="105" >Comoros</option>
<option value="205" >Cook Islands</option>
<option value="58" >Costa Rica</option>
<option value="170" >Croatia</option>
<option value="60" >Curacao</option>
<option value="107" >Cyprus</option>
<option value="171" >Czech</option>
<option value="16" >Denmark</option>
<option value="108" >Djibouti</option>
<option value="61" >Dominica</option>
<option value="62" >Dominican Republic</option>
<option value="63" >Ecuador</option>
<option value="109" >Egypt</option>
<option value="64" >El Salvador</option>
<option value="110" >Equatorial Guinea</option>
<option value="172" >Estonia</option>
<option value="112" >Ethiopia</option>
<option value="18" >Falkland Island</option>
<option value="17" >Faroe Island</option>
<option value="206" >Fiji Island</option>
<option value="19" >Finland</option>
<option value="38" >France</option>
<option value="65" >French Guiana</option>
<option value="113" >Gabon</option>
<option value="114" >Gambia</option>
<option value="173" >Georgia</option>
<option value="39" >Germany</option>
<option value="115" >Ghana</option>
<option value="20" >Gibraltar</option>
<option value="21" >Greece</option>
<option value="22" >Greenland</option>
<option value="66" >Grenada</option>
<option value="67" >Guadeloupe</option>
<option value="207" >Guam</option>
<option value="68" >Guatemala</option>
<option value="23" >Guernsey</option>
<option value="116" >Guinea</option>
<option value="69" >Guyana</option>
<option value="70" >Haiti</option>
<option value="71" >Honduras</option>
<option value="221" >Hong Kong</option>
<option value="174" >Hungary</option>
<option value="24" >Iceland</option>
<option value="197" >India</option>
<option value="8" >Indonesia</option>
<option value="25" >Ireland</option>
<option value="119" >Israel</option>
<option value="26" >Italy</option>
<option value="72" >Jamaica</option>
<option value="1" >Japan</option>
<option value="27" >Jersey</option>
<option value="121" >Jordan</option>
<option value="175" >Kazakhstan</option>
<option value="122" >Kenya</option>
<option value="208" >Kiribati Republic</option>
<option value="235" >Kosovo</option>
<option value="123" >Kuwait</option>
<option value="176" >Kyrgyzstan</option>
<option value="198" >Laos</option>
<option value="177" >Latvia</option>
<option value="125" >Lesotho</option>
<option value="28" >Liechtenstein</option>
<option value="178" >Lithuania</option>
<option value="29" >Luxembourg</option>
<option value="222" >Macau</option>
<option value="179" >Macedonia</option>
<option value="128" >Madagascar</option>
<option value="131" >Malawi</option>
<option value="3" >Malaysia</option>
<option value="199" >Maldives</option>
<option value="129" >Mali</option>
<option value="130" >Malta</option>
<option value="209" >Marshall Island</option>
<option value="73" >Martinique</option>
<option value="132" >Mauritania</option>
<option value="133" >Mauritius</option>
<option value="227" >Mayotte</option>
<option value="74" >Mexico</option>
<option value="233" >Micronesia</option>
<option value="180" >Moldova</option>
<option value="30" >Monaco</option>
<option value="181" >Mongolia</option>
<option value="231" >Montenegro</option>
<option value="75" >Montserrat</option>
<option value="134" >Morocco</option>
<option value="135" >Mozambique</option>
<option value="136" >Namibia</option>
<option value="200" >Nepal</option>
<option value="31" >Netherlands</option>
<option value="234" >Netherlands Antilles</option>
<option value="76" >Nevis</option>
<option value="210" >New Caledonia</option>
<option value="10" >New Zealand</option>
<option value="77" >Nicaragua</option>
<option value="137" >Niger</option>
<option value="138" >Nigeria</option>
<option value="211" >Niue Islands</option>
<option value="32" >Norway</option>
<option value="139" >Oman</option>
<option value="163" >Pakistan</option>
<option value="236" >Palau</option>
<option value="78" >Panama</option>
<option value="212" >Papua New Guinea</option>
<option value="79" >Paraguay</option>
<option value="80" >Peru</option>
<option value="6" >Philippines</option>
<option value="182" >Poland</option>
<option value="33" >Portugal</option>
<option value="81" >Puerto Rico</option>
<option value="140" >Qatar</option>
<option value="213" >Republic of Nauru</option>
<option value="141" >Reunion Island</option>
<option value="183" >Romania</option>
<option value="184" >Russian Federation</option>
<option value="142" >Rwanda</option>
<option value="214" >Saipan</option>
<option value="220" >Samoa</option>
<option value="230" >San Marino</option>
<option value="143" >Sao Tome & Principe</option>
<option value="144" >Saudi Arabia</option>
<option value="145" >Senegal</option>
<option value="224" >Serbia</option>
<option value="146" >Seychelles</option>
<option value="7" >Singapore</option>
<option value="185" >Slovakia</option>
<option value="186" >Slovenia</option>
<option value="215" >Solomon Island</option>
<option value="149" >South Africa</option>
<option value="2" >South Korea</option>
<option value="34" >Spain</option>
<option value="202" >Sri Lanka</option>
<option value="82" >St.Barthelemy</option>
<option value="83" >St.Eustatius</option>
<option value="84" >St.Kitts</option>
<option value="85" >St.Lucia</option>
<option value="86" >St.Maarten</option>
<option value="87" >St.Vincent</option>
<option value="88" >Suriname</option>
<option value="151" >Swaziland</option>
<option value="35" >Sweden</option>
<option value="36" >Switzerland</option>
<option value="216" >Tahiti (French Polynesia)</option>
<option value="5" >Taiwan</option>
<option value="187" >Tajikistan</option>
<option value="153" >Tanzania</option>
<option value="4" >Thailand</option>
<option value="237" >Timor Leste</option>
<option value="154" >Togo</option>
<option value="217" >Tonga</option>
<option value="89" >Trinidad & Tobago</option>
<option value="156" >Tunisia</option>
<option value="155" >Turkey</option>
<option value="188" >Turkmenistan</option>
<option value="90" >Turks & Caicos Island</option>
<option value="218" >Tuvalu</option>
<option value="41" >U.S.A.</option>
<option value="157" >Uganda</option>
<option value="189" >Ukraine</option>
<option value="158" >United Arab Emirates</option>
<option value="37" >United Kingdom</option>
<option value="91" >Uruguay</option>
<option value="92" >US Virgin Islands</option>
<option value="190" >Uzbekistan</option>
<option value="219" >Vanuatu</option>
<option value="93" >Venezuela</option>
<option value="203" >Vietnam</option>
<option value="159" >Yemen Arab Republic</option>
<option value="191" >Yugoslavia</option>
<option value="160" >Zaire</option>
<option value="161" >Zambia</option>
</SELECT>
<BR class="brState" style="display:none;"/>
<SPAN class="spanState" style="display:none;">
<B style="display:inline-block;width:110px;">State/Area:</B>
<SELECT id="stateInput2" class="stateInput" name="state" onchange="calcShippingCost(true)" style="width:180px">
<option value="">* Select for Less Cost</option>
</SELECT>
</SPAN>
<INPUT type=button id=btnCalc2 value=Calc onclick="calcShippingCost(true)" style="width:60px;">
</TD>
</TR>
</TABLE>
</DIV>
</DIV>
<DIV style="clear:both"></DIV>
<BR>
</DIV>
</DIV>
</DIV>
<DIV class="buyer-recommended-list rec-list" rel="buyer" style="display: none;">
<A class="rec-prev" href="<?php echo $baseUrl; ?>"></A>
<A class="rec-next" href="<?php echo $baseUrl; ?>"></A>
<DIV id="recView-buyer" class="recView recommended">
<UL id="recCtn-buyer" class="shopcart_cont" style="width:1984px;margin:0;">
<li>
<input type="hidden" class="colors" value="{"key":"Color","value":[{"key":"HWL-1070B","value":"Black"},{"key":"HWL-1070R","value":"Red"},{"key":"HWL-1070W","value":"White"},{"key":"HWL-1070Y","value":"Yellow"},{"key":"HWL-1070G","value":"Green"}]}">
<a href="https://www.sunsky-online.com/p/HWL-1070B/HAWEEL-1m-High-Speed-35-Cores-Micro-USB-to-USB-Data-Sync-Charging-Cable-Black-.htm" target="_blank" title="HAWEEL 1m High Speed 35 Cores Micro USB to USB Data Sync Charging Cable(Black)"><span></span><img class="logoimg lazyimg product-list-img logo" alt="HAWEEL 1m High Speed 35 Cores Micro USB to USB Data Sync Charging Cable(Black)" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/product_l/HWL-1070B.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/HWL-1070B/HAWEEL-1m-High-Speed-35-Cores-Micro-USB-to-USB-Data-Sync-Charging-Cable-Black-.htm" target="_blank" title="HAWEEL 1m High Speed 35 Cores Micro USB to USB Data Sync Charging Cable(Black)">HAWEEL 1m High Speed 35 Cores Micro USB to USB Data Sync Charging Cable(Black)</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$0.47</strong>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/101769/Micro-USB-Cable.htm"> » Micro USB Cable</a></div>
<input type="hidden" class="itemNo" value="HWL-1070B">
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="900045">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV class="models0">
<div class='models'>
<a href="<?php echo $baseUrl; ?>" onclick="view('HWL-1070B')" rel="HWL-1070B" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/HWL-1070B.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('HWL-1070R')" rel="HWL-1070R" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/HWL-1070R.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('HWL-1070W')" rel="HWL-1070W" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/HWL-1070W.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('HWL-1070Y')" rel="HWL-1070Y" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/HWL-1070Y.jpg"></a>
<div class='ClearFloat'></div>
</div>
</DIV>
<DIV class=productReviews >
<IMG alt="Rating" src="https://img.myipadbox.com/htdocs/images/star_5.jpg" border=0> <A href="https://www.sunsky-online.com/p/HWL-1070B/HAWEEL-1m-High-Speed-35-Cores-Micro-USB-to-USB-Data-Sync-Charging-Cable-Black-.htm#reviews" target="_blank">240 Reviews</A>
(<b class="golbal-product-hot">HOT</b>) </DIV>
</li>
<li>
<input type="hidden" class="colors" value="{}">
<a href="https://www.sunsky-online.com/p/HWL2176B/HAWEEL-6.1-6.8-inch-Nylon-Cloth-Phone-Belt-Clip-Horizontal-Carrying-Pouch-with-Card-Togel-Black-.htm" target="_blank" title="HAWEEL 6.1-6.8 inch Nylon Cloth Phone Belt Clip Horizontal Carrying Pouch with Card Togel (Black)"><span></span><img class="logoimg lazyimg product-list-img logo" alt="HAWEEL 6.1-6.8 inch Nylon Cloth Phone Belt Clip Horizontal Carrying Pouch with Card Togel (Black)" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/product_l/HWL2176B.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/HWL2176B/HAWEEL-6.1-6.8-inch-Nylon-Cloth-Phone-Belt-Clip-Horizontal-Carrying-Pouch-with-Card-Togel-Black-.htm" target="_blank" title="HAWEEL 6.1-6.8 inch Nylon Cloth Phone Belt Clip Horizontal Carrying Pouch with Card Togel (Black)">HAWEEL 6.1-6.8 inch Nylon Cloth Phone Belt Clip Horizontal Carrying Pouch with Card Togel (Black)</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$1.84</strong>
<A href="<?php echo $baseUrl; ?>" onclick="showVideo(event, 'https://www.youtube.com/embed/ZJHSU_Q0XJ0')"><img src="https://img.myipadbox.com/htdocs/images/youtube_p.png" border="0" align="absmiddle" title="Youtube Video" /></A>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/105116/Carry-Cases.htm"> » Carry Cases</a></div>
<input type="hidden" class="itemNo" value="HWL2176B">
<DIV style="margin-top:7px;" align="center"><DIV class="pay10">PAY 10 GET 11</DIV></DIV>
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="2637850">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV style="height:10px;"></DIV>
<DIV class=productReviews >
<IMG alt="Rating" src="https://img.myipadbox.com/htdocs/images/star_5.jpg" border=0> <A href="https://www.sunsky-online.com/p/HWL2176B/HAWEEL-6.1-6.8-inch-Nylon-Cloth-Phone-Belt-Clip-Horizontal-Carrying-Pouch-with-Card-Togel-Black-.htm#reviews" target="_blank">11 Reviews</A>
</DIV>
</li>
<li>
<input type="hidden" class="colors" value="{}">
<a href="https://www.sunsky-online.com/p/HWL4043/HAWEEL-1m-5A-USB-C-Type-C-to-USB-C-Type-C-Retractable-Coiled-PD-Fast-Charging-Cable.htm" target="_blank" title="HAWEEL 1m 5A USB-C / Type-C to USB-C / Type-C Retractable Coiled PD Fast Charging Cable"><span></span><img class="logoimg lazyimg product-list-img logo" alt="HAWEEL 1m 5A USB-C / Type-C to USB-C / Type-C Retractable Coiled PD Fast Charging Cable" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/product_l/HWL4043.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/HWL4043/HAWEEL-1m-5A-USB-C-Type-C-to-USB-C-Type-C-Retractable-Coiled-PD-Fast-Charging-Cable.htm" target="_blank" title="HAWEEL 1m 5A USB-C / Type-C to USB-C / Type-C Retractable Coiled PD Fast Charging Cable">HAWEEL 1m 5A USB-C / Type-C to USB-C / Type-C Retractable Coiled PD Fast Charging Cable</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$1.01</strong>
<A href="<?php echo $baseUrl; ?>" onclick="showVideo(event, 'https://www.youtube.com/embed/dLBqf9S0PcY')"><img src="https://img.myipadbox.com/htdocs/images/youtube_p.png" border="0" align="absmiddle" title="Youtube Video" /></A>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/106187/USB-C-%26-Type-C-Cable.htm"> » USB-C & Type-C Cable</a></div>
<input type="hidden" class="itemNo" value="HWL4043">
<DIV style="margin-top:7px;" align="center"><DIV class="pay10">PAY 10 GET 11</DIV></DIV>
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="3105339">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV style="height:10px;"></DIV>
<DIV class=productReviews >
<IMG alt="Rating" src="https://img.myipadbox.com/htdocs/images/star_5.jpg" border=0> <A href="https://www.sunsky-online.com/p/HWL4043/HAWEEL-1m-5A-USB-C-Type-C-to-USB-C-Type-C-Retractable-Coiled-PD-Fast-Charging-Cable.htm#reviews" target="_blank">18 Reviews</A>
</DIV>
</li>
<li>
<input type="hidden" class="colors" value="{"key":"Color","value":[{"key":"HWL7017H","value":"Grey"},{"key":"HWL7017LH","value":"Light Grey"},{"key":"HWL7017F","value":"Pink"}]}">
<a href="https://www.sunsky-online.com/p/HWL7017H/HAWEEL-Splash-proof-Pouch-Sleeve-Tablet-Bag-for-iPad-mini-7.9-8.4-inch-Tablets-Grey-.htm" target="_blank" title="HAWEEL Splash-proof Pouch Sleeve Tablet Bag for iPad mini, 7.9-8.4 inch Tablets(Grey)"><span></span><img class="logoimg lazyimg product-list-img logo" alt="HAWEEL Splash-proof Pouch Sleeve Tablet Bag for iPad mini, 7.9-8.4 inch Tablets(Grey)" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/product_l/HWL7017H.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/HWL7017H/HAWEEL-Splash-proof-Pouch-Sleeve-Tablet-Bag-for-iPad-mini-7.9-8.4-inch-Tablets-Grey-.htm" target="_blank" title="HAWEEL Splash-proof Pouch Sleeve Tablet Bag for iPad mini, 7.9-8.4 inch Tablets(Grey)">HAWEEL Splash-proof Pouch Sleeve Tablet Bag for iPad mini, 7.9-8.4 inch Tablets(Grey)</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$2.28</strong>
<A href="<?php echo $baseUrl; ?>" onclick="showVideo(event, 'https://www.youtube.com/embed/M2SmEnV_e7Y')"><img src="https://img.myipadbox.com/htdocs/images/youtube_p.png" border="0" align="absmiddle" title="Youtube Video" /></A>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/107319/Protective-Bag-.htm"> » Protective Bag </a></div>
<input type="hidden" class="itemNo" value="HWL7017H">
<DIV style="margin-top:7px;" align="center"><DIV class="pay10">PAY 10 GET 11</DIV></DIV>
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="2375707">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV class="models0">
<div class='models'>
<a href="<?php echo $baseUrl; ?>" onclick="view('HWL7017H')" rel="HWL7017H" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/HWL7017H.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('HWL7017LH')" rel="HWL7017LH" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/HWL7017LH.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('HWL7017F')" rel="HWL7017F" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/HWL7017F.jpg"></a>
<div class='ClearFloat'></div>
</div>
</DIV>
<DIV class=productReviews >
<IMG alt="Rating" src="https://img.myipadbox.com/htdocs/images/star_5.jpg" border=0> <A href="https://www.sunsky-online.com/p/HWL7017H/HAWEEL-Splash-proof-Pouch-Sleeve-Tablet-Bag-for-iPad-mini-7.9-8.4-inch-Tablets-Grey-.htm#reviews" target="_blank">5 Reviews</A>
</DIV>
</li>
<li>
<input type="hidden" class="colors" value="{"key":"Color","value":[{"key":"EDA00216502A","value":"Red"},{"key":"EDA00216502B","value":"Grey"},{"key":"EDA00216502C","value":"Khaki"},{"key":"EDA00216502D","value":"Rose Red"},{"key":"EDA00216502E","value":"Sky Blue"},{"key":"EDA00216502F","value":"Purple"}]}">
<a href="https://www.sunsky-online.com/p/EDA00216502B/For-MacBook-Pro-13.3-inch-with-Touch-Bar-A2159-A1989-TPU-PC-Two-Color-Laptop-Protective-Case-G.htm" target="_blank" title="For MacBook Pro 13.3 inch with Touch Bar (A2159 / A1989) TPU + PC Two Color Laptop Protective Case(Grey)"><span></span><img class="logoimg lazyimg product-list-img logo" alt="For MacBook Pro 13.3 inch with Touch Bar (A2159 / A1989) TPU + PC Two Color Laptop Protective Case(Grey)" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/product_l/EDA00216502B.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/EDA00216502B/For-MacBook-Pro-13.3-inch-with-Touch-Bar-A2159-A1989-TPU-PC-Two-Color-Laptop-Protective-Case-G.htm" target="_blank" title="For MacBook Pro 13.3 inch with Touch Bar (A2159 / A1989) TPU + PC Two Color Laptop Protective Case(Grey)">For MacBook Pro 13.3 inch with Touch Bar (A2159 / A1989) TPU + PC Two Color Laptop Protective Case(Grey)</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$9.16</strong>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/100393/MacBook-Pro-Cases.htm"> » MacBook Pro Cases</a></div>
<input type="hidden" class="itemNo" value="EDA00216502B">
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="1972208">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV class="models0">
<div class='models'>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA00216502A')" rel="EDA00216502A" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA00216502A.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA00216502B')" rel="EDA00216502B" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA00216502B.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA00216502C')" rel="EDA00216502C" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA00216502C.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA00216502D')" rel="EDA00216502D" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA00216502D.jpg"></a>
<div class='ClearFloat'></div>
</div>
</DIV>
</li>
<li>
<input type="hidden" class="colors" value="{"key":"Color","value":[{"key":"EDA006152601O","value":"Pink"},{"key":"EDA006152601B","value":"Black"},{"key":"EDA006152601C","value":"Speckled Black"},{"key":"EDA006152601D","value":"Green"},{"key":"EDA006152601E","value":"Grey"},{"key":"EDA006152601F","value":"Black White"},{"key":"EDA006152601G","value":"Grey Black"},{"key":"EDA006152601H","value":"Orange White"},{"key":"EDA006152601I","value":"Orange"}]}">
<a href="https://www.sunsky-online.com/p/EDA006152601F/Universal-Mobile-Phone-Crossbody-Long-Lanyard-Black-White-.htm" target="_blank" title="Universal Mobile Phone Crossbody Long Lanyard(Black White)"><span></span><img class="logoimg lazyimg product-list-img logo" alt="Universal Mobile Phone Crossbody Long Lanyard(Black White)" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/detail_l/EDA0061526_B2.jpg" alt-url="https://img.myipadbox.com/upload/store/product_l/EDA006152601F.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/EDA006152601F/Universal-Mobile-Phone-Crossbody-Long-Lanyard-Black-White-.htm" target="_blank" title="Universal Mobile Phone Crossbody Long Lanyard(Black White)">Universal Mobile Phone Crossbody Long Lanyard(Black White)</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$1.30</strong>
<A href="<?php echo $baseUrl; ?>" onclick="showVideo(event, 'https://www.youtube.com/embed/hsas38a0kCA')"><img src="https://img.myipadbox.com/htdocs/images/youtube_p.png" border="0" align="absmiddle" title="Youtube Video" /></A>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/110947/Lanyards-%26-Wrist-Straps.htm"> » Lanyards & Wrist Straps</a></div>
<input type="hidden" class="itemNo" value="EDA006152601F">
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="3093564">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV class="models0">
<div class='models'>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA006152601O')" rel="EDA006152601O" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA006152601O.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA006152601B')" rel="EDA006152601B" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA006152601B.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA006152601C')" rel="EDA006152601C" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA006152601C.jpg"></a>
<a href="<?php echo $baseUrl; ?>" onclick="view('EDA006152601D')" rel="EDA006152601D" target="_blank"><span></span><img class="lazyimg" src="https://img.myipadbox.com/htdocs/images/s.gif" data-url="https://img.myipadbox.com/upload/store/product_s/EDA006152601D.jpg"></a>
<div class='ClearFloat'></div>
</div>
</DIV>
</li>
<li>
<input type="hidden" class="colors" value="{}">
<a href="https://www.sunsky-online.com/p/MBC0805/ENKAY-TPU-Keyboard-Protector-Cover-for-MacBook-Air-13.3-inch-A1932-2018-EU-Version.htm" target="_blank" title="ENKAY TPU Keyboard Protector Cover for MacBook Air 13.3 inch A1932 (2018), EU Version"><span></span><img class="logoimg lazyimg product-list-img logo" alt="ENKAY TPU Keyboard Protector Cover for MacBook Air 13.3 inch A1932 (2018), EU Version" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/product_l/MBC0805.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/MBC0805/ENKAY-TPU-Keyboard-Protector-Cover-for-MacBook-Air-13.3-inch-A1932-2018-EU-Version.htm" target="_blank" title="ENKAY TPU Keyboard Protector Cover for MacBook Air 13.3 inch A1932 (2018), EU Version">ENKAY TPU Keyboard Protector Cover for MacBook Air 13.3 inch A1932 (2018), EU Version</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$1.95</strong>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/109246/Keyboard-Protector.htm"> » Keyboard Protector</a></div>
<input type="hidden" class="itemNo" value="MBC0805">
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="1093275">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV style="height:10px;"></DIV>
</li>
<li>
<input type="hidden" class="colors" value="{}">
<a href="https://www.sunsky-online.com/p/EDA005849712/For-iPhone-17-Pro-Max-Front-Screen-Outer-Glass-Lens-with-OCA-Optically-Clear-Adhesive.htm" target="_blank" title="For iPhone 17 Pro Max Front Screen Outer Glass Lens with OCA Optically Clear Adhesive"><span></span><img class="logoimg lazyimg product-list-img logo" alt="For iPhone 17 Pro Max Front Screen Outer Glass Lens with OCA Optically Clear Adhesive" src="https://img.myipadbox.com/htdocs/images/list-image-loading.jpg" data-url="https://img.myipadbox.com/upload/store/product_l/EDA005849712.jpg" /></a>
<h3>
<a href="https://www.sunsky-online.com/p/EDA005849712/For-iPhone-17-Pro-Max-Front-Screen-Outer-Glass-Lens-with-OCA-Optically-Clear-Adhesive.htm" target="_blank" title="For iPhone 17 Pro Max Front Screen Outer Glass Lens with OCA Optically Clear Adhesive">For iPhone 17 Pro Max Front Screen Outer Glass Lens with OCA Optically Clear Adhesive</a>
</h3>
<div class="nowprice">
Wholesale: <strong>$2.05</strong>
</div>
<div class="category"><a href="https://www.sunsky-online.com/list/111855/iPhone-17-Pro-Max-Parts.htm"> » iPhone 17 Pro Max Parts</a></div>
<input type="hidden" class="itemNo" value="EDA005849712">
<FORM class=productForm action="https://www.sunsky-online.com/product/cart!addToCart.do" method=post>
<INPUT type="hidden" class="productId" name="productId" value="4034857">
<TABLE border=0 cellspacing=0 cellpadding=0>
<TR>
<TD>
<INPUT class=pQty maxLength=6 size=2 name=qty value=1 >
</TD>
<TD>
<div class="addtocartbtn-small cart-btn" onclick="return addToCart(this)">BUY</div>
</TD>
</TR>
</TABLE>
</FORM>
<DIV class="favph"></DIV>
<DIV style="height:10px;"></DIV>
<DIV class=productReviews >
<IMG alt="Rating" src="https://img.myipadbox.com/htdocs/images/star_5.jpg" border=0> <A href="https://www.sunsky-online.com/p/EDA005849712/For-iPhone-17-Pro-Max-Front-Screen-Outer-Glass-Lens-with-OCA-Optically-Clear-Adhesive.htm#reviews" target="_blank">1 Review</A>
(<b class="golbal-product-hot">HOT</b>) </DIV>
</li>
<div style="clear:both;"></div>
</UL>
</DIV>
<div style="clear:both;"></div>
</DIV>
</DIV>
<BR>
</DIV>
</DIV>
</DIV>
</DIV>
</DIV>
</DIV><!-- End SiteContainer -->
<DIV style="clear:both"></DIV>
<!-- Begin Footer -->
<style>
#chat-bottom-form{position: fixed;cursor:pointer; bottom: 0px;right: 20px;border: 1px solid #ddd;border-bottom: 0;padding: 10px 10px 10px 20px;background: #fff;z-index: 99;border-top-left-radius: 6px;border-top-right-radius: 6px;box-shadow: 0 0 10px 2px #ededed;}
#chat-bottom-form>div{white-space:nowrap;overflow:hidden}
#chat-bottom-form .chat-bottom-header>span{display: inline-block;vertical-align: middle;}
#chat-bottom-form .chat-bottom-header .chat-bottom-title{font-size: 14px;text-shadow: 0 0 #333;color: #333;padding-left: 4px;}
#chat-bottom-form .chat-bottom-header .chat-bottom-icon{position: relative;top: 2px;}
#chat-bottom-form .chat-bottom-header .chat-bottom-msgcount{display:none;background: #c80000;color: #fff;line-height: 16px;font-size: 12px;padding: 0 8px;border-radius: 10px;margin-left: 3px;position: relative;top: 1px;}
#chat-bottom-form .chat-bottom-header .chat-bottom-arrow{border-style: solid;border-width: 5px;border-color: transparent;border-top: 5px solid #999999;border-bottom-width: 0;width: 0;height: 0;font-size: 0;line-height: 0;margin-left: 10px;position: relative;top: 1px;}
#chat-bottom-form.msgalert{background-color: #f08000;}
#chat-bottom-form.msgalert .chat-bottom-header .chat-bottom-title{color:#fff;text-shadow: 0 0 #fff;}
#chat-bottom-form.msgalert .chat-bottom-header .chat-bottom-msgcount{background:#fff;color: #f08000;text-shadow: 0 0 #f08000;}
#chat-bottom-form.msgalert .chat-bottom-header .chat-bottom-arrow{border-top: 5px solid #fff;}
</style>
<div id="chat-bottom-form" rel="#inquiryDlgBottom">
<div class="chat-bottom-header">
<span class="chat-bottom-icon"><img src="https://img.myipadbox.com/htdocs/images/message_icon.png"></span>
<span class="chat-bottom-title">Chat with us</span>
<span class="chat-bottom-msgcount"></span>
<span class="chat-bottom-arrow"></span>
</div>
</div>
<div id="inquiryDlgBottom" class="apple_overlay black" style="width:800px">
<DIV id="msgDivBottom"></DIV>
</div>
<script>
$(window).scroll(function(){
$('#chat-bottom-form .chat-bottom-header').css('width', '34px');
});
var chatFrmBottom;
$("#chat-bottom-form").overlay({
effect: "apple",
onBeforeLoad: function(){
$('body').append("<div id='overlay-mask' style='position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:9998;opacity:0.25;background-color:#000;'></div>");
$('body').css('overflow','hidden').css('padding-right', '16px');
$('#chat-bottom-form').css('right', '38px');
$('#chat-bottom-form .chat-bottom-header .chat-bottom-msgcount').text('').hide();
$('#chat-bottom-form .chat-bottom-header .chat-bottom-icon img').attr('src', 'https://img.myipadbox.com/htdocs/images/message_icon.png');
$('#chat-bottom-form .chat-bottom-header').css('width', 'initial');
},
onLoad: function(){
var a = this.getTrigger();
var qs = a.hasClass("chatBtn") ? "?contact=" + encodeURIComponent(a.attr("contact")) : "";
var thismsgcontent = {};
if("MPD3913W" != ""){
thismsgcontent = { FROM: { MODULE: "PRODUCT", ITEM_NO: "MPD3913W" } };
}else if("" != "" && "" != ""){
thismsgcontent = { FROM: { MODULE: "ORDER", ORDER_NO: "" } };
}
chatFrmBottom = new MyMessageFrame("chat", "INQUIRY", getCookie("TID"), {
container: "#msgDivBottom",
toUrl: "<?php echo $baseUrl; ?>",
msgUrl: "https://www.sunsky-online.com/user/talk!getMyMessages.do" + qs,
readUrl: "https://www.sunsky-online.com/user/talk!updateMyMessagesToRead.do",
sendUrl: "https://www.sunsky-online.com/user/talk!sendMessageToContact.do" + qs,
imgUrl: "https://img.myipadbox.com/upload/store/talk",
productImgUrl: "https://img.myipadbox.com/upload/store/product",
itemUrl: "https://www.sunsky-online.com/product/default!view.do?subject.itemNo=",
orderUrl: "https://www.sunsky-online.com/order/default!myOrderDetail.do?number=",
rateUrl: "https://www.sunsky-online.com/user/talk!updateTopicRating.do"
}, thismsgcontent, "showHistory");
chatFrmBottom.show();
},
onClose: function() {
document.cookie = "TID=" + chatFrmBottom.topicId + ";path=/;domain=.sunsky-online.com";
$('body').css('overflow','auto').css('padding-right', '0px');
$('#chat-bottom-form').css('right', '20px');
$('#overlay-mask').remove();
}
});
</script>
<DIV id=footer>
<div class="clearfix footer-top-container">
<DIV id=footerTop>
<DIV style="float:right;">
<DIV style="float:left;margin-right:7px;padding-top:7px;">Follow Us</DIV>
<a class="community facebook" href="#" target="_blank" title="Facebook" rel="nofollow noopener noreferrer"></a>
<a class="community instagram" href="#" target="_blank" title="Instagram" rel="nofollow noopener noreferrer"></a>
<a class="community youtube" href="#" target="_blank" title="Youtube" rel="nofollow noopener noreferrer"></a>
<a class="community twitter" href="#" target="_blank" title="Twitter" rel="nofollow noopener noreferrer"></a>
<a class="community pinterest" href="#" target="_blank" title="Pinterest" rel="nofollow noopener noreferrer"></a>
<a class="community tiktok" href="#" target="_blank" title="Tiktok" rel="nofollow noopener noreferrer"></a>
<div style="clear:both;"></div>
</DIV>
<DIV style="float:left;padding-top:5px;">
<FORM id="newsletterForm" onsubmit="return false;">
»<A href="<?php echo $baseUrl; ?>">Subscribe to Our Newsletter: </A>
<input id="hiddenmsg" type="hidden" value="Your Email Address">
<INPUT maxLength=128 id=newsletter_email style="width:160px;vertical-align:middle;" >
<INPUT class="footer-go-btn" type="button" value="GO" onclick="subscribeNewsletter()" >
</FORM>
<div style="">
* World Gaming respects your<a style='color:blue;text-decoration:underline' href='<?php echo $baseUrl; ?>'>Privacy</a> </div>
</DIV>
<DIV style="clear:both"></DIV>
</DIV>
</div>
<div class="footer-main-container">
<div class="clearfix" id="footerMain">
<UL>
<LI class=footerHeading>Contact Information</LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=aboutUs" target="_blank">About Us</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=contactUs" target="_blank">Contact Us</a></LI>
</UL>
<UL>
<LI class=footerHeading>Service & Support</LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=wholesale" target="_blank">Wholesale Program</a></LI>
<LI><a href="https://www.sunsky-online.com/order/dropshipping" target="_blank">Drop Shipping</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=openapi" target="_blank">Open API Services</a></LI>
<LI><a href="https://erp.sunsky-online.com/index" target="_blank">Shopify ERP</a></LI>
<LI><a href="<?php echo $baseUrl; ?>" target="_blank">OEM Sourcing</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=privacyNotice" target="_blank">Privacy Notice</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=termsConditions" target="_blank">Terms of Use</a></LI>
</UL>
<UL>
<LI class=footerHeading>Payment & Shipping</LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=paymentMethod" target="_blank">Payment Method</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=points" target="_blank">SUNSKY Points</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=Unsubscribe" target="_blank">How to Unsubscribe</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=shippingHandling" target="_blank">Shipping & Handling</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=dutiesTaxes" target="_blank">Duties & Taxes</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=returns" target="_blank">Refund & Cancellation</a></LI>
<LI><a href="https://www.sunsky-online.com/base/doc!view.do?code=affiliate" target="_blank">Affiliate Program</a></LI>
</UL>
<UL class="footer-icon">
<LI class=footerHeading>Help & Resources</LI>
<LI>
<STRONG><img src="https://img.myipadbox.com/htdocs/images/icon_4.gif"> </STRONG>
<a href="https://www.sunsky-online.com/base/info!siteMap.do" target="_blank">View Site Map</a>
</LI>
<LI>
<STRONG><img src="https://img.myipadbox.com/htdocs/images/rss.gif"> </STRONG>
<a href="https://www.sunsky-online.com/rss.xml" target="_blank">Get RSS Feed</a>
</LI>
<LI>
<STRONG><span class="download_app"></span> </STRONG>
<A href="https://www.sunsky-online.com/base/doc!view.do?code=apps" target="_blank">Download SUNSKY App</A>
</LI>
<LI>
<table>
<tbody>
<tr>
<td rowspan="2"><img src="https://img.myipadbox.com/htdocs/images/apppage/app_barcode.png" style="width: 120px;"></td>
<td><img src="https://img.myipadbox.com/htdocs/images/apppage/app_google_store.png"></td>
</tr>
<tr>
<td><img src="https://img.myipadbox.com/htdocs/images/apppage/app_apple_store.png"></td>
</tr>
</tbody>
</table>
</LI>
</UL>
</DIV><!-- End Main footer info -->
<DIV id=copyright>
Copyright © 2014-2026 <?php echo $brand ?>. All rights reserved.
</DIV>
</div>
</DIV><!-- End Footer -->
<script>
$(function() {
hints($("#newsletterForm"), [ { el: "#newsletter_email", msg: $('#hiddenmsg').val() } ]);
});
function subscribeNewsletter() {
$(".hintField").val("");
var email = trim($("#newsletter_email").val());
if (isEmpty(email)) {
info("Please input your email address.");
return;
}
if (!isEmail(email)) {
info("Please input your email address correctly.");
return;
}
jQuery.ajax({
type: "POST",
url: "https://www.sunsky-online.com/marketing/newsletter!subscribe.do",
data: { email: email },
success: function(rspTxt) {
$(".submit").attr("disabled", false);
try {
eval("var rsp = " + rspTxt);
} catch(e) {
return;
}
if ("success" == rsp.result) {
info("We have received your email address and you'll get updates, special offers from SUNSKY");
} else {
info(rsp.messages[0]);
}
},
error: function(xhr, status) {
$(".submit").attr("disabled", false);
// alert(status);
}
});
}
function displayTopics(r) {
var m = $("#msgMenu");
var kv = r.split(",");
if (kv[0] > 0) {
m.find(".msgNot").css("display", "inline-block");
m.find(".msgNot span").text(kv[0]);
m.attr("href", "https://www.sunsky-online.com/user/talk!myTopicList.do?type=" + kv[1]);
$('#chat-bottom-form .chat-bottom-header .chat-bottom-msgcount').text(kv[0]).show();
$('#chat-bottom-form .chat-bottom-header .chat-bottom-icon img').attr('src', 'https://img.myipadbox.com/htdocs/images/message_icon.gif');
$('#chat-bottom-form').addClass('msgalert');
/**
if (Notification.permission === "granted") {
if(getCookie("msgnotify") == null){
var msgNotification = new Notification(l_new_msg_notify_title, {
body: l_new_msg_notify_body,
icon: "https://img.myipadbox.com/htdocs/images/sunsky-notify-icon.png"
});
msgNotification.onshow = function (event) {
var exp = new Date();
exp.setTime(exp.getTime() + 60000);
document.cookie = "msgnotify=1;expires=" + exp.toGMTString();
};
}
} else {
Notification.requestPermission(function (res) {
if (res === "granted") {
if(getCookie("msgnotify") == null){
var msgNotification = new Notification(l_new_msg_notify_title, {
body: l_new_msg_notify_body,
icon: "https://img.myipadbox.com/htdocs/images/sunsky-notify-icon.png"
});
msgNotification.onshow = function (event) {
var exp = new Date();
exp.setTime(exp.getTime() + 60000);
document.cookie = "msgnotify=1;expires=" + exp.toGMTString();
};
}
}
});
}
**/
} else {
m.find(".msgNot").css("display", "none");
$('#chat-bottom-form .chat-bottom-header .chat-bottom-msgcount').text('').hide();
$('#chat-bottom-form .chat-bottom-header .chat-bottom-icon img').attr('src', 'https://img.myipadbox.com/htdocs/images/message_icon.png');
$('#chat-bottom-form').removeClass('msgalert');
}
}
function checkTopics() {
try {
var tc = getCookie("UTCHK");
if (!isEmpty(tc)) {
if (tc != "checking") {
displayTopics(tc);
}
return;
}
} catch (e) {}
var exp = new Date();
exp.setTime(exp.getTime() + 60000);
document.cookie = "UTCHK=checking;path=/;domain=.sunsky-online.com;expires=" + exp.toGMTString();
jQuery.post("https://www.sunsky-online.com/user/talk!checkMyUnreadTopics.do", null, function(rspTxt) {
try {
eval("var rsp = " + rspTxt);
if (rsp.result == "success") {
displayTopics(rsp.data);
document.cookie = "UTCHK=" + escape(rsp.data) + ";path=/;domain=.sunsky-online.com;expires=" + exp.toGMTString();
}
} catch (e) {}
});
}
checkTopics();
setInterval(checkTopics, 60000);
</script>
<script type="application/javascript">
(function(w,d,t,r,u){w[u]=w[u]||[];w[u].push({'projectId':'5000','properties':{'pixelId':'10037366'}});
var s=d.createElement(t);s.src=r;s.async=true;s.onload=s.onreadystatechange=function(){var y,rs=this.readyState,c=w[u];
if(rs&&rs!="complete"&&rs!="loaded"){return}try{y=YAHOO.ywa.I13N.fireBeacon;w[u]=[];w[u].push=function(p){y([p])};
y(c)}catch(e){}};var scr=d.getElementsByTagName(t)[0],par=scr.parentNode;par.insertBefore(s,scr)})(
window,document,"script","https://s.yimg.com/wi/ytc.js","dotq");
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1362054013881784');
fbq('track', 'PageView');
</script>
<textarea style="display:none" id="country_textarea">
<div class="shipping_country drop_down dropdown clearfix">
<a rel="" class="current"><span class="text flag">Select a Country</span><i></i></a>
<div class="search_country_h" style="display:none"><input type="text"></div>
<div class="drop_down_list shipping_country_list" style="display:none">
<ul>
<li flagclass="Afghanistan" rel="229">
<span class="flag"><b class="cflag Afghanistan"></b>Afghanistan</span><i></i>
</li>
<li flagclass="Albania" rel="164">
<span class="flag"><b class="cflag Albania"></b>Albania</span><i></i>
</li>
<li flagclass="Algeria" rel="94">
<span class="flag"><b class="cflag Algeria"></b>Algeria</span><i></i>
</li>
<li flagclass="American_Samoa" rel="204">
<span class="flag"><b class="cflag American_Samoa"></b>American Samoa</span><i></i>
</li>
<li flagclass="Andorra" rel="11">
<span class="flag"><b class="cflag Andorra"></b>Andorra</span><i></i>
</li>
<li flagclass="Angola" rel="95">
<span class="flag"><b class="cflag Angola"></b>Angola</span><i></i>
</li>
<li flagclass="Anguilla" rel="42">
<span class="flag"><b class="cflag Anguilla"></b>Anguilla</span><i></i>
</li>
<li flagclass="Antigua" rel="43">
<span class="flag"><b class="cflag Antigua"></b>Antigua</span><i></i>
</li>
<li flagclass="Argentina" rel="44">
<span class="flag"><b class="cflag Argentina"></b>Argentina</span><i></i>
</li>
<li flagclass="Armenia" rel="165">
<span class="flag"><b class="cflag Armenia"></b>Armenia</span><i></i>
</li>
<li flagclass="Aruba" rel="45">
<span class="flag"><b class="cflag Aruba"></b>Aruba</span><i></i>
</li>
<li flagclass="Australia" rel="9">
<span class="flag"><b class="cflag Australia"></b>Australia</span><i></i>
</li>
<li flagclass="Austria" rel="12">
<span class="flag"><b class="cflag Austria"></b>Austria</span><i></i>
</li>
<li flagclass="Azerbaijan" rel="166">
<span class="flag"><b class="cflag Azerbaijan"></b>Azerbaijan</span><i></i>
</li>
<li flagclass="Bahamas" rel="46">
<span class="flag"><b class="cflag Bahamas"></b>Bahamas</span><i></i>
</li>
<li flagclass="Bahrain" rel="96">
<span class="flag"><b class="cflag Bahrain"></b>Bahrain</span><i></i>
</li>
<li flagclass="Bangladesh" rel="192">
<span class="flag"><b class="cflag Bangladesh"></b>Bangladesh</span><i></i>
</li>
<li flagclass="Barbados" rel="47">
<span class="flag"><b class="cflag Barbados"></b>Barbados</span><i></i>
</li>
<li flagclass="Belarus" rel="167">
<span class="flag"><b class="cflag Belarus"></b>Belarus</span><i></i>
</li>
<li flagclass="Belgium" rel="13">
<span class="flag"><b class="cflag Belgium"></b>Belgium</span><i></i>
</li>
<li flagclass="Belize" rel="48">
<span class="flag"><b class="cflag Belize"></b>Belize</span><i></i>
</li>
<li flagclass="Benin" rel="97">
<span class="flag"><b class="cflag Benin"></b>Benin</span><i></i>
</li>
<li flagclass="Bermuda" rel="49">
<span class="flag"><b class="cflag Bermuda"></b>Bermuda</span><i></i>
</li>
<li flagclass="Bhutan" rel="193">
<span class="flag"><b class="cflag Bhutan"></b>Bhutan</span><i></i>
</li>
<li flagclass="Bolivia" rel="50">
<span class="flag"><b class="cflag Bolivia"></b>Bolivia</span><i></i>
</li>
<li flagclass="Bonaire" rel="51">
<span class="flag"><b class="cflag Bonaire"></b>Bonaire</span><i></i>
</li>
<li flagclass="Bosnia___Herzegovina" rel="168">
<span class="flag"><b class="cflag Bosnia___Herzegovina"></b>Bosnia & Herzegovina</span><i></i>
</li>
<li flagclass="Botswana" rel="98">
<span class="flag"><b class="cflag Botswana"></b>Botswana</span><i></i>
</li>
<li flagclass="Brazil" rel="52">
<span class="flag"><b class="cflag Brazil"></b>Brazil</span><i></i>
</li>
<li flagclass="British_Virgin_Islands" rel="54">
<span class="flag"><b class="cflag British_Virgin_Islands"></b>British Virgin Islands</span><i></i>
</li>
<li flagclass="Brunei" rel="194">
<span class="flag"><b class="cflag Brunei"></b>Brunei</span><i></i>
</li>
<li flagclass="Bulgaria" rel="169">
<span class="flag"><b class="cflag Bulgaria"></b>Bulgaria</span><i></i>
</li>
<li flagclass="Burkina_Faso" rel="99">
<span class="flag"><b class="cflag Burkina_Faso"></b>Burkina Faso</span><i></i>
</li>
<li flagclass="Burundi" rel="100">
<span class="flag"><b class="cflag Burundi"></b>Burundi</span><i></i>
</li>
<li flagclass="Cambodia" rel="196">
<span class="flag"><b class="cflag Cambodia"></b>Cambodia</span><i></i>
</li>
<li flagclass="Cameroon" rel="101">
<span class="flag"><b class="cflag Cameroon"></b>Cameroon</span><i></i>
</li>
<li flagclass="Canada" rel="40">
<span class="flag"><b class="cflag Canada"></b>Canada</span><i></i>
</li>
<li flagclass="Canary_Islands" rel="15">
<span class="flag"><b class="cflag Canary_Islands"></b>Canary Islands</span><i></i>
</li>
<li flagclass="Cape_Verde" rel="102">
<span class="flag"><b class="cflag Cape_Verde"></b>Cape Verde</span><i></i>
</li>
<li flagclass="Cayman_Islands" rel="55">
<span class="flag"><b class="cflag Cayman_Islands"></b>Cayman Islands</span><i></i>
</li>
<li flagclass="Central_African_Republic" rel="103">
<span class="flag"><b class="cflag Central_African_Republic"></b>Central African Republic</span><i></i>
</li>
<li flagclass="Chad" rel="104">
<span class="flag"><b class="cflag Chad"></b>Chad</span><i></i>
</li>
<li flagclass="Channel_Islands" rel="14">
<span class="flag"><b class="cflag Channel_Islands"></b>Channel Islands</span><i></i>
</li>
<li flagclass="Chile" rel="56">
<span class="flag"><b class="cflag Chile"></b>Chile</span><i></i>
</li>
<li flagclass="China" rel="225">
<span class="flag"><b class="cflag China"></b>China</span><i></i>
</li>
<li flagclass="Colombia" rel="57">
<span class="flag"><b class="cflag Colombia"></b>Colombia</span><i></i>
</li>
<li flagclass="Comoros" rel="105">
<span class="flag"><b class="cflag Comoros"></b>Comoros</span><i></i>
</li>
<li flagclass="Cook_Islands" rel="205">
<span class="flag"><b class="cflag Cook_Islands"></b>Cook Islands</span><i></i>
</li>
<li flagclass="Costa_Rica" rel="58">
<span class="flag"><b class="cflag Costa_Rica"></b>Costa Rica</span><i></i>
</li>
<li flagclass="Croatia" rel="170">
<span class="flag"><b class="cflag Croatia"></b>Croatia</span><i></i>
</li>
<li flagclass="Curacao" rel="60">
<span class="flag"><b class="cflag Curacao"></b>Curacao</span><i></i>
</li>
<li flagclass="Cyprus" rel="107">
<span class="flag"><b class="cflag Cyprus"></b>Cyprus</span><i></i>
</li>
<li flagclass="Czech" rel="171">
<span class="flag"><b class="cflag Czech"></b>Czech</span><i></i>
</li>
<li flagclass="Denmark" rel="16">
<span class="flag"><b class="cflag Denmark"></b>Denmark</span><i></i>
</li>
<li flagclass="Djibouti" rel="108">
<span class="flag"><b class="cflag Djibouti"></b>Djibouti</span><i></i>
</li>
<li flagclass="Dominica" rel="61">
<span class="flag"><b class="cflag Dominica"></b>Dominica</span><i></i>
</li>
<li flagclass="Dominican_Republic" rel="62">
<span class="flag"><b class="cflag Dominican_Republic"></b>Dominican Republic</span><i></i>
</li>
<li flagclass="Ecuador" rel="63">
<span class="flag"><b class="cflag Ecuador"></b>Ecuador</span><i></i>
</li>
<li flagclass="Egypt" rel="109">
<span class="flag"><b class="cflag Egypt"></b>Egypt</span><i></i>
</li>
<li flagclass="El_Salvador" rel="64">
<span class="flag"><b class="cflag El_Salvador"></b>El Salvador</span><i></i>
</li>
<li flagclass="Equatorial_Guinea" rel="110">
<span class="flag"><b class="cflag Equatorial_Guinea"></b>Equatorial Guinea</span><i></i>
</li>
<li flagclass="Estonia" rel="172">
<span class="flag"><b class="cflag Estonia"></b>Estonia</span><i></i>
</li>
<li flagclass="Ethiopia" rel="112">
<span class="flag"><b class="cflag Ethiopia"></b>Ethiopia</span><i></i>
</li>
<li flagclass="Falkland_Island" rel="18">
<span class="flag"><b class="cflag Falkland_Island"></b>Falkland Island</span><i></i>
</li>
<li flagclass="Faroe_Island" rel="17">
<span class="flag"><b class="cflag Faroe_Island"></b>Faroe Island</span><i></i>
</li>
<li flagclass="Fiji_Island" rel="206">
<span class="flag"><b class="cflag Fiji_Island"></b>Fiji Island</span><i></i>
</li>
<li flagclass="Finland" rel="19">
<span class="flag"><b class="cflag Finland"></b>Finland</span><i></i>
</li>
<li flagclass="France" rel="38">
<span class="flag"><b class="cflag France"></b>France</span><i></i>
</li>
<li flagclass="French_Guiana" rel="65">
<span class="flag"><b class="cflag French_Guiana"></b>French Guiana</span><i></i>
</li>
<li flagclass="Gabon" rel="113">
<span class="flag"><b class="cflag Gabon"></b>Gabon</span><i></i>
</li>
<li flagclass="Gambia" rel="114">
<span class="flag"><b class="cflag Gambia"></b>Gambia</span><i></i>
</li>
<li flagclass="Georgia" rel="173">
<span class="flag"><b class="cflag Georgia"></b>Georgia</span><i></i>
</li>
<li flagclass="Germany" rel="39">
<span class="flag"><b class="cflag Germany"></b>Germany</span><i></i>
</li>
<li flagclass="Ghana" rel="115">
<span class="flag"><b class="cflag Ghana"></b>Ghana</span><i></i>
</li>
<li flagclass="Gibraltar" rel="20">
<span class="flag"><b class="cflag Gibraltar"></b>Gibraltar</span><i></i>
</li>
<li flagclass="Greece" rel="21">
<span class="flag"><b class="cflag Greece"></b>Greece</span><i></i>
</li>
<li flagclass="Greenland" rel="22">
<span class="flag"><b class="cflag Greenland"></b>Greenland</span><i></i>
</li>
<li flagclass="Grenada" rel="66">
<span class="flag"><b class="cflag Grenada"></b>Grenada</span><i></i>
</li>
<li flagclass="Guadeloupe" rel="67">
<span class="flag"><b class="cflag Guadeloupe"></b>Guadeloupe</span><i></i>
</li>
<li flagclass="Guam" rel="207">
<span class="flag"><b class="cflag Guam"></b>Guam</span><i></i>
</li>
<li flagclass="Guatemala" rel="68">
<span class="flag"><b class="cflag Guatemala"></b>Guatemala</span><i></i>
</li>
<li flagclass="Guernsey" rel="23">
<span class="flag"><b class="cflag Guernsey"></b>Guernsey</span><i></i>
</li>
<li flagclass="Guinea" rel="116">
<span class="flag"><b class="cflag Guinea"></b>Guinea</span><i></i>
</li>
<li flagclass="Guyana" rel="69">
<span class="flag"><b class="cflag Guyana"></b>Guyana</span><i></i>
</li>
<li flagclass="Haiti" rel="70">
<span class="flag"><b class="cflag Haiti"></b>Haiti</span><i></i>
</li>
<li flagclass="Honduras" rel="71">
<span class="flag"><b class="cflag Honduras"></b>Honduras</span><i></i>
</li>
<li flagclass="Hong_Kong" rel="221">
<span class="flag"><b class="cflag Hong_Kong"></b>Hong Kong</span><i></i>
</li>
<li flagclass="Hungary" rel="174">
<span class="flag"><b class="cflag Hungary"></b>Hungary</span><i></i>
</li>
<li flagclass="Iceland" rel="24">
<span class="flag"><b class="cflag Iceland"></b>Iceland</span><i></i>
</li>
<li flagclass="India" rel="197">
<span class="flag"><b class="cflag India"></b>India</span><i></i>
</li>
<li flagclass="Indonesia" rel="8">
<span class="flag"><b class="cflag Indonesia"></b>Indonesia</span><i></i>
</li>
<li flagclass="Ireland" rel="25">
<span class="flag"><b class="cflag Ireland"></b>Ireland</span><i></i>
</li>
<li flagclass="Israel" rel="119">
<span class="flag"><b class="cflag Israel"></b>Israel</span><i></i>
</li>
<li flagclass="Italy" rel="26">
<span class="flag"><b class="cflag Italy"></b>Italy</span><i></i>
</li>
<li flagclass="Jamaica" rel="72">
<span class="flag"><b class="cflag Jamaica"></b>Jamaica</span><i></i>
</li>
<li flagclass="Japan" rel="1">
<span class="flag"><b class="cflag Japan"></b>Japan</span><i></i>
</li>
<li flagclass="Jersey" rel="27">
<span class="flag"><b class="cflag Jersey"></b>Jersey</span><i></i>
</li>
<li flagclass="Jordan" rel="121">
<span class="flag"><b class="cflag Jordan"></b>Jordan</span><i></i>
</li>
<li flagclass="Kazakhstan" rel="175">
<span class="flag"><b class="cflag Kazakhstan"></b>Kazakhstan</span><i></i>
</li>
<li flagclass="Kenya" rel="122">
<span class="flag"><b class="cflag Kenya"></b>Kenya</span><i></i>
</li>
<li flagclass="Kiribati_Republic" rel="208">
<span class="flag"><b class="cflag Kiribati_Republic"></b>Kiribati Republic</span><i></i>
</li>
<li flagclass="Kosovo" rel="235">
<span class="flag"><b class="cflag Kosovo"></b>Kosovo</span><i></i>
</li>
<li flagclass="Kuwait" rel="123">
<span class="flag"><b class="cflag Kuwait"></b>Kuwait</span><i></i>
</li>
<li flagclass="Kyrgyzstan" rel="176">
<span class="flag"><b class="cflag Kyrgyzstan"></b>Kyrgyzstan</span><i></i>
</li>
<li flagclass="Laos" rel="198">
<span class="flag"><b class="cflag Laos"></b>Laos</span><i></i>
</li>
<li flagclass="Latvia" rel="177">
<span class="flag"><b class="cflag Latvia"></b>Latvia</span><i></i>
</li>
<li flagclass="Lesotho" rel="125">
<span class="flag"><b class="cflag Lesotho"></b>Lesotho</span><i></i>
</li>
<li flagclass="Liechtenstein" rel="28">
<span class="flag"><b class="cflag Liechtenstein"></b>Liechtenstein</span><i></i>
</li>
<li flagclass="Lithuania" rel="178">
<span class="flag"><b class="cflag Lithuania"></b>Lithuania</span><i></i>
</li>
<li flagclass="Luxembourg" rel="29">
<span class="flag"><b class="cflag Luxembourg"></b>Luxembourg</span><i></i>
</li>
<li flagclass="Macau" rel="222">
<span class="flag"><b class="cflag Macau"></b>Macau</span><i></i>
</li>
<li flagclass="Macedonia" rel="179">
<span class="flag"><b class="cflag Macedonia"></b>Macedonia</span><i></i>
</li>
<li flagclass="Madagascar" rel="128">
<span class="flag"><b class="cflag Madagascar"></b>Madagascar</span><i></i>
</li>
<li flagclass="Malawi" rel="131">
<span class="flag"><b class="cflag Malawi"></b>Malawi</span><i></i>
</li>
<li flagclass="Malaysia" rel="3">
<span class="flag"><b class="cflag Malaysia"></b>Malaysia</span><i></i>
</li>
<li flagclass="Maldives" rel="199">
<span class="flag"><b class="cflag Maldives"></b>Maldives</span><i></i>
</li>
<li flagclass="Mali" rel="129">
<span class="flag"><b class="cflag Mali"></b>Mali</span><i></i>
</li>
<li flagclass="Malta" rel="130">
<span class="flag"><b class="cflag Malta"></b>Malta</span><i></i>
</li>
<li flagclass="Marshall_Island" rel="209">
<span class="flag"><b class="cflag Marshall_Island"></b>Marshall Island</span><i></i>
</li>
<li flagclass="Martinique" rel="73">
<span class="flag"><b class="cflag Martinique"></b>Martinique</span><i></i>
</li>
<li flagclass="Mauritania" rel="132">
<span class="flag"><b class="cflag Mauritania"></b>Mauritania</span><i></i>
</li>
<li flagclass="Mauritius" rel="133">
<span class="flag"><b class="cflag Mauritius"></b>Mauritius</span><i></i>
</li>
<li flagclass="Mayotte" rel="227">
<span class="flag"><b class="cflag Mayotte"></b>Mayotte</span><i></i>
</li>
<li flagclass="Mexico" rel="74">
<span class="flag"><b class="cflag Mexico"></b>Mexico</span><i></i>
</li>
<li flagclass="Micronesia" rel="233">
<span class="flag"><b class="cflag Micronesia"></b>Micronesia</span><i></i>
</li>
<li flagclass="Moldova" rel="180">
<span class="flag"><b class="cflag Moldova"></b>Moldova</span><i></i>
</li>
<li flagclass="Monaco" rel="30">
<span class="flag"><b class="cflag Monaco"></b>Monaco</span><i></i>
</li>
<li flagclass="Mongolia" rel="181">
<span class="flag"><b class="cflag Mongolia"></b>Mongolia</span><i></i>
</li>
<li flagclass="Montenegro" rel="231">
<span class="flag"><b class="cflag Montenegro"></b>Montenegro</span><i></i>
</li>
<li flagclass="Montserrat" rel="75">
<span class="flag"><b class="cflag Montserrat"></b>Montserrat</span><i></i>
</li>
<li flagclass="Morocco" rel="134">
<span class="flag"><b class="cflag Morocco"></b>Morocco</span><i></i>
</li>
<li flagclass="Mozambique" rel="135">
<span class="flag"><b class="cflag Mozambique"></b>Mozambique</span><i></i>
</li>
<li flagclass="Namibia" rel="136">
<span class="flag"><b class="cflag Namibia"></b>Namibia</span><i></i>
</li>
<li flagclass="Nepal" rel="200">
<span class="flag"><b class="cflag Nepal"></b>Nepal</span><i></i>
</li>
<li flagclass="Netherlands" rel="31">
<span class="flag"><b class="cflag Netherlands"></b>Netherlands</span><i></i>
</li>
<li flagclass="Netherlands_Antilles" rel="234">
<span class="flag"><b class="cflag Netherlands_Antilles"></b>Netherlands Antilles</span><i></i>
</li>
<li flagclass="Nevis" rel="76">
<span class="flag"><b class="cflag Nevis"></b>Nevis</span><i></i>
</li>
<li flagclass="New_Caledonia" rel="210">
<span class="flag"><b class="cflag New_Caledonia"></b>New Caledonia</span><i></i>
</li>
<li flagclass="New_Zealand" rel="10">
<span class="flag"><b class="cflag New_Zealand"></b>New Zealand</span><i></i>
</li>
<li flagclass="Nicaragua" rel="77">
<span class="flag"><b class="cflag Nicaragua"></b>Nicaragua</span><i></i>
</li>
<li flagclass="Niger" rel="137">
<span class="flag"><b class="cflag Niger"></b>Niger</span><i></i>
</li>
<li flagclass="Nigeria" rel="138">
<span class="flag"><b class="cflag Nigeria"></b>Nigeria</span><i></i>
</li>
<li flagclass="Niue_Islands" rel="211">
<span class="flag"><b class="cflag Niue_Islands"></b>Niue Islands</span><i></i>
</li>
<li flagclass="Norway" rel="32">
<span class="flag"><b class="cflag Norway"></b>Norway</span><i></i>
</li>
<li flagclass="Oman" rel="139">
<span class="flag"><b class="cflag Oman"></b>Oman</span><i></i>
</li>
<li flagclass="Pakistan" rel="163">
<span class="flag"><b class="cflag Pakistan"></b>Pakistan</span><i></i>
</li>
<li flagclass="Palau" rel="236">
<span class="flag"><b class="cflag Palau"></b>Palau</span><i></i>
</li>
<li flagclass="Panama" rel="78">
<span class="flag"><b class="cflag Panama"></b>Panama</span><i></i>
</li>
<li flagclass="Papua_New_Guinea" rel="212">
<span class="flag"><b class="cflag Papua_New_Guinea"></b>Papua New Guinea</span><i></i>
</li>
<li flagclass="Paraguay" rel="79">
<span class="flag"><b class="cflag Paraguay"></b>Paraguay</span><i></i>
</li>
<li flagclass="Peru" rel="80">
<span class="flag"><b class="cflag Peru"></b>Peru</span><i></i>
</li>
<li flagclass="Philippines" rel="6">
<span class="flag"><b class="cflag Philippines"></b>Philippines</span><i></i>
</li>
<li flagclass="Poland" rel="182">
<span class="flag"><b class="cflag Poland"></b>Poland</span><i></i>
</li>
<li flagclass="Portugal" rel="33">
<span class="flag"><b class="cflag Portugal"></b>Portugal</span><i></i>
</li>
<li flagclass="Puerto_Rico" rel="81">
<span class="flag"><b class="cflag Puerto_Rico"></b>Puerto Rico</span><i></i>
</li>
<li flagclass="Qatar" rel="140">
<span class="flag"><b class="cflag Qatar"></b>Qatar</span><i></i>
</li>
<li flagclass="Republic_of_Nauru" rel="213">
<span class="flag"><b class="cflag Republic_of_Nauru"></b>Republic of Nauru</span><i></i>
</li>
<li flagclass="Reunion_Island" rel="141">
<span class="flag"><b class="cflag Reunion_Island"></b>Reunion Island</span><i></i>
</li>
<li flagclass="Romania" rel="183">
<span class="flag"><b class="cflag Romania"></b>Romania</span><i></i>
</li>
<li flagclass="Russian_Federation" rel="184">
<span class="flag"><b class="cflag Russian_Federation"></b>Russian Federation</span><i></i>
</li>
<li flagclass="Rwanda" rel="142">
<span class="flag"><b class="cflag Rwanda"></b>Rwanda</span><i></i>
</li>
<li flagclass="Saipan" rel="214">
<span class="flag"><b class="cflag Saipan"></b>Saipan</span><i></i>
</li>
<li flagclass="Samoa" rel="220">
<span class="flag"><b class="cflag Samoa"></b>Samoa</span><i></i>
</li>
<li flagclass="San_Marino" rel="230">
<span class="flag"><b class="cflag San_Marino"></b>San Marino</span><i></i>
</li>
<li flagclass="Sao_Tome___Principe" rel="143">
<span class="flag"><b class="cflag Sao_Tome___Principe"></b>Sao Tome & Principe</span><i></i>
</li>
<li flagclass="Saudi_Arabia" rel="144">
<span class="flag"><b class="cflag Saudi_Arabia"></b>Saudi Arabia</span><i></i>
</li>
<li flagclass="Senegal" rel="145">
<span class="flag"><b class="cflag Senegal"></b>Senegal</span><i></i>
</li>
<li flagclass="Serbia" rel="224">
<span class="flag"><b class="cflag Serbia"></b>Serbia</span><i></i>
</li>
<li flagclass="Seychelles" rel="146">
<span class="flag"><b class="cflag Seychelles"></b>Seychelles</span><i></i>
</li>
<li flagclass="Singapore" rel="7">
<span class="flag"><b class="cflag Singapore"></b>Singapore</span><i></i>
</li>
<li flagclass="Slovakia" rel="185">
<span class="flag"><b class="cflag Slovakia"></b>Slovakia</span><i></i>
</li>
<li flagclass="Slovenia" rel="186">
<span class="flag"><b class="cflag Slovenia"></b>Slovenia</span><i></i>
</li>
<li flagclass="Solomon_Island" rel="215">
<span class="flag"><b class="cflag Solomon_Island"></b>Solomon Island</span><i></i>
</li>
<li flagclass="South_Africa" rel="149">
<span class="flag"><b class="cflag South_Africa"></b>South Africa</span><i></i>
</li>
<li flagclass="South_Korea" rel="2">
<span class="flag"><b class="cflag South_Korea"></b>South Korea</span><i></i>
</li>
<li flagclass="Spain" rel="34">
<span class="flag"><b class="cflag Spain"></b>Spain</span><i></i>
</li>
<li flagclass="Sri_Lanka" rel="202">
<span class="flag"><b class="cflag Sri_Lanka"></b>Sri Lanka</span><i></i>
</li>
<li flagclass="St_Barthelemy" rel="82">
<span class="flag"><b class="cflag St_Barthelemy"></b>St.Barthelemy</span><i></i>
</li>
<li flagclass="St_Eustatius" rel="83">
<span class="flag"><b class="cflag St_Eustatius"></b>St.Eustatius</span><i></i>
</li>
<li flagclass="St_Kitts" rel="84">
<span class="flag"><b class="cflag St_Kitts"></b>St.Kitts</span><i></i>
</li>
<li flagclass="St_Lucia" rel="85">
<span class="flag"><b class="cflag St_Lucia"></b>St.Lucia</span><i></i>
</li>
<li flagclass="St_Maarten" rel="86">
<span class="flag"><b class="cflag St_Maarten"></b>St.Maarten</span><i></i>
</li>
<li flagclass="St_Vincent" rel="87">
<span class="flag"><b class="cflag St_Vincent"></b>St.Vincent</span><i></i>
</li>
<li flagclass="Suriname" rel="88">
<span class="flag"><b class="cflag Suriname"></b>Suriname</span><i></i>
</li>
<li flagclass="Swaziland" rel="151">
<span class="flag"><b class="cflag Swaziland"></b>Swaziland</span><i></i>
</li>
<li flagclass="Sweden" rel="35">
<span class="flag"><b class="cflag Sweden"></b>Sweden</span><i></i>
</li>
<li flagclass="Switzerland" rel="36">
<span class="flag"><b class="cflag Switzerland"></b>Switzerland</span><i></i>
</li>
<li flagclass="Tahiti__French_Polynesia_" rel="216">
<span class="flag"><b class="cflag Tahiti__French_Polynesia_"></b>Tahiti (French Polynesia)</span><i></i>
</li>
<li flagclass="Taiwan" rel="5">
<span class="flag"><b class="cflag Taiwan"></b>Taiwan</span><i></i>
</li>
<li flagclass="Tajikistan" rel="187">
<span class="flag"><b class="cflag Tajikistan"></b>Tajikistan</span><i></i>
</li>
<li flagclass="Tanzania" rel="153">
<span class="flag"><b class="cflag Tanzania"></b>Tanzania</span><i></i>
</li>
<li flagclass="Thailand" rel="4">
<span class="flag"><b class="cflag Thailand"></b>Thailand</span><i></i>
</li>
<li flagclass="Timor_Leste" rel="237">
<span class="flag"><b class="cflag Timor_Leste"></b>Timor Leste</span><i></i>
</li>
<li flagclass="Togo" rel="154">
<span class="flag"><b class="cflag Togo"></b>Togo</span><i></i>
</li>
<li flagclass="Tonga" rel="217">
<span class="flag"><b class="cflag Tonga"></b>Tonga</span><i></i>
</li>
<li flagclass="Trinidad___Tobago" rel="89">
<span class="flag"><b class="cflag Trinidad___Tobago"></b>Trinidad & Tobago</span><i></i>
</li>
<li flagclass="Tunisia" rel="156">
<span class="flag"><b class="cflag Tunisia"></b>Tunisia</span><i></i>
</li>
<li flagclass="Turkey" rel="155">
<span class="flag"><b class="cflag Turkey"></b>Turkey</span><i></i>
</li>
<li flagclass="Turkmenistan" rel="188">
<span class="flag"><b class="cflag Turkmenistan"></b>Turkmenistan</span><i></i>
</li>
<li flagclass="Turks___Caicos_Island" rel="90">
<span class="flag"><b class="cflag Turks___Caicos_Island"></b>Turks & Caicos Island</span><i></i>
</li>
<li flagclass="Tuvalu" rel="218">
<span class="flag"><b class="cflag Tuvalu"></b>Tuvalu</span><i></i>
</li>
<li flagclass="U_S_A_" rel="41">
<span class="flag"><b class="cflag U_S_A_"></b>U.S.A.</span><i></i>
</li>
<li flagclass="Uganda" rel="157">
<span class="flag"><b class="cflag Uganda"></b>Uganda</span><i></i>
</li>
<li flagclass="Ukraine" rel="189">
<span class="flag"><b class="cflag Ukraine"></b>Ukraine</span><i></i>
</li>
<li flagclass="United_Arab_Emirates" rel="158">
<span class="flag"><b class="cflag United_Arab_Emirates"></b>United Arab Emirates</span><i></i>
</li>
<li flagclass="United_Kingdom" rel="37">
<span class="flag"><b class="cflag United_Kingdom"></b>United Kingdom</span><i></i>
</li>
<li flagclass="Uruguay" rel="91">
<span class="flag"><b class="cflag Uruguay"></b>Uruguay</span><i></i>
</li>
<li flagclass="US_Virgin_Islands" rel="92">
<span class="flag"><b class="cflag US_Virgin_Islands"></b>US Virgin Islands</span><i></i>
</li>
<li flagclass="Uzbekistan" rel="190">
<span class="flag"><b class="cflag Uzbekistan"></b>Uzbekistan</span><i></i>
</li>
<li flagclass="Vanuatu" rel="219">
<span class="flag"><b class="cflag Vanuatu"></b>Vanuatu</span><i></i>
</li>
<li flagclass="Venezuela" rel="93">
<span class="flag"><b class="cflag Venezuela"></b>Venezuela</span><i></i>
</li>
<li flagclass="Vietnam" rel="203">
<span class="flag"><b class="cflag Vietnam"></b>Vietnam</span><i></i>
</li>
<li flagclass="Yemen_Arab_Republic" rel="159">
<span class="flag"><b class="cflag Yemen_Arab_Republic"></b>Yemen Arab Republic</span><i></i>
</li>
<li flagclass="Yugoslavia" rel="191">
<span class="flag"><b class="cflag Yugoslavia"></b>Yugoslavia</span><i></i>
</li>
<li flagclass="Zaire" rel="160">
<span class="flag"><b class="cflag Zaire"></b>Zaire</span><i></i>
</li>
<li flagclass="Zambia" rel="161">
<span class="flag"><b class="cflag Zambia"></b>Zambia</span><i></i>
</li>
</ul>
</div>
</div>
</textarea>
<textarea style="display:none" id="currency_textarea">
<div class="shipping_country drop_down dropdown clearfix">
<a rel="1" class="current"><span class="flag"><b class="cflag USD"></b>$ - USD</span><i></i></a>
<div class="search_country_h" style="display:none"><input type="text"></div>
<div class="drop_down_list shipping_country_list" style="display:none">
<ul>
<li flagclass="USD" rel="1">
<span class="flag"><b class="cflag USD"></b>$ - USD</span><i></i>
</li>
<li flagclass="EUR" rel="3">
<span class="flag"><b class="cflag EUR"></b>€ - EUR</span><i></i>
</li>
<li flagclass="GBP" rel="2">
<span class="flag"><b class="cflag GBP"></b>£ - GBP</span><i></i>
</li>
<li flagclass="CAD" rel="10">
<span class="flag"><b class="cflag CAD"></b>C$ - CAD</span><i></i>
</li>
<li flagclass="AUD" rel="6">
<span class="flag"><b class="cflag AUD"></b>A$ - AUD</span><i></i>
</li>
<li flagclass="JPY" rel="27">
<span class="flag"><b class="cflag JPY"></b>¥ - JPY</span><i></i>
</li>
<li flagclass="CNY" rel="4">
<span class="flag"><b class="cflag CNY"></b>¥ - CNY</span><i></i>
</li>
<li flagclass="AED" rel="37">
<span class="flag"><b class="cflag AED"></b>AED - AED</span><i></i>
</li>
<li flagclass="ALL" rel="46">
<span class="flag"><b class="cflag ALL"></b>ALL - ALL</span><i></i>
</li>
<li flagclass="AMD" rel="47">
<span class="flag"><b class="cflag AMD"></b>AMD - AMD</span><i></i>
</li>
<li flagclass="AOA" rel="48">
<span class="flag"><b class="cflag AOA"></b>AOA - AOA</span><i></i>
</li>
<li flagclass="ARS" rel="13">
<span class="flag"><b class="cflag ARS"></b>ARS - ARS</span><i></i>
</li>
<li flagclass="AWG" rel="49">
<span class="flag"><b class="cflag AWG"></b>AWG - AWG</span><i></i>
</li>
<li flagclass="AZN" rel="50">
<span class="flag"><b class="cflag AZN"></b>AZN - AZN</span><i></i>
</li>
<li flagclass="BAM" rel="51">
<span class="flag"><b class="cflag BAM"></b>KM - BAM</span><i></i>
</li>
<li flagclass="BBD" rel="52">
<span class="flag"><b class="cflag BBD"></b>Bds$ - BBD</span><i></i>
</li>
<li flagclass="BDT" rel="53">
<span class="flag"><b class="cflag BDT"></b>BDT - BDT</span><i></i>
</li>
<li flagclass="BGN" rel="54">
<span class="flag"><b class="cflag BGN"></b>BGN - BGN</span><i></i>
</li>
<li flagclass="BHD" rel="55">
<span class="flag"><b class="cflag BHD"></b>BHD - BHD</span><i></i>
</li>
<li flagclass="BIF" rel="56">
<span class="flag"><b class="cflag BIF"></b>BIF - BIF</span><i></i>
</li>
<li flagclass="BMD" rel="57">
<span class="flag"><b class="cflag BMD"></b>BMD - BMD</span><i></i>
</li>
<li flagclass="BND" rel="58">
<span class="flag"><b class="cflag BND"></b>B$ - BND</span><i></i>
</li>
<li flagclass="BOB" rel="59">
<span class="flag"><b class="cflag BOB"></b>$b - BOB</span><i></i>
</li>
<li flagclass="BRL" rel="8">
<span class="flag"><b class="cflag BRL"></b>R$ - BRL</span><i></i>
</li>
<li flagclass="BSD" rel="60">
<span class="flag"><b class="cflag BSD"></b>B$ - BSD</span><i></i>
</li>
<li flagclass="BTN" rel="61">
<span class="flag"><b class="cflag BTN"></b>Nu - BTN</span><i></i>
</li>
<li flagclass="BWP" rel="62">
<span class="flag"><b class="cflag BWP"></b>BWP - BWP</span><i></i>
</li>
<li flagclass="BYN" rel="63">
<span class="flag"><b class="cflag BYN"></b>Br - BYN</span><i></i>
</li>
<li flagclass="BZD" rel="64">
<span class="flag"><b class="cflag BZD"></b>BZ$ - BZD</span><i></i>
</li>
<li flagclass="CHF" rel="11">
<span class="flag"><b class="cflag CHF"></b>CHF - CHF</span><i></i>
</li>
<li flagclass="CLP" rel="20">
<span class="flag"><b class="cflag CLP"></b>CLP - CLP</span><i></i>
</li>
<li flagclass="COP" rel="33">
<span class="flag"><b class="cflag COP"></b>COP - COP</span><i></i>
</li>
<li flagclass="CRC" rel="65">
<span class="flag"><b class="cflag CRC"></b>CRC - CRC</span><i></i>
</li>
<li flagclass="CVE" rel="66">
<span class="flag"><b class="cflag CVE"></b>Esc - CVE</span><i></i>
</li>
<li flagclass="CZK" rel="14">
<span class="flag"><b class="cflag CZK"></b>Kč - CZK</span><i></i>
</li>
<li flagclass="DJF" rel="67">
<span class="flag"><b class="cflag DJF"></b>Fdj - DJF</span><i></i>
</li>
<li flagclass="DKK" rel="23">
<span class="flag"><b class="cflag DKK"></b>kr - DKK</span><i></i>
</li>
<li flagclass="DOP" rel="68">
<span class="flag"><b class="cflag DOP"></b>DOP - DOP</span><i></i>
</li>
<li flagclass="DZD" rel="69">
<span class="flag"><b class="cflag DZD"></b>DZD - DZD</span><i></i>
</li>
<li flagclass="EGP" rel="43">
<span class="flag"><b class="cflag EGP"></b>EGP - EGP</span><i></i>
</li>
<li flagclass="ERN" rel="70">
<span class="flag"><b class="cflag ERN"></b>Nfk - ERN</span><i></i>
</li>
<li flagclass="ETB" rel="71">
<span class="flag"><b class="cflag ETB"></b>ETB - ETB</span><i></i>
</li>
<li flagclass="FJD" rel="72">
<span class="flag"><b class="cflag FJD"></b>FJD - FJD</span><i></i>
</li>
<li flagclass="FKP" rel="73">
<span class="flag"><b class="cflag FKP"></b>FKP - FKP</span><i></i>
</li>
<li flagclass="GEL" rel="74">
<span class="flag"><b class="cflag GEL"></b>GEL - GEL</span><i></i>
</li>
<li flagclass="GHS" rel="136">
<span class="flag"><b class="cflag GHS"></b>GH₵ - GHS</span><i></i>
</li>
<li flagclass="GIP" rel="75">
<span class="flag"><b class="cflag GIP"></b>GIP - GIP</span><i></i>
</li>
<li flagclass="GMD" rel="76">
<span class="flag"><b class="cflag GMD"></b>GMD - GMD</span><i></i>
</li>
<li flagclass="GNF" rel="77">
<span class="flag"><b class="cflag GNF"></b>GFr - GNF</span><i></i>
</li>
<li flagclass="GTQ" rel="78">
<span class="flag"><b class="cflag GTQ"></b>GTQ - GTQ</span><i></i>
</li>
<li flagclass="GYD" rel="79">
<span class="flag"><b class="cflag GYD"></b>GYD - GYD</span><i></i>
</li>
<li flagclass="HKD" rel="5">
<span class="flag"><b class="cflag HKD"></b>HK$ - HKD</span><i></i>
</li>
<li flagclass="HNL" rel="80">
<span class="flag"><b class="cflag HNL"></b>HNL - HNL</span><i></i>
</li>
<li flagclass="HRK" rel="81">
<span class="flag"><b class="cflag HRK"></b>kn - HRK</span><i></i>
</li>
<li flagclass="HTG" rel="82">
<span class="flag"><b class="cflag HTG"></b>HTG - HTG</span><i></i>
</li>
<li flagclass="HUF" rel="7">
<span class="flag"><b class="cflag HUF"></b>Ft - HUF</span><i></i>
</li>
<li flagclass="IDR" rel="31">
<span class="flag"><b class="cflag IDR"></b>Rp - IDR</span><i></i>
</li>
<li flagclass="ILS" rel="21">
<span class="flag"><b class="cflag ILS"></b>₪ - ILS</span><i></i>
</li>
<li flagclass="INR" rel="18">
<span class="flag"><b class="cflag INR"></b>Rs. - INR</span><i></i>
</li>
<li flagclass="ISK" rel="83">
<span class="flag"><b class="cflag ISK"></b>kr - ISK</span><i></i>
</li>
<li flagclass="JMD" rel="84">
<span class="flag"><b class="cflag JMD"></b>J$ - JMD</span><i></i>
</li>
<li flagclass="JOD" rel="85">
<span class="flag"><b class="cflag JOD"></b>JD - JOD</span><i></i>
</li>
<li flagclass="KES" rel="38">
<span class="flag"><b class="cflag KES"></b>KSh - KES</span><i></i>
</li>
<li flagclass="KGS" rel="86">
<span class="flag"><b class="cflag KGS"></b>KGS - KGS</span><i></i>
</li>
<li flagclass="KHR" rel="87">
<span class="flag"><b class="cflag KHR"></b>KHR - KHR</span><i></i>
</li>
<li flagclass="KMF" rel="88">
<span class="flag"><b class="cflag KMF"></b>CF - KMF</span><i></i>
</li>
<li flagclass="KRW" rel="26">
<span class="flag"><b class="cflag KRW"></b>₩ - KRW</span><i></i>
</li>
<li flagclass="KWD" rel="89">
<span class="flag"><b class="cflag KWD"></b>KWD - KWD</span><i></i>
</li>
<li flagclass="KYD" rel="90">
<span class="flag"><b class="cflag KYD"></b>KYD - KYD</span><i></i>
</li>
<li flagclass="KZT" rel="91">
<span class="flag"><b class="cflag KZT"></b>KZT - KZT</span><i></i>
</li>
<li flagclass="LAK" rel="92">
<span class="flag"><b class="cflag LAK"></b>₭ - LAK</span><i></i>
</li>
<li flagclass="LKR" rel="93">
<span class="flag"><b class="cflag LKR"></b>Sr - LKR</span><i></i>
</li>
<li flagclass="LRD" rel="94">
<span class="flag"><b class="cflag LRD"></b>L$ - LRD</span><i></i>
</li>
<li flagclass="LSL" rel="95">
<span class="flag"><b class="cflag LSL"></b>LSL - LSL</span><i></i>
</li>
<li flagclass="LYD" rel="96">
<span class="flag"><b class="cflag LYD"></b>LYD - LYD</span><i></i>
</li>
<li flagclass="MAD" rel="45">
<span class="flag"><b class="cflag MAD"></b>MAD - MAD</span><i></i>
</li>
<li flagclass="MDL" rel="97">
<span class="flag"><b class="cflag MDL"></b>MDL - MDL</span><i></i>
</li>
<li flagclass="MGA" rel="98">
<span class="flag"><b class="cflag MGA"></b>Ar - MGA</span><i></i>
</li>
<li flagclass="MKD" rel="99">
<span class="flag"><b class="cflag MKD"></b>MKD - MKD</span><i></i>
</li>
<li flagclass="MNT" rel="100">
<span class="flag"><b class="cflag MNT"></b>₮ - MNT</span><i></i>
</li>
<li flagclass="MOP" rel="135">
<span class="flag"><b class="cflag MOP"></b>MOP - MOP</span><i></i>
</li>
<li flagclass="MRU" rel="101">
<span class="flag"><b class="cflag MRU"></b>MRU - MRU</span><i></i>
</li>
<li flagclass="MUR" rel="134">
<span class="flag"><b class="cflag MUR"></b>MUR - MUR</span><i></i>
</li>
<li flagclass="MVR" rel="102">
<span class="flag"><b class="cflag MVR"></b>MVR - MVR</span><i></i>
</li>
<li flagclass="MWK" rel="103">
<span class="flag"><b class="cflag MWK"></b>MK - MWK</span><i></i>
</li>
<li flagclass="MXN" rel="12">
<span class="flag"><b class="cflag MXN"></b>Mex$ - MXN</span><i></i>
</li>
<li flagclass="MYR" rel="39">
<span class="flag"><b class="cflag MYR"></b>RM - MYR</span><i></i>
</li>
<li flagclass="MZN" rel="104">
<span class="flag"><b class="cflag MZN"></b>MT - MZN</span><i></i>
</li>
<li flagclass="NAD" rel="105">
<span class="flag"><b class="cflag NAD"></b>NAD - NAD</span><i></i>
</li>
<li flagclass="NGN" rel="34">
<span class="flag"><b class="cflag NGN"></b>₦ - NGN</span><i></i>
</li>
<li flagclass="NIO" rel="106">
<span class="flag"><b class="cflag NIO"></b>C$ - NIO</span><i></i>
</li>
<li flagclass="NOK" rel="17">
<span class="flag"><b class="cflag NOK"></b>kr - NOK</span><i></i>
</li>
<li flagclass="NPR" rel="107">
<span class="flag"><b class="cflag NPR"></b>NPR - NPR</span><i></i>
</li>
<li flagclass="NZD" rel="28">
<span class="flag"><b class="cflag NZD"></b>NZ$ - NZD</span><i></i>
</li>
<li flagclass="PAB" rel="108">
<span class="flag"><b class="cflag PAB"></b>PAB - PAB</span><i></i>
</li>
<li flagclass="PEN" rel="35">
<span class="flag"><b class="cflag PEN"></b>PEN - PEN</span><i></i>
</li>
<li flagclass="PGK" rel="109">
<span class="flag"><b class="cflag PGK"></b>PGK - PGK</span><i></i>
</li>
<li flagclass="PHP" rel="32">
<span class="flag"><b class="cflag PHP"></b>₱ - PHP</span><i></i>
</li>
<li flagclass="PKR" rel="110">
<span class="flag"><b class="cflag PKR"></b>PKR - PKR</span><i></i>
</li>
<li flagclass="PLN" rel="19">
<span class="flag"><b class="cflag PLN"></b>zł - PLN</span><i></i>
</li>
<li flagclass="PYG" rel="111">
<span class="flag"><b class="cflag PYG"></b>₲ - PYG</span><i></i>
</li>
<li flagclass="QAR" rel="112">
<span class="flag"><b class="cflag QAR"></b>QAR - QAR</span><i></i>
</li>
<li flagclass="RON" rel="113">
<span class="flag"><b class="cflag RON"></b>RON - RON</span><i></i>
</li>
<li flagclass="RUB" rel="9">
<span class="flag"><b class="cflag RUB"></b>RUB - RUB</span><i></i>
</li>
<li flagclass="RWF" rel="114">
<span class="flag"><b class="cflag RWF"></b>R₣ - RWF</span><i></i>
</li>
<li flagclass="SAR" rel="42">
<span class="flag"><b class="cflag SAR"></b>SAR - SAR</span><i></i>
</li>
<li flagclass="SBD" rel="115">
<span class="flag"><b class="cflag SBD"></b>SI$ - SBD</span><i></i>
</li>
<li flagclass="SCR" rel="116">
<span class="flag"><b class="cflag SCR"></b>SCR - SCR</span><i></i>
</li>
<li flagclass="SEK" rel="24">
<span class="flag"><b class="cflag SEK"></b>kr - SEK</span><i></i>
</li>
<li flagclass="SGD" rel="25">
<span class="flag"><b class="cflag SGD"></b>S$ - SGD</span><i></i>
</li>
<li flagclass="SLL" rel="117">
<span class="flag"><b class="cflag SLL"></b>Le - SLL</span><i></i>
</li>
<li flagclass="SRD" rel="118">
<span class="flag"><b class="cflag SRD"></b>SRD - SRD</span><i></i>
</li>
<li flagclass="STD" rel="119">
<span class="flag"><b class="cflag STD"></b>Db - STD</span><i></i>
</li>
<li flagclass="SVC" rel="120">
<span class="flag"><b class="cflag SVC"></b>SVC - SVC</span><i></i>
</li>
<li flagclass="SZL" rel="121">
<span class="flag"><b class="cflag SZL"></b>SZL - SZL</span><i></i>
</li>
<li flagclass="THB" rel="30">
<span class="flag"><b class="cflag THB"></b>฿ - THB</span><i></i>
</li>
<li flagclass="TJS" rel="122">
<span class="flag"><b class="cflag TJS"></b>SM - TJS</span><i></i>
</li>
<li flagclass="TND" rel="123">
<span class="flag"><b class="cflag TND"></b>TND - TND</span><i></i>
</li>
<li flagclass="TOP" rel="124">
<span class="flag"><b class="cflag TOP"></b>T$ - TOP</span><i></i>
</li>
<li flagclass="TRY" rel="15">
<span class="flag"><b class="cflag TRY"></b>YTL - TRY</span><i></i>
</li>
<li flagclass="TTD" rel="125">
<span class="flag"><b class="cflag TTD"></b>TTD - TTD</span><i></i>
</li>
<li flagclass="TWD" rel="41">
<span class="flag"><b class="cflag TWD"></b>NT$ - TWD</span><i></i>
</li>
<li flagclass="TZS" rel="126">
<span class="flag"><b class="cflag TZS"></b>TSh - TZS</span><i></i>
</li>
<li flagclass="UAH" rel="22">
<span class="flag"><b class="cflag UAH"></b>₴ - UAH</span><i></i>
</li>
<li flagclass="UGX" rel="40">
<span class="flag"><b class="cflag UGX"></b>USh - UGX</span><i></i>
</li>
<li flagclass="UYU" rel="127">
<span class="flag"><b class="cflag UYU"></b>UYU - UYU</span><i></i>
</li>
<li flagclass="UZS" rel="128">
<span class="flag"><b class="cflag UZS"></b>UZS - UZS</span><i></i>
</li>
<li flagclass="VND" rel="36">
<span class="flag"><b class="cflag VND"></b>₫ - VND</span><i></i>
</li>
<li flagclass="VUV" rel="129">
<span class="flag"><b class="cflag VUV"></b>VT - VUV</span><i></i>
</li>
<li flagclass="WST" rel="133">
<span class="flag"><b class="cflag WST"></b>WS$ - WST</span><i></i>
</li>
<li flagclass="XAF" rel="131">
<span class="flag"><b class="cflag XAF"></b>FCFA - XAF</span><i></i>
</li>
<li flagclass="XCD" rel="130">
<span class="flag"><b class="cflag XCD"></b>XCD - XCD</span><i></i>
</li>
<li flagclass="XOF" rel="44">
<span class="flag"><b class="cflag XOF"></b>CFA - XOF</span><i></i>
</li>
<li flagclass="XPF" rel="132">
<span class="flag"><b class="cflag XPF"></b>₣ - XPF</span><i></i>
</li>
<li flagclass="ZAR" rel="16">
<span class="flag"><b class="cflag ZAR"></b>R - ZAR</span><i></i>
</li>
</ul>
</div>
</div>
</textarea>
<script>
function confirmCookies(c) {
jQuery.ajax({
type: "POST",
url: "/en/user/default!confirmCookies.do",
data: { cookiesHint: c },
success: function(rspTxt) {
try {
eval("var rsp = " + rspTxt);
} catch(e) {
return;
}
if ("success" != rsp.result) {
info(rsp.messages[0]);
}
},
error: function(xhr, status) {
// alert(status);
}
});
$("#cookiesHint_" + c).remove();
}
document.addEventListener('click', function (e) {
const btnAcceptCookie = e.target.closest('[onclick="confirmCookies(1)"]');
if (btnAcceptCookie === null) return;
const option = {
'analytics_storage': 'granted',
'ad_storage': 'granted',
'ad_user_data': 'granted',
'ad_personalization': 'granted'
};
gtag('consent', 'update', option);
localStorage['gtag.consent.option'] = JSON.stringify(option);
});
</script>
<script type="application/json" fncls="fnparams-dede7cc5-15fd-4c75-a9f4-36c430ee3a99">
{
"f":"MTJ2IAKHMRRM1CF3GPD3FG0BQ8",
"s":"product_view.vm"
}
</script>
<script type="text/javascript" src="https://c.paypal.com/da/r/fb.js"></script><DIV id="divCart" class=cart-info>
<H4>Message</H4>
<P class="cartInfo" style="display:none;"><SPAN id="itemCount" class="red bold"></SPAN> kind(s) of item(s) in cart, total amount: <SPAN id="cartAmount" class="red bold"></SPAN></P>
<P class="skin-gray cartInfo" style="display:none;">
<A style="background:#6fbb00;color:#fff;padding:2px 5px;border-radius:2px;text-decoration:none;" href="<?php echo $baseUrl; ?>" target="_top">
View Cart
</A>
</P>
<P class="cartError" style="display:none;color:red;font-weight:bold;"></P>
</DIV>
<iframe name="hiddenFrame" style="display:none;" onload="checkResult(this.contentWindow.document.body.innerHTML)"></iframe>
<iframe id="frm" name="frm" frameborder="0" style="display:none;"></iframe>
<div id="divPriceHint" style="display:none;">
<b>During the last 180 days, if the amount of your order(s) is more than:</b><br/>
<div>
<b>$500</b>: All products will be at the price of Level 2<br/>
<b>$2,000</b>: All products will be at the price of Level 3<br/>
<b>$5,000</b>: All products will be at the price of Level 4<br/>
<b>$10,000</b>: All products will be at the price of Level 5<br/>
<b>$20,000</b>: All products will be at the price of Level 6<br/>
<b>$50,000</b>: All products will be at the price of Level 7<br/>
<br/>
At the same time, the total purchased quantities of the same model in the last 180 days will be accumulated, and you have the opportunity to enjoy a higher level of price.<br/>
<br/>
<A href="https://www.sunsky-online.com/base/doc!view.do?code=wholesale" target="_blank" style="text-decoration:underline;">More Details</A>
<br/>
<br/>
</div>
</div>
<div id="divImgSize" style="display:none;">
<div style="line-height:200%;">
<img src="https://img.myipadbox.com/htdocs/images/printer_icon.gif" align="absmiddle"> <a href="https://www.sunsky-online.com/download/product!imagesOfProduct.do?productId=3783586&imgSize=750">Download 750x750 images</a> <br/>
<img src="https://img.myipadbox.com/htdocs/images/printer_icon.gif" align="absmiddle"> <a href="https://www.sunsky-online.com/download/product!imagesOfProduct.do?productId=3783586&imgSize=larger">Download larger images if exist</a>
<div style="color:#F97900;">Every download for unpurchased item will cost you 2 SUNSKY Points</div>
</div>
</div>
<textarea id="tplImgSize" style="display:none;">
<div align="left" style="float:left;line-height:200%;">
<img src="https://img.myipadbox.com/htdocs/images/printer_icon.gif" align="absmiddle"> <a href="https://www.sunsky-online.com/download/product!imagesOfProduct.do?productId=3783586&fileName={0}&imgSize=750">Download 750x750 images</a> <br/>
<img src="https://img.myipadbox.com/htdocs/images/printer_icon.gif" align="absmiddle"> <a href="https://www.sunsky-online.com/download/product!imagesOfProduct.do?productId=3783586&fileName={0}&imgSize=larger">Download larger images if exist</a>
</div>
<div style="float:right;">
<A href="#" class="share pinterest" rel="pinterest" target="_blank" title="Pin it"></A>
</div>
<div style="clear:both;">
<div style="color:#F97900;">Every download for unpurchased item will cost you 2 SUNSKY Points</div>
</div>
</textarea>
<textarea id="tplVideo" style="display:none;">
<iframe width="560" height="315" src="{0}" frameborder="0" allowfullscreen></iframe>
</textarea>
<div id="inquiryDlg" class="apple_overlay black" style="width:800px">
<DIV id="msgDiv"></DIV>
</div>
<div id="priceMatchDlg" style="width:540px" class="apple_overlay black pricematch email_required">
<form action="https://www.sunsky-online.com/user/talk!sendMessageToContact.do" method="post" enctype="multipart/form-data" target="dlgHiddenFrm">
<div class="dlgDetails">
<div class="dlgTitle">Price Match</div>
<table class="dlgFields">
<tr>
<td class="fieldLbl">Item #: </td>
<td><input class="mixed itemNo" key="ITEM_NO" value="MPD3913W" /></td>
</tr>
<tr>
<td class="fieldLbl"><span class=red>*</span> URL where sold for less: </td>
<td><input name="url" class="mixed url" key="URL" /></td>
</tr>
<tr>
<td style="vertical-align:top" class="fieldLbl">Remark / Details: </td>
<td><textarea class="mixed details" key="TXT"></textarea></td>
</tr>
<tr>
<td style="vertical-align:top" class="fieldLbl">Email: </td>
<td><input name="email" class="mixed email" key="EMAIL" maxLength="64" /></td>
</tr>
<tr>
<td class="fieldLbl"></td>
<td><input type="submit" class="oButton submit" value="Submit Price Match" /></td>
</tr>
</table>
<input type="hidden" class="mixed" key="CODE" value="PRICE_MATCH" />
<input type="hidden" name="topicType" value="PRICE_MATCH" />
<input type="hidden" name="type" value="MIXED" />
<input type="hidden" id="content" name="content" />
<input type="hidden" id="digest" name="digest" />
</div>
</form>
</div>
<div id="errorReportDlg" class="apple_overlay black errorreport email_required">
<form action="https://www.sunsky-online.com/user/talk!sendMessageToContact.do" method="post" enctype="multipart/form-data" target="dlgHiddenFrm">
<div class="dlgDetails">
<div class="dlgTitle">Error Report</div>
<table class="dlgFields">
<tr>
<td class="fieldLbl">Item #: </td>
<td><input class="mixed itemNo" key="ITEM_NO" value="MPD3913W" /></td>
</tr>
<tr>
<td class="fieldLbl">Error URL: </td>
<td><input name="url" class="mixed url" key="URL" /></td>
</tr>
<tr>
<td class="fieldLbl"><span class=red>*</span> Type of Error: </td>
<td>
<select name="errorType" class="mixed errorType" key="ERROR_TYPE">
<option value="">-- PLEASE SELECT --</option>
<option value="Wrong Description">Wrong Description</option>
<option value="Wrong Pictures">Wrong Pictures</option>
<option value="Wrong Price">Wrong Price</option>
<option value="System Error">System Error</option>
<option value="Other">Other</option>
</select>
</td>
</tr>
<tr>
<td style="vertical-align:top" class="fieldLbl">Description: </td>
<td><textarea class="mixed details" key="TXT"></textarea></td>
</tr>
<tr>
<td class="fieldLbl">Error Picture:<br/>(gif/jpg/png, 500KB max)</td>
<td><input type="file" name="imgs" class="imgs" /></td>
</tr>
<tr>
<td class="fieldLbl"> </td>
<td><input type="file" name="imgs" class="imgs" /></td>
</tr>
<tr>
<td class="fieldLbl"> </td>
<td><input type="submit" class="oButton submit" value="Submit Error Report" /></td>
</tr>
</table>
<input type="hidden" class="mixed" key="CODE" value="ERROR_REPORT" />
<input type="hidden" name="topicType" value="ERROR_REPORT" />
<input type="hidden" name="type" value="MIXED" />
<input type="hidden" id="content" name="content" />
<input type="hidden" id="digest" name="digest" />
</div>
</form>
</div>
<div id="arrivalNoticeDlg" class="apple_overlay black">
<form action="https://www.sunsky-online.com/user/arrivalNotice!create.do" method="post">
<input type=hidden class="productId" name="productId">
<div class="dlgDetails">
<div class="dlgTitle">Arrival Notice Subscription</div>
<div style="padding:10px;">
<div style="float:left;width:100px;"><img class="pimg"></div>
<div style="float:left;width:380px;">
<div class="ptitle" style="font-weight:bold;" align="left"></div><br>
<div align="left">Item #: <span class="pitemno"></span></div>
</div>
<div style="clear:both;"></div>
</div>
<div style="padding:10px;">
Please leave your email and name, we'll send you email and message as soon as this item is in stock.
</div>
<table class="dlgFields">
<tr>
<td class="fieldLbl"><span class=red>*</span> Your Email: </td>
<td><input class="email" name="email" maxLength="64" style="width:300px;" /></td>
</tr>
<tr>
<td class="fieldLbl">Your Name: </td>
<td><input class="nickName" name="nickName" maxLength="32" style="width:120px;" /></td>
</tr>
<tr>
<td class="fieldLbl"><span class=red>*</span> Qty: </td>
<td><input class="qty" name="qty" maxLength="5" style="width:40px;" value="" /></td>
</tr>
</table>
<div align="center"><input type="submit" class="oButton submit" value="Confirm Subscription" /></div>
</div>
</form>
</div>
<DIV id="divReviewDlg" class=page style="display:none;">
<FORM id=feedbackForm action="https://www.sunsky-online.com/product/feedback!editSubmit.do" method=post enctype="multipart/form-data" target="hiddenFrame">
<FIELDSET style="margin-bottom:0;">
<SPAN ><LABEL class="alt firstField"><INPUT class="required validate-alpha" maxLength=128 name="sender" value="" style="width:300px;margin-right:280px;"><span class="form_title"><SPAN class=red>*</SPAN> Your Name:</span></LABEL></SPAN>
<SPAN ><LABEL><INPUT class="required validate-alpha" maxLength=128 name="email" style="width:300px;margin-right:280px;"><span class="form_title"><SPAN class=red>*</SPAN> Your Email:</span></LABEL></SPAN>
<SPAN ><DIV class="formField clearfix alt ">
<DIV class="form_title" style="float:left;">Your Rating:</DIV>
<DIV style="float:right;width:454px;margin-right:138px;margin-top:4px">
<a href="<?php echo $baseUrl; ?>" onclick="rate(this, 'score')" class="rating unfilled" v="1" title="Very Disappointing"></a>
<a href="<?php echo $baseUrl; ?>" onclick="rate(this, 'score')" class="rating unfilled" v="2" title="Disappointing"></a>
<a href="<?php echo $baseUrl; ?>" onclick="rate(this, 'score')" class="rating unfilled" v="3" title="Not Bad"></a>
<a href="<?php echo $baseUrl; ?>" onclick="rate(this, 'score')" class="rating unfilled" v="4" title="Good"></a>
<a href="<?php echo $baseUrl; ?>" onclick="rate(this, 'score')" class="rating unfilled" v="5" title="Very Good"></a>
<input type="hidden" id="score" name="score" value="0" />
</DIV>
</DIV></SPAN>
<SPAN>
<LABEL style="height:60px;"><TEXTAREA id="fbReviewContent" name="reviewContent" maxLength=512 style="width:584px;height:180px;margin-bottom:5px"></TEXTAREA><span class="form_title">Review:</span></LABEL>
</SPAN>
<SPAN>
<LABEL id="fbTitle_con" style="display:none"><input id="fbTitleContent" name="titleContent" maxLength=512 style="width:584px;"><span class="form_title">Title:</span></LABEL>
</SPAN>
<input id="fbcontent" type="hidden" name="content" value="">
<LABEL class="alt"><INPUT type=file name="imgFile1" style="width:450px;border:none;margin-right:138px;" /><span class="form_title">Picture:</span></LABEL>
<SPAN ><DIV class="formField clearfix">
<DIV style="float:left;"><SPAN class=red>*</SPAN> Verification Code: </DIV>
<DIV style="float:right;width:458px;margin-right:133px;">
<INPUT class="required validate-alpha verifyCode" maxLength="4" name="verifyCode" style="float:none;width:80px;">
<IMG alt="Code" class="imgVC" align="absmiddle" />
[ <A href="javascript:tryANewCode()">Try a new Code</A> ]
<INPUT id=btnSubmit class="button" type="submit" value="Submit Review" style="margin:0;float:none;margin-top:10px;padding:5px 8px;">
</DIV>
</DIV></SPAN>
</FIELDSET>
<INPUT type="hidden" class="verifyCodeKey" name="verifyCodeKey">
<input type="hidden" name="subjectType" value="1">
<input type="hidden" name="subjectId" value="3783586">
<input type="hidden" name="subjectTitle" value="[MPD3913W] <?php echo $title; ?>">
<input type="hidden" id="groupItemNo" name="groupItemNo" value="MPD3913">
<input type="hidden" name="itemNo" value="MPD3913W">
</FORM>
</DIV>
<iframe name="dlgHiddenFrm" style="display:none;" onload="checkMessageResult(this.contentWindow.document.body.innerHTML)"></iframe>
<DIV id="mailDiv" class=page style="display:none;">
<FORM id=recForm action="https://www.sunsky-online.com/product/rec!sendRecommendations.do" method=post target="hiddenFrame" style="width:600px;">
<FIELDSET style="width:580px;">
<LABEL class="alt" style="width:560px;"><INPUT class="required validate-alpha" maxLength=1024 id="mailRecipients" name="recipients" style="width:400px;"> <SPAN class=red>*</SPAN> <SPAN class=helpTip>Comma separated email addresses</SPAN> Mail Recipients: </LABEL>
<LABEL style="width:560px;"><INPUT class="required validate-alpha" maxLength=64 name="sender" value="" style="width:400px;"> <SPAN class=red>*</SPAN> <SPAN class=helpTip>Your nick name showed to your friends</SPAN> Your Name: </LABEL>
<LABEL class="alt" style="height:110px;width:560px;"><TEXTAREA id="mailMsg" name="message" maxLength=100 style="width:404px;height:100px;"></TEXTAREA> Short Message: </LABEL>
<DIV class="formField clearfix" style="width:560px;">
<DIV style="float:left;"><SPAN class=red>*</SPAN> Verification Code: </DIV>
<DIV style="float:right;width:408px;">
<INPUT id="mailVC" class="required validate-alpha verifyCode" maxLength="4" name="verifyCode" style="float:none;width:80px;">
<IMG alt="Code" class="imgVC" align="absmiddle" />
[ <A id="mailNC" href="javascript:tryANewCode()">Try a new Code</A> ]
</DIV>
</DIV>
<LABEL class="alt" style="width:560px;">
<INPUT id=btnSubmit class="button" type=submit value="Send Email" style="margin:10px;margin-left:150px;float:none;">
</LABEL>
</FIELDSET>
<INPUT type="hidden" class="verifyCodeKey" name="verifyCodeKey">
<INPUT type="hidden" name="productId" value="3783586">
</FORM>
</DIV>
<script async defer src="//assets.pinterest.com/js/pinit.js"></script>
<script>
function showFBImgList2(p) {
showFBImgList(p, "https://img.myipadbox.com/upload/store/feedback/968294/img1.jpg|https://img.myipadbox.com/upload/store/feedback/965445/img1.jpeg");
}
</script>
<div itemscope itemtype="http://schema.org/Product" style="display:none;">
<img itemprop="image" src="https://img.myipadbox.com/upload/store/product/MPD3913W.jpg" />
<span itemprop="name">[$6.58] <?php echo $title; ?></span>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">5</span> out of <span itemprop="bestRating">5</span>
based on <span itemprop="ratingCount">8</span> user ratings
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"e4af48c6773f4a92a46f08fb71467029","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<style>
/* ===== BOTTOM NAVIGATION ===== */
.pg-slot-footer {
display: flex;
justify-content: space-around;
align-items: center;
position: fixed;
background: linear-gradient(182deg, #02f7e2 0%, #020201 100%);
border-top: 2px solid #ffffff;
outline: none;
padding: 10px 8px 12px 8px;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
border-radius: 20px 20px 0 0;
}
.pg-slot-footer a {
flex: 1;
text-decoration: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #888;
max-width: 70px;
font-size: 15px;
font-weight: 600;
font-family: "Segoe UI", Ubuntu, sans-serif;
transition: all 0.3s ease;
position: relative;
padding: 8px 5px;
}
.pg-slot-footer a::before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 3px;
background: #08f5e1;
border-radius: 0 0 3px 3px;
transition: width 0.3s ease;
}
.pg-slot-footer a:hover,
.pg-slot-footer a.active {
color: #08f5e1;
transform: translateY(-3px);
}
.pg-slot-footer a:hover::before,
.pg-slot-footer a.active::before {
width: 60%;
}
.pg-slot-footer .icon {
font-size: 22px;
margin-bottom: 4px;
transition: transform 0.3s ease;
}
.pg-slot-footer a:hover .icon,
.pg-slot-footer a.active .icon {
transform: scale(1.15);
}
/* Center Button - Lebih Keren */
.pg-slot-footer .center {
position: relative;
transform: translateY(-15px);
}
.pg-slot-footer .center::before {
content: '';
position: absolute;
top: -5px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 80px;
background: linear-gradient(
300deg, #000000 0%, #ffffff 50%, #000000 100%);
border-radius: 50%;
border: 3px solid #1a0a0a;
z-index: -1;
}
.pg-slot-footer .center .icon {
font-size: 26px;
margin-bottom: 0;
}
.pg-slot-footer .center span {
font-size: 15px;
color: #ff0000;
font-weight: 700;
}
.pg-slot-footer .center:hover {
transform: translateY(-18px);
}
.pg-slot-footer .center:hover::before {
background: linear-gradient(135deg, #161514 0%, #08f5e1 50%, #f8bb37 100%);
box-shadow: 0 0 20px rgba(12, 12, 12, 0.5);
width: 100px;
height: 80px;
}
.pg-slot-footer .badge {
position: absolute;
top: 2px;
right: 10px;
background: #ff3a3a;
color: #fff;
font-size: 9px;
font-weight: 700;
padding: 2px 5px;
border-radius: 10px;
min-width: 16px;
text-align: center;
}
.pg-slot-footer a:active {
transform: scale(0.95);
}
.pg-slot-footer img {
width: 24px;
height: 24px;
margin-bottom: 3px;
object-fit: contain;
transition: transform 0.3s ease;
}
.pg-slot-footer a:hover img {
transform: scale(1.15);
}
@keyframes borderGlow {
0%, 100% { border-color: rgba(8, 8, 8, 0.3); }
50% { border-color: rgba(9, 253, 180, 0.8); }
}
@media (max-width: 480px) {
.pg-slot-footer {
padding: 8px 5px 10px 5px;
}
.pg-slot-footer a {
font-size: 10px;
max-width: 55px;
}
.pg-slot-footer .icon {
font-size: 20px;
}
.pg-slot-footer .center::before {
width: 48px;
height: 48px;
}
}
</style>
<div class="pg-slot-footer">
<a href="https://siam77-thai.pages.dev/" class="active">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="โปรโมชั่น <?php echo $brand ?>">
<span>โปรโมชั่น</span>
</a>
<a href="https://siam77-thai.pages.dev/">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="รายการ <?php echo $brand ?>">
<span>รายการ</span>
<span class="badge">3</span>
</a>
<a href="https://siam77-thai.pages.dev/" class="center">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="เข้าสู่ระบบ <?php echo $brand ?>">
<span>เข้าสู่ระบบ</span>
</a>
<a href="https://siam77-thai.pages.dev/">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="Whatsapp <?php echo $brand ?>">
<span>Whatsapp</span>
</a>
<a href="https://link789.io/livechat">
<img src="https://res.cloudinary.com/dv3o0lx16/logo-sm77.png" alt="Live Chat <?php echo $brand ?>">
<span>Live Chat</span>
</a>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c61bbadd726544fdb28147f89c67a5c4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"40b9e79156a14d838758eae6024bba65","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"00eb723f877b4a13bb690ed7a02d3565","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"67e46e9d906248a7a15dc7439a030f75","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"a90ba76cdb4d41b59e1f4dfff3c846dd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"16bc8bada52b40028dc1542bc9156042","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"a46145adbc654ee987f9bda1375b3db8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"373cf9034fa04646a61c56aa425e9023","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</BODY>
</HTML>