.product{background-color:#e3e6ec;width:180px;height:240px;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;margin-top:12px}.product-tag{position:absolute;top:8px;right:8px;text-transform:capitalize;font-size:12px;padding:2px 6px;background-color:#fff;border-radius:4px;cursor:pointer;font-weight:500;&:hover{background-color:#d0d0d0}}.product-thumbnail{object-fit:contain;height:280px}.product-preview{display:flex;align-items:center;justify-content:center}.product-name{font-size:14px;font-weight:400;width:180px;text-transform:capitalize;&:hover{cursor:pointer;text-decoration:underline}}.product-icon{display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;img{width:24px;height:24px;padding:1px;border-radius:50%;&:hover{cursor:pointer;padding:1px;background-color:#fff}}}@media screen and (min-width:768px){.product{background-color:#e3e6ec;width:210px;height:280px;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;margin-top:12px}.product-name{font-size:16px;font-weight:400;width:210px;text-transform:capitalize;&:hover{cursor:pointer;text-decoration:underline}}.product-icon{display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;img{width:36px;height:36px;padding:2px;border-radius:50%;&:hover{cursor:pointer;padding:1px;background-color:#fff}}}}.navMenu{display:none;flex-direction:column;gap:12px;width:248px;background-color:#e5e7eb;padding:10px;text-transform:capitalize;font-size:15px}.title{font-family:Urbanist,sans-serif;white-space:nowrap;font-weight:400;font-size:28px;margin-top:12px}.selected{background-color:#d1d3d7;padding:4px;border-radius:4px;font-weight:500;font-size:15px}.sort-filter{padding:8px 0;border-bottom:1px solid #d1d5db;margin-bottom:16px}.sort-filter .title{font-size:18px;margin-top:0;margin-bottom:8px;font-weight:500}.sort-dropdown,.sort-filter select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;font-size:14px;color:#374151;cursor:pointer;transition:all .2s ease}.sort-dropdown:focus,.sort-filter select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.sort-dropdown:hover,.sort-filter select:hover{border-color:#9ca3af}@media screen and (min-width:768px){.navMenu{display:flex}}