.kr-product-nav {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.kr-nav-button {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  color: #000;
}

.kr-nav-button .kr-thumb-wrap img {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  object-fit: cover;
}

.kr-nav-button:hover,
.kr-nav-button:hover .kr-label {
  background: #fff;
  color: #666 !important;
}

@media (max-width: 720px) {
  .kr-product-nav {
    position: static;
    justify-content: center;
    margin: 15px 0;
  }
}
