<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}@media (max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}}.next-link-container{width:100%;text-align:center;padding:25px}.product-grid-next{font-size:2em;text-decoration:underline}.product-item{position:relative;text-align:center}.product-item a{color:inherit;text-decoration:none}.product-item img{width:100%}.product-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.container{display:flex;align-items:start;gap:20px;margin-bottom:20px}.image-container{flex:1;max-width:150px}.image-container img{border-radius:50%;width:100%;height:auto}.text-container{flex:2}.text-container h1{margin:0;font-size:2em;line-height:1.2}.text-container p{margin:.5em 0 0}</pre></body></html>