/*
 Theme Name:   Woodmart Child
 Template:     woodmart
 Version:      1.0
*/

/* --- WooCommerce 单品页：避免 header 遮挡标题 --- */
.single-product .site-content {
  padding-top: 120px; /* 根据 header 高度调整 */
}

/* 如果后台登录有 admin bar，要多加 32px */
.admin-bar.single-product .site-content {
  padding-top: 152px; /* 120 + 32 */
}

/* 手机端可单独控制（可选） */
@media (max-width: 768px) {
  .single-product .site-content {
    padding-top: 100px;
  }
}

/* --- Hide CF7 hidden fields container to remove top blank space --- */
.wpcf7 .hidden-fields-container {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- Optional: Make all CF7 labels bold --- */
.wpcf7-form p label {
    font-weight: bold;
}
