.imp-product-single {
  min-height: 0;
  color: #ffffff;
  background: #f00000;
}

.imp-product-single__wrap {
  width: min(100% - 48px, 1380px);
  margin-inline: auto;
  padding: calc(var(--imp-internal-header-height, 0px) + clamp(48px, 5vw, 72px)) 0 clamp(64px, 7vw, 110px);
}

.imp-product-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.imp-product-single__media-card {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  justify-self: center;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: clamp(28px, 4vw, 56px);
  background: #ffffff;
  border-radius: clamp(32px, 4vw, 56px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.imp-product-single__image {
  display: block;
  width: 100%;
  max-width: 88%;
  height: 100%;
  max-height: 82%;
  object-fit: contain;
}

.imp-product-single__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 260px;
  color: #d90000;
  font-family: var(--imp-font-display, "Longreach", Impact, sans-serif);
  font-size: clamp(46px, 7vw, 78px);
  line-height: 0.95;
  text-align: center;
  background: #fff4b8;
  border-radius: 28px;
}

.imp-product-single__content {
  min-width: 0;
}

.imp-product-single__title {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: var(--imp-font-display, "Longreach", Impact, sans-serif);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.imp-product-single__description {
  width: min(100%, 640px);
  margin-top: clamp(24px, 2.2vw, 34px);
  color: #ffffff;
  font-family: var(--imp-font-body, "Montserrat", Arial, sans-serif);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.52;
}

.imp-product-single__description > *:first-child {
  margin-top: 0;
}

.imp-product-single__description > *:last-child {
  margin-bottom: 0;
}

.imp-product-single__empty-description {
  opacity: 0.86;
}

@media (max-width: 768px) {
  .imp-product-single__wrap {
    width: min(100% - 32px, 430px);
    padding: calc(var(--imp-internal-header-height, 0px) + 40px) 0 56px;
  }

  .imp-product-single__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(28px, 8vw, 40px);
  }

  .imp-product-single__media-card {
    min-height: 0;
    padding: clamp(22px, 7vw, 34px);
    border-radius: clamp(24px, 8vw, 32px);
  }

  .imp-product-single__title {
    font-size: clamp(36px, 11vw, 54px);
    line-height: 0.96;
  }

  .imp-product-single__description {
    width: 100%;
    margin-top: 24px;
    font-size: clamp(16px, 4.6vw, 18px);
  }
}
