
.mystone-footer-links{
  width:100%;
  padding:18px 16px;
  border-top:1px solid rgba(0,0,0,.08);
  background:transparent;
}
.mystone-footer-links__inner{
  max-width:1100px;
  margin:0 auto;
}
.mystone-footer-links__nav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  line-height:1.6;
  font-size:14px;
}
.mystone-footer-links__link{
  text-decoration:none;
}
.mystone-footer-links__link:hover{
  text-decoration:underline;
}
.mystone-footer-links__sep{
  opacity:.55;
}
.mystone-footer-links__sep--copy{
  margin:0 2px;
}
.mystone-footer-links__copy{
  opacity:.9;
}
.mystone-footer-links__amazon{
  margin-top:10px;
  text-align:center;
  font-size:12px;
  line-height:1.6;
  opacity:.9;
}
.mystone-footer-links__amazon strong{
  font-weight:600;
}
@media (max-width: 520px){
  .mystone-footer-links__nav{
    font-size:13px;
  }
  .mystone-footer-links__sep--copy{
    display:none;
  }
  .mystone-footer-links__copy{
    width:100%;
    text-align:center;
    margin-top:2px;
  }
}
