.nav{border:1px solid #ddd;justify-content:space-between;align-items:center;margin:10px;padding:10px;display:flex}.image{width:150px;height:60px}.hart{width:80px;height:50px}.hero-section{flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-top:10px;margin-bottom:10px;padding:10px;display:flex}.p-1{width:150px;height:20px}.p-2{width:80px;height:20px}.products-grid{border:1px solid #ddd;grid-template-columns:300px;justify-content:center;gap:10px;margin:10px;padding:10px;display:grid}.product{height:200px}@media (width>=768px){.nav{gap:20px}.search{flex-grow:1;height:30px}.return-orders{width:100px;height:40px}.p-1{width:250px;height:20px}.p-2{width:180px;height:20px}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:10px;animation:1.5s linear infinite load}@keyframes load{0%{background-position:200%}to{background-position:-200%}}
