-
Tokyo City Building Set
East Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Kuala Lumpur City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Tank City Battle
Board game Price range: $29.00 through $39.00Select Options This product has multiple variants. The options may be chosen on the product pageClearSkill Battle VersionCity Battlefield Version
HOT SALE
Limited Special Offer
Limited time preferential activity
/* === 大容器 === */
.offer-banner {
display: flex !important;
flex-direction: row !important;
width: 100%;
height: 520px;
border-radius: 20px;
overflow: hidden;
margin-bottom: 70px;
background: linear-gradient(135deg, #c0c5ce 0%, #e5e9f0 50%, #f0f2f5 100%);
padding: 0 !important;
}
/* === 左半区:完美圆角 + 图片填满 === */
.banner-left {
width: 50% !important;
height: 100% !important;
flex: 0 0 50% !important;
position: relative !important;
overflow: hidden !important;
/* ★★★ 核心修复:左圆角 ★★★ */
border-radius: 20px !important; /* 四个角都圆 */
background: transparent !important; /* 去掉背景色,防止露出空隙 */
}
/* 彻底重置短代码输出的 ul.products */
.banner-left ul.products {
display: block !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
height: 100% !important;
position: relative !important;
}
.banner-left ul.products li.product {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
opacity: 0 !important;
transition: opacity 0.8s ease !important;
z-index: 1 !important;
margin: 0 !important;
padding: 0 !important;
display: block !important;
}
.banner-left ul.products li.product.active {
opacity: 1 !important;
z-index: 2 !important;
}
/* ★★★ 图片:强制撑满左半区,不留空隙 ★★★ */
.banner-left ul.products li.product img {
all: unset !important;
display: block !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
aspect-ratio: auto !important;
margin: 0 !important;
padding: 0 !important;
}
/* 隐藏左半区里的标题、价格、按钮 */
.banner-left .woocommerce-loop-product__title,
.banner-left .price,
.banner-left .add_to_cart_button,
.banner-left .star-rating,
.banner-left .onsale {
display: none !important;
}
/* === 右半区 === */
.banner-right {
width: 50% !important;
height: 100% !important;
flex: 1 !important;
position: relative !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
padding: 40px !important;
box-sizing: border-box !important;
}
/* ★★★ 产品标题:大号、深色、加粗,视觉更酷 ★★★ */
.product-title-display {
font-size: 26px !important;
font-weight: 700 !important;
color: #1d1d1f !important;
margin-bottom: 8px !important;
line-height: 1.2 !important;
}
.banner-text-wrap h2 {
font-size: 42px;
color: #1d1d1f;
font-weight: 600;
margin-bottom: 5px;
}
.banner-text-wrap p {
font-size: 18px;
color: #424245;
margin-bottom: 30px;
}
.banner-buy-btn {
display: inline-block;
padding: 14px 36px;
background: #1d1d1f;
color: #fff;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.banner-buy-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
background: #2d2d2f;
}
/* === HOT SALE 标签 === */
.hot-sale-tag {
position: absolute;
top: 40px;
right: 40px;
background: #ff3b30;
color: #fff;
padding: 10px 20px;
min-width: 80px;
border-radius: 50px;
font-weight: 600;
font-size: 14px;
z-index: 10;
animation: bounce 1.5s infinite;
text-align: center;
line-height: 1.3;
}
.discount-text {
display: block;
font-size: 12px;
font-weight: 400;
margin-bottom: 3px;
letter-spacing: 0.5px;
}
.discount-text:empty {
display: none;
}
@keyframes bounce {
0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}
}
/* === 轮播点 === */
.banner-dot-box {
position: absolute !important;
bottom: 40px !important;
left: 50% !important;
transform: translateX(-50%) !important;
display: flex !important;
gap: 12px !important;
z-index: 999 !important;
}
.banner-dot {
width: 12px !important;
height: 12px !important;
border-radius: 50% !important;
background: #ccc !important;
cursor: pointer !important;
}
.banner-dot.active {
background: #1d1d1f !important;
}
* {margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif;}
body {background:#f5f5f5;}
.container {max-width:1500px;margin:0 auto;padding:20px;}
/* 大标签样式 */
.filter-box{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-bottom:20px;
align-items:center;
}
.filter-btn{
padding:12px 24px;
background:#fff;
border:1px solid #000;
border-radius:12px;
font-size:16px;
font-weight:500;
color:#000 !important;
cursor:pointer;
transition:all 0.2s ease;
}
.filter-btn.active{
background:#000;
color:#fff !important;
border-color:#000;
}
/* 排序下拉框 */
.sort-select{
padding:12px 40px 12px 20px;
border:1px solid #000;
border-radius:12px;
font-size:16px;
color:#000;
background:#fff url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ width=’16’ height=’16’ viewBox=’0 0 24 24′ fill=’none’ stroke=’black’ stroke-width=’2′ stroke-linecap=’round’ stroke-linejoin=’round’%3E%3Cpolyline points=’6 9 12 15 18 9’%3E%3C/polyline%3E%3C/svg%3E”) no-repeat right 16px center;
appearance:none;
cursor:pointer;
}
/* 城市子分类 —— 大小和大标签完全一致 */
.sub-filter-box {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 20px;
display: none;
}
.sub-filter-btn {
padding:12px 24px;
background:#fff;
border:1px solid #000;
border-radius:12px;
font-size:16px;
font-weight:500;
color:#000 !important;
cursor:pointer;
transition:all 0.2s ease;
}
.sub-filter-btn.active {
background:#000;
color:#fff !important;
border-color:#000;
}
/* 分页按钮 */
.page-turn-box {
display: flex;
justify-content: center;
gap: 15px;
margin: 30px 0;
display: none;
}
.turn-btn {
padding: 12px 24px;
border:1px solid #000;
border-radius: 12px;
background: #000;
color: #fff;
font-size:16px;
cursor: pointer;
}
.page-num {
line-height: 46px;
font-size:16px;
color:#000;
}
/* 产品展示区域 */
.product-show-wrap {margin:40px 0;}
.product-show-wrap ul.products {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 20px !important;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.product-show-wrap li.product {
position: relative !important;
border-radius: 12px !important;
overflow: hidden !important;
background: #fff !important;
aspect-ratio: 1/1 !important;
}
.product-show-wrap li.product [class*=”sale”],
.product-show-wrap li.product [class*=”onsale”],
.product-show-wrap li.product [class*=”discount”],
.product-show-wrap li.product [class*=”badge”],
.product-show-wrap li.product [class*=”tag”],
.product-show-wrap li.product [class*=”label”],
.product-show-wrap li.product [class*=”促销”],
.product-show-wrap li.product [class*=”特价”],
.product-show-wrap li.product [class*=”热卖”],
.product-show-wrap li.product [class*=”秒杀”] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
width: 0 !important;
height: 0 !important;
position: absolute !important;
left: -9999px !important;
top: -9999px !important;
z-index: -999 !important;
pointer-events: none !important;
}
.product-show-wrap li.product .woocommerce-loop-product__title,
.product-show-wrap li.product .price,
.product-show-wrap li.product .sku_wrapper,
.product-show-wrap li.product .product_meta,
.product-show-wrap li.product .variations,
.product-show-wrap li.product .cart,
.product-show-wrap li.product .add_to_cart_button {
display: none !important;
}
.product-show-wrap li.product img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
border: none !important;
position: relative !important;
z-index: 1 !important;
}
/* 产品标题栏 */
.product-title-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 12px;
background: rgba(0, 0, 0, 0.35);
color: #fff;
text-align: center;
font-size: 15px;
font-weight: 500;
line-height: 1.3;
z-index: 2;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
backdrop-filter: blur(2px);
}
/* 悬浮按钮 */
.product-action-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: flex;
justify-content: center;
gap: 15px;
padding: 15px 0;
background: linear-gradient(transparent, rgba(0,0,0,0.4));
visibility: hidden;
transition: visibility 0.3s;
z-index: 9;
}
.product-show-wrap li.product:hover .product-action-bar {
visibility: visible;
}
.action-icon {
width: 35px;
height: 35px;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: transform 0.2s;
}
.action-icon:hover {
transform: scale(1.1);
}
.action-icon.favorite-btn.active {
visibility: visible !important;
opacity: 1 !important;
z-index: 10 !important;
}
.action-icon.favorite-btn.active i {
color: #ff4757;
}
.product-item-wrapper {
display: flex;
flex-direction: column;
gap: 3px;
}
.product-title {
display: none !important;
}
/* 弹窗 */
.product-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
z-index: 99999;
align-items: center;
justify-content: center;
padding: 20px;
cursor: pointer;
}
.modal-content {
background: transparent;
width: auto;
max-width: 90vw;
max-height: 90vh;
position: relative;
border-radius: 12px;
cursor: default;
overflow: visible !important;
}
.modal-close {
position: absolute;
top: 15px;
right: 15px;
width: 45px;
height: 45px;
background: rgba(0,0,0,0.6);
border-radius: 50%;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer;
z-index: 100;
color: #fff;
font-size: 20px;
transition: all 0.2s;
border: 2px solid rgba(255,255,255,0.3);
}
.modal-close:hover {
background: #fff;
color: #000;
transform: scale(1.1);
}
/* 轮播 */
.carousel-container {
position: relative;
width: 100%;
height: 100%;
}
.carousel-slides {
display: flex;
transition: transform 0.4s ease;
}
.carousel-slide {
min-width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.carousel-slide img {
max-width: 100%;
max-height: 85vh;
object-fit: contain;
border-radius: 12px;
}
.carousel-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
background: rgba(0,0,0,0.6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 50;
color: #fff;
font-size: 20px;
transition: background 0.2s;
border: 2px solid rgba(255,255,255,0.3);
}
.carousel-arrow:hover {
background: #fff;
color: #000;
}
.carousel-arrow.prev {left: 20px;}
.carousel-arrow.next {right: 20px;}
.carousel-indicators {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 10px;
z-index: 50;
}
.carousel-indicator {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255,255,255,0.4);
cursor: pointer;
transition: all 0.2s;
border: 1px solid rgba(255,255,255,0.5);
}
.carousel-indicator.active {
background: #fff;
transform: scale(1.3);
}
.carousel-container.single .carousel-arrow,
.carousel-container.single .carousel-indicators {
display: none !important;
}
默认排序
价格低到高
价格高到低
最新上架
-
Houston City Building Set
North America Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Hanoi City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Busan City Building Set
East Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Jakarta City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Bangkok City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Sydney City Building Set
Others Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Paris City Building Set
Europe Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Chicago City Building Set
North America Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Las Vegas City Building Set
North America Price range: $19.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearProPro+MagMini+MagMini+Box -
New York City Set
North America Price range: $19.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagProPro+MagMini+MagMini+Box -
Philadelphia City Building Set
North America Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Washington City Building Set
North America Price range: $39.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagProPro+Mag -
Tokyo City Building Set
East Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Moscow City Building Set
Europe Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Los Angeles City Building Set
North America Price range: $19.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagProPro+MagMini+MagMini+Box -
San Francisco City Building Set
North America Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Abu Dhabi City Building Set
Middle East Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Singapore City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Dubai City Building Set
Middle East Price range: $19.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagProPro+MagMini+MagMini+BoxPalm Jumeirah ProPalm Jumeirah Pro+Mag -
Large Clear Storage Box
Accessories Original price was: $15.90.$12.90Current price is: $12.90. Add to Cart
第1页
Real Customer Reviews
@keyframes runReview{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
#fixReviewBox:hover{animation-play-state:paused;}
Join Our Newsletter
Showing 1–12 of 24 results
-
Houston City Building Set
North America Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Hanoi City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Busan City Building Set
East Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Jakarta City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Bangkok City Building Set
Southeast Asia Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Sydney City Building Set
Others Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Paris City Building Set
Europe Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Chicago City Building Set
North America Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Las Vegas City Building Set
North America Price range: $19.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearProPro+MagMini+MagMini+Box -
New York City Set
North America Price range: $19.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagProPro+MagMini+MagMini+Box -
Philadelphia City Building Set
North America Price range: $19.00 through $49.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagMini+MagMini+Box -
Washington City Building Set
North America Price range: $39.00 through $59.00Select Options This product has multiple variants. The options may be chosen on the product pageClearBasicBasic+MagProPro+Mag

















