.w2w-pc-similar {
  margin-top: 28px;
  margin-bottom: 8px;
  clear: both;
}

.w2w-pc-similar__heading {
  margin: 0 0 16px;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.w2w-pc-similar__wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.w2w-pc-similar__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  touch-action: pan-y;
}

.w2w-pc-similar__track {
  --w2w-similar-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--w2w-similar-gap);
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  transition: transform 0.35s ease;
}

.w2w-pc-similar__item {
  flex: 0 0 auto;
  min-width: 0;
}

.w2w-pc-similar__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: #111 !important;
  border: 1px solid #e5e5e5;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.w2w-pc-similar__card:hover {
  border-color: #bbb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.w2w-pc-similar__thumb {
  display: block;
  overflow: hidden;
  line-height: 0;
  background: #f5f5f5;
  aspect-ratio: 4 / 3;
}

.w2w-pc-similar__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w2w-pc-similar__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: linear-gradient(135deg, #eee 0%, #e0e0e0 100%);
}

.w2w-pc-similar__label {
  display: block;
  padding: 10px 10px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.w2w-pc-similar__nav {
  flex: 0 0 36px;
  width: 36px;
  align-self: center;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #555;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}

.w2w-pc-similar__nav:hover:not(:disabled) {
  background: #eee;
  color: #111;
}

.w2w-pc-similar__nav:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.w2w-pc-similar__nav:disabled {
  opacity: 0.35;
  cursor: default;
}
