.product-finder {
  background-color: #f3f3f3;
  margin-top: 20px;
  padding: 20px; }
  .product-finder > * {
    margin: 0.5rem 0; }
  .product-finder .product-finder__title h2,
  .product-finder .product-finder__description p,
  .product-finder .product-finder__attribute-label {
    color: #5a5b5b; }
  .product-finder .action.primary {
    background-color: #5a5b5b;
    border: 1px solid #5a5b5b;
    border-radius: 2px;
    color: #ffffff;
    width: 100%; }
    .product-finder .action.primary:hover {
      background-color: #ffffff;
      color: #5a5b5b; }
    .product-finder .action.primary:active, .product-finder .action.primary:focus {
      background-color: #ffffff; }
  .product-finder .product-finder__title h2 {
    margin-top: 0; }
  .product-finder .product-finder__description p {
    margin-bottom: 1em; }
  .product-finder .product-finder__grid input[type=radio] {
    position: absolute;
    opacity: 0; }
    .product-finder .product-finder__grid input[type=radio]:checked + span {
      background-color: #5a5b5b;
      color: #ffffff; }
  .product-finder .product-finder__grid span {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px; }

.product-finder.product-finder--slim {
  width: 100%; }
  @media only screen and (min-width: 320px) {
    .product-finder.product-finder--slim {
      max-width: 15vw;
      min-width: 320px; } }

.sidebar .product-finder--slim {
  min-width: 100%; }

/*# sourceMappingURL=module.css.map */
