@-webkit-keyframes skeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes skeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.a-skeleton-shimmer {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: skeletonShimmer;
          animation-name: skeletonShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  color: transparent;
  background-color: #eef3f9;
  background-image: linear-gradient(90deg, #eef3f9 0%, #eef3f9 30%, #fafcfe 50%, #eef3f9 70%, #eef3f9 100%);
  background-size: 200% 100%;
}
.widget-dds .a-skeleton-shimmer {
  max-height: 100%;
  max-width: 100%;
  padding-top: 90px;
  margin: 0;
}
.widget-dds .picture {
  height: 187px;
  margin-bottom: 10px;
}
.widget-dds .special {
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.widget-dds .deals {
  width: 85%;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
}
.widget-dds .description {
  width: 95%;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
}
.widget-dds .shop {
  width: 60%;
  height: 20px;
  overflow: hidden;
}
#site-control-content > .container > .row > div > div.widget-dds:first-of-type {
  margin-top: -30px;
}
.widget-dds .picture {
  width: 100%;
}
.widget-dds .shimmer-text {
  width: 100%;
  padding-left: 0;
}

