.Product-container{flex-wrap:nowrap;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Product{color:#000;cursor:pointer;background-color:#fff;border:1px solid rgba(0,0,0,.184);border-radius:6px;flex-flow:column;justify-content:space-between;align-items:center;width:232px;height:380px;margin:10px;text-decoration:none;transition:box-shadow .25s;display:flex}.Product:hover{box-shadow:1px 1px 6px rgba(0,0,0,.54)}.Product img{aspect-ratio:1;object-fit:contain;object-position:center;width:220px;height:220px;padding:4px 6px 2px}.Product-details{border-top:1px solid rgba(0,0,0,.184);flex-flow:column;justify-content:space-between;align-items:start;width:100%;height:110px;display:flex}.Product-button{color:#0084ff;letter-spacing:1px;background-color:#fff;border:1px solid #000;border-radius:8px;width:93%;height:35px;margin-bottom:6px;font-size:14px;font-weight:550;transition:all .25s}.Product-button:hover{color:#fff;background-color:#0084ff;box-shadow:1px 1px 6px rgba(0,0,0,.357)}.Product-details p{margin:5px 10px}.Product-details-rating{flex-flow:row;align-items:center;gap:3px;padding-bottom:5px;padding-left:10px;display:flex}.Product-details-rating p{margin:0 0 0 7px}@keyframes pulse{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Product-image-skeleton{background:linear-gradient(60deg,#e0e0e0,#d4d4d4,#e0e0e0) 0 0/200% 200%;border-radius:12px;width:220px;height:220px;margin:6px 0;animation:1.5s ease-in-out infinite pulse}.Product-title-skeleton{background:linear-gradient(110deg,#e0e0e0,#d1d1d1,#e0e0e0) 0 0/200% 200%;border-radius:6px;width:90%;height:24px;margin:8px 10px;animation:1.5s ease-in-out infinite pulse}.Rating-skeleton{background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0) 0 0/200% 200%;border-radius:6px;width:100px;height:24px;margin-right:8px;animation:1.5s ease-in-out infinite pulse}.Rating-value-skeleton{background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0) 0 0/200% 200%;border-radius:6px;width:32px;height:24px;margin-right:2px;animation:1.5s ease-in-out infinite pulse}.Ratings-count-skeleton{background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0) 0 0/200% 200%;border-radius:6px;width:40px;height:24px;animation:1.5s ease-in-out infinite pulse}.Product-button-skeleton{cursor:not-allowed;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0) 0 0/200% 200%;border:none;border-radius:8px;width:93%;height:35px;margin-bottom:6px;animation:1.5s ease-in-out infinite pulse}
