@charset "UTF-8";

/* Bottom Menu */
.bottom-menu {
	width: 90%;
	bottom: 10px;
    margin: auto;
    left: 0px;
    right: 0px;
}

.phone .catalogmobile .side-column {
  width: 100%;
  max-width: 130px !important; 
  display: block !important;  
  background: #fff;
  }

.phone .catalogmobile #content {
  max-width: calc(100% - 130px) !important;  
  padding: 5px;
  min-height:500px;
} 
.catalogmobile .side-column{
	padding:5px;
	position: relative;
}

.catalogmobile .side-column .grid-rows{
    position: fixed;
    width: 120px;
    overflow: hidden;

}

.catalogmobile #column-left  li.menu-item{
	width: 100%;
	/*border-bottom: 1px solid #333;*/
}

.catalogmobile #column-left  li.menu-item a{
	    color: #333;
    padding: 12px 0px;
    display: block;
    font-size: 13px;
    font-family: 'Arimo';
}

.main-productsformobile .product-thumb {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin-bottom: 5px;
}

.main-productsformobile .product-thumb .image {
  display: block;
  margin-bottom: 5px;
}

.main-productsformobile .product-thumb .image img {
  width: 100%;
  border-radius: 6px;
}

.main-productsformobile .product-thumb .caption h4 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
}

.main-productsformobile .product-thumb .caption h4 a::after {
  content: '...';
}


.hotproductbox {
  padding: 10px;
}
body .hotproductbox h3{
	font-size: 15px;
    margin-bottom: 5px;
}
.hotproductbox .product-carousel-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  
  /* 隐藏滚动条（兼容主流浏览器） */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.hotproductbox .product-carousel-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.hotproductbox .product-column {
  display: inline-block;
  vertical-align: top;
  width: calc(100vw / 4); /* 默认：小屏幕显示 2.5 列 */
  margin-right: 10px;
  box-sizing: border-box;
  min-width:140px;
  
}

@media (min-width: 478px) {
  .hotproductbox .product-column {
    width: calc(100vw / 4.5); /* 大屏显示 3.5 列 */
  }
}

.hotproductbox .product-thumb {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin-bottom: 5px;
  
}

.hotproductbox .product-thumb .image {
  display: block;
  margin-bottom: 5px;
}

.hotproductbox .product-thumb .image img {
  width: 100%;
  border-radius: 6px;
}

.hotproductbox .product-thumb .caption h4 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
}

.hotproductbox .product-thumb .caption h4 a::after {
  content: '...';
}

.hotproductbox .product-thumb .caption p,
.hotproductbox .product-thumb .rating,
.hotproductbox .button-group {
  display: none;
}

.hotproductbox .carousel-progress {
  height: 4px;
  background: #ddd;
  width: 30%;
  margin: 10px auto 0 auto; /* 居中 */
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.hotproductbox .carousel-progress-bar {
  background: #000;
  height: 100%;
  width: 0%; /* JS 控制宽度 */
  transition: width 0.3s ease;
}

.hotproductbox .image.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
}

.hotproductbox .product-info {
  flex: 1;
  min-width: 0; /* 允许内容收缩 */
  padding-right: 2px;
}

.hotproductbox .product-info .product-name {
	font-size: 14px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    line-height: 17px;
    height: 34px;
    font-weight: bold;
	overflow: hidden;
}

.hotproductbox .product-thumb-image {
  width: 30px;
  height: 48px;
  flex-shrink: 0;
}

.hotproductbox .product-thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.hotproductbox .product-tags {
	height: 46px;
    overflow: hidden;
    min-height: 46px;
}
.hotproductbox .product-tags .tag{
	border-radius: 5px 5px 5px 7px;
    padding: 2px 5px;
    background: #FEE6FF;
    font-size: 10px;
    float: left;
    margin: 2px 2px;
	color: #C96EDB;
}
.hotproductbox .flex-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
}

.hotproductbox .flex-caption .price {
  font-size: 14px;
  color: #000;
}

.hotproductbox .flex-caption .price-old {
  text-decoration: line-through;
  font-size: 12px;
  color: #888;
  margin-left: 4px;
}

.hotproductbox .flex-caption .stock-label .label {
  font-size: 10px;
  background-color: #e0f8e0;
  color: #008000;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

.hotproductbox .price-home{
    font-weight: bold;
}

.hotproductbox .statusstyle{
border-radius: 5px;
    background: black;
    color: white;
    font-size: 12px;
    padding: 2px 4px;}
	
.hotproductbox h3 img{margin-bottom: 10px;}	
