/* 产品页美化CSS */
/* 产品列表头部 */
.woocommerce-products-header{background:linear-gradient(135deg,#1a1a2e,#0f3460);padding:80px 40px 60px;text-align:center;color:#fff;margin-bottom:0!important}
.woocommerce-products-header .page-description{max-width:1200px;margin:0 auto}
.woocommerce-products-header .page-description>p:first-child{display:none}
.woocommerce-products-header .page-title{font-size:42px!important;font-weight:800;color:#fff!important;margin:0 0 20px!important}
.woocommerce-products-header .page-description::before{content:'PRODUCTS';display:block;font-size:12px;letter-spacing:4px;color:#ff8c00;text-transform:uppercase;margin-bottom:16px}

/* 搜索框美化 */
.wp-block-search{max-width:500px;margin:0 auto 30px}
.wp-block-search__label{display:none}
.wp-block-search__inside-wrapper{display:flex;gap:0;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2)}
.wp-block-search__input{flex:1;border:none;padding:14px 20px;font-size:15px;background:rgba(255,255,255,.1);color:#fff}
.wp-block-search__input::placeholder{color:rgba(255,255,255,.5)}
.wp-block-search__button{background:#ff8c00!important;color:#fff!important;border:none!important;padding:14px 28px!important;font-weight:600;cursor:pointer}
.wp-block-search__button:hover{background:#e67e00!important}

/* 分类列表美化 */
.wc-block-product-categories{background:rgba(255,255,255,.05);border-radius:12px;padding:20px 30px;margin-top:20px}
.wc-block-product-categories-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;list-style:none;padding:0;margin:0}
.wc-block-product-categories-list-item{margin:0!important}
.wc-block-product-categories-list-item a{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:#fff!important;padding:10px 20px;border-radius:30px;text-decoration:none;font-size:14px;transition:all .3s}
.wc-block-product-categories-list-item a:hover{background:#ff8c00;border-color:#ff8c00}
.wc-block-product-categories-list-item-count{display:none}
.wc-block-product-categories-list--depth-1{display:none}

/* 产品网格区域 */
.kadence-shop-top-row{background:#f8f9fc;padding:20px 40px;display:none}
.woocommerce-result-count{display:none}

/* 产品网格 */
ul.products{background:#f8f9fc;padding:60px 40px 80px!important;margin:0!important;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
@media(max-width:1024px){ul.products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){ul.products{grid-template-columns:1fr}}

/* 单个产品卡片 */
ul.products li.product{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .3s;margin:0!important;padding:0!important;border:none!important}
ul.products li.product:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.12)}

/* 产品图片 */
ul.products li.product a.woocommerce-loop-image-link{display:block;overflow:hidden}
ul.products li.product img{width:100%;height:220px;object-fit:cover;transition:transform .5s}
ul.products li.product:hover img{transform:scale(1.05)}

/* 产品详情区 */
ul.products li.product .product-details{padding:24px!important;background:#fff}
ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;font-weight:700!important;margin:0 0 8px!important}
ul.products li.product .woocommerce-loop-product__title a{color:#1a1a2e!important;text-decoration:none}
ul.products li.product .woocommerce-loop-product__title a:hover{color:#ff8c00}

/* 产品按钮 */
ul.products li.product .product-action-wrap{margin-top:16px}
ul.products li.product .button{display:inline-block;background:#ff8c00!important;color:#fff!important;padding:10px 20px!important;border-radius:6px;font-size:14px!important;font-weight:600;text-decoration:none;transition:all .3s}
ul.products li.product .button:hover{background:#1a1a2e!important}

/* 隐藏价格（如果有） */
ul.products li.product .price{display:none}

/* 产品描述 */
ul.products li.product .product-excerpt{font-size:13px;color:#888;line-height:1.6;margin-bottom:12px}

/* 底部CTA */
.products-page-cta{background:linear-gradient(135deg,#ff8c00,#e67e00);padding:80px 40px;text-align:center;color:#fff}
.products-page-cta h2{font-size:36px;font-weight:700;margin:0 0 16px;color:#fff!important}
.products-page-cta p{font-size:18px;opacity:.9;margin:0 0 32px}
.products-page-cta a{display:inline-block;background:#fff;color:#ff8c00;padding:16px 40px;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none}
.products-page-cta a:hover{background:#1a1a2e;color:#fff}
