body.shop {
  --base-color: #546E7A;
}
::-moz-selection {
  background-color: rgba(96, 125, 139, 0.5);
}
::selection {
  background-color: rgba(96, 125, 139, 0.5);
}