
/* === 重建页补充样式 === */
.wd-breadcrumbs{margin:20px 0;font-size:13px;color:#777}
.wd-breadcrumbs a{color:#1e73be;text-decoration:none}
.wd-breadcrumbs .sep{margin:0 8px;color:#bbb}
.product-layout{display:flex;flex-wrap:wrap;margin:30px 0;gap:40px}
.product-images{flex:1 1 45%;min-width:300px}
.product-summary{flex:1 1 45%;min-width:300px}
.product-main-image{width:100%;height:auto;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.product_title{font-size:30px;font-weight:700;margin:10px 0 15px;line-height:1.25}
.woocommerce-product-details__short-description{color:#555;font-size:15px;line-height:1.7;margin-bottom:20px}
.product-specs-box{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:18px;margin:20px 0}
.product-specs-box h4{margin:0 0 12px;font-size:16px}
.specs-table{width:100%;border-collapse:collapse;font-size:14px}
.specs-table td{padding:8px 10px;border-bottom:1px solid #eee}
.specs-table td:first-child{color:#888;width:35%}
.cart-actions{display:flex;gap:12px;margin:20px 0}
.cart-actions .button{background:#1e73be;color:#fff;padding:12px 26px;border-radius:4px;text-decoration:none;font-weight:600;display:inline-block}
.cart-actions .button.alt{background:#ff7f2a}
.cart-actions .button:hover{opacity:.9}
.product-meta{font-size:13px;color:#777;border-top:1px solid #eee;padding-top:15px}
.product-tabs{margin:40px 0 30px;border-top:2px solid #f0f0f0;padding-top:25px}
.product-tabs h3{font-size:20px;margin-bottom:15px}
.tab-content{color:#555;line-height:1.8}
.related-products{margin:40px 0}
.related-products h3{font-size:20px;margin-bottom:20px}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:25px}
.shop-grid,.products-grid .product-grid-item{background:#fff}
.product-grid-item{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;transition:box-shadow .2s}
.product-grid-item:hover{box-shadow:0 8px 30px rgba(0,0,0,.1)}
.product-grid-item img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.product-element-bottom{padding:14px}
.product-element-bottom .wd-entities-title{font-size:15px;margin:0 0 6px}
.product-element-bottom .wd-entities-title a{color:#333;text-decoration:none}
.wd-product-cats{font-size:12px;color:#999;margin-bottom:10px}
.wd-product-cats a{color:#999;text-decoration:none;text-transform:capitalize}
.wd-add-btn .button{background:#ff7f2a;color:#fff;padding:8px 16px;border-radius:4px;font-size:13px;text-decoration:none;display:inline-block}
.wd-add-btn .button:hover{background:#e06a15}
.shop-heading,.category-heading,.quote-form-wrap,.portfolio-wrap{margin:25px 0}
.shop-heading h1,.category-heading h1,.quote-form-wrap h1,.portfolio-wrap h1{font-size:32px;font-weight:700;margin:0 0 12px}
.shop-heading p,.category-heading p{color:#666}
.shop-categories{margin:15px 0 30px;display:flex;gap:12px;flex-wrap:wrap}
.shop-categories .cat-link{background:#f3f3f3;color:#333;padding:8px 20px;border-radius:20px;text-decoration:none;font-size:14px}
.shop-categories .cat-link:hover{background:#1e73be;color:#fff}
.quote-form-wrap{max-width:640px}
.quote-form .form-row{margin-bottom:18px}
.quote-form label{display:block;font-weight:600;margin-bottom:6px;font-size:14px}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:11px 14px;border:1px solid #ddd;border-radius:5px;font-size:14px;box-sizing:border-box}
.quote-form .button{background:#ff7f2a;color:#fff;border:none;padding:13px 34px;border-radius:5px;font-size:15px;font-weight:600;cursor:pointer}
.form-hint{display:block;margin-top:10px;font-size:13px;color:#888}
.form-hint a{color:#1e73be}
.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;margin-top:25px}
.portfolio-item{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:22px}
.portfolio-item h4{margin:0 0 10px;font-size:17px}
.portfolio-item p{color:#666;font-size:14px;line-height:1.7}
.empty{color:#999;padding:30px 0}
@media (max-width:768px){.product-layout{gap:20px}.products-grid{grid-template-columns:repeat(2,1fr)}}
