.best-of-toygarrage-section{background:#f8f9fa}.best-of-toygarrage-section h2{color:var(--primary-color)}.toygarrage-card{background:#fff;border-radius:15px;padding:10px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;height:100%}.toygarrage-card-large img{height:100%;object-fit:cover;border-radius:12px}.toygarrage-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.toygarrage-img{width:100%;border-radius:12px;object-fit:cover}.toygarrage-title{margin-top:10px;font-weight:600;font-size:1rem;color:#333}.skeleton-card{height:200px;width:100%;background:#eee;border-radius:12px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%{background-color:#eee}50%{background-color:#ddd}to{background-color:#eee}}@media (max-width:992px){.toygarrage-card-large{height:auto}}.section-hr{width:80px;height:3px;margin:0 auto 2rem;border:none;border-radius:4px;background:linear-gradient(90deg,#c41d1d,#ffcc27)}