/* collection.css */
/* 🔥 Clean section container */
.style-block {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
}


/* Links clean */
h3 a {
    text-decoration: none;
    color: inherit;
}

/* Mobile tweak */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}