.ce3-product-shot {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--ce3-line);
  border-radius: 30px;
  background: #eef4f5;
  box-shadow: 0 24px 60px rgba(16, 35, 45, .12);
}

.ce3-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.ce3-product-shot-hero {
  max-width: 455px;
  transform: rotate(1.2deg);
}

.ce3-product-shot-phone {
  max-width: 390px;
}

.ce3-shot-label {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--ce3-blue-dark);
  box-shadow: 0 4px 18px rgba(16, 35, 45, .10);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
}

@media (max-width: 920px) {
  .ce3-product-shot-hero {
    max-width: 400px;
    transform: none;
  }
}

@media (max-width: 620px) {
  .ce3-product-shot {
    padding: 10px;
    border-radius: 22px;
  }

  .ce3-product-shot img {
    border-radius: 16px;
  }

  .ce3-shot-label {
    top: 20px;
    left: 20px;
  }
}
