.product-section-container{margin-bottom:0;padding:20px;background-color:#fff;border-radius:0;box-shadow:none}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{font-size:1.5rem;font-weight:600;margin:0;color:#333;font-family:var(--font-tiktok-display)}.view-more-link{color:#666;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.loading-container{display:flex;justify-content:center;align-items:center;height:200px}.product-item{transition:all .3s ease}.product-item:hover{transform:none}.product-item:hover .product-image-wrapper{filter:brightness(1.1);transition:filter .3s ease}.product-card{height:100%;display:flex;flex-direction:column}.product-card,.product-card.ant-card,.product-card.ant-card:hover{border:none;box-shadow:none}.product-image-container{position:relative;padding-top:100%;overflow:hidden}.product-image-wrapper{position:absolute;top:0;left:0;transition:filter .3s ease}.product-image-placeholder,.product-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#ffffff}.product-image-placeholder{color:#999;font-size:24px;position:relative}.product-image{width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.product-card .ant-card-body{padding:10px}.product-name{margin-bottom:8px!important;font-weight:600;height:60px;font-size:.8em;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word;max-height:none!important}.product-name.auto-height{height:auto;min-height:unset;max-height:unset;-webkit-line-clamp:unset;display:block;margin-bottom:8px!important}.product-price-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product-price{color:#ff4d4f;font-size:16px;font-weight:600}.product-original-price{display:none}.product-meta{display:flex;justify-content:space-between;font-size:12px;color:#999}.product-sales{color:#999}.free-shipping{color:#52c41a}.view-more-bottom{display:flex;justify-content:center;margin-top:24px}.load-more-button{min-width:120px}.load-more-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;color:#666;font-size:16px}.loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#fe2c55;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-products{grid-column:1/-1;text-align:center;padding:40px 0;color:#999}.loading-container{grid-column:1/-1;position:relative;min-height:200px;width:100%;max-width:100%;overflow:hidden}.ant-card .ant-skeleton{padding:0}.ant-card .ant-skeleton-paragraph{margin-top:12px}@media (max-width:1200px){.product-section-container{padding:16px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.section-title{font-size:1.3rem}}@media (max-width:768px){.product-section-container{padding:12px;border-radius:8px;margin:12px auto 20px}.section-header{margin-bottom:12px}.section-title{font-size:1.1rem}.view-more-link{font-size:12px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.product-name{font-size:.8em;height:54px;margin-bottom:6px!important;line-height:1.5;-webkit-line-clamp:3;word-break:break-word}.product-price{font-size:14px}.product-meta,.product-original-price{font-size:11px}.product-name-skeleton{height:49.5px}.ant-skeleton-image{height:140px!important}.view-more-bottom{margin-top:16px}.load-more-button{min-width:100px;height:32px!important;font-size:13px}}@media (max-width:480px){.product-section-container{padding:10px 8px;margin:8px auto 16px}.section-header{margin-bottom:10px}.section-title{font-size:1rem}.view-more-link{font-size:11px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.product-card .ant-card-body{padding:8px}.product-name{font-size:.8em;height:48px;margin-bottom:4px!important;line-height:1.4;-webkit-line-clamp:3;word-break:break-word}.product-price{font-size:13px}.product-meta,.product-original-price{font-size:10px}.product-name-skeleton{height:42px}.ant-skeleton-image{height:120px!important}.load-more-button{min-width:90px;height:28px!important;font-size:12px}}