/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable at-rule-no-vendor-prefix */
html {
  font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  padding: 0;
  margin: 0;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  overflow-x: hidden; }

/* stylelint-disable selector-class-pattern */
h1,
.h1,
.h1--thin {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.12; }

h2,
.h2,
.h2--thin {
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12; }

h3,
.h3,
.h3--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12; }

h4,
.h4,
.h4--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12; }

h5,
.h5,
.h5--thin {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12; }

a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:active {
    color: #000;
    text-decoration: none; }
  a:visited {
    color: #000;
    text-decoration: none; }

ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  padding-left: 1rem;
  list-style: none; }

.bold,
.strong {
  font-weight: 700; }

.italic {
  font-style: italic; }

.wishlist__public-list {
  display: none; }

.wishlist__banner {
  text-align: center; }

.wishlist__login-form {
  display: block; }

.wishlist__card {
  margin: auto; }

.wishlist__product-tile {
  padding: 0 1rem 2rem; }
  .wishlist__product-tile:nth-child(odd) {
    padding-left: 0; }
  .wishlist__product-tile:nth-child(even) {
    padding-right: 0; }
  .wishlist__product-tile .tile-body {
    text-align: left; }

.wishlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-top: 2rem; }
  .wishlist__list-heart {
    display: none; }

.wishlist__remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  background: transparent; }

.wishlist__social-sharing {
  display: none; }

.wishlist__show-more {
  width: 100%;
  margin-bottom: 4rem;
  text-align: center; }

@media screen and (min-width: 1024px) {
  .wishlist__list-heart {
    display: none; }
  .wishlist__product-tile {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    padding-left: 0; }
    .wishlist__product-tile:nth-child(even) {
      padding-right: 1rem; } }
