.woo-category-custom-header{position:relative;padding:80px 0;margin-bottom:50px;overflow:hidden;background:#fff}.custom-header-content{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;gap:80px;width:100%}.custom-header-text{flex:1;padding-right:40px;min-width:0}.custom-header-image{flex:1;position:relative;min-height:400px;width:100%;background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:12px;overflow:visible;box-shadow:0 10px 30px rgb(0 0 0 / .1);background-color:#fff0}.custom-header-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(102 126 234 / .1) 0%,rgb(118 75 162 / .1) 100%);z-index:1}.custom-category-title{font-size:3.5rem;font-weight:700;color:#2c3e50;margin:0 0 30px 0;line-height:1.1;text-transform:uppercase;letter-spacing:3px}.custom-category-description{font-size:1.2rem;color:#5a6c7d;line-height:1.8;margin-top:20px}.custom-category-description p{margin:0 0 20px 0}.custom-category-description p:last-child{margin-bottom:0}.custom-header-image:not([style*="background-image"]){background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center}.custom-header-image:not([style*="background-image"])::after{content:'图片';color:#fff;font-size:1.2rem;z-index:2;position:relative}@media (max-width:1024px){.custom-header-content{gap:60px;padding:0 30px}.custom-header-text{padding-right:20px}.custom-category-title{font-size:3rem}}@media (max-width:768px){.woo-category-custom-header{padding:60px 0}.custom-header-content{flex-direction:column;gap:50px;text-align:center;padding:0 20px}.custom-header-text{padding-right:0;max-width:none}.custom-header-image{min-height:300px;width:100%;max-width:none}.custom-category-title{font-size:2.8rem;margin-bottom:25px}.custom-category-description{font-size:1.1rem}}@media (max-width:480px){.woo-category-custom-header{padding:40px 0}.custom-header-content{padding:0 15px;gap:40px}.custom-header-image{min-height:250px}.custom-category-title{font-size:2.2rem;letter-spacing:2px;margin-bottom:20px}.custom-category-description{font-size:1rem;line-height:1.6}}.elementor-widget-woo-category-header .woo-category-custom-header{margin-bottom:0}@media (prefers-color-scheme:dark){.woo-category-custom-header{background:#1a1a1a}.custom-category-title{color:#fff}.custom-category-description{color:#ccc}}.woo-category-custom-header{animation:fadeInUp 0.8s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.custom-header-text{animation:slideInLeft 0.8s ease-out 0.2s both}.custom-header-image{animation:slideInRight 0.8s ease-out 0.4s both}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.custom-header-image{transition:transform 0.3s ease}.custom-header-image:hover{transform:scale(1.02)}