.color-note {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-left: 3px solid var(--c-red, #e52322);
  border-radius: 0 8px 8px 0;
  background: #f3f1ed;
  color: #514b44;
  font: 400 14px/1.55 'Onest', 'Inter', sans-serif;
  text-align: left;
  letter-spacing: normal;
}
.color-note strong { color: #25221f; font-weight: 600; }
.product-page__visual { aspect-ratio: auto; }
.product-page__visual .panel-photo { position: relative; height: auto; aspect-ratio: 4 / 3; }
.product-page__visual .panel-photo > img { position: absolute; inset: -6%; }
.product-page__visual .color-note { margin: 20px 0 0; }
.fit__color-note {
  position: absolute;
  left: 454px;
  right: 160px;
  bottom: 24px;
  z-index: 10;
  max-width: 620px;
  margin: 0;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: rgba(20, 20, 22, .8);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.fit__color-note strong { color: inherit; }
@media (min-width: 761px) and (max-width: 1180px) and (orientation: landscape) {
  .fit__color-note { left: 12px; right: calc(36% + 12px); bottom: 66px; font-size: 12px; }
}
@media (max-width: 760px), (min-width: 761px) and (max-width: 1180px) and (orientation: portrait) {
  .fit__color-note { position: static; order: 3; width: 100%; max-width: none; margin: 0; background: #f3f1ed; color: #514b44; }
}
