body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

#container {
  position: relative;
 }

#background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#product-svg {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}

#product-shape {
  fill: #DBED64;
}

.colours {
 display: flex;
 position: fixed;
 margin-top: 5px;
 bottom: 2em;
 right: 2em;
}

.color {
  height: 36px;
  width: 36px;
  margin-left: 2px;
  margin-bottom:30px;
  border-radius: 18px;
  box-shadow: 0px 4px 10px rgba(0,0,0.3);
  border: 2px solid #aaa;
  cursor: pointer;
}


.jscolor {
  position: fixed;
  bottom: 4em;
  right: 4em;
  z-index: 3;
  padding: 1em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}