/* BMW premium look */

body {

  font-family: "Helvetica Neue", Arial, sans-serif;

  background: #ffffff;

}

/* Primary CTA */

.btn-primary {

  background-color: #1C69D4;

  border-radius: 4px;

  font-weight: 600;

}

/* Product cards */

.product-card,

.thumbnail {

  border: none;

  box-shadow: 0 2px 10px rgba(0,0,0,0.06);

}

/* Headings */

h1, h2, h3 {

  font-weight: 600;

  letter-spacing: 0.3px;

}

/* Reduce visual noise */

.sidebar,

.filter-panel {

  background: #f9f9f9;

}