.details-carousel .detail-device {
  aspect-ratio: 480 / 1019;
}

.details-carousel .detail-device img {
  object-fit: cover;
}

.details-carousel .detail-device::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 11px;
  left: 50%;
  width: 34%;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #ffffff;
  pointer-events: none;
}

.details-carousel .screen-card-home .detail-device::after {
  bottom: 6px;
  width: 44%;
  height: 16px;
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(#ffffff, #ffffff) center 8px / 86% 3px no-repeat,
    #050916;
}
