html{scroll-behavior:smooth}body{font-family:"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Noto Sans SC",sans-serif}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}.animate-fade-in{animation:fadeIn .4s ease-out forwards}}
.product-card{transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px)}
.faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s,padding .3s}.faq-item.open .faq-answer{max-height:500px;padding-bottom:16px}.faq-item.open .faq-arrow{transform:rotate(180deg)}
#product-modal.show{display:flex}#product-modal.show .animate-fade-in{animation:fadeIn .3s ease-out}
.cat-filter-btn.active{background-color:#15803d!important;color:white!important}
img{max-width:100%;height:auto}::selection{background:#bbf7d0;color:#2D5016}