﻿body {
  background-color: white !important; }

.product-image {
  width: 200px; }

a {
  color: black; }

.product-information {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 0px 20px 5px;
  margin-bottom: 10px; }
  .product-information a {
    text-decoration-line: none; }
  .product-information a:hover {
    color: black; }
  .product-information div:nth-child(2) a {
    font-size: larger;
    font-weight: bold; }
