:root {

  /* Transition */

  /* Fonts */

  /* UI */
}


/**
 * Breakpoints.
 */


.Tile {
  position: relative;
  padding: 15px;
  text-align: center;
  width: 50%;
  will-change: transform;
}


@media    (min-width: 800px) {


.Tile {
    padding: 30px;
    width: 33.333%
}
  }


@media   (min-width: 1440px) {


.Tile {
    width: 25%;
    padding: 50px
}
  }


.Tile--compact {
    padding: 15px;
  }


.Tile--compact .Tile__img {
      padding-bottom: 60%;
      margin-bottom: 15px;
    }


.Tile__link {
    display: block;
    position: relative;
    overflow: hidden;
  }


.Tile__link .Tile__cat {
      position: absolute;
      bottom: 10px;
      right: 40px;
      -webkit-transform: rotate(-20deg) translate(12px, 100px);
              transform: rotate(-20deg) translate(12px, 100px);
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease;
    }


.Tile__link .Tile__cat img {
        width: 40px;
      }


.Tile__link .Tile__charms {
      overflow: hidden;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
    }


.Tile__link .Tile__charms img {
        position: absolute;
        -webkit-animation-name: fall, sway;
                animation-name: fall, sway;
        -webkit-animation-duration: 3s, 3s;
                animation-duration: 3s, 3s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear, ease-in-out;
                animation-timing-function: linear, ease-in-out;
        width: 25px;
      }


.Tile__link .Tile__charms #charm1 {
        top: -80px;
        left: 10%;
        -webkit-animation-delay: 2s;
                animation-delay: 2s;
      }


.Tile__link .Tile__charms #charm2 {
        top: -80px;
        left: 50%;
        -webkit-animation-delay: 2s;
                animation-delay: 2s;
      }


.Tile__link .Tile__charms #charm3 {
        top: -80px;
        left: 22%;
        -webkit-animation-delay: 3.2s;
                animation-delay: 3.2s;
      }


.Tile__link .Tile__charms #charm4 {
        top: -80px;
        left: 38%;
        -webkit-animation-delay: 4.4s;
                animation-delay: 4.4s;
      }


.Tile__link .Tile__charms #charm5 {
        top: -80px;
        left: 70%;
        -webkit-animation-delay: 2.25s;
                animation-delay: 2.25s;
      }


.Tile__link .Tile__charms #charm6 {
        top: -80px;
        left: 55%;
        -webkit-animation-delay: 3.8s;
                animation-delay: 3.8s;
      }


.Tile__link .Tile__charms #charm7 {
        top: -80px;
        left: 75%;
        -webkit-animation-delay: 3.8s;
                animation-delay: 3.8s;
      }


.Tile__link .Tile__charms #charm8 {
        top: -80px;
        left: 85%;
        -webkit-animation-delay: 3.8s;
                animation-delay: 3.8s;
      }


.Tile__img {
    margin: 0 auto 20px;
    max-width: 260px;
    width: 100%;
    padding-bottom: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }


@media    (min-width: 960px) {


.Tile__img {
      margin: 0 auto
  }
    }


.Tile__img--dropdown {
      padding-bottom: 55vh;
      background-size: cover;
    }


.Tile__price {
    display: block;
    margin-top: 6px;
  }


.Tile__price__sale {
      display: none;
      margin-left: 10px;
    }


.Tile__swatch:hover {
    -webkit-transform: scale(.6);
            transform: scale(.6);
  }


.Tile__swatch {

    font: 0/0 a;
    margin: 0 6px 20px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    will-change: transform;
    cursor: pointer;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }


.Tile__swatch.is-active {
      -webkit-transform: scale(.6);
              transform: scale(.6);
      /* &:before {
        content: '';
      height: 26px;
      width: 26px;
      border-radius: 50%;
      position: absolute;
      display: block;
      border: solid 1px black;
      bottom: -3px;
      left: -3px;
      } */
    }


.Tile__tags {
    margin-bottom: 10px;
  }


.Tile__tags span {
      display: none;
    }


.Tile.is-onSale .Tile__price__std {
      color: rgba(0, 0, 0, .3);
      position: relative;
    }


.Tile.is-onSale .Tile__price__std:after {
        content: '';
        border-bottom: 1px solid rgba(255, 102, 102, .8);
        border-top: 1px solid rgba(255, 102, 102, .8);
        position: absolute;
        left: 0;
        height: 1px;
        bottom: 6px;
        width: 100%;
      }


.Tile.is-onSale .Tile__price__sale {
      display: inline-block;
    }


.Tile.show-cat .Tile__cat {
      -webkit-transform: rotate(-20deg) translate(0, 0);
              transform: rotate(-20deg) translate(0, 0);
    }


.is-onSale .Tile__tags__sale,
.is-unAvailable .Tile__tags__list,
.is-new .Tile__tags__new {
  display: block;
  line-height: 1.7;
}


.Tile__tags__sale {
  color: #ff0000;
}


@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotateZ(-15deg) rotate(55deg);
            transform: rotateZ(-15deg) rotate(55deg);
  }
  30% {
    -webkit-transform: rotateZ(20deg) rotate(60deg);
            transform: rotateZ(20deg) rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    -webkit-transform: rotateZ(-20deg) rotate(55deg);
            transform: rotateZ(-20deg) rotate(55deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: rotateZ(0deg) rotate(58deg);
            transform: rotateZ(0deg) rotate(58deg);
    -webkit-animation-timing-function: cubic-bezier(0.99, 0, 0.89, 0.435);
            animation-timing-function: cubic-bezier(0.99, 0, 0.89, 0.435);
  }
}


@keyframes sway {
  0% {
    -webkit-transform: rotateZ(-15deg) rotate(55deg);
            transform: rotateZ(-15deg) rotate(55deg);
  }
  30% {
    -webkit-transform: rotateZ(20deg) rotate(60deg);
            transform: rotateZ(20deg) rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    -webkit-transform: rotateZ(-20deg) rotate(55deg);
            transform: rotateZ(-20deg) rotate(55deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: rotateZ(0deg) rotate(58deg);
            transform: rotateZ(0deg) rotate(58deg);
    -webkit-animation-timing-function: cubic-bezier(0.99, 0, 0.89, 0.435);
            animation-timing-function: cubic-bezier(0.99, 0, 0.89, 0.435);
  }
}


@-webkit-keyframes fall {
  60% {
    -webkit-filter: drop-shadow(0px 60px 40px rgba(0, 0, 0, 0));
  }
  100% {
    margin-top: 110vh;
    -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, .1));
  }
}


@keyframes fall {
  60% {
    -webkit-filter: drop-shadow(0px 60px 40px rgba(0, 0, 0, 0));
  }
  100% {
    margin-top: 110vh;
    -webkit-filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, .1));
  }
}


.lottieContainer {
  position: absolute;
  top: 0;
  left: -10%;
  height: 6.5%;
  width: 75%;
  z-index: 4;
}


@media (max-width: 1023px) {


.lottieContainer {
    top: 0;
    left: 12.5%
}
  }


.lottieContainer--logo-replace {
    height: 10%;
  }


.lottieContainer--logo-replace img {
      height: 100%;
    }


.Tile--menu {
  padding: 0;
  max-width: 40%;
}


.Tile--menu .Tile__img {
    max-width: 100%;
    min-height: 50%;
  }