body{font-size: 16px;}
.bc-bk{color:#ccc;background-color:#000;}
.bc-bk a{color:#fff;}
.warning{padding: 0;
    margin: 0;
    text-align: center;
    position: static;
    font-size: 1rem;
    background-color: #e9ecef;
    padding-bottom: 4px;
    padding-top: 4px;}
.navbar{background-color: #000;text-transform: uppercase;}
.products {}
.products h1{margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;}
.products a{color: #666;}
.products img{width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;}
.product_index h3 {font-size: 0.8rem;
    margin: 10px 0;
    text-align: left;padding: 0;
}
.product_index {margin-top: 20px;
    margin-bottom: 20px;}
.best-seller{margin-top: 4.5rem;}
h2{padding-top: 2rem;padding-bottom: 2rem;}
.brand-history{background-color: #f9f9f9;
    margin-top: 8rem;padding: 0 10%;padding-bottom: 6rem;}
.brand-history img{width: 100%;
    aspect-ratio: 6 / 3;
    object-fit: cover;
border-radius: 1rem;}
.brand-history-view{margin-top: 3rem;}
.brand-history-view p{text-align: left;padding-inline-start: 1ch;}
.brand-text{align-self: center;}
.reviews{margin-top: 20px;
    padding: 30px;
    background-color: #f8f9fa;
    text-align: left;
    margin-bottom: 20px;
    height: 180px;}
.reviews p{font-style: italic;
    font-weight: 600;
    line-height: 1.2;}
.reviews span{font-style: italic;
    color: #999;
    font-size: .8rem;}

@media only screen and (max-width: 1024px){
    .product-info h1{font-size:1rem;margin-top:2rem;}
    .breadcrumb{display:none;}
    .logo{width: 70%;}
    .brand-history{padding: 0;}
    .brand-history-view {
    margin-top: 3rem;
    flex-direction: column;
}
.brand-img{order: -1;}
.brand-text h2{padding-top: 2rem;
    }
.foot-logo{text-align: center;}
.foot-logo p{width: 100%!important;}
.footer-list{width: 100%!important;}
.footer li{list-style: none;float: left;padding-right: 2%;}
.footer-list{text-align: center;}
}
.footer a{}
.footer{background-color: #000;
    color: #fff;
    padding-top: 5%;
padding-bottom: 5%;
margin-top: 2%;
}
.footer-menu{padding-left: 2%;}
.footer-list{float: left;
    list-style: none;
    width: 33.3%;margin-bottom: 4%;}
.footer li{list-style: none;}
.footer-list a{color: #fff;}
.footer-menu-block{padding: 0;
    float: left;
    width: 100%;}
.footer-menu-heading{display: block;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 10px;}
.foot-logo p{width: 70%;
    padding-left: 2%;
    padding-top: 2%;color: #ccc;}
.footer-logo img{width: 300px;
    height: 60px;}
.copyright{text-align: center;
    font-size: .9rem;
    color: #999;}
.review{padding-bottom: 5%;}

/* Blog Section Styles */
.blog-section{
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 0 5%;
}

.blog-card{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.blog-card img{
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 15px;
    
}

.blog-card h3{
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-align: left;
    color: #333;
}

.blog-card p{
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.4;
}

.blog-card a{
    color: #000;
    text-decoration: none;
    display: block;
}

.blog-card span{
    font-size: 0.85rem;
    font-weight: 600;
    color: #007bff;
    text-align: left;
    display: block;
}
.blog-header{margin-top:20px;}
.blog-post-excerpt{font-size:0.8rem}
.post-author{font-style: italic;
    font-weight: 600;
    margin-right: 20px;}
.post-content{margin-top:2rem;}
.blog-post-title{font-size: 1.5rem;
    margin: 0;
    padding: 0;}
.blog-post-title a{color:#000;}
.product_vape{padding: 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);}
.product_vape h3{font-size: 1rem;
    color: #000;padding: 0;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.product_vape h3:hover{text-decoration:underline;}
.product_vape p{font-size: .8rem;overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.product_vape a{color: #fff;}
.product_add{background-color: #000;
    width: 100%;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;}
.related-post-card img{height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 15px;}
.products-header{margin-top:20px;}
.product-info h1{font-size:2rem;}
.custom-category-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.custom-cat-toggle {
  padding: 14px 16px;
  font-weight: bold;
  background: #f7f7f7;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}

.toggle-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.custom-category-box.collapsed .toggle-icon {
  transform: rotate(0deg);
  content: "+";
}
.custom-category-box:not(.collapsed) .toggle-icon {
  content: "-";
}

/* 内容区域：折叠时隐藏 */
.custom-cat-content {
  max-height: 999px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.custom-category-box.collapsed .custom-cat-content {
  max-height: 0;
  overflow: hidden;
}

/* 分类列表样式 */
.custom-cat-level {
  list-style: none;
  margin: 0;
  padding: 10px 16px;
}

.custom-cat-item {
  margin: 6px 0;
  font-size: 15px;
}

.custom-cat-item a {
  text-decoration: none;
  color: #444;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.3s;
}

.custom-cat-item a:hover {
  background: #f2f2f2;
  color: #000;
}

.custom-cat-item.active a {
    width: 100%;
    text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.cat-count {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}

/* 层级缩进 */
.custom-cat-level-1 .custom-cat-item { padding-left: 15px; }
.custom-cat-level-2 .custom-cat-item { padding-left: 30px; }
.custom-cat-level-3 .custom-cat-item { padding-left: 45px; }

.blog-sidebar h3{padding: 0;
    font-size: 18px;
    line-height: 18px;
    margin: 1%;}
.blog-sidebar .card-header{background-color: #000;
    color: #fff;}
.blog-sidebar a{color:#000;}
.bestseller img{width:100%;}
.pop-age-vrc{position: fixed;
    display: block;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    opacity: 0.9;}
.pop-age{color:#fff;position:absolute;top:40%;margin: 2%;}
.pop-age h3{font-size: 3rem;}
.pop-age p{font-size: 1.4rem;}
.pop-age span{}
.pop-age .age21{color: #000;
    background-color: #fff;
    margin-right: 40px;}
.pop-age button{
    width: 160px;
}
.c-age{    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #fff solid;}
#ageModal{display:none;}
#b-yes{margin-right:20px;}

.product-images img{width:100%;}
.product-details-tabs{margin-top:3rem;}
.tab-pane{margin-top:2rem;}
.inquiry-pop textarea{width:100%;}
.inquiry-pop h3{color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;}
.inquiry-pop .card-header{background-color: #000;}
.page-view{margin-top:2rem;margin-bottom:2rem;padding-bottom: 2rem;border-bottom: 1px #000 dotted;}
.page-view img{width:100%;}
.page-view h1{text-align:center;}