/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 




 /*侧边栏*/
 



/* Industrial Style Product Categories - Hover Version */
/*.wc-block-product-categories {*/
/*  margin: 0;*/
/*  border: 1px solid #ddd;*/
/*  background: #f5f5f5;*/
/*}*/

/*.wc-block-product-categories-list {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

/*.wc-block-product-categories-list-item {*/
/*  border-bottom: 1px solid #ddd;*/
/*  position: relative;*/
/*}*/

/*.wc-block-product-categories-list-item:last-child {*/
/*  border-bottom: none;*/
/*}*/

/*.wc-block-product-categories-list-item a {*/
/*  display: block;*/
/*  padding: 12px 15px;*/
/*  color: #333;*/
/*  text-decoration: none;*/
/*  font-weight: 500;*/
/*  transition: all 0.2s;*/
/*  background: #fff;*/
/*}*/

/* Parent category items */
/*.wc-block-product-categories-list-item--has-children > a {*/
/*  background: #f0f0f0;*/
/*  font-weight: 600;*/
/*}*/

/* Active/hover states */
/*.wc-block-product-categories-list-item a:hover,*/
/*.wc-block-product-categories-list-item.current-cat > a {*/
/*  background: #e0e0e0;*/
/*  color: #000;*/
/*}*/

/* Submenu indicator */
/*.wc-block-product-categories-list-item--has-children > a::after {*/
/*  content: '▼';*/
/*  position: absolute;*/
/*  right: 15px;*/
/*  font-size: 10px;*/
/*  color: #666;*/
/*}*/

/* Subcategories */
/*.wc-block-product-categories-list--depth-1 {*/
/*  padding-left: 0;*/
/*  display: none;*/
/*  background: #f8f8f8;*/
/*  border-top: 1px solid #ddd;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  z-index: 100;*/
/*  box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
/*}*/

/* Show submenu on hover */
/*.wc-block-product-categories-list-item--has-children:hover .wc-block-product-categories-list--depth-1 {*/
/*  display: block;*/
/*}*/

/* Subcategory items */
/*.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item a {*/
/*  padding-left: 25px;*/
/*  background: #f8f8f8;*/
/*  font-weight: 400;*/
/*}*/

/* Current subcategory */
/*.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item.current-cat > a {*/
/*  background: #e0e0e0;*/
/*  font-weight: 500;*/
/*  position: relative;*/
/*}*/

/*.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item.current-cat > a::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 15px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 4px;*/
/*  height: 4px;*/
/*  background: #333;*/
/*  border-radius: 50%;*/
/*}*/


/*文章列表导航*/

.wp-block-categories {
  margin: 0;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.wp-block-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-block-categories-list .cat-item {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.wp-block-categories-list .cat-item:last-child {
  border-bottom: none;
}

.wp-block-categories-list .cat-item a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
  background: #fff;
}

/* Active/hover states */
.wp-block-categories-list .cat-item a:hover,
.wp-block-categories-list .cat-item.current-cat > a,
.wp-block-categories-list .cat-item.current-cat-parent > a,
.wp-block-categories-list .cat-item.current-cat-ancestor > a {
  background: #e0e0e0;
  color: #000;
}

/* Submenu indicator for items with children */
.wp-block-categories-list .cat-item.cat-parent > a::after {
  content: '▼';
  position: absolute;
  right: 15px;
  font-size: 10px;
  color: #666;
}

/* Current category marker */
.wp-block-categories-list .cat-item.current-cat > a {
  position: relative;
}

.wp-block-categories-list .cat-item.current-cat > a::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}