a {
  display: block;
}
img {
  max-width: 100%;
}
[class^="col"] {
  padding: 0 6px;
  margin-bottom: 12px;
}

.pd {
  margin-bottom: 20px;
}

.pd--fluid {
  margin-bottom: 30px;
}

.pd--fluid img {
  width: 100%;
}

@media screen and (max-width: 768.98px) {
  .pd {
    margin-bottom: 35px;
  }
  .pd--fluid {
    margin-bottom: 15px;
  }
}

.pd [class^="col"] {
  visibility: hidden;
}

.pd__banner {
  overflow: hidden;
}

.pd__banner img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.pd__banner:hover img {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
  -webkit-transition: 1.5s cubic-bezier(0, 0.65, 0, 1);
  transition: 1.5s cubic-bezier(0, 0.65, 0, 1);
}

.pd__video {
  position: relative;
  overflow: hidden;
}

.pd__video:hover .play {
  opacity: 1;
}

.pd__video:hover .play:after {
  -webkit-animation: circle 1.5s infinite;
  animation: circle 1.5s infinite;
}

.pd__video:hover .play + img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1.5s cubic-bezier(0, 0.65, 0, 1);
  transition: 1.5s cubic-bezier(0, 0.65, 0, 1);
}

.pd__video .play {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 5;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.8;
}

@media screen and (max-width: 768.98px) {
  .pd__video .play {
    width: 60px;
    height: 60px;
  }
}

.pd__video .play:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 5;
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
}

.pd__video .play + img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.pd__link {
  height: 100%;
  position: relative;
  padding: 6px 6px 40px;
  text-align: center;
  color: #343434;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768.98px) {
  .pd__link {
    padding-bottom: 9vw;
  }
}

.pd__link:hover {
  color: #343434;
  text-decoration: none;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.pd__link:hover .pd__title:after {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.pd__title {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  padding: 8px 5px;
  color: #fff;
  background-color: #a6a6a6;
  overflow: hidden;
}

.pd__title span {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575.98px) {
  .pd__title {
    font-size: 2.8vw;
    line-height: 1rem;
  }
}

.pd__title:after {
  width: 120%;
  height: 200%;
  position: absolute;
  top: 0;
  left: -20%;
  right: auto;
  bottom: auto;
  z-index: 0;
  content: "";
  display: block;
  border-radius: 0 0 0 80%;
  background-color: gray;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pd__name {
  margin: 5px 0 0 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 575.98px) {
  .pd__name {
    font-size: 3vw;
    line-height: 1.2rem;
  }
}

.pd__price {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}

.pd__price--old {
  margin-bottom: 0;
  display: inline-block;
  color: #a6a6a6;
  text-decoration: line-through;
}

@media screen and (max-width: 575.98px) {
  .pd__price--old {
    font-size: 4vw;
  }
}

.pd__price--now {
  margin: 0 0 0 5px;
  display: inline-block;
  color: #ff0700;
  font-size: 1.4rem;
}

.pd__price--now span {
  position: relative;
  bottom: 1px;
  font-size: 0.7em;
}

@media screen and (max-width: 575.98px) {
  .pd__price--now {
    font-size: 5vw;
    line-height: 1;
  }
}
