.hp-listing__custom-info--item {
  gap: 32px;
}

@media (min-width: 1266px) {
  .hp-listing__custom-info--item {
    align-items: flex-start;
    overflow: visible;
  }

  .hp-listing__custom-info .hp-listing__images {
    position: sticky;
    top: 32px;
    align-self: flex-start;
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    min-height: auto;
    max-height: 420px;
    aspect-ratio: 5 / 4;
    border-radius: 0;
    overflow: visible;
  }
}

.custom-block__wrapper-content {
  margin-top: 8px;
}

.custom-block__page-title {
  margin: 0 0 20px;
  color: var(--tellyou-gray-true-900, #141414);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.custom-block__product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.custom-block__product-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--tellyou-gray-true-50, #f7f7f7);
  color: var(--tellyou-gray-true-700, #424242);
  font-size: 14px;
  line-height: 1.4;
}

.custom-block__product-meta-item strong {
  color: var(--tellyou-gray-true-900, #141414);
  font-weight: 600;
}

.custom-block__description-title {
  margin: 0 0 16px;
  color: var(--tellyou-gray-true-900, #141414);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.custom-block__description {
  color: var(--tellyou-gray-true-600, #525252);
  font-size: 17px;
  line-height: 1.75;
}

.custom-block__description p,
.custom-block__description .listing-lead {
  margin: 0 0 18px;
}

.custom-block__description h3 {
  margin: 28px 0 12px;
  color: var(--tellyou-gray-true-900, #141414);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.custom-block__description ul,
.custom-block__description ol {
  margin: 0 0 20px;
  padding-left: 1.25rem;
}

.custom-block__description li {
  margin-bottom: 10px;
}

.custom-block__description li:last-child {
  margin-bottom: 0;
}

.custom-block__description strong {
  color: var(--tellyou-gray-true-800, #292929);
}

.custom-block__wrapper-attributes {
  margin-top: 32px;
}

.custom-block__wrapper-attributes .attributes {
  display: grid;
  gap: 14px;
}

.custom-block__wrapper-attributes .hp-listing__categories {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--tellyou-gray-true-50, #f7f7f7);
}

.custom-block__wrapper-attributes .hp-listing__categories-title {
  display: block;
  margin-bottom: 4px;
  color: var(--tellyou-gray-true-500, #737373);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.custom-block__wrapper-attributes .hp-listing__categories-text {
  color: var(--tellyou-gray-true-800, #292929);
  font-size: 15px;
  line-height: 1.5;
}

.custom-block__title {
  margin: 0 0 12px;
  color: var(--tellyou-gray-true-900, #141414);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.custom-block__wrapper-hero__title {
  color: var(--tellyou-gray-true-700, #424242);
}

.hp-listing__custom-info .hp-listing__images img {
  border-radius: 0;
  clip-path: var(--clip);
  -webkit-clip-path: var(--clip);
}

@media (max-width: 991px) {
  .custom-block__page-title {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .custom-block__description {
    font-size: 16px;
    line-height: 1.7;
  }
}
