/*
 Theme Name:   Kadence Child
 Template:     kadence
 Version:      1.0
*/

/* 在这里添加自定义 CSS */
.woocommerce div.product .product_title.entry-title{
    font-size: 25px;
}
.wc-block-product-categories-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}
.sidebar-inner-wrap {
    background-color: #ffffff; /* Set white background */
    padding: 20px; 
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	position: sticky;
  top: 60px;
  align-self: flex-start; 
  max-height: calc(100vh - 40px); 
  overflow-y: auto; 
}
.sidebar-inner-wrap section + section {
    border-top: 1px solid #ddd; /* Light gray top border as divider */
    margin-top: 20px;           padding-top: 20px;          }
@media (max-width: 1024px) {
   @media (max-width: 1024px) {
  #block-12 {
    display: block;
    max-width: 177px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.product-faq summary {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
table {
font-size: 14px !important;
}
table th,
table td {
padding: 6px 4px !important;
word-break: break-word !important;
}
}

@media screen and (max-width: 480px) {
table {
font-size: 11px !important;
}
table th,
table td {
padding: 4px 2px !important;
word-break: break-word !important;
}
}
