Products
No results were found
.site-footer {
background: #0f172a;
color: #cbd5f5;
padding: 40px 20px;
font-size: 14px;
}
.footer-container {
max-width: 1200px;
margin: auto;
display: grid;
gap: 20px;
}
.footer-links a {
color: #93c5fd;
margin-right: 15px;
text-decoration: none;
}
.footer-links a:hover {
text-decoration: underline;
}
.footer-disclaimer {
font-size: 12px;
color: #94a3b8;
line-height: 1.6;
}