.product-loader{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem;overflow:hidden}.loader-grain{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.ambient-shapes,.loader-grain{position:absolute;inset:0;pointer-events:none}.ambient-shapes{display:flex;align-items:center;justify-content:center}.ambient-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#f60,#ff8533);filter:blur(1px)}.ambient-shape-1{width:8px;height:8px}.ambient-shape-2{width:6px;height:6px}.ambient-shape-3{width:10px;height:10px}.ambient-shape-4{width:5px;height:5px}.ambient-shape-5{width:7px;height:7px}.ambient-shape-6{width:9px;height:9px}.loader-core{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.outer-ring{inset:0}.outer-ring,.ring-segment{position:absolute;border-radius:50%}.ring-segment{border:2px solid #0000}.ring-1{inset:0;border-top-color:#f60;border-right-color:#ff66004d}.ring-2{inset:8px;border-bottom-color:#ff660080;border-left-color:#f603}.ring-3{inset:16px;border-top-color:#ff66004d}.middle-ring{position:absolute;inset:24px;border-radius:50%;border:1px dashed #ff660040}.ring-dot{position:absolute;width:4px;height:4px;background:#f60;border-radius:50%;transform:translate(-50%,-50%)}.inner-core{position:relative;width:64px;height:64px;border-radius:50%;background:linear-gradient(145deg,#fff8f3,#fff0e6);display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #f606,0 0 40px #f603,inset 0 2px 4px #fffc}.bulb-icon{width:28px;height:28px;color:#f60}.loader-text{margin-top:2rem;display:flex;align-items:baseline;gap:.25rem}.loader-label{font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.loader-dots{display:flex;gap:2px}.loader-dot{font-size:1.2rem;color:#f60;line-height:1}.product-skeleton-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;width:100%;margin-top:2rem}@media (min-width:768px){.product-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.product-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-skeleton{background:linear-gradient(145deg,#f8f6f3,#f0ede8);border-radius:1.5rem;overflow:hidden;height:360px}.skeleton-image{height:180px;background:linear-gradient(90deg,#ff660008,#ff660014 50%,#ff660008);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.skeleton-content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.skeleton-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#ff66000d,#ff66001f 50%,#ff66000d);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.skeleton-line.title{width:85%;height:16px}.skeleton-line.meta{width:60%}.skeleton-line.short{width:40%}.skeleton-button{margin-top:auto;height:44px;border-radius:1rem;background:linear-gradient(90deg,#ff66001a,#f603 50%,#ff66001a);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}