main{max-width:1600px;margin:0 auto}main.home .products{padding-inline:var(--pd-x)}.section-loading{display:flex;align-items:center;justify-content:center;min-height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite;border-radius:8px;margin:20px 0;color:#666;font-size:14px}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.section-loading{animation:none;background:#f0f0f0}}