.category-button-wrapper{text-align:center;margin:40px 0}.category-button{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background-color:gold;color:#333;font-size:18px;font-weight:700;text-decoration:none;border-radius:30px;box-shadow:0 4px 12px rgba(255,215,0,.3);transition:background-color 0.3s ease,transform 0.2s ease,box-shadow 0.3s ease}.category-button:hover{background-color:#fc0;transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,215,0,.4)}.category-button svg{width:24px;height:24px;stroke:#333}.category-button span{font-size:18px;font-weight:700}@media (max-width:768px){.category-button{padding:10px 20px;font-size:16px}.category-button svg{width:20px;height:20px}}@media (max-width:480px){.category-button{padding:8px 16px;font-size:14px}.category-button svg{width:18px;height:18px}}