.product-list{max-width:800px}.product-category{margin-bottom:40px}.category-title{font-size:.9rem;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #333;color:#333}.category-title a{color:#333;text-decoration:none;transition:color .2s ease}.category-title a:hover{color:#06c}@media (min-width:600px){.category-title{font-size:1.1rem}}.product-items{list-style:none;padding:0;margin:0}.product-item{padding:12px 16px;border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.product-item:last-child{border-bottom:none}.product-item:has(a):hover,.product-item.has-link:hover{background-color:#f5f5f5}.product-item a{text-decoration:none;color:#333;display:block;font-size:1rem;line-height:1.6}.product-item a:hover{color:#06c}