.skeleton{position:relative;overflow:hidden;background-color:#f0f0f0}.skeleton::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{100%{left:100%}}.brand-zone-skeleton{display:none;margin-bottom:20px}.brand-zone-skeleton-wrap{display:flex;flex-wrap:wrap;gap:20px}.brand-zone-skeleton-block{width:270px;height:222px}.brand-zone-top-skeleton{display:flex;margin-bottom:15px}.brand-zone-logo-skeleton{width:80px;height:60px;border-radius:4px;margin-right:15px}.brand-zone-content-skeleton{flex:1}.brand-zone-title-skeleton{width:60%;height:20px;margin-bottom:10px}.brand-zone-desc-skeleton{width:90%;height:16px}.brand-zone-table-skeleton{width:100%}.brand-zone-table-header-skeleton{display:flex;margin-bottom:10px}.brand-zone-table-header-cell-skeleton{flex:1;height:20px;margin-right:10px}.brand-zone-table-header-cell-skeleton:last-child{margin-right:0}.brand-zone-table-row-skeleton{flex:1;height:16px;margin-right:30px;margin-top:6px;padding:3px}.brand-zone-table-cell-skeleton{flex:1;height:16px;margin-right:10px}.brand-zone-table-cell-skeleton:last-child{margin-right:0}.table-product-skeleton{display:none;margin-bottom:20px}.table-product-container-skeleton{display:flex;justify-content:space-between}.table-product-column-skeleton{width:48%}.table-product-row-skeleton{display:flex;margin-bottom:28px}.brand-zone-row-skeleton{display:flex}.table-product-cell-skeleton{flex:1;height:16px;margin-right:30px;margin-top:6px;padding:3px}.table-product-rows{padding-top:10px}.new-product-skeleton{display:none;margin-bottom:20px}.new-product-container-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:25px}.new-product-item-skeleton{width:calc(25% - 15px)}.new-product-img-skeleton{width:173px;height:202px;margin:0 auto}.refresh-button{padding:8px 16px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-bottom:20px}.refresh-button:disabled{background-color:#95a5a6;cursor:not-allowed}.function-area{margin-bottom:30px;padding:15px;border:1px solid #eee;border-radius:8px}.function-title{font-size:18px;font-weight:700;margin-bottom:15px}